.RadTabStrip_ClassicRed
{
	font: 11px arial, tahoma, sans-serif;
}

/* For IE 6 - So the Tabs won't show up in blue */
li a:link, li a:active, li a:visited  
{
	color: white;
	text-decoration:none;
}

.RadTabStrip_ClassicRed li a
{
	padding-left: 26px;
	background:transparent url('img/tabLeftFirstOff.gif') 0px 0px no-repeat;
	height: 24px;
	margin-right: -16px; 
	color: white;
	text-decoration:none;
}


.RadTabStrip_ClassicRed li a .wrap
{

	padding-right: 4px;
	height: 24px;
	background:transparent url('img/tabRightLastOff.gif') right 0px no-repeat;
}

.RadTabStrip_ClassicRed li a:hover
{
	color: white;
}

.RadTabStrip_ClassicRed li a .innerWrap
{
	line-height: 24px;
	padding: 1px 5px;
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
	text-align: center;
}

.RadTabStrip_ClassicRed li a.selected
{
	padding-top: 0px;
	padding-left: 26px;
	background: transparent url('img/tabLeftFirstOn.gif') 0px 0px no-repeat;
	line-height: 24px;
}

.RadTabStrip_ClassicRed li a.selected .wrap
{
	background-image:url('img/tabRightLastOn.gif');
	line-height: 24px;
	padding-right: 4px;
	color: black;
}


.RadTabStrip_ClassicRed li a.selected .innerWrap
{
	background-image:url('img/tabStripeOn.gif');
	padding-top: 0px;
}

/* .RadTabStrip_ClassicRed li a.disabled,
.RadTabStrip_ClassicRed li a.disabled .wrap,
.RadTabStrip_ClassicRed li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
} */



.RadTabStrip_ClassicRed li a.red,
.RadTabStrip_ClassicRed li a.red .wrap,
.RadTabStrip_ClassicRed li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_ClassicRed .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_ClassicRed .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


/* .RadTabStrip_ClassicRed .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_ClassicRed .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
} */

