/* CSS tabless */
@import "fontes.css";
@import "navegadores.css";
@import "titulos.css";
@import "print.css";


*  {
	margin:0px;
	padding:0px;
}

#geral {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
	background-image: url(../img/fundo_body.gif);
	background-repeat: repeat-x;
}

a:hover {
	color:#2A2A86;
}

input , select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
}


#conteudo {
	position:relative;
	margin: auto;
	width:778px;
	height:auto;
	background-image:url(../img/fake_bg.gif);
	background-repeat:repeat-y;
}

#conteudoN {
	position:relative;
	margin: auto;
	width:778px;
	height:auto;
	background-color: #FFFFFF;
}


#produtos {
	position: relative;
	margin-top: 20px;
	margin-left: 275px;
}

#inf {
	width:420px;
	height:auto;
	float:left;
	padding:0px 0px 0px 25px;
	margin-top: 20px;
}

*html #inf {
	padding:0px 0px 0px 20px;
}

div#inf a{
	text-decoration:none;
}

div > #inf a {
	text-decoration:none;
}

#relatorio {
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	margin-left: 18px;
}

#seguros{
	text-align:center;
}


#tbl_equipe {
	width:200px;
	height:50px;
	display:inline;
	float:left;
	margin-bottom:5px;
}

#linha {
	height:15px;
	display:inline;
	float:left;
}
#informativo {
	margin-left: 33px;
}


#margem {
	padding:0px 20px 20px 20px; 
	text-align:justify;
}

#col_left_cad {
	float:left; 
	width:260px; 
	padding-right:10px; 
	border-right:1px solid #EFEFEF;
}	

#col_right_cad {
	width:490px;
	float:left;
	padding:0px 0px 0px 10px;
	display: block;
}

#topo {
	width: 778px;
	height: 150px;
	background-color:#bdccdc;
}

#menu {
	clear: both;
	height:24px;
	background-image: url(../img/fundo.gif);
	background-repeat: repeat-x;
	width: 778px;
}

#rodape {
	font-size:9px;
	width:769px;
	height: 20px;
	clear: both;
	padding-top:6px;
	padding:6px 5px 0px 5px;
	background-image: url(../img/fundo.gif);
	background-repeat: repeat-x;
	vertical-align:middle;
	color:#2d498d;
}

#mapa {
	float:left;
	width:270px;
	height:440px;
	display:inline;
}

#corpo_conteudo {
	display:inline;
	padding-left:2px;
	float:left;
	width:505px;
}


#cadastro {
	margin-top:25px;
	margin-left:35px;
	margin-right:25px;
	margin-bottom:25px;
}
#ouro_ativo {
	margin-left:20px;
	padding-left:15px;
}
#ajax_cotacao {
	text-align: center;
}
#ajax_cotacao iframe {
	border: 0px;
	overflow:hidden;
	width: 90%;
	height: 170px;
	background:#F4F6F9;
}
#ajax_cotacao table {
	width: 80%;
	margin: auto;
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
#ajax_cotacao td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid  #999999;
	padding: 3px;
	text-align: right;
}
#ajax_cotacao th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid  #999999;
	padding: 3px;
	background:#BFCEDE;
}
#ajax_cotacao span {
	margin: auto;
	font-style:italic;
	text-align: right;
	width: 80%;
	display: block;
}



