
/* ROTATOR BAR STYLE OVERRIDES */
/* CSS Document */
/*TYPOGRAPHY
----------------------------------------------------*/
a img{ border: none;}
/*This makes sure that the font size stays the same in nested elements*/
.RotatorDescription 
{
	margin:0 0 10px 0;
	padding: 0px;
	color: white;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	line-height: 1.2em;
}

.rotatorPanel
{
	width: 100%;
	Padding: 0px;	
	border: none;
}
.rotatorSpacer
{
	Padding: 0px 0px 0px 10px;	
	border: none;
	width: 220px;
}
.rotatorContent
{
	
	width: 100%;
	
}
.rotatorImage
{
	width: 100%;
	
}
/*CAROUSEL
----------------------------------------------------*/
#brcarousel{
	color: #fff;
	background-color: #CC0000;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
	height: 70px;
	text-align: right;
	direction: rtl;
}
#brcarousel A, #brcarousel A:active, #brcarousel A:visited   {
	COLOR: #fff;
	text-decoration: none;
	font-weight: bold;
	border: none;
}	

#brcarousel A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
#brcarousel .controls {
	text-align: left;
	TEXT-DECORATION: none;
}
	
#brcarousel .controls A:Hover{
	text-align: left;
	TEXT-DECORATION: none;
}
.LinkText  {
	font-size: 11px;
}
.LinkContent
{
	margin-left:10px;	
	margin-right:10px;
}

div#RotatorSpacer ul li{
	list-style: none;
	background-image: url(/sia/templates/images/revamp/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}

div#RSSPanel ul li{
	list-style: none;
	background-image: url(/sia/templates/images/revamp/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}
.RSSPanel
{
	background-color: #999999;
	/*Height: 130px;*/
	height: 100%;
	Width: 100%;
	Padding: 0px 0px 0px 0px;
	margin: 0px;
	VERTICAL-ALIGN: top;
}
.BlockSpacer
{
	height: 5px;	
}
