/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	overflow:auto;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-color:#0B0D40;
}

.botao_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.area_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0px;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.campo_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0px;
	padding: 2px;
	height: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#combo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#121212;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#submitTarifa {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#121212;
	height: 20px;
	width:30px;
}

/* Login */
.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color:#121212;
	font-weight:bold;
	height:30px;
}

.campo_login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	margin: 0px;
	padding: 0px;
	height: 14px;
}

/* Tabela Principal */

.rodape{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(imagens/bg_rodape.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:56px;
	text-align:center;
	vertical-align:middle;
}

.topo {
	width:770px;
	height:70px;
}

.conteudo{
	height:100%;
	font-size:11px;
	vertical-align:top;
	background-image:url(imagens/bg_conteudo.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.subconteudo{
	font-size:19px;
	color:#ffffff;
	font-weight:bold;
}

.sub_titulo{
	font-size:21px;
	color:#99C6f9;
	font-weight:bold;
}
.sub_conteudos{
	font-size:13px;
	color:#ffffff;
}

#slogan_b{
	color:#90c6f9;
	font:16px;
	font-weight:bold;
}


.info_rodape{
	font:10px;
}

.menu{
	height:260px;
	text-align:center;
	vertical-align:top;
}

.titulo{
	height:53px;
	text-align:center;
	vertical-align:top;
}

/* Tabela Interna */

.divisa_v {
	background-image:url(imagens/bg_divisa_v.gif);
	background-repeat:repeat-y;
	width:37px;
}

.pagamento_meio {
	background-image:url(imagens/pagamento_meio.gif);
	background-repeat:repeat-y;
}

.linha_h {
	height:1px;
	background-color:#666666;
}

.linha_h2 {
	height:1px;
	background-color:#006699;
}
/* Textos */

.titulo1{
	color:#CCFF00;
	size:16px;
	font-weight:bold;
}

.box_tarifas{
	color:#333333;
}

.box_tarifasReal{
	color:#CC0000;
}

.box_tarifasOutros{
	color:#959595;
}

.box_tarifasOBS{
	color:#333333;
	font-size:9px;
}

/* Box */

.servico_box{
	width:260px;
	background-image:url(imagens/servico_meio.gif);
	color:#333333;
	font-size:11px;
}

.planos_txt{
	font-size:16px;
	font-weight:bold;
	color:#99CC00;
}

.planos_meio{
	background-image:url(imagens/planos_meio.gif);
	background-repeat:repeat-y;
	font-size:11px;
	color:#333333;
	height:40px;
}

.planos_base{
	height:45px;
	background-image:url(imagens/planos_base.gif);
	background-repeat:no-repeat;
}

/* Box Tarifa */
#boxTarifa_a {
	height:10px;
	background-image:url(imagens/boxTafifa_a.gif);
	background-repeat:no-repeat;
}

#boxTarifa_b {
	height:10px;
	background-image:url(imagens/boxTafifa_b.gif);
	background-repeat:repeat-y;
	padding: 15px;
}

#boxTarifa_c {
	height:10px;
	background-image:url(imagens/boxTafifa_c.gif);
	background-repeat:no-repeat;
}

/* RadioButton */
#radioTarifa {
	width:11px;
	height:11px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:2px;
}

/* Consulta Tarifas */
#dvTela {
	text-align:left;
	padding:0px;
	margin:0px;
}

/* Links Padrão */

a:link {
	text-decoration: none;
	color: #CCFF00;
	font-size:10px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #CCFF00;
	font-size:10px;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #CCFF00;
	font-size:10px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #CCFF00;
	font-size:10px;
	font-weight:bold;
}

a.planos:link {color:#FFFFFF; text-decoration:none; }
a.planos:visited {color:#FFFFFF; text-decoration:none; }
a.planos:hover {color:#FFCC00; text-decoration:underline; }
a.planos:active {color:#FFCC00; text-decoration:none; }

a.plNovos:link {color:#FFFFFF; font-size:14px; text-decoration:underline; }
a.plNovos:visited {color:#FFFFFF; font-size:14px; text-decoration:underline; }
a.plNovos:hover {color:#FFCC00; font-size:14px; text-decoration:underline; }
a.plNovos:active {color:#FFCC00; font-size:14px; text-decoration:underline; }

/* Subtítulos */

.subtitle {
	font-size:14px;
	line-height:30px;
	color:#66CCFF;
}

.subtitle2 {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#CCFF00;
}

/* Box Planos */

#boxPlanos {
	width:343px;
	max-width:343px;
	min-height:186px;
}
#clBtn{
	float:left;
	width:38px;
	margin-top:7px;
}
#clCnt{
	float:right;
	width:305px;
	background:url(imagens/box_simples.gif);
	min-height:186px;
	max-height:186px;
}
