﻿#newsTicker
{
	border: 0px solid red;
	width: 411px;
	padding: 0;
	margin: 0;
}
#newsTicker tr, #newsTicker tr td
{
	vertical-align: top;
}
.newsTicker
{
	width: 411px;
}
.newsTicker hr
{
	display: none;
}
.RadRotator
{
	visibility: hidden;
	padding-left: 0 !important;
	padding-right:0 !important;
}
.RadRotator .rrButton
{
	display: none !important;
}

.rrRelativeWrapper
{
	position: relative;
	margin: 0 !important; /*MUST BE 0 for proper rendering*/
}

.rrClipRegion
{
	height: 100%; /* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}

/*================== The list ========================*/

.rrClipRegion .rrItemsList
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator ul.rrItemsList
{
	padding: 0;
	margin: 0;
}

.RadRotator ul.rrItemsList li.rrItem
{
	float: left;
	overflow: hidden;
	display: inline-block;
	list-style: none;
	padding: 0;
	padding-left: 10px !important;
	margin: 0;
	border: solid 0px red;
	height: 80px;
}
.RadRotator ul.rrItemsList li.rrItem img.tickerThumbnail
{
	/* WORKING 	margin-bottom: 11px; 	margin-top: 7px; 	border: solid 1px #7E7D82 !Important; 	*/
	float: left;
	margin-bottom: 11px;
	margin-top: 7px;
	border: solid 1px #7E7D82 !important;
}
.RadRotator ul.rrItemsList li.rrItem .tickerItem
{
	height: 72px;
}
.RadRotator ul.rrItemsList li.rrItem .tickerItem .tickerItemText
{
	float: left;
	margin-bottom: 11px;
	margin-top: 7px;
	margin-left: 10px;
	display: inline-block;
	width: 110px;
}

.RadRotator ul.rrItemsList li.rrItem a.tickerTitle
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: 600;
	text-decoration: none;
	display: block;
	line-height: 13px;
	padding-top: 5px;
	color: #7E7D82;
	height: 41px;
	overflow: hidden;
}
.RadRotator ul.rrItemsList li.rrItem a.tickerTitle:hover
{
	text-decoration: underline;
}
.rrButton
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute; /*.Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px; /* Very important for the layout!*/
	display: none;
	outline: none;
}

.rrButton:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}

.rrButton.rrButtonRight
{
	background-image: url(Images/TickerNext.gif);
	background-repeat: no-repeat;
	height: 36px;
	right: 0;
	top: 0;
	float: right;
}

a.rrButton.rrButtonRight:hover
{
	background-image: url(Images/TickerNextOver.gif);
}

.rrButton.rrButtonDown
{
	background-position: 0 -30px;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 1px;
}

.rrButton.rrButtonLeft
{
	background-image: url(Images/TickerBack.gif);
	background-repeat: no-repeat;
	height: 36px;
	right: 0;
	top: 36px;
	float: right;
}

a.rrButton.rrButtonLeft:hover
{
	background-image: url(Images/TickerBackOver.gif);
}

.rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.rrNoBorder .rrClipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .rrVerticalList li
{
	float: left !important;
}

.newsTickerButton
{
	display: block;
	height: 15px;
	width: 13px;
	border: none;
	padding: 0;
	margin: 0;
}
.newsTickerButtonRight
{
	background-image: url(Images/TickerNext.gif);
	background-repeat: no-repeat;
	height: 36px;
	right: 0;
	top: 0;
	float: right;
}
.newsTickerButtonRight:hover
{
	cursor: pointer;
	background-image: url(Images/TickerNextOver.gif);
}
.newsTickerButtonLeft
{
	background-image: url(Images/TickerBack.gif);
	background-repeat: no-repeat;
	height: 36px;
	right: 0;
	top: 0;
	float: right;
}
.newsTickerButtonLeft:hover
{
	cursor: pointer;
	background-image: url(Images/TickerBackOver.gif);
}
