body {
	padding: 0px;
	margin: 0px;
	background: url(../CECRIM/imagens/bg-body.png) repeat-y 50% #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#conteudo {
	margin: 0px 10px;
}

#tudo {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: left;
}

/*************************************************************
* DIVISÃO DO HTML EM TRÊS LINHAS: CABEÇALHO, CONTEÚDO E RODAPÉ
* ------------------------------------------------------------
* CABEÇALHO E RODAPÉ NÃO EDITÁVEIS, PERTENCENTES AO TEMPLATE 
* CONTEÚDO EDITÁVEL
*************************************************************/

#rodape {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px #999999 dotted;
}

/**********************************************************************
* DIVISÃO DO CONTEUDO EM INDEX - MENU (TB NO JSF), CORPOPAGINA, LATERAL
**********************************************************************/

#menu {
	display: block;
	width: 160px;
	float: left;
	z-index: 1000;
	*margin-top: -2px;
	position: absolute;
	left: 0px;
}

#corpoPagina {
	position: absolute;
	left: 160px;
	*left: 170px;
	width: 400px;
	*width: 390px;
	float: left;
	margin: 15px 20px;
}

#lateral {
	position: absolute;
	left: 600px;
	float: right;
	width: 150px;
	margin: 15px 5px;
	float: right;
	text-align: center;
}

/**********************************************************
* DIVISÃO DO CONTEUDO EM JSF - MENU (JÁ DEFINIDO), CORPOJSF
**********************************************************/
#corpo {
	position: absolute;
	left: 160px;
	*left: 170px;
	width: 570px;
	*width: 560px;
	float: left;
	margin: 15px 20px;
}

/************************************
* PROPRIEDADES PARA O MENU (EM INDEX)
************************************/

#menu img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#menu a {
	color:#CCCCCC;
	text-decoration: none;
}

#menu li:hover, #menu li:hover li:hover, #menu li.over, #menu li li.over{
	color: #FF6666;
}

#menu a:hover, #menu a.over {
	color: #FF6666;
}

#menu ul {
	width: 160px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu li {
	background-color: #FFFFFF;
	background-image: url(../CECRIM/imagens/fundomenu.png);
	background-repeat: repeat-y;
	height: 20px;
	width: 160px;
	padding-right: 10px;
	border-bottom: 1px solid #666666;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	display: block;
	position: relative;
	cursor: pointer;
}

#menu ul ul {
	position: absolute;
	left: 170px;
	top: 0px;
	display: none;
}

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

#menu ul li:hover ul ul, #menu ul li.over ul ul { 
	display:none; 
}

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

/****************************
* ESTILOS PRÓPRIOS
****************************/

.textonormal {
	font-size: 12px;
}
th.textonormal {
	background-color: #CCCCCC;
}
.textoitalico {
	font-size: 12px;
	font-style: italic;
}	
.textonormalCA {
	font-size: 12px;
	text-transform: uppercase;
}
.titulonegrito {
	font-size: 12px;
	font-weight: bold;
}
.titulonegrito2 {
	font-size: 18px;
	font-weight: bold;
}
.mensagemAcao {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.textomenor {
	font-size: 10px;
	color: #000099;
}
.Noticia {
	font-size: 10px;
	color: #999999;
}
.Noticia:hover {
	font-size: 10px;
	color: #000099;
	cursor: pointer;
}
.cabecalhoNoticia {
	background-color: #BEDAE7;
	border-bottom: 1px solid #666666;
	color:#000099;
	font-weight: bold;
	height: 15px;
}
.textoTituloNoticia {
	color: #990000;
	font-weight: bold;
}
.textoDetalheNoticia {
	color: #0000CC;
	font-weight: bold;
}
.textosubbold {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.paragrafo {
	text-indent:1.0cm;
	font-size: 12px;
}

.tabelaDados {
	border: 1px solid #999999;
}

.linhaPar {
	background-color: #BEDAE7;
	border-top: 1px dotted #666666;
}

/****************************
* Correções de BUGS para o IE
****************************/
* html, * html body { margin:0; padding:0; height:100%; }
* html #menu ul li { float: left; width: 100%; }
* html #menu ul li a { height: 1%; }
* html #cabecalho { padding:0; }
* html #conteudo { padding:0; background:#fafafa; }
* html #rodape { background:#fafafa; margin-bottom: 0px; text-align:center; padding-top:1%; }

/********************************
* Redefinições de estilos padrões
********************************/