/* CSS Document */

*{
	font-family:arial;
	size:12px;
}

#central{
	width:400px;
	display:block;
	float:left; 
	display:inline;
}

#corregedoria{
	/*padding-left:20px;
	border:1px solid #990000;*/
	width: 402px;
	float:left;
}

#corregedoria li ul li{
	/*list-style-image:url(/_images/seta2.gif); */
}
#corregedoria a, #corregedoria a:visited	{
	text-decoration:none;
	font-size:12px;
	color:#666666;
	background-color:#F5F5F5;
	font-weight:normal;
	padding:3px;
	border:1px solid #CCCCCC;
	display:block;
	margin:3px;
	
}
#corregedoria a:hover{
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	background-color:#FFFFFF;
	border:1px solid #CC0000;
}	
.titulo{
	text-transform:capitalize;
	font-size:32px;
	color:#CCCCCC;
	font-weight:bold;
}
.subtitulo{
	text-transform:uppercase;
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
}
#corregedoria .titulo, #acessoRapido .titulo{
	text-transform:capitalize;
	font-size:20px;
	color:#CCCCCC;
	font-weight:bold;
}
#corregedoria .subtitulo, #acessoRapido .subtitulo{
	text-transform:uppercase;
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}
.float{
	float:left;
	display:inline;
	/*border:1px solid #cc0000;*/
}
#corregedoria br{
	clear:both;
}

#noticias{
	width: 402px;
	height:155px;
	float:left;
	border: #CCCCCC 1px solid;
	
}

#buscaRapida{
	width:175px;
	height:156px;
	float:left;
	border: #CCCCCC 1px solid;
	margin-left:-1px;
	margin-top:-1px;
}

#noticias_titulo{
	clear:both;
	width:578px;
	height:15px;
	border: #CCCCCC 1px solid;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-size:10px;
}
#noticia {
	height:32px;
	margin-top:-1px;
	padding-left:5px;
	
}
#noticia a, #noticia a:visited{
	text-decoration:none;
	font-weight:normal;
	color: #666666;
}

#noticia a:hover{
	text-decoration:none;
	font-weight:normal;
	color: #CC0000;
}

#data_noticia{
	width:70px;
	height:22px;
	color:#CC0000;
	float:left;
	padding-top:8px;
}

<!-- highslide4 -->

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}