/*defaults*/
body {
	background:#FFF;
	font-family: "Trebuchet MS",verdana, arial, "Times New Roman", serif;
	color:RGB(68,68,68);
	}
	
body a{
	color:#00a2f7;
	}
	
#anuncios-uol{
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	}	
#cobre-uol{
	width:100%;
	height:15px;
	position:relative;
	margin-top:-40px;
	background:#fff;
	margin-left:1px;
	}	
	
#container{
	margin:0px auto;
	text-align:center; 
	width:760px;
	}

#holder{
	width:100%;
	text-align:left; 
	background:#FFF;
	}

#topo{
	background:url('../img/topo-teste.png') no-repeat;
	text-align:right;
	height:120px;
	width:760px;
	font-weight:normal;
	font-size:100%;
	border-top:1px solid #c4d6eb; 
	border-left:1px solid #c4d6eb; 
	border-right:1px solid #c4d6eb; 
	}
	
#barra{
	background:url('../img/barra.png') repeat-x;
	text-align:right;
	height:55px;
	width:100%;
	font-weight:normal;
	font-size:80%;
	border-left:1px solid #c4d6eb; 
	border-right:1px solid #c4d6eb; 
	}
	
#content{
	background:#FFF;
	height:auto;
	width:100%;
	font-weight:normal;
	font-size:80%;
	border-left:1px solid #c4d6eb; 
	border-right:1px solid #c4d6eb; 
	}

#menu_left{
	width:20%;
	font-weight:normal;
	font-size:100%;
	float:left;
	}
#menu_left a{
	text-decoration:none;
	color:#3d8de3;
	}
#meio{
	background:#FFF;
	width:70%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#formulario{
	background:#FFF;
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

#login{
	background:#FFF;
	width:50%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

#noticia{
	background:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c4d6eb; 
	height:auto;
	margin-bottom:20px;
}

#noticia_completa{
	background:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c4d6eb; 
	
}

#menu_right{
	background:#ede9e9;
	width:147px;
	font-weight:normal;
	font-size:100%;
	float:right;
	border-top:1px solid #c4d6eb; 
	border-left:1px solid #c4d6eb; 
	border-bottom:1px solid #c4d6eb;
	}
#menu_right a{
	text-decoration:none;
	color:#3d8de3;
	}
#noticias{
	margin-bottom:20px;
	background:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c4d6eb; 
	padding-bottom:7px;
	}

#noticias a	{
	text-decoration:none;
	font-weight:bold ;
	font-size:100%;
	color:RGB(68,68,68);
	}

#noticias a:hover	{
	color:#00a2f7;
	}

#pre_footer{
	text-align:center; 
	clear:both; 
	width:760px; 
	text-align:left; 
	height:25px;
	border-left:1px solid #c4d6eb; 
	border-right:1px solid #c4d6eb; 
	
	}
	
#footer{
	background:url('../img/barra-b.png') repeat-x;
	margin-left:auto;
	margin-right:auto;
	clear:both; 
	width:760px; 
	height:40px;
	border:1px solid #c4d6eb; 
	}
	
/*Inicio menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom:1px solid #c4d6eb; 
	color:#3d8de3;
	}
 
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
 
/* Styles for Menu Items */
ul li a {
	background:url('../img/barra-b.png') repeat-x;
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	padding-left:20px;
	border-top:1px solid #c4d6eb; 
	border-right:1px solid #c4d6eb; 
	border-bottom: 0;
	}
 
.borda_left{
	border-left:1px solid #c4d6eb;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
 
ul li a:hover { color: #E2144A; background: #f9f9f9;  } /* Hover Styles */
		
li ul li a { padding: 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/*Fim menu*/
	

.title_top{
	margin:10px 5px 5px 5px;
	background:#FFF;
	font-weight:bold;
	color:#056ba6;
	padding-left:5px;
	border-bottom:1px solid #3d8ab8;
	}
.title_noticia{
	margin:10px 5px 0px 5px;
	background:#FFF;
	font-weight:bold;
	color:#3d8de3;
	padding-left:5px;
	}
.foto_noticia{
	margin:10px 5px 5px 10px;
	padding:5px 5px 5px 5px;
	border: 1px solid #AAA;
	width: 37%;
	float:left;
	
	}
.chamada_noticia{
	text-align:justify;
	padding:15px 10px 5px 10px;
	height:auto;
	width: 96%;
	}

.chamada_noticia p{
	padding-left:10px;
	}

.chamada_noticia li{
	padding-left: 15px;
	list-style-position: inside;
	}
.noticia{
	text-align:justify;
	padding:5px 5px 5px 10px;
	width: 96%;
	}
.linha_menu {
	background:url('../img/barra-b.png') repeat-x;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	}

.linha_menu:hover {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background: #f3f3f3;
	}
.linha_menu_hr{
	border-bottom:1px solid #c4d6eb; 
	}

.linha_noticia {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
.linha_noticia a{
	text-decoration:none;
	}

.linha_noticia:hover {
	width: 98%;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	background: #f3f3f3;
	}

.pdf {
	background:url('../img/pdf.gif') no-repeat;
	padding-left: 25px;
	}

.online{
	background:url('../img/online.gif') no-repeat;
	padding-left: 25px;
	}

.date{
	font-style:italic;
	color:black;
	}
.right{

	}
.required, .errorMessage{
	color:red;
	font-size:120%;
}

.center{
	margin-top:12px;
	text-align:center;
	}
.font_pequena{
	font-size:80%;
}

.input {
	border: 1px solid #c4d6eb;
	}
.button{
	border: 1px solid #c4d6eb;
	background-color:#c4d6eb;
	
	}
.data{
	padding: 19px 0 0 10px;
	float:left;
	}

.login{
	padding: 15px 10px 0 0;
	float:right;
	}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */