.RadTabStrip_HFF
{
	font: 13px Veranda, arial narrow, arial, tahoma, sans-serif;
}


.RadTabStrip_HFF .level1 li a
{
	padding-left: 9px;
	background:transparent url('img/tabLeftFirstOff.gif') 0px 0px no-repeat;
	height: 32px;
	margin-right: -2px; 
	color: white;
	text-decoration:none;
}

.RadTabStrip_HFF .level1 li.last a,
.RadTabStrip_HFF .level1 li.break a
{
	margin-right:0px;
}

.RadTabStrip_HFF .level1 li a .wrap
{

	padding-right: 7px;
	height: 32px;
	background:transparent url('img/tabRightOff.gif') right 0px no-repeat;
}

.RadTabStrip_HFF .level1 li.last a .wrap
{

	padding-right: 7px;
	height: 32px;
	background:transparent url('img/tabRightLastOff.gif') right 0px no-repeat;
}


.RadTabStrip_HFF .level1 li a .innerWrap
{
	line-height: 32px;
	padding: 0px 8px 0px 8px;
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
	text-align: center;
}

.RadTabStrip_HFF .level1 li a.selected
{
	padding-top: 0px;
	padding-left: 9px;
	background: transparent url('img/tabLeftFirstOn.gif') 0px 0px no-repeat;
	line-height: 32px;
}

.RadTabStrip_HFF .level1 li a.selected .wrap
{
	background-image:url('img/tabRightOn.gif');
	line-height: 32px;
	padding-right: 7px;
	color: white;
}


.RadTabStrip_HFF .level1 li a.selected .innerWrap
{
	background-image:url('img/tabStripeOn.gif');
	padding-top: 0px;
	cursor: pointer;
}

.RadTabStrip_HFF .level2
{
	margin-left: -75px
}

.RadTabStrip_HFF .level2 li a
{
	color: White;
	text-decoration: none;
	padding: 6px 9px;
	height: 19px;
}

.RadTabStrip_HFF .level2 li a:hover
{
	color: White;
	text-decoration: underline;
}

 .RadTabStrip_HFF .level2 li a.selected
{
	color: White;
	text-decoration: underline;
}

.RadTabStrip_HFF li a.disabled,
.RadTabStrip_HFF li a.disabled .wrap,
.RadTabStrip_HFF li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_HFF li a.red,
.RadTabStrip_HFF li a.red .wrap,
.RadTabStrip_HFF li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_HFF .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_HFF .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}



.RadTabStrip_HFF .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_HFF .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
