﻿.RadTabStrip_Sapphire
{
	font-family:Verdana;
	font-size:12px;
}

.RadTabStrip_Sapphire ul
{

	background:#4A6751;
}

.RadTabStrip_Sapphire li a
{
	padding:6px 12px;
	text-decoration:none;
	color:#ffffff;
	text-align:right;
	background:#4A6751 !important;
	width:130px;
	border-bottom:1px inset white;
	float:left;

}

.RadTabStrip_Sapphire li a.selected
{
	padding-bottom:7px;
	color:black;
	background:ButtonHighlight;
	background-image:url(img/actv.jpg)!important;
	background-repeat:no-repeat;
	
}

/* arrows */
.RadTabStrip_Sapphire .rightArrow, 
.RadTabStrip_Sapphire .leftArrow,
.RadTabStrip_Sapphire .rightArrowDisabled, 
.RadTabStrip_Sapphire .leftArrowDisabled
{
	width:17px;
	height:22px;
}




.RadTabStrip_Sapphire .leftArrow
{
	background-image:url(img/ScrollLeft.png);
}

.RadTabStrip_Sapphire .rightArrow
{
	background-image:url(img/ScrollRight.png);
}

.RadTabStrip_Sapphire .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
}

.RadTabStrip_Sapphire .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
}

