.RadTabStrip_Wcg
{
	font: normal 11px Arial, Tahoma, sans-serif;
}

.RadTabStrip_Wcg li a
{
	height: 36px;
	text-decoration: none;
	color: #fff;
	outline: none;
	background: transparent url('Img/tab-inactive-bg.gif') repeat-x 0 0;
	position: relative;
	overflow: visible;
}

.RadTabStrip_Wcg li a:hover
{
	color: #fff;
	background-image: url('Img/tab-active-bg.gif');
}

.RadTabStrip_Wcg li a .wrap
{
	height: 36px;
	line-height: 36px;
	background: transparent url('Img/tab-inactive-right.gif') no-repeat bottom right;
	white-space: nowrap;
	position: relative;
	overflow: visible;
}

.RadTabStrip_Wcg li a .innerWrap
{
	height: 36px;
	padding: 0 20px;
	line-height: 36px;
	text-align: center;
	position: relative;
	background: transparent url('Img/tab-inactive-left.gif') no-repeat bottom left;
}

.RadTabStrip_Wcg_rtl li a .wrap
{
	background: transparent url('Img/tab-inactive-left.gif') no-repeat bottom left;
}

.RadTabStrip_Wcg_rtl li a .innerWrap
{
	background: transparent url('Img/tab-inactive-right.gif') no-repeat bottom right;
}

.RadTabStrip_Wcg li a.selected
{
	color: #fff;
	background-image: url('Img/tab-active-bg.gif');
}

.RadTabStrip_Wcg li a.selected:hover
{
	color: #fff;
	background-image: url('Img/tab-active-bg.gif');
}

.RadTabStrip_Wcg li a:hover .wrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li a:hover .wrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li a:hover .innerWrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg_rtl  li a:hover .innerWrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg li a.selected .wrap,
.RadTabStrip_Wcg li a.selected:hover .wrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li a.selected .wrap,
.RadTabStrip_Wcg_rtl li a.selected:hover .wrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li a.selected .innerWrap,
.RadTabStrip_Wcg li a.selected:hover .innerWrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg_rtl li a.selected .innerWrap,
.RadTabStrip_Wcg_rtl li a.selected:hover .innerWrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}


/* first-last styling */

.RadTabStrip_Wcg li.first
{
	padding-left: 5px;
}

.RadTabStrip_Wcg li.first a
{
	overflow: visible;
	position: relative;
}

.RadTabStrip_Wcg li.first a .innerWrap
{
	position: relative;
	margin-left: -5px;
	padding-left: 15px;
	z-index: 2;
	display: block;
}

*+html .RadTabStrip_Wcg li.first a .innerWrap
{
	position: static;
}

.RadTabStrip_Wcg li.last a
{
	margin-right: 5px;
	overflow: visible;
}

.RadTabStrip_Wcg li.last a .wrap
{
	margin-right: -5px;
}

.RadTabStrip_Wcg_rtl li.last
{
	margin-left: 5px;
}

.RadTabStrip_Wcg_rtl li.first
{
	padding-right: 0;
	padding-left: 0;
}

.RadTabStrip_Wcg_rtl li.first a
{
	margin-left: 0;
	margin-right: 5px;
}

.RadTabStrip_Wcg_rtl li.first a .innerWrap
{
	margin-right: -5px;
	padding-right: 15px;
	margin-left: 0;
	padding-right: 20px;
}

.RadTabStrip_Wcg_rtl li.last
{
	padding-left: 5px;
}

.RadTabStrip_Wcg_rtl li.last a
{
	margin-right: 0;
	position: relative;
	padding-left: 0;
}

.RadTabStrip_Wcg_rtl li.last a .wrap
{
	margin-right: 0;
	overflow: visible;
	display: block;
	margin-left: -5px;
	position: relative;
	padding-left: 5px;
}

.RadTabStrip_Wcg_rtl li.last a .innerWrap
{
	padding-left: 15px;
	margin-right: 0;
}

.RadTabStrip_Wcg li.first a .innerWrap
{
	background: transparent url('Img/tab-inactive-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li.last a .wrap
{
	background: transparent url('Img/tab-inactive-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg li.first a:hover .innerWrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li.last a:hover .wrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg li.first a.selected .innerWrap,
.RadTabStrip_Wcg li.first a.selected:hover .innerWrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li.last a.selected .wrap,
.RadTabStrip_Wcg li.last a.selected:hover .wrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li.first a .innerWrap
{
	background: transparent url('Img/tab-inactive-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li.last a .wrap
{
	background: transparent url('Img/tab-inactive-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg_rtl li.first a:hover .innerWrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li.last a:hover .wrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg_rtl li.first a.selected .innerWrap,
.RadTabStrip_Wcg_rtl li.first a.selected:hover .innerWrap
{
	background: transparent url('Img/tab-active-right.gif') no-repeat center right;
}

.RadTabStrip_Wcg_rtl li.last a.selected .wrap,
.RadTabStrip_Wcg_rtl li.last a.selected:hover .wrap
{
	background: transparent url('Img/tab-active-left.gif') no-repeat center left;
}

.RadTabStrip_Wcg li a.disabled,
.RadTabStrip_Wcg li a.disabled .wrap,
.RadTabStrip_Wcg li a.disabled .innerWrap
{
	cursor: default;
	color: #aaa;
}

.RadTabStrip_Wcg li a.disabled,
.RadTabStrip_Wcg li a.disabled:hover
{
	background-image: url('Img/tab-inactive-bg.gif');
}

.RadTabStrip_Wcg li a.disabled .wrap,
.RadTabStrip_Wcg li a.disabled:hover .wrap
{
	background: transparent url('Img/tab-inactive-right.gif') no-repeat bottom right;
}

.RadTabStrip_Wcg li a.disabled .innerWrap,
.RadTabStrip_Wcg li a.disabled:hover .innerWrap
{
	background: transparent url('Img/tab-inactive-left.gif') no-repeat bottom left;
}

.RadTabStrip_Wcg_rtl li a.disabled .wrap,
.RadTabStrip_Wcg_rtl li a.disabled:hover .wrap
{
	background: transparent url('Img/tab-inactive-left.gif') no-repeat bottom left;
}

.RadTabStrip_Wcg_rtl li a.disabled .innerWrap,
.RadTabStrip_Wcg_rtl li a.disabled:hover .innerWrap
{
	background: transparent url('Img/tab-inactive-right.gif') no-repeat bottom right;
}

.RadTabStrip_Wcg li.break
{
	visibility: hidden;
	width: 0;
	float: none;
}

.RadTabStrip_Wcg li a.red,
.RadTabStrip_Wcg li a.red .wrap,
.RadTabStrip_Wcg li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_Wcg .leftArrow
{
	background-image: url('Img/ScrollLeft.gif');
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_Wcg .rightArrow
{
	background-image: url('Img/ScrollRight.gif');
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_Wcg .leftArrowDisabled
{
	background-image: url('Img/ScrollLeftDisabled.gif');
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_Wcg .rightArrowDisabled
{
	background-image: url('Img/ScrollRightDisabled.gif');
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
