/* CSS Document */
/* by STOCO - 20/08/2008 */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}

.topoPaginas {
	background-color: #5f5f61;
	color: #FFFFFF;
	font-size: 24px;
	font-weight:bold;
}

.subTopoPaginas {
	background-color: #e2791d;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}

.tituloPaginas {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

.labelCampos {
	background-color: #f3f3f3;
	font-weight:bold;
	text-align:right;
}

.campos100 {
	border: 1px #5f5f61 solid;
	width: 100%;
}

.campos {
	border: 1px #5f5f61 solid;
}

.botaoAcao {
	border: 1px #5f5f61 solid;
	background-color: #f3f3f3;
	width: 130px;
	font-weight:bold;
	font-size: 11px;
	cursor:pointer;
}

.bordaTopoDivide {
	border-top: 3px solid #5f5f61;
}

.divLista {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.topoListas {
	background-color: #dedede;
	font-weight: bold;
	text-align:center;
}

.cursorIcones {
	cursor: pointer;
}

.bordaLogin {
	border: 3px #5f5f61 solid;
}

.obrigatorio {
	color:#CC0000;
}