
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* LOGIN --------------------------------------- */
#caixa_login
{
	background-image:url(../images/fundo.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:600px;
}
#posicao_caixa
{
	width:500px;
	text-align:center;	
	margin-top:150px;
	margin-left:50px;
	background-color:#F8F8F8;
}
.input_text_login
{
	width:200px;
	border:#000099;
	border-style:solid;
	border-width:thin;
	color:#000099;
	height:20px;
}

.voltar_login
{
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
/* FIM LOGIN --------------------------------------- */

#topo_esquerda
{
	width:30%;
	height:45px;
	text-align:center;
	float:left;
}
#topo_direta
{
	width:68%;
	height:45px;
	text-align:left;
	float:right;
}
.topo_direita
{
	color:#FF0000;
	font-size:10px;
}
#menu_superior
{

}
#conteudo
{
	width:800px;
	margin-left:10px;
	margin-top:30px;
}
#rodape
{

}

label
{
	display:block;
	font-size:12px;
	color:#333333;
}
.input_text
{
	width:250px;
	border:#000099;
	border-style:solid;
	border-width:thin;
	color:#000099;
	height:20px;
}
.input_submit
{
	background-color:#000099;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.confirma
{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}
.topico_tabela
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.texto_resposta_tabela
{
	font-size:11px;
	color:#000000;
}
.texto_excluir
{
	font-size:11px;
	color:#FF0000;
}
.voltar
{
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
.input_area
{
	width:450px;
	border:#000099;
	border-style:solid;
	border-width:thin;
	color:#000099;
}
.input_select
{
	width:350px;
	border:#000099;
	border-style:solid;
	border-width:thin;
	color:#000099;
}
.input_box
{
	background-color:#000099;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.input_file
{
	background-color:#FFF;
	color:#000099;
	font-size:10px;
	text-align:center;
	width:450px;
}


/* main navigation */
#navigation  {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
	font: bold 76%/100% Arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 61px;
}
#navigation li  {
	float: left;
	background: #2E5D8B url('../images/bg_navigation.gif') repeat-x 0 100%;
	position: relative;
}
#navigation a  {
	padding: 5px 15px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#navigation li ul  {
	display: none;
}
#navigation li:hover ul,
#navigation li.hover ul  {
	display: block;
}
#navigation li:hover,
#navigation li.hover  {
	background: #FFF;
}
#navigation li:hover a,
#navigation li.hover a  {
	color: #369;
}
#navigation ul  {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 99;
	list-style: none;
	width: 115px;	
}
#navigation ul li  {
	float: left;
	width: 100%;
	background: #2E5D8B url('../images/bg_subnav.gif') repeat-x 0 100%;
}
#navigation ul li:hover,
#navigation ul li.hover  {
	background: #C93;
}
#navigation ul li a  {
	width: 107px;
	padding: 8px 4px;
	color: #FFF !important;
}
#navigation ul li ul  {
	display: none !important;
	position: absolute;
	top: 0;
	left: 115px;
}
#navigation li ul li:hover ul,
#navigation li ul li.hover ul  {
	display: block !important;
}

/* end navigation /*