/* r.a.d.tabstrip VestaMasthead skin */

.RadTabStrip_VestaMasthead
{
    font-weight: normal;
	text-align: center;
}

.RadTabStrip_VestaMasthead ul
{
	padding: 0;
}


.RadTabStrip_VestaMasthead li a
{
	padding-left: 10px;
	background: transparent url('img/TabLeftOff.gif') 0px 0px no-repeat;
    font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 21px;
	border-bottom-style: none;
}

.RadTabStrip_VestaMasthead li a, .RadTabStrip_VestaMasthead li a:hover, .RadTabStrip_VestaMasthead li a:visited, .RadTabStrip_VestaMasthead li a:active 
{
    color: #222222;
    font-weight:normal;
    font-size: 8pt;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    border-bottom-style: none;
	text-decoration:none;
}

.RadTabStrip_VestaMasthead li a:hover
{
	background: transparent url('img/TabLeftHover.gif') 0px 0px no-repeat;
	color: #ffffff;
}

.RadTabStrip_VestaMasthead li a .wrap
{
	padding-right: 7px;
	background: transparent url('img/tabRightOff.gif') right 0px no-repeat;
}

.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: #ffffff !important;
	line-height: 22px;
	background: transparent url('img/tabLeftOn.gif') 0px 0px no-repeat;
	border-bottom-style: 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;
}

