.RadTabStrip_mvb
{
	font: 12px arial, tahoma, sans-serif;	
}


.RadTabStrip_mvb li a
{
	/*background:transparent url('Img/tabLeftFirstOff.gif') 0px 0px no-repeat;*/
	height: 22px;
	color: #666666;
	text-decoration:none;	
}

.RadTabStrip_mvb li.last a,
.RadTabStrip_mvb li.break a
{
	margin-right:0;
}

.RadTabStrip_mvb li a .wrap
{
	height: 22px;
	/*background:transparent url('Img/tabRightLastOff.gif') right 0px no-repeat;*/
}

.RadTabStrip_mvb li a:hover
{
	color: #666666;
}

.RadTabStrip_mvb li a .innerWrap
{
	line-height: 22px;
	background:transparent url('Img/tabStripeOff.gif') 0px 0px repeat-x;
	text-align: center;
	width:152px;
	color:#0cb6e7; font-weight:bold; text-decoration:none; text-align:center;
	font-size:11px;
}

.RadTabStrip_mvb li a.selected
{
	padding-top: 0px;
	/*background: transparent url('Img/tabLeftFirstOn.gif') 0px 0px no-repeat;*/
	line-height: 22px;
}

.RadTabStrip_mvb li a.selected .wrap
{
	/*background:transparent url('Img/tabRightLastOn.gif') right 0px no-repeat;*/
	line-height: 22px;
	color:#65c500; font-weight:bold; text-decoration:none; text-align:center;
}


.RadTabStrip_mvb li a.selected .innerWrap
{
	line-height: 22px;
	background:transparent url('Img/tabStripeOn.gif') 0px 0px repeat-x;
	text-align: center;
	width:153px;
	color:#65c500; font-weight:bold; text-decoration:none; text-align:center;
	font-size:11px;
}

.RadTabStrip_mvb li a.disabled,
.RadTabStrip_mvb li a.disabled .wrap,
.RadTabStrip_mvb li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_mvb li a.red,
.RadTabStrip_mvb li a.red .wrap,
.RadTabStrip_mvb li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_mvb .leftArrow
{
	background-image:url(Img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_mvb .rightArrow
{
	background-image:url(Img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_mvb .leftArrowDisabled
{
	background-image:url(Img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_mvb .rightArrowDisabled
{
	background-image:url(Img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

