.lstitens  {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lstitens  #foto  {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 8px;
}
.lstitens #conteudo  {

}
.lstitens li  {
	display: block;
	margin-bottom: 8px;
	float: left;
	width: 260px;
	w\idth: 330px;
	margin-left: 8px;
	height: 120px;
	background-image: url(imagens/fundo_servicos.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}
.lstitens li .tit  {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.lstitens li .descricao  {
	font-size: 10px;
	display: block;
	margin: 8px;
}
.lstitens li .data  {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.error {
	color: #990000;
}
* html #all {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}
html, body {
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4958;
}
#all {
	width: 100%;
	position: relative;
	min-height: 100%;
	background-image: url(img/fundo_lateral1.gif);
	background-repeat: repeat-y;
	background-position: 0px 10px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
.clear {
	clear: both;
}
#gpo {
	padding-bottom: 30px;
	width: 958px;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}
* html body {
	height: 100%;
}
#lateral {
	float: left;
	width: 200px;
	text-align: center;
	background-image: url(img/fundo_lateral2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 180px;
	height: 100%;
}
#principal {
	float: left;
	margin-top: 15px;
}
#rodape {
	position: absolute;
	height: 30px;
	width: 100%;
	background-color: #FBA917;
	bottom: 0;
	color: #FFFFFF;
}
#cabecalho {
	height: 50px;
}
.sair {
	margin-top: 120px;
}
#menu {
	height: 25px;
	margin-top: 2px;
}
#cab1 {
	float: left;
	padding: 5px;
	font-weight: bold;
}
#cab1 h1 {
	font-size: 16px;
	color: #FF3300;
	margin: 0px;
	padding: 0px;
}
#cab2 {
	background-color: #DF571B;
	float: left;
	height: 40px;
	width: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#cab3 {
	float: left;
	padding: 5px;
	font-size: 10px;
}
#cab3 h1 {
	font-size: 14px;
	color: #FFA51C;
	margin: 0px;
	padding: 0px;
}
#conteudo {
	width: 745px;
	margin-left: 5px;
	margin-top: 8px;
	clear: both;
}
#logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 200px;
}
#lateral h1 {
	font-size: 12px;
	color: #DB5B1A;
	display: block;
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: left;
}
#lateral ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#lateral ul li {
	text-decoration: none;
	text-align: left;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}
#lateral ul li .qtd {
	text-align: right;
	width: 40px;
	display: block;
	float: left;
	margin-right: 8px;
}
#lateral ul .fim {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE8D7;
	padding-bottom: 5px;
}
#error {
	display: block;
	border: 1px dashed #FF0000;
	color: #CC0000;
	background-image: url(img/ico_error.gif);
	background-position: 4px 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-color: #F8E7E7;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}

.form_padrao {
}
.form_padrao fieldset {
	border: 1px solid #ccc;
	padding: 8px;
}
.form_padrao legend {
	font-weight: bold;
	color: #3C5A88;
	letter-spacing: 1px;
}
html>body .form_padrao legend {
	margin-bottom: 0px;
}
.form_padrao  input, textarea, select {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.form_padrao select {
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}
.form_padrao label {
	display: block;
	width: 140px;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	color: #3C5A88;
	padding-bottom: 3px;
	padding-top: 1px;
}
.form_padrao span {
	color: #999;
	font-size: 12px;
}
.form_padrao .botao80 {
	background-image: url(img/bt_botao80.jpg);
	padding: 0px;
	height: 25px;
	width: 80px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
	text-align: center;
	margin: 0px;
}
.form_padrao .botao80v {
	background-image: url(img/bt_botao80v.jpg);
	padding: 0px;
	height: 25px;
	width: 80px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
	text-align: center;
	margin: 0px;
}

.form_padrao  .inputleft {
	float: left;
}

.ptit {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	clear: both;
	margin-top: 8px;
}
.pico {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.pico img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
.pico li {
	text-align: center;
	height: 80px;
	width: 100px;
	margin: 4px;
	float: left;
}
.pico li a {
	text-decoration: none;
}

.grid  .titulo td {
	background-image: url(img/grid_fundo1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.grid  .titulo  .botao  {
	font-weight: bold;
	color: #ECE9D8;
	text-decoration: none;
}
.grid .titulo .selected {
	background-image: url(img/grid_fundo2.jpg);
}

.grid .titcoluna {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.grid .titcoluna:hover {
	color: #FFFF33;
	text-decoration: none;
}

.grid    .linha1   td {
	background-color: #FFFFFF;
}
.grid .linha2 td {
	background-color: #F5F5F5;
}
.grid .linhaSel {
	background-color: #CEE1EA;
}
.novoReg {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	display: block;
	margin: 8px;
	width: 130px;
}
.novoReg:hover {
	background-color: #ECE9D8;
}
#rodape span {
	margin-top: 8px;
	display: block;
	margin-left: 8px;
}
.form_filtro {
}
.form_filtro fieldset {
	border: 1px solid #ccc;
	padding: 8px;
}
.form_filtro .botao80 {
	background-image: url(img/bt_botao80.jpg);
	padding: 0px;
	height: 25px;
	width: 80px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.form_filtro input {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_filtro legend {
	font-weight: bold;
	color: #3C5A88;
	letter-spacing: 1px;
}
.permissoes {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	width: 580px;
}
.permissoes li {
	display: block;
	padding: 3px;
	float: left;
	width: 180px;
}
#menupri {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.regPorPagina {
	clear: none;
	float: none;
}
#abas {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	list-style-type: none;
	display: block;
	height: 24px;
}
#abas li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	width: 120px;
}
#abas   li a  {
	background-color: #FFD99F;
	padding: 4px;
	font-weight: bold;
	color: #D58000;
	text-decoration: none;
	display: block;
}
#abas   li.act  {
	background-color: #FF9900;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
}
#abas li a:hover {
	background-color: #B76D00;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.textblock {
	display: block;
	float: left;
}
.campo {
	padding: 3px;
	float: left;
	width: 400px;
	display: block;
}
.form_padrao  .botao125 {
	background-image: url(img/bt_botao125.jpg);
	padding: 0px;
	height: 25px;
	width: 125px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
	text-align: center;
	margin: 0px;
}
.txtvermelho {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.txtazul {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.yellow {
	background-color: #FFFFCC;
}
.semformato {

}
.titulomsg {
	font-size: 16px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
.textomsg {
	font-size: 12px;
	color: #003;
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid #C1C1C1;
	margin-top: 8px;
	background-color: #E8E8E8;
}
.centerimg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.download {
	font-weight: bold;
	color: #069;
	text-decoration: underline;
}
