body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

#header
{
	top: 55px;
	left: 0;
	width: 750px;
	height: 116px;
	margin: 0;
	background-color: #F5E326;
	margin-bottom: 5px;
}


body.index #pt #header{background: transparent url(images/head_index-pt-es.gif) no-repeat top left;}
body.index #en-gb #header{background: transparent url(images/head_index-en.gif) no-repeat top left;}
body.index #de #header{background: transparent url(images/head_index-de.gif) no-repeat top left;}
body.index #fr #header{background: transparent url(images/head_index-fr.gif) no-repeat top left;}
body.index #es #header{background: transparent url(images/head_index-pt-es.gif) no-repeat top left;}

body.budget #pt #header{background: transparent url(images/head_budget-pt-es.gif) no-repeat top left;}
body.budget #en-gb #header{background: transparent url(images/head_budget-en.gif) no-repeat top left;}
body.budget #de #header{background: transparent url(images/head_budget-de.gif) no-repeat top left;}
body.budget #fr #header{background: transparent url(images/head_budget-fr.gif) no-repeat top left;}
body.budget #es #header{background: transparent url(images/head_budget-pt-es.gif) no-repeat top left;}

body.faq #pt #header {background: transparent url(images/head_faq-pt-es.gif) no-repeat top left;}
body.faq #en-gb #header {background: transparent url(images/head_faq-en.gif) no-repeat top left;}
body.faq #de #header {background: transparent url(images/head_faq-de.gif) no-repeat top left;}
body.faq #fr #header {background: transparent url(images/head_faq-fr.gif) no-repeat top left;}
body.faq #es #header {background: transparent url(images/head_faq-pt-es.gif) no-repeat top left;}

body.contacts #pt #header {background: transparent url(images/head_contacts-pt-es.gif) no-repeat top left;}
body.contacts #en-gb #header {background: transparent url(images/head_contacts-en.gif) no-repeat top left;}
body.contacts #de #header {background: transparent url(images/head_contacts-de.gif) no-repeat top left;}
body.contacts #fr #header {background: transparent url(images/head_contacts-fr.gif) no-repeat top left;}
body.contacts #es #header {background: transparent url(images/head_contacts-pt-es.gif) no-repeat top left;}

body.book #pt #header{background: transparent url(images/head_book-pt-es.gif) no-repeat top left;}
body.book #en-gb #header{background: transparent url(images/head_book-en.gif) no-repeat top left;}
body.book #de #header{background: transparent url(images/head_book-de.gif) no-repeat top left;}
body.book #fr #header{background: transparent url(images/head_book-fr.gif) no-repeat top left;}
body.book #es #header{background: transparent url(images/head_book-pt-es.gif) no-repeat top left;}

body.conditions #header{background: transparent url(images/head_conditions.gif) no-repeat top left;}
body.aff #header{background: transparent url(images/head_affiliates.gif) no-repeat top left;}
body.vip #header{background: transparent url(images/head_vip.gif) no-repeat top left;}

body.result #header{background: transparent url(images/head_result.gif) no-repeat top left;}

/*
-- Não vai ser utilizado

body.comments #header{background: transparent url(images/head_noheader.gif) no-repeat top left;}
*/

#header h1
{
	display:none;
}


#rightPanel h4 {
	margin: 0 5px 0 5px;
	padding: 0;
	background-color: #EFEFEF;
	border: 1px #F5E326 solid;
	border-right: 5px #F5E326 solid;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rightPanel h4 span {
	float: left;
	font-size: 12px;
	padding: 0.5em 0.25em 0 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#leftPanel h4 {
	margin: 15px 5px 15px 0;
	padding: 8px 15px 8px 15px;
	border: 1px #F5E326 solid;
	border-right: 5px #F5E326 solid;
	background-color: #EFEFEF;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#leftPanel table{
/*	float: left;*/
/*	margin: 0px 5px 5px 10px;*/
	margin: 0;
	padding: 0;
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
/*	padding-right: 20px;*/
	margin-left: 5px;
	width: 420px;
	max-width: 420px;
	text-align: left;
/*	text-transform: uppercase;*/
	line-height: 1.5em;
	border-collapse: collapse;
	border: none;
}

#leftPanel table th {
	padding: 0.5em 3em 0.5em 1em;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}

#leftPanel table td {
	background-color: #EFEFEF;
	padding: 0.5em 2em 0.5em 1em;
}

#leftPanel table td.odd {
	background-color: #FFF;
}

#leftPanel table.withBorder {
/*	border: 1px #CCC solid;*/
}

#leftPanel table.withBorder th {
	border: 1px #F6F6F6 solid;
}

#leftPanel table.withBorder td {
	border: 1px #F6F6F6 solid;
}

#leftPanel table.invisible {
	margin: 0;
	padding: 0;
	width: 0;
	background-color: transparent;
}

#leftPanel table.invisible th {
	background-color: transparent;
}

#leftPanel table.invisible td {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#leftPanel table.invisible td.padded {
	margin: 0;
	padding: 5px;
	background-color: transparent;
}

#leftPanel .tblExtras {
	border-top: 1px #cecece dotted;
	margin-bottom: 30px;
}
	
#leftPanel .tblExtras td {
	background-color: #F6F6F6;
	padding: 1em;
	width: 60%;
	border-bottom: 1px #cecece dotted;
}

#leftPanel .tblExtras td input {
	margin-right: 1em;
}

#leftPanel h3 {
	background-color: #efefef;
/*	background-color: #e3e3e3;*/
/*	border-right: 5px #FFBF00 solid;*/
	border-right: 5px #F5E326 solid;
/*	border-top: 3px #F5E326 solid;*/
/*	font-family: arial;*/
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.07em;
	color: #000;
	margin: 0.5em;
	padding: 0.6em;
	padding-top: 10px;
/*	border: 1px #000000 solid;*/
}

#leftPanel #infoCarContainer {
	float:left;
	border: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
	width: 433px;
	min-width: 433px;
}

#leftPanel #tblInfoCar{
	margin: 0;
	padding: 0;
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
/*	width: 430px;*/
/*	max-width: 433px;*/
	width: 433px;
	min-width: 433px;
	text-align: left;
	text-transform: uppercase;
	border-collapse: collapse;
	border-bottom: 1px #ccc solid;
}

#leftPanel #tblInfoCar td {
	background-color: #FFF;
	padding: 0.5em 3em 0.5em 1em;
}

#leftPanel #tblInfoCar td.odd {
	background-color: #EFEFEF;
}

#leftPanel ul.InfoCar {
	list-style-type: none;
	padding:0;
	margin:0;
	margin: 0 0 20px 1px;
	font-size: 12px;
	color: #000;
}

#leftPanel ul.InfoCar li {
	position: relative;
	padding: 0.5em 0 0.5em 1.5em;
	float: left;
	width: 180px;
	max-width: 180px;
	background-color: #F6F6F6;
	background: transparent url(images/ico_listtype.gif) no-repeat 5px 1em;
}

#leftPanel ul.InfoCar li.break {
	float:left;
	margin-left: 0px;
	display: inline;
}

#leftPanel ul.Info {
	list-style-type: none;
	padding:0;
	margin:0;
	margin: 1em 0 1em 0;
	font-size: 12px;
	color: #000;
	text-transform: none;
}

#leftPanel ul.Info li {
	padding: 0.2em 0 0.2em 1.5em;
	background-color: #F6F6F6;
	background: transparent url(images/ico_listtype.gif) no-repeat 5px 0.7em;
}

#leftPanel ul.dataInput {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	margin-bottom: 15px;
}

#leftPanel ul.dataInput li {
	padding: 1em 0.5em 1em 1em;
	margin: 2px;
	white-space: nowrap;
	text-align: left;
}

#leftPanel ul.dataInput li.req {
	padding: 0.75em 0.5em 0.75em 0.75em;
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	background-color: #FAF193;
/*	background-color: #FFF9B2;*/
/*	border-left: 5px #000 solid;*/
/*	backgroung: transparent url(images/ico_listtype.gif) no-repeat 0 0.7em;*/
/*	padding-left: 15px;*/
/*	color: #fff;*/
}

#leftPanel ul.dataInput li input, #leftPanel ul.dataInput li select {
	position: absolute;
	margin: 0;
	padding: 0;
	top: auto;
	left: 200px;
	width: 230px;
	max-width: 230px;
	font-size: 11px;
	font-weight: normal;
	border: 1px #999 solid;
	height: 1.5em;
}

#leftPanel ul.dataInput li textarea {
	margin-top: 1em;
	display: block;
	width: 410px;
	max-width: 410px;
	height: 100px;
	clear: both;
	border: 1px #999 solid;
}

#leftPanel a.destacLinkLeft, #leftPanel a.destacLinkCenter, #leftPanel a.destacLinkRight {
	font-size: 10px;
	color: #000;
	padding: 1px 3px 1px 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #F5E326;
	border: 1px #696969 solid;
}

#leftPanel a.destacLinkLeft:hover, #leftPanel a.destacLinkCenter:hover, #leftPanel a.destacLinkRight:hover {
	color: #000000;
	background-color: #dedede;
}

#leftPanel .destacLinkLeft { float: left; margin-left: 15px; }

#leftPanel a.destacLinkCenter { position: relative; height: 17px; margin: 0 auto; }

#leftPanel .destacLinkRight { float: right; margin-right: 15px; }

#leftPanel #formErrors {
	border: 1px #f00 solid;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 10px;
/*	margin-right: 10px;*/
	padding: 10px;
}

#leftPanel #formErrors h6 {
	font-size: 12px;
	display: inline;
}

#leftPanel #formErrors ul {
	margin: 0;
	margin-top: 1em;
	padding: 0;
	left: 0;
	font-size: 11px;
	list-style-type: none;
}

#leftPanel #formErrors ul li {
	padding-left: 2em;
	padding-bottom: 0.25em;
}


/* MAINBODY */

#mainBody
{
	float: left;
	padding: 0;
	margin: 0;
	left: 0;
	width: 750px;
	border: 0;
/*	background-color: #FFF;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
/*	border: 1px #000 solid;*/
/*	background-color: #F6F6F6;*/
	background: #F6F6F6 url(images/back_separator.gif) repeat-y 448px 0px;
	clear: both;
	padding-bottom: 50px;
}

#mainBody h2 {
/* 			[top][right][bottom][left]*/
	margin: 0px 5px 20px 5px;
	padding: 0px 0px 20px 5px;
/*	font-family: Arial;*/
	font-size: 14px;
	text-align: left;
	word-spacing: -0.1em;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px #cecece solid;
}

#mainBody #leftPanel h2 {
	clear:both;
}

#mainBody h2 { font-size: 20px; }
#mainBody h2.fleet {background: transparent url(images/ico_fleet.gif) no-repeat top right;}
#mainBody h2.faq {background: transparent url(images/ico_faq.gif) no-repeat top right;}
#mainBody h2.book {background: transparent url(images/ico_book.gif) no-repeat top right; }
#mainBody h2.conditions {background: transparent url(images/ico_conditions.gif) no-repeat top right; }
#mainBody h2.contacts {background: transparent url(images/ico_contacts.gif) no-repeat top right; }
#mainBody h2.info {background: transparent url(images/ico_info.gif) no-repeat top right; }
#mainBody h2.result {background: transparent url(images/ico_result.gif) no-repeat top right; }
#mainBody h2.aff {background: transparent url(images/ico_affiliates.gif) no-repeat top right; }
#mainBody h2.vip {background: transparent url(images/ico_vip.gif) no-repeat top right; }

#leftPanel
{
	float: left;
	top: 0;
 	left: 0;
	width: 445px;
	max-width: 445px;
	padding-top: 20px;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #F6F6F6;
/*	border: 1px #000 solid;*/
}

#leftPanel h2, #leftPanel h4, #leftPanel ul, #infoContainer, #formErrors   {
	text-align: left;
}

#rightPanel
{
	right: 0;
	padding: 0;
	margin: 0;
/*	margin-left: 450px;*/
	float:left;
/*	border-left: 5px #FFFFFF solid;*/
	margin-left: 10px;
	padding-top: 20px;
/*	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	width: 290px;
	max-width: 290px;

	background-color: #F6F6F6;
/*	border: 1px #000 solid;*/
}

/* -- Definition CarHolder -- */

.carholder{
	padding: 0px;
	margin: 10px;
	height: 78px;
	display: block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	border: 1px #000 solid;*/
}

.carholder ul.carInfo {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	border: 1px #000 solid;*/
}

.carholder ul.carInfo li {
/*	font-family:Arial;*/
	font-size: 10px;
	color: #000;
	line-height: 15px;
}

.carholder ul.carExtras {
	list-style-type: none;
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	min-height: 70px;
/*	background-color: #FFFFFF;*/
	border: 1px #dedede solid;
}

.carholder ul.carExtras li {
/*	line-height: 15px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	width: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.carholder ul.carExtras li.som {background: transparent url(images/ico_som.gif) no-repeat top left;}
.carholder ul.carExtras li.dir {background: transparent url(images/ico_direcao.gif) no-repeat top left;}
.carholder ul.carExtras li.ac {background: transparent url(images/ico_ac.gif) no-repeat top left;}

.carholder ul.carExtras li span{
	display: none;
}

.carholder ul.whiteVerBar{
	display: inline;
	height: 100%;
	float: left;
	margin-left: 5px;
	padding: 2px;
	background-color: #ffffff;
}

.carholder .carphoto{
	float: left;
	width: 100px;
	max-width: 100px;
	border: 4px #C6C6C6 solid;
	padding: 0;
}

.carholder .carphotoSel{
	float: left;
	width: 100px;
	max-width: 100px;
	border: 4px #F5E326 solid;
	padding: 0;
}

.carholder .dottedSep{
	border-right: 1px #666 dotted;
	height: 100%;
	min-height: 74px;
	float: left;
	padding-left: 5px;
	margin-right: 5px;
}

.carholder .carInfo .carTag {
/*	font-family: Arial;*/
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
	max-width: 100px;
}

.carholder .carInfo .destacLink {
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding: 1px;
	margin-top: 5px;
/*	background-color: #F5E326;*/
/*	border: 1px #696969 solid;*/
/*	text-align: center;*/
}

.carholder .carInfo .destacLink a {
/*	font-family: Arial;*/
	font-size: 10px;
	color: #000;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #F5E326;
	border: 1px #696969 solid;
}

.carholder .carInfo .destacLink a:hover {
	color: #000000;
	background-color: #dedede;
}

.carholder .carInfo .destacLinkSel {
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding: 1px;
	margin-top: 5px;
}

.carholder .carInfo .destacLinkSel span {
/*	font-family: Arial;*/
	font-size: 10px;
	color: #000;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #dedede;
	border: 1px #696969 solid;
}

/* -- End Definition CarHolder -- */

/* -- Definition InfoContainer -- */

#infoContainer
{
	margin: 10px;
	padding: 0;
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
/*	border: 1px #000 solid;*/
}

#infoContainer p.alert {
	display: block;
	padding: 5px;
	color: #c30;
	font-size: 1.2em;
	border: 1px #c30 dotted;
	text-align: left;
}

#infoContainer p.topic {
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
	padding-left: 15px;
	line-height: 1em;
	font-weight: normal;
	background: transparent url(images/ico_arrow.gif) no-repeat -5px 0;
}

#infoContainer .small {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 10px;
	padding-bottom: 10px;
}

#infoContainer .big {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

#infoContainer p.identLeft {
	display: block;
	margin-left: 30px;
	line-height: 1.5em;
}

#infoContainer p.strong
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#infoContainer strong
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#infoContainer table.infoGrid {
	border-collapse: collapse;
	width: 410px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#infoContainer table.infoGrid TH {
	padding: 0.5em;
	padding-left: 1em;
	background-color: #ddd;
	color: #000;
}
#infoContainer table.infoGrid TD {
	padding: 10px;
	text-transform: none;
	background-color: #fefefe;
}	

#infoContainer table.infoGrid TD.odd {
	background-color: #fff;
}

#infoContainer table.infoGrid TD.footer {
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

#infoContainer ul.links {
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 20px;
	list-style: none;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
}

#infoContainer ul.links li {
	padding-left: 15px;
	line-height: 2em;
	background: transparent url(images/ico_arrow.gif) no-repeat -6px 0.5em;
}

#infoContainer ul.links li a, #infoContainer ul li a:visited, #infoContainer ul li a:active {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
#infoContainer ul.links li a:hover {color: #000;}

/* -- End InfoContainer -- */

/* -- Definition Offers -- */

#offers {
	margin: 0px;
	padding: 0px;
}

#offers .newOffer {
	padding: 5px;
	margin: 0px;
	border: 1px #ddd dashed;
	background-color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	clear:both;
	height: 100px;
/*	font-family: Arial;*/
	font-size: 11px;
	color: #000;
}

#offers .newOffer .offerImg {
	float:left;
	margin: 0;
	padding: 0;
	top: auto;
	height: 100px;
	width: 160px;
}

#offers .newOffer #tenPerc {background: transparent url(images/offer_10perc.gif) no-repeat top left;}
#offers .newOffer #tenPerc span {display: none;}

#offers .newOffer #Airport {background: transparent url(images/offer_airport.gif) no-repeat top left;}
#offers .newOffer #Airport span {display: none;}

/*#offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport.gif) no-repeat top left;}*/
#pt #offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport-pt.gif) no-repeat top left;}
#en-gb #offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport-en.gif) no-repeat top left;}
#de #offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport-de.gif) no-repeat top left;}
#fr #offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport-fr.gif) no-repeat top left;}
#es #offers .newOffer #freeAirport {background: transparent url(images/offer_freeAirport-es.gif) no-repeat top left;}
#offers .newOffer #freeAirport span {display: none;}

#offers .newOffer .offerText {
	margin: 0;
	padding: 0;
	top: 0;
	margin-left: 170px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100px;
	height: 100px;
	border: 1px #fff solid;
	border-left: 1px #ccc dotted;
}

#offers .newOffer .offerText p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: left;
	color: #000;
	line-height: 1.5em;
	height: 1em;
}

#offers .newOffer .offerText p.offerTitle {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	height: 1em;
}

/* -- End Offers -- */

#menubar
{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 50px;
	margin-bottom: 5px;
/*	position: absolute;*/
	background-color: #F6F6F6;
/*	border-bottom: 5px #FFFFFF solid;*/
/*	display: table;*/
}

#menubar h2, #menubar h2 a
{
	display: inline;
/*	font-family: Arial;*/
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	padding-left: 15px;
	padding-right: 10px;
}

#menubar h2 span {
	display: none;
}

#menubar ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menubar ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#languages
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px #A3A3A3 solid;
	height: 50px;
	width: 240px;
	padding-top: 18px;
}

#languages ul.lang
{
 	position:absolute;
	top: 20px;
	left: 100px;
}

#languages .lang li {
/*	display: block;*/
	position: absolute;
	padding: 0;
	margin: 0;
	text-align: right;
	height: 11px;
	width: 17px;
	min-height: 11px;
	min-width: 17px;
}


#languages .lang .pt {left: 0px; background: transparent url(images/flag_pt.gif) no-repeat top left;}
#languages .lang .pt span {display: none;}

#languages .lang .en-gb {left: 25px; background: transparent url(images/flag_en.gif) no-repeat top left;}
#languages .lang .en-gb span {display: none;}

#languages .lang .de {left: 50px; background: transparent url(images/flag_de.gif) no-repeat top left;}
#languages .lang .de span {display: none;}

#languages .lang .fr {left: 75px; background: transparent url(images/flag_fr.gif) no-repeat top left;}
#languages .lang .fr span {display: none;}

#languages .lang .es {left: 100px; background: transparent url(images/flag_es.gif) no-repeat top left;}
#languages .lang .es span {display: none;}

#languages .lang a {width: 17px; height: 11px; padding-right: 17px;}

#menuitems
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: inline;
	left: 240px;
	background-color: #F6F6F6;
	border-left: 1px #DEDEDE solid;
	height: 50px;
	padding-top: 18px;
}

#menuitems a {text-decoration:none;}

#menuitems ul li
{
	padding: 3px 15px;
	border-left: 1px #696969 solid;
}

#menuitems ul a:link, ul a:visited, ul a:active {
/*	font-family: Arial;*/
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#menuitems ul a:hover {
/*	font-family: Arial;*/
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}


.destacTitle {
/*	font-family: Arial;*/
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.genericInfo {
/*	font-family: Arial;*/
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0;
/*	margin-top: 5px;*/
	width: 750px;
	height: 58px;
	text-align: center;
	background: url(images/back_footer.jpg) repeat-x top left;
	background-color: #EFEFEF;
}

#footer p {
	float: left;
	margin-top: 25px;
	margin-left: 200px;
	padding: 0;
/*	font-family: arial;*/
	font-size: 10px;
	color: #000;
	display: inline;
}

#footer div.rodavante {
	width: 23px;
	height: 23px;
	float:left;
	margin-top: 18px;
	margin-left: 30px;
	background: url(images/logo_rodavante_p.jpg) no-repeat top left;
}

#footer div.tde {
	width: 71px;
	height: 30px;
	float: right;
	margin-top: 14px;
	margin-right: 30px;
	background: url(images/logo_tdensaio.gif) no-repeat top left;
}

#footer .tde a span {display: none;}
#footer .tde a {width: 62px; height: 28px; padding-right: 62px; padding-bottom: 14px;}


a.smallTop, a.smallTop:link, a.smallTop:visited, a.smallTop:active {
	font: normal 10px/14px Arial;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
	border-bottom: 1px #999 dotted;
}

a.smallTop:hover {
	color: #c30;
	border-bottom: 1px #c30 solid;
}



/* Calendar And Time Picker Good Looks */
#DtStart_outer, #DtEnd_outer {margin-left: 10px;}
#TimeStart_outer, #TimeEnd_outer {padding-left: 35px;}

.MonthHeaderStyle {
	font: normal 12px Arial;
	color: #000;
	background-color: #FEA400;
	text-decoration: none;
	text-transform: capitalize;
}

.DayHeaderStyle {
	font: normal 11px Arial;
	color: #fff;
	text-transform: uppercase;
	background-color: #FEA400;
	text-decoration: none;
}

.WeekdayStyle {
	font: normal 11px Arial;
	color: #999;
	background-color: #FFF;
	text-decoration: none;
	padding: 0.2em;
}

.WeekdayStyle:link, .WeekdayStyle:visited, .WeekdayStyle:active, .WeekdayStyle:hover {
	color: #000;
}

.WeekendStyle {
	font: normal 11px Arial;
	color: #999;
	background-color: #EBEBEB;
	text-decoration: none;
}

.WeekendStyle:link, .WeekendStyle:visited, .WeekendStyle:active, .WeekendStyle:hover {
	color: #000;
}

.TodayDayStyle {
	font: normal 11px Arial;
	color: #999;
	background-color: #FFC;
	text-decoration: none;
}

.TodayDayStyle:link, .TodayDayStyle:visited, .TodayDayStyle:active, .TodayDayStyle:hover {
	color: #000;
}

.SelectedDateStyle {
	font: normal 11px Arial;
	color: #000;
	background-color: #FFFF00;
	text-decoration: none;
}

.SelectedTimeStyle{
	font: normal 12px Arial;
	color: #000;
	background-color: #FFFF00;
	text-decoration: none;
	padding: 0.2em;
}

.teste {
	background-color: #f00;	
}

.TimeStyle{
	font: normal 12px Arial;
	color: #000;
	background-color: #FFF;
	background: #fff;
	text-decoration: none;
	padding: 2px;
}

.TextboxLabelStyle {
	margin: 0;
	padding: 0;
	width: 150px;
	max-width: 150px;
	font-size: 12px;
	font-weight: normal;
	border: 1px #999 solid;
	height: 1.5em;
	margin-right: 5px;
	margin-bottom: 3px;
}

.OffMonthStyle {
	font: normal 11px Arial;
	color: #999;
	background-color: #FEF5E5;
	text-decoration: none;
}

.OffMonthStyle:link, .OffMonthStyle:visited, .OffMonthStyle:active, .OffMonthStyle:hover {
	color: #000;
}


/* End Calendar */

/*
<div id="affiliates">
	<SPAN CLASS="title">Afiliados</SPAN>
	<SPAN CLASS="label">USERNAME</SPAN>
	<SPAN><input name="Usrnme" type="text" id="Usrnme" class="login" /></SPAN>
	<SPAN CLASS="label">SENHA</SPAN>
	<SPAN><input name="Passwd" type="password" id="Passwd" class="login" /></SPAN>
	<SPAN CLASS="button"><input type="submit" name="_ctl9" value="OK" class="destaclink" /></SPAN>
[
</div>
<div id="affiliatesError">
	<SPAN CLASS="error"><b>erro: </b>login falhou!</SPAN>
]
</div>

<div id="affiliates">
	<SPAN CLASS="title"><a href="/rodavante/Aff.aspx?Cmd=IDLng?1" class="title">Afiliado</a> |</SPAN>
	<SPAN CLASS="label2">nome: </SPAN>
	<SPAN CLASS="affiliate">Afiliado Qualquer 1</SPAN>
	<SPAN CLASS="button"><a class="destaclink" href="javascript:__doPostBack('_ctl11','')">Log Out</a></SPAN>
</div>
*/

#affiliates {
	float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	min-height: 16px;
	max-height: 16px;
	margin-bottom: 5px;
/*	padding-left: 20px;*/
	display: inline;
	width: 450px;
	max-width: 450px;
/*	border: 1px #000 solid;*/
}

#affiliatesError {
	float:left;
	margin: 0;
	padding: 0;
	height: 20px;
	min-height: 16px;
	max-height: 16px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 295px;
	display: inline;
/*	border: 1px #000 solid;*/
	text-align: center;
}

#affiliatesError span {padding-left: 20px;text-align: center;}

body.aff #affiliates {width: 450px;/*border: 1px #000 solid;*/}

#affiliates span {
	margin: 0px;
	padding: 0px;
	float:left;
}

#affiliates .title {
/*	font-family: Arial;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin-right: 10px;
	margin-top: 0.2em;
	word-spacing: 0.3em;
	padding-left: 20px;
/*	border: 1px #000 solid;*/
}

#affiliates a.title, #affiliates a.title:link, #affiliates a.title:active, #affiliates a.title:visited, #affiliates a.title:hover {
/*	font-family: Arial;*/
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #000;
	margin-right: 10px;
	margin-top: 0.2em;
}

#affiliates .label {
/*	font-family: Arial;*/
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin-right: 10px;
	margin-top: 0.3em;
}

#affiliates .label2 {
/*	font-family: Arial;*/
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	color: #000;
	margin-right: 5px;
	margin-top: 0.3em;
}

#affiliates .affiliate {
/*	font-family: Arial;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin-right: 50px;
	margin-top: 0.25em;
}

#affiliates .login {
/*	font-family: Arial;*/
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background-color: #CECECE;
	padding: 1px;
	margin: 0;
	margin-right: 10px;
	width: 80px;
	border: 1px #666 solid;
	height: 17px;
	min-height: 15px;
	max-height: 16px;
}

#affiliates .button {
	margin: 0;
	padding: 0;
	border: 1px #fff solid;
	float:right;
}

#affiliates a.destacLink {
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #F5E326;
	border: 1px #696969 solid;
	height: 15px;
}

#affiliates a.destacLink:hover {
	color: #000000;
	background-color: #dedede;
}

#affiliatesError .error {
	margin: 0;
	padding: 0.2em 0 0;
	font-size: 11px;
	color: #c30;
	text-transform: capitalize;
}

#affiliatesError .error b {
	padding-right: 3px;
	text-transform: uppercase;
}

#infoContainer ul.menu {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.8em;
	font-weight: normal;
	color: #000;
	list-style: none;
}

#infoContainer li.item {
	color: #000;
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(images/ico_arrow.gif) no-repeat -5px 5px;
}

#infoContainer li.item a.item, #infoContainer li.item a.item:link, #infoContainer li.item a.item:active, #infoContainer li.item a.item:visited {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#infoContainer li.item a.item:hover {
	font-weight: bold;
}

#infoContainer h5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}