﻿
#topo 
{
	position: relative;
	width: 1000px;
	height: 135px;
	top: 0px;
	background-color: #B7D9FE;
}

#menuTopo
{
	position: relative;
	margin: 0px 0px 0px auto;
	width: 230px;
	height: 20px;
	top: -135px;
}

.menu
{
	background-image: url(/imgs/menu.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: -20px;

	width: 100%;
	height: 30px;
}




#conteudo
{
	position: relative;
	width: 758px;
	height: expression(this.scrollHeight <= "400" ? "400" : "auto"); /*Somente para IE6*/
	min-height: 400px;
	margin: 10px 0px 0px 225px;
	clear: right;
	line-height: 150%;
}

#rodape 
{
	width: 100%;
	height: 20px;
	background-color: #B9DBFF;
	margin: 25px 0 0 0;
	clear: both;
}
#rodape span
{
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	height: 17px;
	display: block;
}
#rodape span, #rodape span a 
{
	font-family: Arial;
	font-size: 8pt;
}
#rodape span a:hover 
{
	text-decoration: none;
}

#tituloInterna 
{
	margin-bottom: 20px;
}

/* -- SUBMENU -- */
.submenu
{
	position: relative;
	width: 185px;
	/*min-height: 400px;*/
	margin: 10px 0 20px 20px;
	_margin: 0px 0 10px 10px;
	float: left;
}


.submenu ul 
{
	display: block;
	/*width: 175px;*/
	border-left: 1px solid white;
	background-color: #E2F2FF;
}

.submenu ul li ul 
{
	margin-left: 5px;
}



.submenu ul li 
{
	display: block;	
	_width: 100%;
	height: expression(this.scrollHeight <= "27" ? "27" : "auto"); /*Somente para IE6*/
	min-height: 27px;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
		
	background-image: url('/imgs/submenu.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #E2F2FF;	
}

.submenu ul li a
{
	display: block;
	height: expression(this.scrollHeight <= "22" ? "22" : "auto"); /*Somente para IE6*/
	min-height: 22px;
	padding: 7px 5px 0px;
	_width: 100%;
	
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 16px; 
		
	clear: both;
}

.submenu_selecionado 
{
	color: #C64F00;	
}

.submenu_selecionado li a 
{
	color: Gray;	
}

.submenu ul li a:hover 
{
	text-decoration: underline;
}

.flashtitulo 
{
	margin-bottom: 20px;
}

#lista_noticia table
{
	background-color:#E1EEFE;
	/*padding: 5px;*/
	width: 100%;
	margin-bottom: 20px;
	border-bottom: solid 1px #E1EEFE;
	border-right: solid 1px #E1EEFE;
}
#lista_noticia td, #lista_noticia th  
{
	padding: 5px;
	border-left: solid 1px #E1EEFE;
}
#lista_noticia .semborda, #lista_noticia .semborda 
{
	border-left: none;
}



#lista_noticia th 
{
	font-weight: bold;
	text-align: center;
} 

#lista_noticia .alternating
{
	background-color: White;
}


#lista_noticia .datahora
{
	/*border-bottom: solid 1px #E1EEFE;*/
	display: block;
}

#lista_noticia .titulo
{
	font-weight: bold;
}

#lista_noticia .subtitulo
{
}


.panel_usuario 
{
	background-color: White;
	position: absolute;
	right: 10px;
	top: 150px;
	z-index: 1000;
}

/*CSS das Capas*/

.div_titulo
{
	min-height:20px;
	height:auto !important;
	height:20px;
	padding: 10px; 
	background-color: rgb(114, 174, 216);	
}

.div_texto
{
	min-height:20px;
	height:auto !important;
	height:20px;
	padding: 10px; 
	background-color: rgb(220, 232, 244);	
}

/*Fim CSS das Capas*/