.RadTabStrip_AptuitNews
{
	font-family:"Lucida Grande",Verdana,Arial;font-size:12px;font-weight:normal;color:#666666;
	text-decoration:none;
	background-color:Transparent;
}


.RadTabStrip_AptuitNews li a
{
	padding-left:15px;
	background:transparent url('img/NewsLeftTabOff.gif') 0px 0px no-repeat;
	height: 36px;
	margin-right:0;
	text-align:center;
	font-family:"Lucida Grande",Verdana,Arial;font-size:12px;font-weight:normal;color:#666666;
	text-decoration:none;
}

.separator 
{
    width:1px;height:36px;
    background-image:url('img/SeparatorNews.gif');background-repeat:no-repeat;
}

.RadTabStrip_AptuitNews li a .wrap
{   
	padding-right: 15px;
	height: 36px;
	background:transparent url('img/NewsRightTabOff.gif') right 0px no-repeat;
}

.RadTabStrip_AptuitNews li a:hover
{
	text-align:center;
	font-family:"Lucida Grande",Verdana,Arial;font-size:12px;font-weight:normal;color:#666666;
	text-decoration:none;
}

.RadTabStrip_AptuitNews li a .innerWrap
{
	height: 36px;
	padding:10px 0 0 0;width:268px;
	background:transparent url('img/NewsTabStripeOff.gif') 0px 0px repeat-x;
	text-align: center;
}

.RadTabStrip_AptuitNews li a.selected
{
	padding-left: 15px;
	background: transparent url('img/NewsLeftTabOn.gif') 0px 0px no-repeat;
	height: 36px;
}

.RadTabStrip_AptuitNews li a.selected .wrap
{
	background-image:url('img/NewsRightTabOn.gif');
	height: 36px;
	text-align:center;color: #666666;
}


.RadTabStrip_AptuitNews li a.selected .innerWrap
{
	background:transparent url('img/NewsTabStripeOn.gif') 0px 0px repeat-x;
	padding:10px 0 0 0;width:268px;
}

.RadTabStrip_AptuitNews li a.disabled,
.RadTabStrip_AptuitNews li a.disabled .wrap,
.RadTabStrip_AptuitNews li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_AptuitNews li a.red,
.RadTabStrip_AptuitNews li a.red .wrap,
.RadTabStrip_AptuitNews li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_AptuitNews .leftArrow
{
	background-image:url(img/ScrollLeft.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_AptuitNews .rightArrow
{
	background-image:url(img/ScrollRight.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

/* Disabled Arrows */

.RadTabStrip_AptuitNews .rightArrowDisabled, 
.RadTabStrip_AptuitNews .leftArrowDisabled
{
	background-repeat: no-repeat;
	cursor:default;
	height: 11px;
	width: 8px;
}

.RadTabStrip_AptuitNews .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.jpg);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_AptuitNews .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.jpg);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

