@charset "utf-8";
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}
.oneColLiqCtrHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	font-size: 18px;
}
.oneColLiqCtrHdr #header {
	height: 145px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f3ac03;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(/imagens/embratur.gif);
	background-repeat: no-repeat;
	background-position: right top;
}  
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tarifa {
	font-size: 16px;
	font-weight: bold;
}

.amarelo {color: #f3ac03;}
.verde {color: #690;}
.vermelho {
	color: #990000;
	font-size: 14px;
}
.vermelho_normal {
	color: #990000;
	font-size: 12px;
}
.cinza_12 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.cinza_11 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.cinza50 {
	color: #999;
	font-style: italic;
}
.menu_2 {font-size: 1.0em}

.cinza {
	color: #454545
}
.preto {color: #000000; }
.branco {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.branco_link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.branco14 {
	color: #FFFFFF;
	font-size: 14px;
}

.branco11 {
	color: #FFFFFF;
	font-size: 11px;
}

.fonte_10 {
	font-size: 10px;
	color: #666666;
}

.vermelho10 {
	color: #990000;
	font-size: 10px;
}
.preto14 {
	color: #000000;
	font-size: 14px;
}
.preto10 {
	color: #000000;
	font-size: 10px;
}

.style1 {
	font-size: 3px;
	color: #620000;
}
.branco12 {
	color: #FFFFFF;
	font-size: 12px;
}
.branco10 {
	color: #FFFFFF;
	font-size: 10px;
}


.corner0 {
	background-color: #990000;
	padding: 3px;
}


.corner1 {
	background-color: #990000;
	padding: 5px;
}
.corner2 {
	background-color: #f3ac03;
	padding: 5px;
}
.corner3 {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 5%;
	margin-right: 30%;
	margin-left: 30%;
}

.div_black {
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
}
.box_home {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #292929;
	font-size: 12px;
	background-color: #999999;
	background-image: url(/imagens/style1/bgd_black.gif);
	background-repeat: repeat-x;
	margin: 2px;
	height: 25px;
}
.box_cidades {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0px;
}
.box_cidades_diarias {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	font-weight: bold;
	color: #990000;
	font-size: 11px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.box0 {
	background-color: #2C2C2C;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	float: left;
}
.box01 {
	background-color: #FFFFFF;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.box01z {
	background-color: #FFFFFF;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 10px;
}

.box {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	background-position: left top;
}

.box1 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	background-position: left top;
}

.boxx {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}
.box11 {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
}
.box2 {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
}

.box2_white {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
}
.box22 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 5px;
}
.box_itinerario {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.box2a {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	padding: 2px;
	text-align: justify;
}
.box_call {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	padding: 2px;
	text-align: justify;
	background-image: url(/imagens/style1/dgd_clicktocall.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box22b {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 5px;
}

.box222 {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	text-align: left;
	margin-right: 5px;
}

.box32 {
	margin: 0px;
	border: 1px solid #FFFFFF;
}
.box3 {
	margin: 2px;
}
.box4 {
	border: 0px solid #666666;
	height: 340px;
	margin: 2px;
	padding: 2px;
}

.box2_min1 {
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	height:280px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.titulo-locadora {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.box5 {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #292929;
	font-size: 12px;
	background-color: #f3ac03;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	margin: 2px;
	height: 25px;
}
.box_default {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #A4A4A4;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 2px;
}
.box_default input{
	color: #666;
	background-color: #CCCCCC;
	border: 0px solid #CCC;
	cursor: pointer;
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	background-image: url(/imagens/caracter/confirmado.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.box_default form{
	margin: 0px;
	padding: 0px;
}
.box_default td{
	color: #A4A4A4;
	font-weight: bold;
}

.box_min_default {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #900;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	text-transform: uppercase;
	background-image: url(/imagens/caracter/checkmark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.box5_opcionais {
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #292929;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f3ac03;
}
.box6_opcionais {
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.box_titulo {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.box_inverso {
	height: 25px;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 14px;
	color: #990000;
	clear: right;
	float: left;
	width: 70%;
}
#box_inverso_beta {
	height: 25px;
	background-color: #CCCCCC;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 12px;
	color: #000000;
}
#box_inverso_alfa_right {
	height: 33px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 12px;
	color: #000000;
}
.box_inverso_alfa_left {
	height: 25px;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 14px;
	color: #990000;
	clear: right;
	float: left;
	width: 60%;
}
#box_inverso_beta a {
color: #000000;
}
#box_inverso_beta a:hover {
	color: #000000;
	text-decoration: underline;
}

.box55 {
	height: 20px;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
.box53 {
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
}
.box54 {
	padding-top: 5px;
	font-weight: bold;
	color: #292929;
	font-size: 11px;
	background-color: #f3ac03;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.box_black {
	font-weight: bold;
	color: #686565;
	background-color: #686565;
	height: 70px;
	border: 4px solid #EFEFEF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-left: 130px;
	padding-right: 30px;
	font-size: 16px;
	background-image: url(/imagens/banner_images/locadora_menor_preco_garantido.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.box6 {
	height: 25px;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	background-color: #990000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF !important;
	margin: 2px;
	font-size: 14px;
}
.box61 {
	height: 25px;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	background-color: #990000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF !important;
	margin: 2px;
	font-size: 12px;
}
.box66 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 7px;
	height: 20px;
}

.box6_promo {
	height: 20px;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	background-color: #990000;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}

.box6D {
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #333333;
	padding-bottom: 2px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 2px;
}


.box7 {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.box8 {
	margin-top: 41px;
	width: 160px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 2px;
	background-color: #F7F7F7;
	margin-left: 5px;
}
.box8 fieldset { border: 1px solid #F7F7F7; }
.box9 {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	width: 150px;
}
.box10 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.box_best_price {
	padding-top: 5px;
	background-image: url(/imagens/banner_images/best_price_car_rental.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	padding-left: 256px;
}
.aluguel_mensal {
	height: 400px;
	width: 800px;
	border: 1px solid #CCCCCC;
	margin-right: 80px;
	margin-left: 80px;
}


.line_promo {
	margin: 3px;
	padding-left: 30px;
}
.box_search {
	margin-left: 160px;
	height: 1000px;
}

.box_filtros {
	width: 150px;
	clear: right;
	float: left;
	margin-top: 4px;
}

.box_search_locadora {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 70px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	padding-top: 40px;
	width: 70px;
	clear: right;
	float: left;
}
.box_search_veiculo {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	height: 110px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	clear: right;
	float: left;
	width: 230px;
}

.box_search_locadora2 {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 50px;
	height: 75px;
  	width:70px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
  	float: left;
}

.box_search_veiculo2 {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	height: 120px;
  	width:230px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
  	float: left;
}
.box_search_categoria2 {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	height: 110px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.box_search_valor2 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 110px;
	background-color: #FFFFFF;
	font-size: 14px;
}

.box_search_categoria {
	background-color: #FFFFFF;
	height: 125px;
	margin-top: 5px;
	width: 475px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	text-align: left;
	clear: none;
}

.box_search_conteudo {
	margin-bottom: 0px;
	height: 80px;
	margin-top: 0px;
	width: 350px;
	clear: right;
	float: left;
}
.box_search_solicitar {
	margin-bottom: 0px;
	height: 70px;
	margin-top: 0px;
	width: 110px;
	clear: right;
	float: left;
	margin-left: 5px;
}

.box_search_valor {
	margin-top: 10px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
}
.box_search_total {
	margin-bottom: 5px;
	font-size: 10px;
	padding-right: 5px;
	color: #666666;
	font-style: italic;
}
.boxsearch_solicitar {
	padding-top: 5px;

}

.m_detalhes{
	cursor:pointer;
}
.detalhes{
	display: none;
	font-size:11px;
	font-weight:normal;
	font-family:tahoma,arial,sans-serif;
	z-index:13000;
}
.detalhes-bg{
	z-index:14000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50); 
	opacity:0.5;
}

.detalhes .detalhes-title { 
  z-index:9000;
	height: 20px;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

.detalhes .detalhes-box { 
  position:relative; 
  padding: 5px 5px 5px 10px;
  z-index:14500;
}

.detalhes .detalhes-box-white { 
  background-color:#FFFFFF; 
  width:350px; 
  position:fixed; 
  top:50%; 
  left:50%; 
  margin:-120px 0 0 -180px; 
  z-index:16000; 
  text-align:left; 
  border:1px solid #B1B1B1; 
}


.cart {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #ffffff;
	outline: none;
	height: 30px;
	cursor:pointer;
	padding-bottom: 3px;
	background-color: #990000;
	background-image: url(/imagens/caracter/cart_min.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 10px;
}
.cart:hover {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333;
	outline: none;
	height: 30px;
	cursor:pointer;
	padding-bottom: 3px;
	background-color: #f3ac03;
	background-image: url(/imagens/caracter/cart_min_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 10px;
}
.cart:visited {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333;
	outline: none;
	height: 30px;
	cursor:pointer;
	padding-bottom: 3px;
	background-color: #f3ac03;
}

/*
* validacao opcionais
*/
.block { display: block; }
form.cmxform label.error { display: none; }
.error {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.aviso_erro {
	background-color: #F9F0F0;
	border: thin solid #990000;
}

/*
* para datas entre inicio e fim 
*/
.between {
background-color: #dccdb9;
}
.calendar tbody .disabled { text-decoration: line-through; color:#000}
.selecionar {
	height: 20px;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
}

ul#portfolio {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}
ul#portfolio li {}
ul#portfolio a {}
ul#portfolio a:hover {}
ul#portfolio img {}
.red_button
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
	width:96px;
	height:23px;
	background-color:#990000;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/imagens/style1/red_button.gif);
	background-repeat: repeat-y;
	background-position: left center;
	border: 0px solid #990000;
	padding-left: 15px;
	padding-bottom: 3px;
}
.red_button2
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
	height:23px;
	background-color:#990000;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/imagens/style1/red_button.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 0px solid #f3ac03;
}
.yellow_button
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	width:96px;
	height:23px;
	background-color:#f3ac03;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/imagens/style1/yellow_button.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 0px solid #f3ac03;
}
.line_a {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 5px;
	font-size: 11px;
}
.line_b {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 5px;
	font-size: 11px;
	background-color: #F5F5F5;
}

.line0 {
	margin-right: 3px;
	margin-left: 3px;
}
.line {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
}
.line_pontilhado {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.line_resultados {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
.line_resultados_icons {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
}
.line_pagination {
	margin-top: 10px;
	margin-right: 5px;
}
.line30 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
.line301 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom:5px;
	margin-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.line_horizonte {
	height: 143px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 25px;
	margin-bottom: 5px;
}

.line_button {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 8px;
}
.line60 {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #FFFFFF;
}


.right {
	margin: 3px;
	float: right;
	text-align: right;
}
.box_left {
	float: left;
	width: 588px;
	clear: right;
}


.box_right {
	margin-left: 588px;
	padding-top: 0px;
	clear: none;
}
.box_left45p {
	float: left; width: 45%; clear: right;
}
.box_right55p { margin-left: 48%;	padding-top: 0px; clear: none; padding-top:5px; }

.box_right55r { margin-left: 60%;	padding-top: 0px; clear: none; padding-top:5px; }

.box_info {
	height: 20px;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	background-color: #990000;
	font-weight: bold;
}


.box_center {
	border: 1px solid #FFFFFF;
	clear: none;
	float: none;
}
.box_menu {
	width: 100%;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}
.logo_left {
	float: left;
	width: 500px;
	clear: right;
	height: 80px;
}
.logo_right {
	margin-left: 500px;
	padding-top: 0px;
	height: 80px;
}
.box_left_icon {
	float: left;
	width: 113px;
	clear: right;
	height: 100px;
}
.box_locadora {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 130px;
	width: 231px;
	clear: right;
	float: left;
	margin: 5px;
}
.box_carro {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 110px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	clear: right;
	float: left;
	width: 230px;
}
.box_carro_opcionais {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 25px;
	height: 135px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	clear: right;
	float: left;
	width: 230px;
}
.box_locadora_opcionais {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height: 100px;
	font-weight: bold;
	border: 0px solid #CCCCCC;
	clear: right;
	float: left;
	width: 200px;
}
.box_soliciar_opcional {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	height: 40px;
	border: 0px solid #CCCCCC;
	padding-top: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 262px;
}

.box_carro_descricao {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 110px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 240px;
}
.box_carro_descricao_opcional {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 170px;
	border: 0px solid #CCCCCC;
	padding-top: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 260px;
}
.box_opcional_descricao {
	background-color: #fff;
	margin-bottom: 5px;
	height: 140px;
	border: 1px solid #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 285px;
}
.box_protecao_descricao {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 0px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 35px;
}
.box_loja {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 30px;
	height: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.box_loja_select {
	clear: right;
	float: left;
	width: 20px;
	margin: 5px;
	height: 20px;
	padding-top: 2px;
}
.box_loja_select_2 {
	width: 30px;
	margin: 5px;
}
.box_loja_select_opcionais {
	width: 30px;
	margin: 5px;
	padding-bottom: 1px;
}
.box_loja_select_icon {
	padding-bottom: 1px;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
}
.box_carro_select {
	background-color: #FFFFFF;
	height: 110px;
	clear: right;
	float: left;
	width: 30px;
	margin: 5px;
}
.importante {
	background-color: #990000;
	margin: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


.atualiza_left {
	float: left;
	width: 860px;
	clear: right;
	height: 45px;
}
.atualiza_right {
	height: 38px;
	padding-top: 7px;
}
.line_titulo {
	margin: 3px;
	clear: right;
	float: left;
	width: 250px;
	height: 20px;
	padding-top: 5px;
}
.line_conteudo {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 250px;
	height: 25px;
}
.line_details_promo {
	border: 1px dotted #990000;
	font-weight: bold;
	color: #990000;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
.destaque {
	height: 110px;
	width: 239px;
	border: 1px solid #CCCCCC;
	margin: 2px;
	clear: right;
	float: left;
	color: #333333;
}
.etapas {
	background-color: #787878;
	width: 100%;
	border: 0px solid #FFFFFF;
	background-image: url(/imagens/style1/bgd_reservas_online.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.etapa_atual {
	background-color: #FFFFFF;
	clear: right;
	float: left;
	width: 456px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.etapa_prox {
	clear: right;
	float: left;
	width: 240px;
	margin: 2px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.box_destaque_1 {
	height: 20px;
	background-image: url(/imagens/style1/menu_l1_center.png);
	background-repeat: repeat-x;
	background-color: #990000;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	font-size: 12px;
}
.box_destaque_2 {
	height: 20px;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.tabs_1 {
	margin-left:2px !important;
	margin-right: 2px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
	border-right-color: #CCCCCC !important;
	border-bottom-color: #CCCCCC !important;
	border-left-color: #CCCCCC !important;
}

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

#dialog_link_retirada {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link_retirada span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

#dialog_link_devolucao {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link_devolucao span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
.line_slider {
	margin-right: 5px;
}
.box_link {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.box_link a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
}
.box_link a:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
.publicidade {
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 2px;
	background-color: #F7F7F7;
	margin-left: 5px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}
/* Vertical Menu */
.t_menu_list {
	width: 280px;
}
.t_menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F7F7F7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	font-size: 11px;
}
.t_menu_body {
	display:none;
}
.t_menu_body a{
	display:block;
	color:#1B1B1B;
	background-color:#f3ac03;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.t_menu_body a:hover{
  color: #fff;
  
  }

/* Menu Categorias de Veiculos */
.categoria_default a {
	color: #999999;
}

.categoria_default a:hover {
	color: #000000;
}

.categoria_destaque a {
	color: #000;
}

.categoria_destaque a:hover {
	color: #000;
}

.icons_box {
	float: left;
	height: 75px;
	width: 90px;
	margin-top: 10px;
	clear: none;
	margin-left: 5px;
}
#icons_text {
	height: 75px;
	width: 490px;
	margin-left: 100px;
	margin-top: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}
#icons_text h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:2px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 #900;
	color: #FC0;
}
#icons_text span{
	font-size: 14px;
	text-shadow: 1px 1px 0 #900;
	font-weight: bold;
	font-style: normal;
}
#icons_text b{
	text-decoration: underline;
}
.green {
	color: #390;
}
.red { 
	color: #C00;
}
/**** ratecars */
.line_rate {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 3px;
	margin-left: 3px;
	height:15px;
}
  
.rate_border, .rate_bg {
	height:15px;
	top:0;
	position:absolute;
	background-color:transparent;
	background-image:url(/imagens/style1/ratecars.gif);
	display:block;
	background-repeat: no-repeat;
	width: 55px;
}
.rate_border {
	width:60px;
	z-index:50;
	background-repeat:no-repeat;
	background-position:0 0;
}
.rate_bg {z-index:49;background-repeat:repeat-x;background-position:0 -40px;}
.rate_borderbg {
	background-color:#ededed;
	position:absolute;
	width:55px;
	height:15px;
	top:0;
	z-index:2;
	font-size:1px;
	left: 1px;
}
.rate_value {
	width:55px;
	background-color: #f3ac03;
}
.rate_box {
	width:55px;
	height:15px;
	float: left;
}
.rate_text {
	height: 15px;
	margin-top: 1px;
	margin-left:10px;
	width: 275px;
	float: left;
	clear: none;
}
.rate_box .rate {
	float:left;
	width:15px;
	margin-top:1px;
	position:relative;
	background-color:#FFFFFF;
}
/**** // ratecars */


/* INTERNACIONAL */
.box_search_locadora_inter {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 2px;
	height: 85px;
	width:90px;
	border: 1px solid #CCCCCC;
	padding-top: 35px;
	padding-left: 15px;
	float: left;
}

.box_search_veiculo_inter {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	height: 100px;
	width:120px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.box_search_categoria_inter {
	background-color: #FFFFFF;
	height: 120px;
	margin-top: 5px;
	width: 530px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	text-align: left;
	clear: none;
}
.box_search_conteudo_inter {
	margin-bottom: 0px;
	height: 100px;
	margin-top: 0px;
	width: 380px;
	clear: right;
	float: left;
}

.box_search_solicitar_inter {
	margin-bottom: 0px;
	height: 70px;
	margin-top: 0px;
	width: 130px;
	clear: right;
	float: left;
	margin-left: 5px;
}

.box_carro_opcionais_inter {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 40px;
	height: 120px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	clear: right;
	float: left;
	width: 230px;
	text-align:center;
}

.box22_inter {
	background-color: #FFFFFF;
	margin: 5px;
	clear: right;
	float: left;
	height: 200px;
	width: 280px;
	border: 1px solid #CCCCCC;
}
/* END Internacional */


.top_banner {
	padding: 8px 12px;
	text-decoration: none;
	font-size: 16px;
	color: #900;
	background: #FFFFFF;
	opacity: .80;
	filter:Alpha(Opacity=80);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
.top_banner h1 {
	color: #900;
	margin:0px; 
	padding:0px;
}
.top_banner span {
	color: #000;
	}
	
.box_logo img {
	clear: right;
	float: left;
	height: 100px;
	width: 200px;
}
.box_logo h1 {
	height: 100px;
	margin-left: 220px;
	margin-top: 1px;
	padding-top: 35px;
	width: 280px;
	font-size: 20px;
	text-transform: uppercase;
}

.box_logo h1 em {
	font-size: 12px;
	text-transform: none;
	color: #666;
	margin-left: 3px;
}

.box_logo h1 {
	height: 100px;
	margin-left: 220px;
	margin-top: 1px;
	padding-top: 40px;
	width: 280px;
	font-size: 18px;
	color:#333;
	text-transform: uppercase;
}

.box_banner {
	padding: 8px 12px;
	text-decoration: none;
	font-size: 16px;
	color: #900;
	background: #FFFFFF;
	opacity: .75;
	filter:Alpha(Opacity=75);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
.box_banner h1 {
	color: #333;
	margin:0px;
	padding:0px;
}
.box_banner span {
	color: #000;
	}
.box_newsletter {
	background-color: f3ac03;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	background-image: url(/imagens/banner_images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_newsletter_titulo {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #000 !important;
	margin: 2px;
	font-size: 14px;
}
/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 4px solid #CCCCCC;
	background-color: #f3ac03;
	padding: 5px;
	color: #282828;
	opacity: 0.93;
	font-size: 11px !important;
	width: 250px;
	text-align: justify;
}
#set_tool {
	cursor:pointer;
}

/* GRID */
#listagem tr { border: none !important; background: none !important; }
#pager { border: none !important; background: none !important; }

/* AVISO */
.m_stop{
	cursor:pointer;
}
.stop{
	font-size:11px;
	font-weight:normal;
	font-family:tahoma,arial,sans-serif;
	z-index:10;
}
.stop-bg{
	z-index:14000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #CCC;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50); 
	opacity:0.90;
	background-image: url(/Scripts/jqueryui/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png);
}

.stop .stop-title { 
  z-index:9000;
	height: 20px;
	background-image: url(/imagens/style1/menu_l14_right.png);
	background-repeat: repeat-x;
	background-color: #f3ac03;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}

.stop .stop-box { 
  position:relative; 
  padding: 5px 5px 5px 10px;
  z-index:14500;
}

.stop .stop-box-white { 
  background-color:#FFFFFF; 
  width:750px; 
  position:fixed; 
  top:50%; 
  left:25%; 
  margin:-120px 0 0 -180px; 
  z-index:16000; 
  text-align:left; 
  border:1px solid #B1B1B1; 
}
.stop_input {
	background-color: #FFF;
	margin: 2px;
	height: 35px;
	border: 1px solid #FFF;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.stop_input:hover {
	background-color: #FFF;
	margin: 2px;
	height: 35px;
	border: 1px solid #FFF;
	cursor:pointer;
	background-image: url(/imagens/caracter/airplane_min.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	color:#900;
	font-weight: bold;
}

/* Paginate */
.jPaginate{
    height:34px;
    position:relative;
    color:#a5a5a5;
    font-size:small;   
	margin-left:169px;
}
.jPaginate a{
    line-height:15px;
    height:16px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
	position:absolute;
	left:0px;
}
.jPag-control-front{
	float:left;
	position:absolute;
	top:0px;
	
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:2px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:16px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
    width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
    text-align:right;
}
ul.jPag-pages li span.jPag-previous-img{
    background:transparent url(/imagens/caracter/arrow-left.gif) no-repeat center right;
            }
ul.jPag-pages li span.jPag-next-img{
    background:transparent url(/imagens/caracter/arrow-right.gif) no-repeat center left;
            }
span.jPag-sprevious-img{
    background:transparent url(/imagens/caracter/arrow-left.gif) no-repeat center right;
            }
span.jPag-snext-img{
    background:transparent url(/imagens/caracter/arrow-right.gif) no-repeat center left;
            }
.total_resultados {
	margin-bottom: 5px;
	padding-left: 5px;
}