.RadTabStrip_LightRed
{
	font-size: 11px;
}


.RadTabStrip_LightRed li a
{
	/*
	background: transparent url('img/blue_left.gif') 0px 0px no-repeat;
	line-height: 34px;
	color: #666666;*/
	padding: 0px 7px 0px 7px;
	text-decoration:none;
	line-height: 24px;
	/*color: #cc9999;*/
	color: #ffffff;
}

.RadTabStrip_LightRed li a .wrap
{

	/*padding-right: 2px;
	line-height: 34px;
	background:transparent url('img/blue_right.gif') right 0px no-repeat;*/
}

.RadTabStrip_LightRed li a:hover
{
	/*color: #fff;*/
	color: #ffffff;
	text-decoration: underline;
}

.RadTabStrip_LightRed li a .innerWrap
{
	/*line-height: 34px;
	background:transparent url('img/tabMiddle.gif') 0px 0px repeat-x;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;*/
}

.RadMenu_LightRed_Root_Selected,
.RadTabStrip_LightRed li a.selected
{
	color: #fff;
}

.RadTabStrip_LightRed li a.selected .wrap
{
	color: #fff;
}

.RadTabStrip_LightRed li a.selected .innerWrap
{
}

.RadTabStrip_LightRed li a.disabled,
.RadTabStrip_LightRed li a.disabled .wrap,
.RadTabStrip_LightRed li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_LightRed li a.red,
.RadTabStrip_LightRed li a.red .wrap,
.RadTabStrip_LightRed li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_LightRed .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_LightRed .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_LightRed .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_LightRed .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}