/* Geral */
html {
	overflow-y: scroll;
}
*{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body{
	color:#000;
	background-color:#EEE;
	font-size:11px;
}
body,table,select,input{
	margin:0;
	padding:0;
}
table{
	border-collapse: collapse;
	border:0;
	background-color:#FFF;
}
td{
	padding:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	vertical-align:middle;
	border:0px;
}
p{
	text-align:justify;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
div {
	word-wrap: break-word;
}
/* Layout */
#p{
	background-color:#F00;
	width:778px;
	height:100%;
}

#m{
	width:166px;
}
#c{
	height:400px;
}
#r{
	background-color:#39ACDA;
	padding:2px;
	text-align:center;
}
#r, #r a{
	color:#FFF;
}
#pagtit{
	font-size:18px;
	/*margin-bottom:10px;*/
}
.pagavi{
	color:#F00;
}
#esqcol{
	background-color:#D6EEF7;
}
#concol{
	padding:10px;
}
#concol, #esqcol{
	vertical-align:top;
}
/* Topo */
#topdiv{
	height:120px;
	width:778px;
	background-repeat:repeat-x;
	background-color: #37ABDA;
	background-image: url(../img/fndtop.gif);
}
#toplgo, #toptit, #topstt, #toplnk{
	float:left;
}
#toplgo{
	width:165px;
	text-indent:2px;
	padding-top:10px;
	margin-left:22px;
}
#toptit, #topstt{
	width:630px;
}
#toptit{
	font-size:22px;
	margin-top:10px;
	font-weight:bold;
	margin-left:-50px;
	
}
#topstt{
	font-size:18px;
	margin-top:5px;
}
#toplnk{
	width:259px;
	text-align:right;
	vertical-align:top;
	background-image: url(../img/detalhe.gif);
	background-repeat: no-repeat;
	background-position: 114px 55px;
	height:75px;
	position:absolute;
	left:519px;
}
#toplnk span{
	margin-right:5px;
}
#toplnk a{
	font-weight: bold;
	color: #000;
	font-size:10px;
}
#topusr{
	background-image: url(../img/fndusr.gif);
	background-color: #1C84BE;
	background-repeat: repeat-x;
	width:778px;
	color:#FFF;
	margin-top:1px;
}
#topunm{
	width:594px;
	padding:3px;
	font-size:10px;
}
#topdta{
	width:166px;
	padding:3px;
	text-align:right; /* text-align:left; */
	font-size:10px;
	margin-left:6px;
}
#topusr, #topunm, #topdta{
	float:left;
}
/* Login */
#logdiv, #logdiva{
	width:200px;
	background-color:#D1ECF6;
	border:1px solid #37ABDA;
}
#c_logdiv {
	/*margin: 110px 0 0 278px;*/
	width: 200px;
	margin-top:140px;
}
#logdiva{
	margin: 20px 0 0 180px;
}
#logcon{
	padding:5px;
}
#logtit{
	background-color: #39ACDA;
	background-image: url(../img/menout.gif);
	border-bottom: 1px solid #FFF;
	background-repeat: repeat-x;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}
#logtxt{
	text-align:justify;
	font-size:10px;
	margin-bottom:5px;
}
#logbtn input{
	margin-top:5px;
}

/* Menu */
#menlis {
	width:178px;
}
#menlis li {
	background-color: #39ACDA;
	border-bottom: 1px solid #FFF;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight:bold;
	cursor:pointer;
	padding: 3px 0px 3px 3px;
}
.menovr{
	background-color:#2187BF;
	background-image: url(../img/menovr.gif);
}
.menout{
	background-color:#39ACDA;
	background-image: url(../img/menout.gif);
}

ul li {
    position: relative;
}

li ul {
    position: absolute;
    left: 178px;
    top: 0;
    display: none;
    }

ul li ul li {
    display: block;
    width: 178px;
    color: #FFF;
}

ul li:before {
    content: '› ';
}

li:hover ul { display: block; }

/* Requisição */
.reqfrm{
	width:355px;
	margin-bottom:5px;
}
#reqdiv{
	padding:10px;
	background-color:#FFF;
}
#reqitm{
	width:446px;
	background-color:#D6EEF7;
	border:1px solid #1C84BE;
	padding:5px;
	margin:10px 0 10px 0;
	font-size:10px;
}
/* Consultar Requisições */
#condiv{
	background-color:#D6EEF7;
	border:1px solid #1C84BE;
	padding:5px;
	height:30px;
	margin:10px 0 10px 0;
	font-size:10px;
	width:568px;
}
.conres{
	background-color:#FCFCFC;
	border:1px solid #999;
	font-size:10px;
	margin-bottom:10px;
	width:574px;
	color:#2187BF;
	position:relative;	
	float:left;
}
.conres td{
	border:1px solid #EEE;
}
.conped, .condta, .conalm, .condot, .conset, .conjus, .conped b, .condta b, .conalm b, .condot b, .conset b, .conjus b{
	font-size:10px;
}
.conped, .condta, .conalm, .condot, .conset {
	position:relative;
	padding:2px;
}
.conped{
	width:63px;
	float:left;
	color:#000;
}
.conped b{
	color:#2187BF;
}
.condta{
	width:65px;
	float:left;
	word-wrap: normal;
}
.conalm{
	width:130px;
	float:left;
}
.condot{
	width:130px;
	float:left;
}
.conset{
	width:130px;
	float:left;
}
.conjus{
	text-align:justify;
	/* width:455px;
	color:#000000;*/
	margin-left:2px;
	margin-right:10px;
}
.conbtn{
	background-color:#EEE;
	width:574px;
	float:left;
	position:relative;
}
.conbtu{
	background-color:#EEE;
	padding:2px;
	width:145px;
	float:left;
}
.conbtv{
	background-color:#DDD;
	padding:2px;
	cursor:pointer;
	width:145px;
	float:left;
}
#conerr{
	background-color:#FFE8E8;
	border:1px solid #F00;
	padding:3px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

/* Formulário */
.frmrot{
	font-size:10px;
/*	font-weight:bold;*/
	float:left;
	margin-right:10px;
}
.frmtxt, .frmtxa, .frmerr, .frmtae{
	font-size:10px;
	font-weight:bold;
	color:#2187BF;
	border:1px solid #A4CEE5;
}
.frmtxt, .frmerr, .frmtxtd{
	height:15px;
}
.frmerr, .frmtae{
	border:1px solid #F00;
}
.frmtxtd, .frmtxad{
	font-size:10px;
	border:1px solid #A4CEE5;
	color:#666;
	background-color:#FFF;
}

.frmbtn{
	cursor:pointer;
	background-color:#85BDDC;
	border:1px solid #2187BF;
	color:#FFF;
	font-size:10px;
	height:16px;
	font-weight:bold;
}
.frmsel{
	font-size:10px;
}
.frmser{
	background-color:#F00;
	color:#FFF;
}
.frm_erro_borda {
	border:1px solid #F00;
	font-size:10px;
}
/* Live Search */
#LSResult{
	position: absolute;
	background-color: #F5F5F5; 
	width: 450px;
	margin: 19px 0 0 0px;
	font-size:10px;
	border: 1px solid #999;
	float:left;
	z-index: 9999;
}
#LSHighlight{
	cursor:pointer;
	background-color:#EBEBEB;
	/*height:12px;*/
	/*padding:2px;*/
}
.LSRes div{
	padding:2px;
}   
.mao {cursor: pointer; cursor: hand;}
.LSRow, .LSRow:hover{
	font-size:10px;
	background-color:#FFE8E8; /*#0000FF;*/
	/*z-index:9999;*/
	/*padding:2px;*/
}
.destaque{
	color:#1C84BE;
}
.bd{
	border-bottom:1px solid #000000;
}
#help{
	position:absolute;
	border: #000000 1px solid;
	z-index:999;
	width:168px;
	left: 4px;
	font-size:9px;
	font-family:"Times New Roman", Times, serif;
}

.rqm-container
{
	height:100%;
	margin:0 auto;
	max-width:778px;
	min-height:558px;
	min-width:700px;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color:#FFF;
}
.rqm-header
{
	bottom:auto;
	display:block;
	height:19px;
	margin:0;
	position:absolute;
	visibility:visible;
	width:auto;
	z-index:1;	
}
.rqm-content
{
	display:block;
	
	margin:0;
	position:absolute;
	top:138px;
	visibility:visible;
	z-index:1;	
	width:778px;
	vertical-align:middle;
}
.rqm-menulateral
{
	bottom:67px;
	display:block;
	height:404px;
	
	margin:0;
	position:absolute;
	right:auto;
	top:139px;
	visibility:visible;
	width:178px;
	z-index:1;	
	background-color:#D6EEF7;
}
.rqm-footer
{
	display:block;
	height:13px;
	left:10px;
	margin:0;
	right:10px;
	visibility:visible;
	width:auto;
	z-index:1;
	margin-top:125px;
	background-color:#39ACDA;
}
#content-lateral
{
	bottom:67px;
	display:block;
	height:404px;
	left:179px;
	margin:0;
	position:absolute;
	right:216px;
	top:140px;
	visibility:visible;
	width:438px;
	z-index:1;	
}
#footer_home
{
	display:block;
	height:16px;
	left:10px;
	margin:0;
	right:10px;
	visibility:visible;
	width:auto;
	z-index:1;
	margin-top:545px;
	background-color:#39ACDA;	
}

#container
{
	height:100%;
	/* height:556px; */
	width:778px;
	margin:0 auto;
	background-color:#FFF;
}
#footer
{
	background-color:#39ACDA;
	height:17px;
	padding-top:2px;
	margin-top:10px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
}
#menu_lateral
{
	height:400px;
	float:left;
	width:178px;
	/* background-color:#D6EEF7; */
	background-image: url(../img/sidebar.png);
}
#content
{
	margin-left:23%;
	margin-top:35px;
	/* height:384px; */
	height:100%;
	padding-left:10px;
	padding-right:10px;
}
#footer-logar
{
	background-color:#39ACDA;
	height:17px;
	padding-top:2px;
	margin-top:128px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;	
}
#p_download
{
	font-weight:bold;
	background-color:#FFFFBF;
	font-size:12px;
}
#lk_download
{
	color:red;
	font-size:12px;
	
}
.info, .sucesso, .alerta, .erro, .validacao {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.sucesso {
color: #4F8A10;
background-color: #DFF2BF;
}
.alerta {
color: #9F6000;
background-color: #FEEFB3;
}
.erro {
color: #D8000C;
background-color: #FFBABA;
}
.clear {
    clear: both;
}
/* Utilizado em nova requisição */
.pvermelho, .pazul, .plaranja { font-size:9px; font-weight:bold; }
.pvermelho { color:#FF0000; }
.pazul { color:#A4CEE5; }
.plaranja { color:#FF9966; }