@charset "utf-8";

/* 
Geral
*/

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#geral{
	width: 959px;
	margin: auto;
}

/* 
Topo
*/

#topo{
	height: 177px;
	background-image: url(../imagens/fundo_topo.gif);
	background-repeat:repeat-y;
}

#topo #info_topo{
	margin-left: 175px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 22px;
	font-size: 10px;
}

/*
Conteudo Geral
*/

#conteudo{
	width: 959px;
	background-image: url(../imagens/fundo_conteudo.gif);
	background-repeat: repeat-y;
}

/*
Menu
*/

#menu{
	width: 174px;
	float: left;
}

.menu
{
	margin-left: 0px;
	text-align: center;
}

.item_menu
{
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}
/*
Principal
*/

#principal{
	width: 760px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -10px;
}

#principal h1
{
	color: #666699;
	font-size: 16px;
}

#principal h2
{
	color: #666699;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#principal h3
{
	color: #666699;
	font-size: 12px;
}

#principal table
{ 
	padding: 0;
	border-spacing: 0; 
	font: 12px/20px Verdana;
	width: 750px; 
}

#principal thead 
{ 
	background-color:#666699;
	color:#FFF;
}

#principal .tabela1
{
	background-color: #9999CC;
}

#principal .tabela1 .titulo
{
	color: #645d89;
	font: 15px/20px Verdana;
	font-weight: bold;
}

#principal .tabela2
{
	background-color: #e1eae9;
}

#principal a 
{
	font: 12px/20px Verdana;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#principal a:hover 
{ 
	color:#000;
	text-decoration: underline;
}

#principal tfoot
{ 
	background-color: #9999CC;
	color:#FFF;
}

#novo{
	padding: 20px 10px 0 10px;
	text-align:center;
	margin-bottom: 10px;
}

.ajuda
{
	margin: auto;
	width: 400px;
	background-color:#FFF1A8;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.ajuda p
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*
	Form
*/

form
{
	background-color: #bab3d5;
	margin:0 auto;
	width: 500px;
}

form fieldset
{
	border: 0;
	padding: 10px 10px 10px;	
}

form label
{
	color: #FFF;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
}

form span
{
	font-size: 10px;
	color: #000;
}

.btnSubmit
{
	float: right;
}

#principal tfoot { background-color:#DADEE4; }
#principal caption { font-weight:bold; margin:10px 0px; text-align:left; }
#principal th { background-color:#bab3d5; text-align:left; padding-left:5px; }
#principal td { background-color:#e1eae9; text-align:left; padding-left:5px; }
#principal a {font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;}
#principal a:hover { color:#9F2434; }

#principal th a, #principal th a:hover{ color:#FFFFFF; font: 12px/20px "Lucida Grande"; }

/*
Rodapé
*/

#rodape{
	width: 959px;
	height: 62px;
	background-image: url(../imagens/fundo_rodape.gif);
	clear: both;
}
