/* r.a.d.tabstrip VestaMasthead skin */

.RadTabStrip_VestaMasthead
{
    font-weight: normal;
    font-size: 10px;
    font-family:  Verdana, 'Lucida Sans Unicode' , Arial;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
}

.RadTabStrip_VestaMasthead ul
{
	padding: 0;
}

.RadTabStrip_VestaMasthead li a, .RadTabStrip_VestaMasthead li a:hover, .RadTabStrip_VestaMasthead li a:visited, .RadTabStrip_VestaMasthead li a:active 
{
    color: #ffffff;
    border-bottom-style: none;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a
{
	padding-left: 7px;
	background: transparent url('img/tabLeftOff.gif') 0px 0px no-repeat;
    color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	border-bottom-style: none;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a:hover
{
	background: transparent url('img/TabLeftHover.gif') 0px 0px no-repeat;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a .wrap
{
	padding-right: 7px;
	background: transparent url('img/tabRightOff.gif') right 0px no-repeat;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a:hover .wrap
{
	padding-right: 7px;
	background: transparent url('img/TabRightHover.gif') right 0px no-repeat;
}

.RadTabStrip_VestaMasthead li a .innerWrap
{
	padding: 0 5px;
	background:transparent url('img/tabMiddleOff.gif') 0px 0px repeat-x;
}

.RadTabStrip_VestaMasthead li a:hover .innerWrap
{
	padding: 0 5px;
	background:transparent url('img/TabMiddleHover.gif') 0px 0px repeat-x;
}

.RadTabStrip_VestaMasthead li a.selected, .RadTabStrip_VestaMasthead li a.selected:hover
{
	color: #333333 !important;
	line-height: 22px;
	background: transparent url('img/tabLeftOn.gif') 0px 0px no-repeat;
	border-bottom-style: none;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a.selected .wrap, .RadTabStrip_VestaMasthead li a.selected:hover .wrap
{
	padding-right: 7px;
	background: transparent url('img/tabRightOn.gif') right 0px no-repeat;
}


.RadTabStrip_VestaMasthead li a.selected .innerWrap, .RadTabStrip_VestaMasthead li a.selected:hover .innerWrap
{
	padding: 0 5px;
	background:transparent url('img/tabMiddleOn.gif') 0px 0px repeat-x;
}


