@charset "utf-8";
/* CSS Document */

body{
	font-family:"Verdana";
	font-size:13px;
	color:#333333;
	background-image:url(images/fund_topo_dir.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0; 
	padding:0; 
	min-height: 100%;
	height: auto;
	width:100%;
	min-width:1024px;
}


td{
	font-family:"Verdana";
	font-size:11px;
	/*color:#333333;*/
}

.relatorio *{font-size:14px;}

A:link {text-decoration: none; color:#0066CC}
A:visited {text-decoration: none}
A:active {text-decoration: none}

.topo{
	width:100%;
	height:120px;
}

.menu{
	width:18%;
	height:100%;
	float:left;
	/*background:#999999;*/
	/*padding:5px 5px 5px 5px;*/
}
.main{
	width:82%;
	height:100%;
	float:left;
	/*border: solid 1px;*/
	/*background:#CCCCCC;*/
}

.interior_pag{
	min-height:500px;
	height:100%;
	border: solid 1px;
	padding: 10px 10px 10px 10px;
	margin:3px 2px 2px 0px;
	border-color:#C6CCD7;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
select{
	border: solid 1px;
	border-color:#475E78;
	font-size: 11px;
}


.cursor_hand{
	cursor: hand;
	cursor: pointer;
}

.but_menu{
	/*background:#EFEFEF;*/
	background:url(images/sombra_menu.jpg); 
	background-repeat:repeat-x;	
	border: solid 1px;
	border-color:#BEC4CB;
	margin-bottom:2px;
	margin-top:2px;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
}
/*//////////ABAS DE FORMS ///////////*/
.aba_paginas{
	height:15px;
	float:left;
	padding: 5px 5px 5px 5px;
	margin-left: 1px;
	margin-right: 1px;
	background:#f6f6f6;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color:#c6ccd7;
	cursor: hand;
	cursor: pointer;
}

.aba_paginas_selected{
	float:left;
	padding: 5px 5px 5px 5px;
	margin-left: 1px;
	margin-right: 1px;
	background:#FFFFFF;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-color:#c6ccd7;
	margin-bottom: 20px; 
}
/*////////////////////////////////////*/
.obrigatorio {
	color:#FF0000;
	font-weight:bold;
}
.div1{
	width:550px;
}
/*////////////////////////////////*/
.barra_funcoes{
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	margin-top: 5px;
	border:solid 1px;
	border-color:#BEC4CB;
}
.titulo_lista{
	margin-bottom:5px;
	margin-top: 5px;
	background:#BEC4CB;
	height: 25px;
}
/******************************************/
.opt_status{
	padding:2px 2px 2px 2px; 
	font-size: 9px;
	background:#E6F0FB;
	color:#333333;
	cursor: hand;
	cursor: pointer;
}

.sobre_opt_status{
	padding:2px 2px 2px 2px; 
	font-size: 9px;
	background:#556699;
	color:#FFFFFF;
	cursor: hand;
	cursor: pointer;

}

.bloco{
	padding:5px 5px 5px 5px; 
	margin-bottom: 5px;
	border:solid 1px;
	border-color:#BEC4CB;
    width: 600px;
}

.tela_conferi{
	font-size:15px;
	
}
/****************************************************/

.div_baixa{
	width:185px;
	background-color:#E9E9E9;
	border: solid 2px;
	border-color:#666666;
	position:absolute;
	margin-left: -200px;	
	margin-top: -18px;
	padding:5px 5px 5px 5px;
	display:none;
	float:left;
}

.div_Detalhe{
	width:150px;
	background-color:#E9E9E9;
	border: solid 2px;
	border-color:#666666;
	position:absolute;
	margin-left: -170px;	
	margin-top: -18px;
	padding:5px 5px 5px 5px;
	display:none;
	float:left;
}


#senha_validar{
	height:15px;	
	padding: 5px 5px 5px 5px;
	margin-left: 1px;
	margin-right: 1px;
	background:#f6f6f6;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color:#c6ccd7;
	cursor: hand;
	cursor: pointer;
}

.rm_alterar{
	height:10px;	
	padding: 2px 2px 2px 2px;
	margin-left: 1px;
	margin-right: 1px;
	background:#f6f6f6;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color:#c6ccd7;
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
}

.ver_historico{
	cursor: hand;
	cursor: pointer;
	color:#0066cc;
}


#alert_box{
	position:fixed;
	display: none;
	width: 600px;
	height: 300px; 	
	border: 1px solid #333;
	background-color: #fcfcfc; 
	padding: 6px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-300px;
	box-shadow: 1px 1px 3px #333;
}


#html_alert_box{
	overflow-y:auto;
	height:280px;
	padding: 6px;	
}

#fechar_alert_box{
	position: absolute;
	right:0px;
	top:0px;		
	cursor: hand;
	cursor: pointer;
	font-weight:bold;
}

#rms_sem_consig{
	cursor: hand;
	cursor: pointer;
	color: #0066cc;
    text-decoration: none;
}
