@charset "iso-8859-2";

/* Classes padrao */
.Fundo {
	width:960px; 
	margin:0 auto;
	text-align:left; 
}
	
.Conteudo {
	width:940px;
	height:auto;
	position:relative;
	float:left;
	margin-left:6px;
	z-index:1;
	top:auto;
	margin-top:0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-image: url(../imagens/rebaixo.jpg);	
}

.Rodape {
	width:960px;
	height:42px;
	position:relative;
	float:left;
	z-index:2;
	top:auto;
	margin-top:-6px;
	background-image: url(../imagens/rodape.png);
	background-repeat:no-repeat;
}
.Titulo {
	position:relative;
	float:left;
	width:960px;
	height:118px;
	z-index:2;
	background-image: url(../imagens/topo.png);
	background-repeat: no-repeat;
}

body {
	background-image: url(../imagens/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Menu principal */
.Menu {
	position: relative;
	top: 0;
	left: 0;
	margin: 93px auto auto 380px;
	width: 700px;
	height: 27px;
}

.Menu li {
	display:inline;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color:#ffffff;
	/* display:block; */
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.Menu li span {
	background-image:url(../imagens/atual.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.Menu li a:link {
	text-decoration: none;
	color:#202020;
}

.Menu li a:visited {
	text-decoration: none;
	color:#202020;
}

.Menu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.Menu li a span {
	height: 7px;
	width: 10px;	
}

.Menu li a:link span {
	background-image:url(../imagens/seta.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.Menu li a:visited span {
	background-image:url(../imagens/seta.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.Menu li a:hover span {
	background-image:url(../imagens/setac.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* sub menus */
.Menu li ul {
	position: absolute;
	left:auto;
	top: 10px;
	display: none;
	margin: 5px;
	padding: 0;
	width: 120px;
	margin-left: 15px;
	
}

.Menu li ul li {
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	background-image: url(../imagens/fundomenu.png);
	border: 1px solid #ccc;
	width: 120px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}


.Menu li:hover ul, li.over ul {
	display:block;
}

.Menu li ul li a {
	text-decoration: none;
	display:block;
	width:120px;
}

.Menu li ul li:hover{
	display:block;
	text-decoration: none;
	background-image:url(../imagens/menusel.jpg);
}

.Coluna1
{
	position:relative;
	left:0px;
	top:0px;
	display:block;
	float:left;
	width:680px;
}

.ColunaTexto
{
	position:relative;
	float:left;
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	padding: 10px;
	text-align: justify;
}

.ColunaTexto a:link
{
	color: #000000;
	text-decoration: none;
}

.ColunaTexto a:visited
{
	color: #000000;
	text-decoration: none;
}

.ColunaTexto a:hover
{
	color: #004488;	
}

.ColunaTexto a:active
{
	color: #ff0000;
	text-decoration: none;
}

.Coluna0
{
	position:relative;
	top:0px;
	display:block;
	float:left;
}

.Login
{
	background-image:url(../imagens/login.jpg);
	background-repeat: no-repeat;
	height:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

.Coluna2
{
	position:relative;
	top:0px;
	display:block;
	float:left;
	width:260px;
}

.Login input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #002233;
	background-color: #eee;
	border: 1px solid #666666;
}
.Campos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	border: 1px solid #333333;
}
.Botoes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 500;
	color: #333333;
	background-color: #eee;
	border: 1px solid #666666;
	background-image: url(../imagens/botoes.gif);
}

.TextoTitulo {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}.TabelaClientes {
	background-image: url(../imagens/tabelaclientes.jpg);
	border: 1px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #333333;
}

