﻿html{
height:100%;
}
body {
	background-color: #A9AAA2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	TEXT-ALIGN: center;
	height:100%;
}
#geral
{
	width: 760px;
	height: 70%;
	position: relative;
	background-color: #F6F6F6;
	background-image: url(Img/FundoInferiorEsquerdo.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 220px;
	z-index: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}

#FundoSuperior{
	width: 760px;
	height: 154px;
	position: absolute;
	left: 0px;
	TOP: 0px;
	background-color: #414141;
}
#PontaInferiorDireitaFundoSuperior{
	width: 37px;
	height: 36px;
	position: absolute;
	left: 723px;
	TOP: 118px;
	background-image: url(Img/PontaInferiorDireita.gif);
	background-repeat: no-repeat;
}
#PontaInferiorEsquerdaMenu{
	width: 34px;
	height: 25px;
	position: absolute;
	left: 0px;
	TOP: 185px;
	background-image: url(Img/InferiorEsquerdo.gif);
	background-repeat: no-repeat;
}
#LogoPrincipal{
	width: 158px;
	height: 67px;
	position: absolute;
	left: 19px;
	TOP: 24px;
}
#TituloDoSistema{
	width: 135px;
	height: 20px;
	position: absolute;
	left: 571px;
	TOP: 60px;
	background-image: url(Img/TituloDoSistema.gif);
	background-repeat: no-repeat;
}
#TituloDoModulo{
	width: 600px;
	height: 28px;
	position: absolute;
	left: 19px;
	TOP: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FE400C;
	text-align: left;
}
#Menu{
	width: 600px;
	height: 28px;
	position: absolute;
	left: 19px;
	TOP: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;

}

#Login
{
	width: 360px;
	position: absolute;
	left: 380px;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align:right;
}
.TextBox {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #cccccc 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: Arial, sans-serif; 
	BACKGROUND-COLOR: #f7f7f7
}
.ListBox {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #cccccc 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: Arial, sans-serif; 
	BACKGROUND-COLOR: #f7f7f7
}
  .Botao{
	font-size:9px;
	font-family:Verdana, Helvetica;
	font-weight:bold;
	color:#FE400C;
	border:1px solid #A7A5A5;
	height:19px;
	background-image: url(Img/FundoBotao.gif);
	background-repeat: repeat-x;
       }

	   	  .Observacao{
	font-size:9px;
	font-family:Verdana, Helvetica;
	font-weight:bold;
	color:#FE400C;
       } 
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
.a_branco:link
{
	color: white;
	text-decoration: underline;
}
.a_branco:visited {
	color: white;
	text-decoration: underline;
}
.a_branco:hover {
	color: white;
}
.Menu:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.Menu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.Menu:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
	   
	   .Label
	   {
	   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #909090;
	   }
	   .LabelFundoEscuro
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
	   .LabelRegistro
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
	   	   .LabelDescricao
	   {
	   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #909090;
	   }
	    	   .LabelExemplo
	   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #CCCCCC;
	   }
/*
AQUI ESTÃO OS ESTILOS DAS CAIXAS DE FORMULÁRIO DAS APLICAÇÕES
*/	   

#Formulario
{
	width: 688px; 	/* LARGURA DO FORMULÁRIO*/
	left: 19px; 	/* POSIÇÃO DO FORMULÁRIO EIXO "X" */
	TOP: 230px; 	/* POSIÇÃO DO FORMULÁRIO EIXO "Y" */
	/*position:absolute;*/
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #D0D0D0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #909090;
	z-index: 5;

}
.Formulario_Titulo
{
	font-size:11px;
	font-family:Verdana, Helvetica;
	font-weight:bold;
	width: 100%; 	/* LARGURA DO FORMULÁRIO*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.Formulario_Conteudo
{
	width: 100%; 	/* LARGURA DO FORMULÁRIO*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.Formulario_Botao
{
	width: 100%; 	/* LARGURA DO FORMULÁRIO*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: right;
	padding-top: 10px;
}
.Formulario_Botao2
{
	width: 100%; 	/* LARGURA DO FORMULÁRIO*/
	text-align: right;
	padding-top: 10px;
}
/*
AQUI TERMINA OS ESTILOS DOS FORMULÁRIOS DAS APLICAÇÕES
*/
