/* General css for the entire news rotator */
body,html{
		font-family:Arial,"Trebuchet MS";
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		text-align:center;
		/*background-color:#CCC;*/
	}
	#mainContainer
	{
		position:relative;
		left:0px;
		float:left;
		margin:5px 0px 0px 0px;
		width:291px;
		text-align:left;
		font-size:9pt;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
.newsRotator
{
	width:291px;
	height:405px;
	overflow:hidden;
	background-color:#edecec;
	position:relative;
}
/* General css for a news story */
.newsRotatorStory{
	background-color:#edecec;
	width:291px;
		

}
.newsRotatorIngress,.newsRotatorHeading{
	padding:3px;
}
.newsRotatorIngress{
	height:350px;
	color:#555555;
}
/* Heading of the news  */
.newsRotatorHeading{
	margin:0px;
	color:#555555;
	padding:5px;
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
}
.newsRotatorHeading a{
	color:#555555;
	text-decoration:none;
}
.newsRotatorHeading a:hover{
	text-decoration:underline;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator {
	background-color:#dbdada;
	position:absolute;
	left:0px;
	bottom:0px;
	width:291px;
	height:30px;
	z-index:10;	
	padding-top:4px;
}
/* Div for the navigator links */
.newsRotatorNavigatorLinks {
	border:1px solid #949494;
	width:15px;
	height:22px;
	padding-top:0px;
	float:right;
	margin-right:2px;
	margin-left:1px;
	color:white;
	text-align:center;
}
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a{
	color:#949494;
	text-decoration:none;
}
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink {
	font-weight:bold;
	color:#b20120;
}
.newsRotatorTooltip {	/* Tooltip appearing when you move the mouse over the number in the navigator area */
	border:1px solid #a3a3a3;
	background-color:white;
	padding:3px;
	bottom:35px;
	left:2px;
	width:270px;
	color:#444;
	font-style:italic;
	font-size:0.8em;
}

