/* CSS Document */
a{
	color: #333;
	text-decoration: underline;
	font-size: 10px;
}
a:hover{
	color: #000;
}
h1{
	font-weight: normal;
	color: #0059a9;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-weight: bold;
	color: #0059a9;
	margin: 0;
	padding: 0;
	font-size: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h1.espacado{
	font-weight: normal;
	color: #0059a9;
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
hr{
	width: 99%;
	height: 1px;
	background-color: #CCC;
	border: 0;
	color: #CCC;
}
.tbHome td{
	padding: 7px;
}
.tbHome .comLinha{
	border-bottom: 1px solid #ccc;
}
.textos{
	padding: 7px;
}

.campo{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
}
.campo_hover{}

h3{
	font-weight: bold;
	color: #0059a9;
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.bxn{
	margin: 10px;
	margin-left: 16px;
}
a.linknot{
	text-decoration: none;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 14px;
}
a.setinha{
	background-image: url(../images/images/setl.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	margin-top: 10px;
	background-position: 0 3px;
}
.Coluna hr{
	margin-right: 10px;
	margin-left: 10px;
	width: 240px;
}

.bxin{
	margin-right: 7px;
	padding: 10px;
	padding-left: 15px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
.bxin b{
	line-height: 15px;
	text-decoration: underline;
	display: block;
}
.bxin ul {
	padding-left: 10px;
}
.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;
}

/** Mensagens */

#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);
}
/** Boxes Conteúdo */
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;
}