/* implementação do modelo tableless */
@import url('novo.css');
/*************************************/
body, td, th, div, input, select, textarea, button {
	font-family: tahoma, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #999999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eaeaea;
}
a {
	color: #999999;
	text-decoration: none;
}
form {
	padding:0px;
	margin:0px;
}
.inputText {
	width:100%;
	border:1px solid #999999;
}
.submitButton {
	background-color:#FFD359;
	border-color:#FFD359;
}
.divTitulo {
	background-image:url(../images/back_tit-cadastro.gif);
	font-weight:bold;
	padding:2px;
}
#boxLogin {
	text-align:left;
	margin:50px auto;
	background-color:#f2f2f2;
	padding:10px 25px;
	border:1px solid #333333;
	width:120px;
	_width:170px;
}
#boxLogin .erro {
	border:1px solid #CC0000;
	background-color:#FF0000;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
a:hover {
	text-decoration: none;
	color: #E8BA0B;
}

.texto_branco {color: #CCCCCC}
.texto_branco a{color: #E7E7E7}
.texto_branco a:hover{color: #FFFFFF}

.titulo_azul_pq {
	color: #006699;
	font-weight:bold;
}
.titulo_azul_pq a{color: #006699}
.titulo_azul_pq a:hover{color: #E8BA0B}

.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
	font-style:italic;
}
.linha_horizontal{
	background-image:url(../images/linha_h.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:10px;
	width:100%;
	border:0px none #FFFFFF;
}
select,textarea,input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.caixas {
	width:100%;
	border:1px solid #999999;
}
.caixas a {
	color:#CC0000;
	font-weight:bold;
}
.caixas a:hover {
	text-decoration:underline;
}
.linha_vertical{
	background-image: url("../images/linha_v.jpg");
	background-repeat:repeat-y;
	background-position:center center;
	width:20px;
}

#menu_fundo {
	background-image:  url("../images/menu_fundo.jpg");
	background-repeat:repeat-y;
	background-position:left;
}
#menu_final {
	background-image:  url("../images/menu_final.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}
#base_br {
	background-image:  url("../br/images/base.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
}
#base_eg {
	background-image:  url("../eg/images/base.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
}
#base_es {
	background-image:  url("../es/images/base.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
}
#linhah{
	background-image: url("../images/linha_h.jpg");
	background-repeat:repeat-x;
	background-position:bottom center;
	line-height:20px;
}
#linhav{
	background-image: url("../images/linha_v.jpg");
	background-repeat:repeat-y;
	background-position:center;
	width:20px;
}

#bandeira{
	border:1px solid #eaeaea;
	background-color:#f7f7f7;
}

#bloco{
	width:80px;
	height:20px;
	padding:3px;
	margin:1px;
	background-color:#f2f2f2;
	overflow:hidden;
	float:left;
}

table#descricao tr td, table#titulo tr td{
	color: #074794;
	padding-left: 10px;
	margin-left: 10px;
	border-bottom: 1px #FFFFFF solid; 
	
}
table#descricao tr td{
	border-left:1px solid #074794;	
	color: #074794;
}
table#titulo tr td{
	font-weight:bold;
	font-style:italic;
	color: #074794;
}
#preco{
color: #074794;
}

