@charset "iso-8859-1";
/* CSS Document */

.TopoData {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

.TopoMenu {
	color: #006600;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.TopoMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.TopoMenu a:hover {
	color: #006600;
	text-decoration: none;
}

.TopoMenuDiv {
	background-color: #72A720;
}

.TopoLogin_Titulo {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.TopoLogin_Erro {
	color: #FFCC00;
	font-family: Arial;
	font-size: 12px;
}
.TopoLogin_Erro a {
	color: #66CC00;
	text-decoration: none;
}
.TopoLogin_Erro a:hover {
	color: #66FF00;
	text-decoration: none;
}

.TopoLogin_Links {
	color: #FFFFCC;
	font-family: Arial;
	font-size: 9px;
}

.TopoLogin_Links a {
	color: #CFF3C5;
	text-decoration: none;
}

.TopoLogin_Links a:hover {
	color: #66FF00;
	text-decoration: none;
}

.TopoLogin_Botao {
	font-family: Arial;
	font-size: 10px;
	color: #EAF8FF;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoTopoLogin.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
.TopoLogin_Botao:hover {
	font-family: Arial;
	font-size: 10px;
	color: #EAF8FF;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoTopoLoginOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

/* COMECO SUBMENUS */
.anylinkmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 1px solid #84C225;
	border-bottom-width: 0px;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background: #CBF688;
	width: 280px;
}

.anylinkmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.anylinkmenu ul li a {
	color: #008300;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #84C225;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkmenu a:hover {
	background: #008300;
	color: #FFFFFF;
}

.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	background: #E9E9E9;
}

.anylinkmenucols li {
	padding-bottom: 3px;
}

.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}

.anylinkmenucols .column ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.anylinkshadow{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	background: black;
	visibility: hidden;
}
/* FIM SUBMENUS */



/* COMECO TITULO DA PAGINA */
.TituloPagina {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.TituloPagina a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.TituloPagina a:hover {
	color: #004000;
	font-weight: normal;
	text-decoration: underline;
}
/* FIM TITULO DA PAGINA */



/* COMECO FORMATAR ERRO */
.FormatErro {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatErro a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatErro a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR ERRO */



/* COMECO FORMATAR AVISO */
.FormatAviso {
	background-color: #FFFFCC;
	border: 1px solid #997A00;
	color: #016703;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatAviso a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatAviso a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM FORMATAR AVISO */



/* COMECO FORMULARIOS */
.FormText {
	color: #003300;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E1FCB7;
	border: 1px solid #006600;
	padding: 0px;
	width: 180px;
}

.FormTextBusca {
	color: #003300;
	font-family: Arial;
	font-size: 10px;
	background-color: #E1FCB7;
	border: 1px solid #006600;
	padding: 0px;
	width: 100px;
}

.FormObrigatorio {
	font-family: Verdana;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}

.FormObservacoes {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
}

.FormBotao {
	font-family: Arial;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	width: 70px;
	height: 22px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotao.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotao:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	width: 70px;
	height: 22px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotaoBusca {
	font-family: Arial;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoBusca.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBotaoBusca:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	width: 25px;
	height: 16px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/FormBotaoBuscaOn.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormBloqueado {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Bloqueado.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDesbloqueado {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Desbloqueado.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormDocumentos {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Documentos.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormAlterar {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Alterar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormExcluir {
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
	background-image: url('Imagens/Admin_Excluir.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
/* FIM FORMULARIOS */



.BotLink {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.BotLink a {
	color: #000000;
	text-decoration: none;
}

.BotLink a:hover {
	color: #336600;
	text-decoration: underline;
}



.AltFundo {
	background-color: #FFFFFF;
	border: 1px solid #006705;
}

.AltTitulo {
	background-color: #C5FF91;
	color: #006705;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.AltTitulo a {
	color: #004000;
	text-decoration: none;
}

.AltTitulo a:hover {
	color: #004000;
	text-decoration: underline;
}

.AltCelula {
	background-color: #E9FFD7;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}

.AltCelula a {
	color: #000000;
	text-decoration: underline;
}

.AltCelula a:hover {
	color: #004000;
	text-decoration: none;
}



.Rodape {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.Rodape a {
	color: #000000;
	text-decoration: underline;
}
.Rodape a:hover {
	color: #006600;
	text-decoration: none;
}

.FormatInt {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
}

.Link a {
	color: #336600;
	text-decoration: underline;
}

.Link a:hover {
	color: #003300;
	text-decoration: none;
}*/