/* CSS Document */
/** Box */

dl.box-e{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.box-e dt{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 40px;
}
.box-e dd{
	margin: 0;
	padding: 3px 3px 10px 5px;
	background-color: #e8eadd;
	background-image: url(../images/ttls/fim_bege.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
dl.box-d{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.box-d dt{
	margin: 0;
	padding: 0;
	text-align: center;
	height: 40px;
}
.box-d dd{
	margin: 0;
	padding: 3px 3px 10px 5px;
	background-color: #dedede;
	background-image: url(../images/ttls/fim_cinza.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
/** end box */
a{
	color: #444;
	text-decoration: underline;
}
a:hover{
	color: #252525;
}
/**/
h1{
	height: 40px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
	padding-left: 25px;
	text-transform: uppercase;
	background-image: url(../images/ttls/h1.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.campo{
	font-size: 11px;
	color: #000000;
	background-color: #eaeaea;
	border: 1px solid #ccc;
	padding: 2px;
}
.campo_focus{
	background-color: #FFFFFF;
}
.campoerror{
	color: #FF0000;
	border: 1px solid #f00;
	background-color: #FFFFFF;
}
div.campoerror{
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
	border: 0;
	padding-left: 10px;
}
ul#menucats{
	padding: 0;
	margin: 0;
}
#menucats li{
	list-style-type: none;
	padding: 2px 0 2px 0px;
}
#menucats li a{
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}
#menucats li a:hover{
	text-decoration: underline;
	color: #333333;
}
#menucats li a.first{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 15px;
	background-image: url(../images/estrle_a.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
}
#menucats li a.first:hover{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.subttlform{
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
}
span.tooltip{
	z-index: 1;
	position: absolute;
	background-color: #ffc;
	border: 1px solid #c93;
	padding: 3px;
}
.tooltip b{
	min-height:18px;
	z-index: 10;
	background-image: url(../../../images/seta.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	bottom: -1px;
	position: relative;
	padding: 0 5px 12px 5px;
	color: #000000;
}
/*************************** Mensagem *************************/

#sys-mensagem{
	margin: 5px 0 15px;
	background-position: 2px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
a.close{
	display: none;
	font-size: 1px;
	position: absolute;
	top: 0px;
}
.info-msg{
	padding: 2px;
	background-color: #FFFFF2;
	border: 1px dotted #f63;
	position: relative;
	font-size: 11px;
	color: #000000;
	margin: 5px 5px 5px 25px;
}
.msg-ok{
	background-image: url(../../../images/msg_ok.gif);
	background-color: #FFFFCC;
	border: 2px solid #fc0;
}
.msg-erro{
	background-color: #FFEAEA;
	border: 2px solid #f33;
	background-image: url(../../../images/msg_error.gif);
}
/**/
.cx-textos a{
	text-decoration: none;
	padding: 10px 0 10px 15px;
	background-image: url(../images/estrle_a.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.trilho a.link-conteudo{
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	text-decoration: none;
}
a.selecionado{
	color: #000000;
	background-color: #f5f5f5;
	display: block;
	font-weight: bold;
	line-height: 18px;
}
.texto-conteudo{
	background-color: #f9f9f9;
	padding: 10px 10px 10px 15px;
	margin: 10px;
	border: 1px solid #ccc;
	position: relative;
}
.esconde{
	display: none;
}
.imagemleft{
	margin: 10px;
	text-align: left;
	vertical-align: top;
}
/** Paginaçao */

.paginacao{
	text-align: center;
}
.paginacao a{
	color: #333333;
	text-decoration: none;
}
.paginacao a:hover{
	color: #333333;
	text-decoration: underline;
}
.paginacao a.dif{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.paginacao a.dif:hover{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
} 
