/* General css for the entire news rotator */
.newsRotator{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:275px;
	height:260px;
	overflow:hidden;	
	position:relative;
	border:1px solid;
	text-decoration:none;
	border-color:#CCCCCC;
}
 .casonewsRotator, .casonewsRotatorStory{
 font-family:Verdana, Arial, Helvetica, sans-serif;
	width:275px;
	height:260px;
	overflow:hidden;	
	position:relative;
	border:1px solid;
	text-decoration:none;
	border-color:#CCCCCC;
 
 }
/* General css for a news story */
.newsRotatorStory, .casonewsRotatorStory{
	background-color:white;
	display:block;
	text-decoration:none;
}
.newsRotatorIngress,.newsRotatorHeading, .casonewsRotatorIngress,.casonewsRotatorHeading{	
	padding-left:12px;
	padding-right:23px;
	padding-top:5px;
	text-decoration:none;
}
.newsRotatorIngress a{		
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	display:block;
	font-weight:bold;
	margin-top:15px;	
	margin-right:15px;
	width:260px;
	text-decoration:none;
}
.casonewsRotatorIngress {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	display:block;
	margin-top:15px;	
	margin-right:15px;
	width:260px;
	text-decoration:none;	
}
/* Heading of the news  */
.newsRotatorHeading, .casonewsRotatorHeading{
	height:22px;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F8F8F8;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:260px;
}
.newsRotatorHeading a, .casonewsRotatorHeading a{
	text-decoration:none;
	color:#CD122E;
}
.newsRotatorHeading a:hover , .casonewsRotatorHeading a:hover{
	text-decoration:underline;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator, .casonewsRotatorNavigator {
	background-color:white;
	position:absolute;
	bottom:0px;
	width:100%;
	height:22px;
	z-index:1000;	
	padding-top:4px;
	text-align:left;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
/* Div for the navigator links */
.newsRotatorNavigatorLinks, .casonewsRotatorNavigatorLinks  { 
	width:15px;
	height:22px;
	padding-top:0px;
	margin-right:2px;
	margin-left:1px;
	float:left;	
	text-align:center;
	background-color:white;
	display:block;
	text-decoration:none;
	
}
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a ,.casonewsRotatorNavigatorLinks a {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;	
	color:#CCCCCC;
}
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink , a.casonewsRotatorNavigatorActiveLink{
	font-weight:bold;
	text-decoration:none;
	color:black;
	/*color:yellow;*/
}
.newsRotatorTooltip,.casonewsRotatorTooltip {	/* Tooltip appearing when you move the mouse over the number in the navigator area */
	border:1px solid #000;
	/*background-color:white;*/
	padding:3px;
	bottom:35px;
	right:5px;
	width:250px;
	/*color:#444;*/
	font-style:italic;
	font-size:0.8em;
	text-decoration:none;
	background-color:white;
	display:block;
}
.noticia a,.casonoticia a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#B32F3C;	
	font-size:11px;
	text-align:justify;
}
.noticia,.casonoticia {
	min-height:200px;
	margin-right:15px;
	background-color:white;
	display:block;	
	padding-left:12px;
	margin-top:15px;
	width:260px;
	padding-right:23px;
}
.but_gambiarra,.casobut_gambiarra{
	display:none;
}
