@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-color: #242730;
	text-align:justify;
}
a:link {
	color: #F7931E;
}
.login_estilo {
	font-size: 12px;
	background-color: #4C505C;
	height: 14px;
	width: 60px;
	line-height: 15px;
	color: #FFF;
	margin: 0px;
	border: 1px dotted #FFF;
}

a:visited {
	color: #F7931E;
}
a:hover {
	color: #73b5e3;
}
a:active {
	color: #FFF;
}
.loginlabel_estilo {
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.label_estilo {
	font-size: 12px;
	line-height: 15px;
	color:#333333;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.erro {
	font-size: 10px;
	color:#F7931E;
	text-align:center;

}

.simples
{
	background-image:url(images/simples_back_60.png);
	height:125px;
	width:200px;
	vertical-align:middle;

}
.imagens
{

	border-color:#333;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.imagens_over
{

	border-color:#333;
	opacity:1;
	filter:alpha(opacity=100);
}
.data {
	font-size: 10px;
	color:#F7931E;
	text-align:right;

}

.tit1 {
font-family: Arial, Helvetica, sans-serif;
color: #8B8C73;
font-size: 12px;
font-weight: bold;
}
.jumpmenu {
	font-size: 10px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	border-color: #7F95B8;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-color: #F7931E;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.st1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
}

.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.titulos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6D7AA7;
	text-decoration: none;
}

.data {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.titulo {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.caixas {
	font-size: 9px;
	color: #486899;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	border-color: #4c6b9b;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	top: 0px;
}
.caixa_input {
	font-size: 12px;
	background-color: #4C505C;
	color: #FFF;
	margin: 0px;
	border: 1px dotted #FFF;
	text-align: justify;
}
.caixas_noticias {
	padding-right: 10px;
	padding-left: 10px;
}
.erros {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.imagens_banner{
	border:#000;

}

.TEXTO_10 {
	font-size: 10px;
	color:#333;

}
.caixa_input_disabled {
	font-size: 12px;
	background-color: #383A42;
	height: 14px;
	line-height: 15px;
	color: #F7931E;
	margin: 0px;
	border: 1px dotted #383A42;
}

.menu_calculos_favoritos {
	font-size: 12px;
	background-color: #383A42;
	height: 20px;
	line-height: 20px;
	color: #F7931E;
	margin: 0px;
	border: 1px thin #383A42;
}


.altera_pass {
position:absolute; 
top: 280px; 
left: 400px;
visibility:hidden;
}

.txt_branco
{
	color:#FFF;
	font-size:14px;
	font: bold;
	
}

.tit_tabela {
	font-size: 12px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background-color: #F7931E;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#navigation {
  width: 100%;
  position: fixed; 
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: 1000;
}
 

* html #navigation {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible; 
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}