/* Declarações principais */

BODY {
	margin: 0px;
	padding: 0px;
}

BODY, P, TD, DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

A:link {
	color: #3366CC;
	text-decoration:none;
}
A:visited {
	color: #3366CC;
	text-decoration:none;
}
A:hover {
	color: #3366CC;
	text-decoration:none;
}

A.anuncioLink:link {
	color: #000000;
	text-decoration:none;
}
A.anuncioLink:visited {
	color: #000000;
	text-decoration:none;
}
A.anuncioLink:hover {
	color: #3366CC;
	text-decoration:none;
}

LI {
	list-style-type: square;
}

FORM {
	margin: 0px;
}

.small {
	font-size: 8pt;
	font-weight: normal;
}
.xsmall {
	font-size: 7pt;
	font-weight: normal;
}
#smallGrey {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
#smallGrey A {
	color: #666666;
}
.smallBold {
	font-size: 8pt;
	font-weight: bold;
}

.formCell {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px inset #F68C1F;
	font-weight: normal;
	color: #000000;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px inset #F68C1F;
	font-weight: normal;
	color: #000000;
}
TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px inset #F68C1F;
	font-weight: normal;
	color: #000000;
	overflow: auto;
}

#Submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F68C1F;
	border: 1px outset #F68C1F;
}

SELECT.searchBox {
	width: 140px;
}
INPUT.searchBox {
	width: 138px;
}
INPUT.radio {
	border: 0px;
}
TEXTAREA.searchBox {
	width: 280px;
}



/* Layout global */

.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F68C1F;
}

#banner {
	border: 1px outset #F68C1F;
	/*width: 580px;
	height: 75px;*/
	width: 468px;
	height: 60px;
}



/* Anúncios */

IMG.pic {
	border: 1px outset #F68C1F;
}
IMG.pictransp {
	border: 1px solid #DDDDDD;
}

#areaPessoalAnuncios {
	background-color: #CDCDCD;
	margin-bottom: 20px;
}
#areaPessoalAnuncios #top {
	background-color: #F68C1F;
}
#areaPessoalAnuncios #top TD {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#areaPessoalAnuncios #subtop {
	background-color: #DDDDDD;
}
#areaPessoalAnuncios #subtop TD {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#areaPessoalAnuncios #anuncio {
	background-color: #FFFFFF;
}
#areaPessoalAnuncios #anuncio TD {
	vertical-align: middle;
	font-size: 7pt;
}
#areaPessoalAnuncios #anuncioOver {
	background-color: #666666;
}
#areaPessoalAnuncios #anuncioOver TD {
	vertical-align: middle;
	font-size: 7pt;
	color: #FFFFFF;
}
#areaPessoalAnuncios #anuncioOver TD A:link {
	color: #FFFFFF;
}
#areaPessoalAnuncios #anuncioOver TD A:visited {
	color: #FFFFFF;
}
#areaPessoalAnuncios #anuncioOver TD A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.anuncioTableTitle {
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	color: #F68C1F;
}

.anuncioTableField {
	vertical-align: top;
	text-align: left;
}



/* Anúncios - Listas */

#anuncioItem {
	margin-left: 20px;
	width: 600px;
	border: 1px solid #F68C1F;
	margin-bottom: 10px;
	background-color: #F68C1F;
	height: 81px;
}
#anuncioItemTitle {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	background-color: #F68C1F;
}

#anuncioStandTitle {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	border: 0px;
	text-align: left;
	background-color: #F68C1F;
}
#anuncioItemName {
	float: left;
	width: 460px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	background-color: #F68C1F;
}
#anuncioItemTipo {
	font-weight: normal;
	text-align: left;
	background-color: #F68C1F;
}
#anuncioItemPreco {
	float: right;
	width: 135px;
	text-align: right;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	background-color: #F68C1F;
}
#anuncioItemDetails {
	cursor: hand;
	cursor: pointer;
}
#anuncioStandDetails {
}

#anuncioItemDetailsText {
	float: left;
	width: 514px;
	background-color: #DDDDDD;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px;
	height: 62px;
	text-align: left;
}
#anuncioItemDetailsText1 {
	float: left;
	width: 90px;
	padding: 0px;
}
#anuncioItemDetailsText1Detail {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 2px;
}
#anuncioItemDetailsText2 {
	float: right;
	width: 423px;
	color: #000000;
	font-size: 7pt;
	font-weight: normal;
	padding: 0px;
}

#anuncioStandDetailsText {
	float: left;
	width: 512px;
	background-color: #DDDDDD;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px;
	height: 61px;
	text-align: left;
}

#anuncioItemDetailsPicture {
	float: right;
	width: 82px;
	background-color: #DDDDDD;
	text-align: right;
	padding: 1px;
}

#anuncioStandDetailsPicture {
	float: right;
	width: 82px;
	height: 62px;
	background-color: #DDDDDD;
	text-align: right;
	padding: 1px;
}

#anuncioItemXtraHtml {
	border-top: 1px solid #F68C1F;
	background-color: #666666;
	color: #CCCCCC;
	font-size: 8pt;
	text-align: center;
}
#anuncioItemXtraHtml A {
	color: #FFFFFF;
}

/* Caixas de conteúdos */

.box {
	margin-bottom: 7px;
}

.boxTop {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #F68C1F;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}
.boxTopPub {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F68C1F;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 110px;
}
.boxCell {
	border: 1px solid #F68C1F;
	background-color: #EEEEEE;
}
.boxTopLeft {
	background-color: #F68C1F;
	text-align: center;
	background-image: url(images/boxleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 5px;
}
.boxTopRight {
	background-color: #F68C1F;
	text-align: center;
	background-image: url(images/boxright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	width: 5px;
}

.textOnBox {
	margin-top: 20px;
	margin-Bottom: 20px;
}



/* Menús laterais */

UL.menuLateral {
	margin: 0px;
	padding: 0px;
	color: #F68C1F;
}
UL.menuLateral LI {
	list-style-position: inside;
	font-size: 8pt;
	background-color: #CDCDCD;
	margin: 1px;
	padding: 1px;
}

UL.menuLateral LI A:link {
	color: #000000;
	text-decoration: none;
}
UL.menuLateral LI A:visited {
	color: #000000;
	text-decoration: none;
}
UL.menuLateral LI A:hover {
	color: #3366CC;
	text-decoration: none;
}

UL.menuLateral LI.theActive {
	background-color: #DDDDDD;
}
UL.menuLateral LI.theActive A {
	color: #3366CC;
}






/* Outros... */

.anuncioTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #F68C1F;
}
.minisiteMenu {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;

}

.minisiteAnuncio {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.faqglobal {
	margin-top: 10px;
}

.faqctg {
	color: #3366CC;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
.faq {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 5px;
	padding-left: 5px;
}
.faqtitle {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
.faqanswer {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 10px;
}



.formaPagamento {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 5px;
	border: 1px solid #CDCDCD;
}
.formaPagamentoNome {
	font-weight: bold;
	background-color: #CDCDCD;
	padding: 2px;
	text-align: center;
}


.metaText {
	font-size: 1pt;
	color: #FFFFFF;
}

.navtable {
	background-color: #DDDDDD;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 600px;
}

#skyscrapper TD.boxCell {
	text-align: center;
	background-color: #CDCDCD;
}
#skyscrapper TD.boxCell DIV {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

OPTGROUP OPTION {
	padding: 0px;
	padding-left: 2px;
}