/* r.a.d.tabstrip Web 2.0 skin */

.RadTabStrip_VEAB
{
	font: bold 11px Arial, Verdana, Sans-serif;
	text-align: center;
	/*background: url('img/TabstripBackground.gif') repeat-x bottom left;*/
}

.RadTabStrip_VEAB ul
{
	
}

.RadTabStrip_VEAB li
{
	margin:0 10px;
}

.RadTabStrip_VEAB li a
{
	padding-left: 20px;
	_padding-left: 6px; /* ONLY IE6 */
	text-indent: -14px;
	_text-indent:0; /* ONLY IE6 */
	color: #ffffff;
	text-decoration: none;
	line-height: 26px;
	cursor:pointer;
}

.RadTabStrip_VEAB li a .wrap
{
	/* OBS THIS IS DEFINED IN THE DIFFERENT VERSIONS OF "WebCustomerSpecific.css" */
	/*background: transparent url('img/tabRightOff.gif') right 0px no-repeat;*/
}

.RadTabStrip_VEAB li a .innerWrap
{
	/*background:transparent url('img/tabMiddleOff.gif') 0px 0px repeat-x;*/
	padding-left:5px;
}

.RadTabStrip_VEAB li a.selected /* Tab LEFT */
{
	line-height: 26px;
	
	
	background: transparent url(img/tabLeftOn.jpg) top left no-repeat;
	*background: transparent url(img/tabLeftOn_IE6.jpg) top left no-repeat; /* IE6 & IE7 ONLY */
	cursor:pointer;
}

.RadTabStrip_VEAB li a.selected .wrap /* Tab RIGHT */
{
	background: transparent url(img/tabRightOn.jpg) top right no-repeat;
	cursor:pointer;
}


.RadTabStrip_VEAB li a.selected .innerWrap /* Tab MIDDLE */
{
	background: transparent url(img/tabMiddleOn.jpg) top left repeat-x;
	*background: transparent url(img/transparent.gif) top left repeat; /* IE6 & IE7 ONLY */
	cursor:pointer;
}

/* arrows */
.RadTabStrip_VEAB .rightArrow, 
.RadTabStrip_VEAB .leftArrow,
.RadTabStrip_VEAB .rightArrowDisabled, 
.RadTabStrip_VEAB .leftArrowDisabled
{
	width:17px;
	height: 22px;
	text-indent: -10000px;
	background-position: left 3px;
	background-repeat: no-repeat;
	background-color: White;
}

.RadTabStrip_VEAB .leftArrow
{
	background-image: url(img/ScrollLeft.png);
}

.RadTabStrip_VEAB .rightArrow
{
	background-image: url(img/ScrollRight.png);
}

/* Disabled Arrows */

.RadTabStrip_VEAB .rightArrowDisabled, 
.RadTabStrip_VEAB .leftArrowDisabled
{
	cursor: default;
}

.RadTabStrip_VEAB .leftArrowDisabled
{
	background-image: url(img/ScrollLeftDisabled.png);
}

.RadTabStrip_VEAB .rightArrowDisabled
{
	background-image: url(img/ScrollRightDisabled.png);
}

/* Disabled tab */

.RadTabStrip_VEAB li a.disabled,
.RadTabStrip_VEAB li a.disabled:hover
{
	color: gray;
}