


/* CSS Document */

/* GERAL */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	color:#666;
}

body{ background:url(/img/bkg_body.jpg) fixed repeat-x; }
body, table{ font:11px arial, tahoma, verdana; }

.esqueci_senha:link { color:#0000DD;text-decoration:underline;font-weight:bold; }
.esqueci_senha:visited { color:#0000DD;text-decoration:underline;font-weight:bold; }
.esqueci_senha:active { color:#0000DD;text-decoration:underline;font-weight:bold; }
.esqueci_senha:hover { color:#0000DD;text-decoration:underline;font-weight:bold; }

/* DIV - GERAL */
#geral{
	position:absolute;
	width:760px;
	_height:300px;
	border:solid #e1e1e1;
	border-width:0 1px 1px 1px;
}

/* DIV - CABECALHO */
#cabecalho{
	width:760px;
	height:94px;
	
		
		
		background:#fff url(/img/cabecalho.jpg) no-repeat;	
		
	
}

/* DIV - CABECALHO DESCRICAO */
#cabecalho_detalhes {
	padding-left:2px;
	padding-top:2px;
    font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	color:white;
}

/* DIV - MENU */
#menu{
	width:175px;
	float:left;
	margin:10px 0 0 0;
	padding:0 5px;
	border-right:1px solid #eee;
}

#menu ul {
	font-family:tahoma, verdana;
	margin:0 0 10px 0;
	background:url(/img/bkg_bto.gif) repeat-x top;
}

#menu ul a:link,
#menu ul a:visited,
#menu ul a:active{ text-decoration:none; }
#menu ul a:hover{  text-decoration:underline; color:#9c3423; }

#menu ul ins {
	display:block;
    font:bold 11px tahoma;
    color:#132f69;
	border-bottom:#e1e1e1 1px solid;
	padding:5px;
}

#menu ul li{
	padding:2px 5px;
}

/* DIV - CONT*/
#cont{
	float:left;
	width:555px;
	margin:10px 0 0 10px;
}

#cont a:link,
#cont a:visited,
#cont a:active{ text-decoration:underline; color:#9c3423; }
#cont a:hover { text-decoration:none; }

#cont hr{ color:#eee; margin:10px 0; _margin:0;}

#cont select,
#cont textarea,
#cont input{
	border:1px solid;
	border-color:#c4cccc #acb5b5 #6f7777 #acb5b5;	
    font:11px tahoma, verdana;
	color:#2b333c;
	padding:2px;
}

#cont input.bto {
	font:bold 10px tahoma, verdana;
	text-align:center;
	background:#fefefe url(/img/bkg_bto.gif) repeat-x;
	padding:.2em 1.5ex;
	overflow:visible;
	cursor:pointer;
}

#cont .noborder {
	border:0;	
}

#cont .input_error {
	border:red 1px solid;
    font-size:11px;
	color:#2b333c;
	background-color:#FFCCCC; 
}
#cont .titulo {
	display:block;
    font:bold 11px tahoma;
    color:#132f69;
	border-bottom:#e1e1e1 1px solid;
	padding:5px;
	background:url(/img/bkg_bto.gif) repeat-x top;
}

#cont table.result{
	text-align:left;
}

#cont table.result .color{ background:#e7eaf0; cursor:pointer; }
#cont table.result .color_red{ color:#2b333c;background:#FFCCCC; cursor:pointer; }

#cont table.result th{
	background:#b8c0d2;
	padding:3px;
	color:#fff;
}

#cont table.result th a:link,
#cont table.result th a:visited,
#cont table.result th a:hover,
#cont table.result th a:active{ color:#fff; }

#cont table.result td{	padding:3px; cursor:pointer; }
