/*@import url('inicio.css');*/
@import url('links.css');
@import url('botoes.css');
@import url('grids.css');
@import url('fieldset.css');
@import url('abas.css');
@import url('input.css');

html, body { margin: 0; padding: 0; font: 12px Arial, Helvetica, sans-serif; text-align: left; background: #fff; overflow: hidden; height: 100%;}
form, input { margin: 0; padding: 0;}

/* TOP */
#top, #menu, #content, #footer, #bts_footer { width: 100%; margin: 0 auto; }
#top { background: url(../../images/layout/bg_brasao.jpg) no-repeat right 28px #00723F; height: 74px; }

#logo { position: absolute; width: 185px; height: 74px; background: url(../../images/layout/logo.jpg) top no-repeat; z-index: 2;}
#user_data { position: absolute; top: 0; width: 100%;text-align: right; background: #fff; height: 28px; line-height: 28px; font-size: 11px;}
#user_data strong { background:url(../../images/layout/ic_user.jpg) no-repeat; padding: 2px 15px;}
#user_data database { background:url(../../images/layout/ic_database.png) no-repeat; padding: 2px 15px 15px 20px; font-weight: bold;}

#top_data { float: right; text-align: right; position: relative; top: 45px; right: 280px; color: #fff; font-size: 11px; }
#top_data img { border: none; padding: 0 5px;}
#top_data span {  position: relative;}
#top_data .topoSetor { text-decoration:none; color: #fff; font-size: 11px; }

.msgListaVazia { font-size: 12px; float: left; color: #888; }

/* MENU */
#menu {background:#E4E4E4; height:30px; z-index:3; position: relative; padding:0px 0px 0px 0px;}

/* MIDDLE */
#bts_footer, #content, #footer { position: absolute; }
#content { bottom: 68px; top: 125px; overflow-y: scroll; }
#bts_footer { bottom: 32px; background:#F3F3F3; height:45px; margin-top: 52px; text-align: right; }
/*#bts_footer { bottom: 50px; background:#F3F3F3; height:38px; margin-top: 30px; text-align: right; }*/


h2.titleModal { margin: 0; background:#00723F; color:#FFF; font-size:12px; padding:8px 10px 10px 10px; text-transform:uppercase;}
h2.title { margin: 0; background:#00723F; color:#FFF; font-size:12px; padding:2px 2px 2px 12px; text-transform:uppercase;}
h2.title span { background:url(../../images/layout/setaH2.jpg) no-repeat 2px 2px; color:#FFCC00; padding-left:10px; margin-left:5px; font-weight:normal; }

/* FOOTER */
#footer { position: absolute; bottom: 0; height: 48px; line-height: 75px; background:url(../../images/layout/bg_rodape.jpg) repeat-x bottom left; text-align:center;}

/* OTHERS */
.br { clear: both;} 
.left { float: left;}
.h10 {height: 5px; width: 1px; clear: both;}
#bts_footer .botao { float: right; padding: 8px 10px 0 0;}

/* ARVORE */
.tree a { color:#000; text-decoration:underline; }
.tree a:hover { text-decoration:none; }

/*
a, a:visited {color: #666; text-decoration: underline; line-height:20px;}
*/
a.info_left {margin: 0; font-weight: normal;}

/* Mensagens */
.mensagens {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.af_messages_body {
	background-image: url(../../images/layout/ic_fechardiv.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

ce|messages.required {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	background:url(../../../../images/layout/ic_fechardiv.jpg) no-repeat right top;
}

ce|messages.required::body {
	background:#FFFFFF;
	border: 1px solid #E7DAB4;
	border-top: none;
	padding: 5px 10px;
}

ce|messages.required::header,
ce|messages.required::error {
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 0 0 0;
}

ce|messages.required::header {
	color: #00723F;
}

ce|messages.required::error {
	color: #cc0000;
}
ce|messages.required::list, af|messages.required::list-single {
	color: #333;
	margin: 0; padding: 5px 30px;
}