@charset "utf-8";
/* CSS Document */
html{
	background: #fff url(img/bodyBG.png) repeat-y top left;
}
body{
	background: #fff url(img/bodyBG.png) repeat-y top left;
	font: normal 11px Arial, Tahoma, Verdana;
	color: #333;
	line-height: 1.3em;
	text-align: left;
	padding: 0;
}
::-moz-selection {
	background: #0D4D66;
	color: #fc0;
}
h1{
	margin: 0;
	padding: 0;
	color: #fc0;
	background:#333;
	display:inline-block;
	font: 500 2.2em "MS Serif", Georgia, "New York", serif;
	text-align: left;
	width:99%;	
}
h2{
	padding: 0.1em 0.3em 0 0.3em;
	margin: 0;
	margin-bottom: 1em;
	color: #fff;
	background: #333;
	font: 500 2.2em "MS Serif", Georgia, "New York", serif;
	line-height: 1.1em;
	text-align: left;
	text-transform:uppercase;
	display:inline
}
h2 img{
	vertical-align: middle;	
}
h3{
	padding: 0;
	margin: 0;
	color: #f60;
	font: normal 1.5em "MS Serif", Georgia, "New York", serif;
	text-align: left;
	letter-spacing: 0.05em
}
h3.bold{
	font-weight: 600;	
}
h3.relacionados {
	background:#3481A0;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
}
h3.passo {
	background:#ECC313;
	border-bottom:1px solid #333;
	color:#333;
	text-align:left;
	font-weight:bold;
	padding:5px 0 5px 10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif
}
h4{
	padding: 0;
	margin: 0 0 1em 0;
	color: #fff;
	font: 500 1.3em "MS Serif", Georgia, "New York", serif;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.05em
}
h5{
	padding: 0;
	margin: 0;
	color: #3784A1;
	font: 600 1em "MS Serif", Georgia, "New York", serif;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0.05em
}
h6{
	padding: 0;
	margin: 0 0 10px 8px;
	color: #666;
	font: 600 1.1em "MS Serif", Georgia, "New York", serif;
	text-align: left;
	line-height: 1.9em;
	letter-spacing: 0.05em
}
p{
	font-size: 1.1em;	
}
#geral{
	width: 100%;
	z-index:1;
	position: relative;
	margin: 0;
}
.content{
	position:relative;
	z-index:1;
	width: 600px;
	float: left;
	padding-top: 20px;
}
.sideBar{
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
}
.menu{
	width:200px!important;
	margin: 20px 0 0 0!important;
	padding: 0!important;
	background: none;
}
.menu li{
	display: block;
	line-height: 2.4em;
	font-size: 1.1em;
}
.menu li a{
	display: block;
	width: 180px;
	padding: 2px 5px 2px 25px;
	background: none;
	margin: 0;
	border-bottom: 1px solid #555;
	text-decoration: none;
	color: #CCC;
}
.menu li a:hover{
	color:#333;
	background: #fff;
	text-decoration: none;
}
.menu li.selecionado{
	color:#333;
	background: #fff;
	display: block;
	width: 180px;
	padding: 2px 5px 2px 25px;
	margin: 0;
	border-bottom: 1px solid #555;
	text-decoration: none;
}


.ocorrencias{
	position: absolute;
	left: 4px;
	bottom: 20px;
	font-size: 1.4em;
	color: #fff;
}
.ocorrencias b, .ocorrencias em{
	font-style: normal;
	color: #FF0;
}
.ocorrencias img{
	margin-left: 20px;	
}
.widget{
	display:block;
	float: left;
	width: 210px;
	color: #fff;
	font-size: 1.15em;
	text-align: left;
}
.widget .cidade{
	font-size: 11px;
	color:#CF3;
	text-align: center;
}
.widget a{
	color: #FFF;
}
.widget a:hover{
	color: #9CF;	
}
a.tagAssinante{
	color:#FF0!important;
	font-weight: bold;
}
a.tagAssinante:hover{
	color:#FC0!important;
}

.abrangencia{
	padding: 8px;
	background: #155872;
	width: 900px;
	margin: 30px auto;
	color: #fff;
	overflow: auto;
	border: 1px solid #186785;
	border-bottom-color: #0C455A;
	border-right-color: #0C455A;
}
.abrangencia span{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	margin-top: 10px;
}
.abrangencia ul{
	margin: 0!important;
	padding: 0!important;
}
.abrangencia ul li{
	list-style: none;
	padding: 0.2em 0;
	color: #85BBD1;
	font-size: 0.9em
}
.voltar{
	margin-top: 20px;
	font-size: 1.2em;
	clear: both;
	text-align: left;
}
/* FORMS */
.campoBusca{
	border: 0;
	display:block;
	float: left;
	background: #fff url(img/bgCampoBusca.gif) no-repeat top center;
	width: 213px;
	height: 30px;
	margin-left: 1px;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
.campoBusca .inputText{
	border: 0;
	background: none;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #06F;
	padding: 5px 4px;
	vertical-align: middle;
}
.inputImg{
	margin: 0;
	vertical-align: middle;
}
fieldset{
	padding: 20px;
	border: 0;
	border: 1px solid #ddd;
	margin: 5px 0;
}
legend{
	background: #fff;
	padding: 0 0.5em;
	color: #999;
	font-size: 1.2em;
	margin: 0;
}
label{
	float: left;
	display: block;
	padding: 6px 5px 5px 0;
	line-height: 18px;
	width: 100px;
	font-weight: none;
	font-size: 1.05em;
	color: #666;
}
.textarea{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 261px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	margin: 1px 0 0 1px;
	float: left;
	font-family: Arial, Tahoma, Geneva, sans-serif!important;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus{
	border-color: #06F;
}
.campo, .select{
	border: 1px solid #999;
	background: #fff url(img/inputBG.png) repeat-x top center;
	width: 261px;
	height: 18px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 1px 0 0 1px;
	vertical-align: middle;
	float: left;
}
.select{
	width:auto!important;
	/*padding: 0.4em!important;*/
	vertical-align: middle;
}
option{
	background: none;
}
.botao{
	border: 1px solid #ddd;
	border-bottom-color: #999!important;
	border-right-color: #999!important;
	background: #ccc;
	width: auto;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin: 4px 0 0 0;
	vertical-align: middle;
}
.botao:hover, .botao:focus{
	color: #333;
	border-color: #fff!important;
	border-bottom-color: #666!important;
	border-right-color: #666!important;
}
.checkbox{
	margin: 0 3px 0 0!important;
}
.divisao{
	display: block;
	clear: both;
	width: 100%;
	background: url(img/div2.png) repeat-x center center;
	height: 50px;
}
.outroResultado{
	font-size: 1.4em;
	color: #666;
	padding-bottom:10px;
}
.outroResultado2{
	font-size: 1.4em;
	color: #666;
	padding:10px;
	margin: 30px auto;
	width:600px;
	border: 2px solid #ddd;
}
#bannerRotativo{
	margin: 0 auto;
	width: 500px;
	padding: 0;
}
#bannerRotativo li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.rodape{
	background:#155872;
	padding:10px;
	color: #85BAD1;
	text-align: center;
	border-top: 1px solid #186785;
}
/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */

.erroAssinante {
	padding:5px;
	background:#3582A0;
	color:#FFFFFF;
}

.erroAssinante h5 {
	color:#FFFFFF;
}

/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */

table.tbPlanos {
	width:70%;
}

table.tbPlanos tr th {
	background:#2D2D2D;
	color:#EEBE13;
	padding:8px;
	text-align:left;
	font-size:1.1em;
}

table.tbPlanos tr.linha1 td {
	padding:5px 10px 5px 10px;
	background:#F0F0F0;
}

table.tbPlanos tr.linha2 td {
	padding:5px 10px 5px 10px;
	background:#DDD;
}

/* =-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-==-=-=-=-=-=-=-= */

#carregando, #enviando{
	background: #FF3300;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: 170px;
	padding: 10px;
	padding-left: 20px;
	position:absolute;
	top:0;
	left:430px;
}

span.passo {
	display:block;
	padding:5px 0 5px 7px;
	background:#EEE;
	margin-bottom:5px;
}

span.passo strong {
	font-size:14px;
}

/* =================================================================================== */

#msgErro {
	color:#FF0000;
	font-weight:bold;
	left:255px;
	top:450px;
	position:absolute;
	z-index:999;
}