.RadTabStrip_HMC2
{
	font: 11px arial, tahoma, sans-serif;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a
{
	padding-left: 6px;
	background: transparent url(  'img/tabLeftFirstOff.gif' ) 0px 0px no-repeat;
	height: 26px;
	margin-right: 0px;
	text-decoration: none;
}

.RadTabStrip_HMC2 li.last a, .RadTabStrip_HMC2 li.break a
{
	margin-right: 0px;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a .wrap
{
	padding-right: 4px;
	height: 26px;
	background: transparent url(  'img/tabRightLastOff.gif' ) right 0px no-repeat;
	text-decoration: none;
}


.RadTabStrip_HMC2 li a .innerWrap
{
	line-height: 26px;
	background: transparent url(  'img/tabStripeOff.gif' ) 0px 0px repeat-x;
	text-align: center;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a.selected
{
	padding-top: 0px;
	padding-left: 6px;
	background: transparent url(  'img/tabLeftFirstOn.gif' ) 0px 0px no-repeat;
	line-height: 26px;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a.selected .wrap
{
	background-image: url(img/tabRightLastOn.gif);
	line-height: 26px;
	padding-right: 6px;
	text-decoration: none;
}


.RadTabStrip_HMC2 li a.selected .innerWrap
{
	background-image: url(img/tabStripeOn.gif);
	padding-top: 0px;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a.disabled, .RadTabStrip_HMC2 li a.disabled .wrap, .RadTabStrip_HMC2 li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
	text-decoration: none;
}

.RadTabStrip_HMC2 li a.red, .RadTabStrip_HMC2 li a.red .wrap, .RadTabStrip_HMC2 li a.red .innerWrap
{
	color: red;
	text-decoration: none;
}

/* scrolling arrows */

.RadTabStrip_HMC2 .leftArrow
{
	background-image: url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
	text-decoration: none;
}

.RadTabStrip_HMC2 .rightArrow
{
	background-image: url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
	text-decoration: none;
}

/* Disabled Arrows */

.RadTabStrip_HMC2 .rightArrowDisabled, .RadTabStrip_HMC2 .leftArrowDisabled
{
	background-repeat: no-repeat;
	cursor: default;
	height: 11px;
	width: 8px;
	text-decoration: none;
}

.RadTabStrip_HMC2 .leftArrowDisabled
{
	background-image: url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.RadTabStrip_HMC2 .rightArrowDisabled
{
	background-image: url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
	text-decoration: none;
}
