.RadTabStrip_CustomRadTab
{
	/*font: 11px Arial, Tahoma, sans-serif;*/
	
	/*Added*/
	font: 11px Verdana;
}

.RadTabStrip_CustomRadTab li a
{
	height: 17px;
	text-decoration: none;
	color: #333;
	outline: none;
	background: transparent url('img/tabStripBg.gif') repeat-x 0 0;
	position: relative;
	overflow: visible;
	border: 1px solid #898c95;

	/*Added
	background-color:White;
	color: #093c69;*/
}

.RadTabStrip_CustomRadTab .levelwrap
{
	margin-top: 2px;
}

.RadTabStrip_CustomRadTab li a .wrap
{
	height: 17px;
	line-height: 17px;
	white-space: nowrap;
	position: relative;
	overflow: visible;

}

.RadTabStrip_CustomRadTab li a .innerWrap
{
	height: 16px;
	line-height: 16px;
	padding: 0 12px;
	margin: 1px 1px 0 1px;
	text-align: center;
	position: relative;
}

.RadTabStrip_CustomRadTab li a:hover
{
	border-color: #3c7fb1;
	border-bottom-color: #898c95;
	background: transparent url('img/tabStripBgOver.gif') repeat-x 0 0;
	
	/*Added
	background-color: #093c69;
	color:White;*/
}

.RadTabStrip_CustomRadTab li a:hover .innerWrap
{
	margin-left: 0;
	border-left: solid 1px transparent;
	border-bottom-width: 0;
}

.RadTabStrip_CustomRadTab li a.selected
{
	background: #093c69;
	margin: -2px 0 0 0;
	height: 19px;
	line-height: 17px;
	color:White;

	/*Added
	background-color: #093c69;
	color:White;*/
}

.RadTabStrip_CustomRadTab li a.selected:hover
{
	border-color: #898c95;
	background: #093c69;
}

.RadTabStrip_CustomRadTab li a.disabled,
.RadTabStrip_CustomRadTab li a.disabled .wrap,
.RadTabStrip_CustomRadTab li a.disabled .innerWrap
{
	cursor: default;
	color: #aaa;
}

.RadTabStrip_CustomRadTab li a.disabled,
.RadTabStrip_CustomRadTab li a.disabled:hover
{
	background-image: url('img/tabStripBg.gif');
	border: 1px solid #898c95;
}

.RadTabStrip_CustomRadTab li a.disabled:hover .innerWrap
{
	margin-left: 1px;
	border-left: 0;
}

.RadTabStrip_CustomRadTab li.break
{
	visibility: hidden;
	width: 0;
	float: none;
}

.RadTabStrip_CustomRadTab li a.red,
.RadTabStrip_CustomRadTab li a.red .wrap,
.RadTabStrip_CustomRadTab li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_CustomRadTab .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_CustomRadTab .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_CustomRadTab .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_CustomRadTab .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
