﻿.RadTabStrip_mpoc
{
	font: bold 10px tahoma, sans-serif;
		font-size: 12px;
	line-height: 15pt;
	color: #2D5122;
}



.RadTabStrip_mpoc .level1 li a
{
	padding-left: 7px;
	background:transparent url('img/tabLeftFirstOff.gif') 0px 0px no-repeat;
	height: 24px;
	margin-right: -20px; 
	color:#666666;
	text-decoration:none;
}


.RadTabStrip_mpoc .level1 li a .wrap
{

	padding-right: 29px;
	height: 24px;
	background:transparent url('img/tabRightLastOff.gif') right 0px no-repeat;
}

.RadTabStrip_mpoc .level1 li a:hover
{
	color: #333;
}

.RadTabStrip_mpoc .level1 li a .innerWrap
{
	line-height: 24px;
	padding:0 27px;
	background:transparent url('img/tabStripeOff.gif') 0px 0px repeat-x;
	text-align:center;
	color: #2D5122;
}

.RadTabStrip_mpoc .level1 li a.selected
{
	padding-top: 0px;
	background: transparent url('img/tabLeftFirstOn.gif') 0px 0px no-repeat;
	line-height: 24px;
	color: #FFFFFF;
}

.RadTabStrip_mpoc .level1 li a.selected .wrap
{
	background-image:url('img/tabRightLastOn.gif');
	line-height: 24px;
	padding-right: 29px;
	color: white;
}

.RadTabStrip_mpoc .level2 ul
{
	background:transparent url('img/tabStripeLevel2.gif') 0px 0px repeat-x;
	height:30px;
}

.RadTabStrip_mpoc .level2 li a
{
	color: white;
	text-decoration: none;
	padding: 6px 9px;
	font-weight: normal;
}

.RadTabStrip_mpoc .level2 li a:hover
{
	color: white;
	text-decoration: underline;
}

 .RadTabStrip_mpoc .level2 li a.selected
{
	color: white;
	text-decoration: underline;
}

.RadTabStrip_mpoc .level1 li a.selected .innerWrap
{
	background-image:url('img/tabStripeOn.gif');
		color: #FFFFFF;
	
}

.RadTabStrip_mpoc li a.disabled,
.RadTabStrip_mpoc li a.disabled .wrap,
.RadTabStrip_mpoc li a.disabled .innerWrap
{
	cursor:mpoc;
	text-decoration:line-through;
}

.RadTabStrip_mpoc li a.red,
.RadTabStrip_mpoc li a.red .wrap,
.RadTabStrip_mpoc li a.red .innerWrap
{
	color:Red;
}

/* scrolling arrows */

.RadTabStrip_mpoc .leftArrow
{
	background-image:url(img/ScrollLeft.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 17px;
}

.RadTabStrip_mpoc .rightArrow
{
	background-image:url(img/ScrollRight.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 17px;
}



.RadTabStrip_mpoc .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.png);
	height: 16px;
	width: 17px;
	background-repeat: no-repeat;
}

.RadTabStrip_mpoc .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.png);
	height: 16px;
	width: 17px;
	background-repeat: no-repeat;
}