/* CSS Principal para a formatação da tela do sistema */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#moldura {
	width: 100%;
}

/*Caixa principal da tela*/
#box_principal {
	width: 779px;
	min-height: auto;
	border: #4180BA 1px solid;
}

/*############ Cabeçalho ##################*/
#cabecalho {
	float: left;
	width: 779px;
	height: 138px;
}

#cabecalho #parte1{
	background: url(../img/cabecalho_part1.jpg) no-repeat;
	width: 572px;
	height: 95px;
	float: left;
}

#cabecalho #parte2{
	width: 207px;
	height: 95px;
	float: left;
}

/* Janela de logout */
#logout{
	background: url(../img/img_logout.jpg) no-repeat;
	width: 139px;
	height: 21px;
	padding-top: 2px;
	float: right;
	
	color: #003399;
	font-weight: bold;
	display: none;
}

#logout a{
	color: #003399;
	text-decoration: none;
}

#logout a:hover{
	color: #FF9900;	
	text-decoration: none;
}

#barra {
	width: 779px;
	height: 43px;
	float: left;
	padding-top: 10px;
}

.cabecalho_sem_menu {
	background: url(../img/cabecalho_part2.jpg) no-repeat;
}

.cabecalho_menu {
	background: url(../img/cabecalho_part2_menu.jpg) no-repeat;
}

.barra_sem_menu {
	background: url(../img/barra_sem_menu.jpg) no-repeat;
}

.barra_menu {
	background: url(../img/barra_menu.jpg) no-repeat;
}

/* Ajuda */
#ajuda {
	width:50px;
	margin-left: 50px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 60px;
	_margin-right: 23px;
	float: right;
}

#ajuda a{
	color: #003399;
	text-decoration: none;
}

#ajuda a:hover{
	color: #FF9900;
}

/*############ Conteúdo ####################*/
#conteudo {
	float: left;
	width: 777px;
	min-height: 263px;
}

#box_conteudo {
	border: none;
	margin: 0px;
	padding: 0px;
	width:779px;
	float: left;
	clear: left;
}

/*Configurações do menu central da página */
#menu_central {
	float: left;
	width: 777px;
	min-height: 350px;
	display: none;
	margin-bottom: 30px;
}

#titulo_menu_central {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 777px;
	float: left;
}

.caixa_menu_central {
	float: left;
	background: url(../img/menu_central.jpg) no-repeat;
	width: 169px;
	min-height: 150px;
	padding-top: 8px;
	padding-left: 10px;
	margin-left: 10px;
}

.caixa_menu_central span{
	font-weight: bold;
}

/*Rodapé*/
#rodape {
	clear: both;
	width: 777px;
	height: 20px;
	_height:20px;
	background: url(../img/rodape.jpg) repeat-x;
	
	padding-top: 8px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	/*Correção para letras duplicadas no IE*/
	_margin:-6px;
}

#rodape a {
	_height:20px;
}