

.RadTabStrip_CoolBlue
{
	font: bold 12px Arial, Verdana, Sans-serif;
	text-align: center;
	background: url('img/TabstripBackground.gif') repeat-x bottom left;
}

.RadTabStrip_CoolBlue ul
{
	padding: 6px 6px 0px 6px;
}

.RadTabStrip_CoolBlue li a
{
	
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	position:relative;
	top:0px;
	height:22px;
	z-index:2;
	text-align: center;
	color: #666666;
	padding-left: 5px;
	background: transparent url('img/tabLeftOff.gif') 0px 0px no-repeat;
	text-decoration: none;
	line-height: 22px;
}

.RadTabStrip_CoolBlue li a .wrap
{
	padding-right: 5px;
	background: transparent url('img/tabRightOff.gif') right 0px no-repeat;
}

.RadTabStrip_CoolBlue li a .innerWrap
{
	padding: 0 5px;
	background:transparent url('img/tabMiddleOff.gif') 0px 0px repeat-x;
}

.RadTabStrip_CoolBlue li a.selected
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	cursor: pointer;
	position:relative;
	top:0px;
	height:22px;
	z-index:2;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 22px;
	background: transparent url('img/tabLeftOn.gif') 0px 0px no-repeat;
}
.RadTabStrip_CoolBlue li a.selected .wrap
{
	background: url('img/tabRightOn.gif') no-repeat right;
}


.RadTabStrip_CoolBlue li a.selected .innerWrap
{
	background: url('img/tabMiddleOn.gif') repeat-x;
}

/* arrows */
.RadTabStrip_CoolBlue .rightArrow, 
.RadTabStrip_CoolBlue .leftArrow,
.RadTabStrip_CoolBlue .rightArrowDisabled, 
.RadTabStrip_CoolBlue .leftArrowDisabled
{
	width:17px;
	height: 22px;
	text-indent: -10000px;
	background-position: left 3px;
	background-repeat: no-repeat;
	background-color: White;
}

.RadTabStrip_CoolBlue .leftArrow
{
	background-image: url(img/ScrollLeft.png);
}

.RadTabStrip_CoolBlue .rightArrow
{
	background-image: url(img/ScrollRight.png);
}

/* Disabled Arrows */

.RadTabStrip_CoolBlue .rightArrowDisabled, 
.RadTabStrip_CoolBlue .leftArrowDisabled
{
	cursor: default;
}

.RadTabStrip_CoolBlue .leftArrowDisabled
{
	background-image: url(img/ScrollLeftDisabled.png);
}

.RadTabStrip_CoolBlue .rightArrowDisabled
{
	background-image: url(img/ScrollRightDisabled.png);
}

/* Disabled tab */

.RadTabStrip_CoolBlue li a.disabled,
.RadTabStrip_CoolBlue li a.disabled:hover
{
	color: gray;
}
