@charset "utf-8";
/* CSS Document */
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 220px; 
    width: 428px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
.items {
	position:absolute;
	height:20000em;
	margin: 0px;
}
.actions {
	width: 428px;
	margin:0px 0 0px 0;
	height:25px;
	color:#666;
	height:22px;
}
.actions a {
	width: 428px;
	height:22px;
	display:block;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	margin: auto;
	/*padding-top: 10px;*/
	text-decoration:none;
}
.actions a:hover {
	text-decoration:underline;
	color:#000;
}
.disabled {
	visibility:hidden;
}

.newsList {
	position:relative;
	width:428px;
	height:100px;
	float:left;
	margin:0px;
	cursor:pointer;
	margin-bottom:15px;
	padding-bottom:5px;
	background-image:url(imagens/png/sep_noticias_home.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.newsList img {
	float:right;
	margin-left:40px;
}
.newsList p {
	float:left;
	width:220px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #005088;
	text-align: left;
	margin-top:5px;
	margin-left:10px;
}
.newsList p a{
	color:#005088;
	text-decoration:none;
}
.newsList p a:hover{
	color:#005088;
	text-decoration:underline;
}
.newsList h3 {
	margin-left:10px;
	padding:0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #99cc33;
	text-align: left;
	float:left;
	width:210px;
}
.newsList h3 a{
	color:#99cc33;
	text-decoration:none;
}
.newsList h3 a:hover{
	color:#99cc33;
	text-decoration:underline;
}
.newsList h4{
	float:left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin-top:10px;
	margin-bottom:2px;
	padding:0px;
	width:228px;
	height:10px;
	text-align:right;	
}
.newsList h4 a{
	color:#005088;
	text-decoration:none;
}
.newsList h4 a:hover{
	color:#005088;
	text-decoration:underline;
}
