@CHARSET "UTF-8";

body {
	margin: 0 auto;
	text-align: center; 
	font-family: Verdana; 
}

body a{
	text-decoration: none;
	color: #529e3a;; 
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#header {
	height: 107px;
	background: white;
	margin: 0px;
}

.divSubTopo {	
	background-color: #f7faef;
	text-align: right;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps; 
	color: #529e3a;
	margin: 0px;
	font-size: 13pt;
}

.divSubTopo em{
	font-variant: normal;	
	font-size: 8pt;
	color: #aeaeae;
}

#container-content {
	background: white;
}

#content-left {
	float: left;
	width: 22%;
	background: white;
	min-height: 300px;
	font-family: Verdana;
	padding: 0px;
	
}

#content {
	float: left;
	width: 76.5%;
	background: white;
	min-height: 300px;
	margin-left: 8px;
	border: 1px solid #d7d7d7;
	overflow: visible;
}

#footer {
	height: 50px;
	background: white;
	border: 1px solid #d7d7d7;
	margin-top: 10px
}

div.clear-fix {
	clear: both;
}

#content h4{
	color: #426173;
	text-align: center;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-variant: small-caps;
	
}

#menu_esq_sistema{
	color: #426173;
	text-align: left;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9pt;
	border: 1px solid #d7d7d7;
}

#menu_esq_sistema a{
	color: #426173;
}

#menu_esq_sistema ul{
	padding: 0px;
	margin: 0px; 
	list-style-position: outside;
	list-style-type: none;
	border: 1px solid #d7d7d7;
	width: 93%;
	margin-bottom: 8px;
	padding-top: 3px; 
} 

#menu_esq_sistema li{
	background: url("../imagens/menu_esquerda_sistema.jpg") no-repeat scroll center top;
	padding: 5px 0 10px 0;
	 
}

.formulario{
	font-size: 10pt;
	margin: 5px;
	margin-left: 15px;
	text-decoration: none;	
}

.formulario INPUT, SELECT, TEXTAREA{
	margin: 4px 0 4px 0;
	color: blue;
}

.actionError{
	color: red;
	list-style-type: none;
	padding: 10px;
	background-color: #e5ebd1;
	width: 70%;
	font-variant: small-caps;
	font-weight: bold;
}

.tabela{
 	border: 1px solid gray;
 	border-spacing: 1px;	
}

.tabela THEAD {
	font-size: 8pt;
	color: white;	
	text-align: center;
	background-color: #cbd8de; 
}

.tabela TBODY {
	font-size: 9pt;
	text-align: center;
}

.tabela TD {
	border-bottom: 1px solid gray; 
}

.tdLabel, .checkboxLabel{
	background-color: #f1f5f6;
	text-align: right; 
}

