.RadTabStrip_customTabStrip .rtsLI,
.RadTabStrip_customTabStrip .rtsLink
{
	color: #000;
	font: 12px/26px "Segoe UI", Arial, sans-serif;
}

.RadTabStripLeft_customTabStrip .rtsSeparator,
.RadTabStripRight_customTabStrip .rtsSeparator
{
	background: #828282;
}

/* <disabled tabs> */
.RadTabStrip_customTabStrip .rtsDisabled
{
	color: #aaa;
}
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_customTabStrip .rtsNextArrow,
.RadTabStrip_customTabStrip .rtsPrevArrow,
.RadTabStrip_customTabStrip .rtsPrevArrowDisabled,
.RadTabStrip_customTabStrip .rtsNextArrowDisabled
{
	background-image: url('TabStrip/TabStripStates.png');
}
/* </scrolling arrows> */

/* <tab backgrounds> */

.RadTabStripTop_customTabStrip .rtsLevel { background-color: transparent; }

.RadTabStripTop_customTabStrip .rtsLevel .rtsLink,
.RadTabStripTop_customTabStrip .rtsLevel .rtsOut,
.RadTabStripBottom_customTabStrip .rtsLevel .rtsLink,
.RadTabStripBottom_customTabStrip .rtsLevel .rtsOut,
.RadTabStripTop_customTabStrip_Baseline .rtsLevel,
.RadTabStripBottom_customTabStrip_Baseline .rtsLevel { background-image: url('TabStrip/TabStripStates.png'); }

.RadTabStripLeft_customTabStrip .rtsLink,
.RadTabStripRight_customTabStrip .rtsLink { background-image: url('TabStrip/TabStripVStates.png'); }

.RadTabStripLeft_customTabStrip .rtsLast .rtsLink,
.RadTabStripRight_customTabStrip .rtsLast .rtsLink
{
	border-bottom: 1px solid #898C95;
}

/* </tab backgrounds> */

/* <background positioning: overlapping tabs> */

/* <orientation: top> */

.RadTabStripTop_customTabStrip .rtsLink { background-position: 0 -52px; }
.RadTabStripTop_customTabStrip .rtsFirst .rtsLink { background-position: 0 0; }
.RadTabStripTop_customTabStrip .rtsOut { background-position: 100% -52px; }
.RadTabStripTop_customTabStrip .rtsLast .rtsOut { background-position: 100% 0; }

.RadTabStripTop_customTabStrip .rtsLI .rtsSelected { background-position: 0 -26px; color:#fff; }
.RadTabStripTop_customTabStrip .rtsSelected .rtsOut { background-position: 100% -78px; }
.RadTabStripTop_customTabStrip .rtsLI .rtsAfter { background-position: 0 -78px; }

.RadTabStripTop_customTabStrip .rtsLast .rtsSelected .rtsOut { background-position: 100% -26px; }

.RadTabStripTop_customTabStrip_Baseline .rtsLevel { background-position: 0 100%; background-repeat: repeat-x; }

/* </orientation: top> */

/* <orientation: bottom> */

.RadTabStripBottom_customTabStrip .rtsLevel .rtsLink { background-position: 0 -130px; }
.RadTabStripBottom_customTabStrip .rtsLevel .rtsFirst .rtsLink { background-position: 0 -182px; }
.RadTabStripBottom_customTabStrip .rtsLevel .rtsOut { background-position: 100% -130px; }
.RadTabStripBottom_customTabStrip .rtsLevel .rtsLast .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_customTabStrip .rtsLevel .rtsLI .rtsSelected { background-position: 0 -156px; }
.RadTabStripBottom_customTabStrip .rtsLevel .rtsSelected .rtsOut { background-position: 100% -104px; }
.RadTabStripBottom_customTabStrip .rtsLevel .rtsLI .rtsAfter { background-position: 0 -104px; }

.RadTabStripBottom_customTabStrip .rtsLevel .rtsLast .rtsSelected .rtsOut { background-position: 100% -156px; }

.RadTabStripBottom_customTabStrip_Baseline .rtsLevel { background-position: 0 -599px; background-repeat: repeat-x; }

/* </orientation: bottom> */

/* <orientation: right> */

.RadTabStripRight_customTabStrip .rtsUL .rtsLink,
.RadTabStripRight_customTabStrip .rtsUL .rtsLI .rtsDisabled:hover { background-position: 100% 0; text-align: left; }
.RadTabStripRight_customTabStrip .rtsUL .rtsLink:hover { background-position: 100% -200px; }
.RadTabStripRight_customTabStrip .rtsUL .rtsSelected,
.RadTabStripRight_customTabStrip .rtsUL .rtsSelected:hover { background-position: 100% -400px; }

/* </orientation: right> */

/* <orientation: top (RTL)> */

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLink
{
	padding-left: 0;
	padding-right: 9px;
}

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsOut
{
	padding-left: 9px;
	padding-right: 0;
}

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLink,
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsOut { background-image: url('TabStrip/TabStripStates_rtl.png'); }

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLink { background-position: 100% -52px; }
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsFirst .rtsLink { background-position: 100% 0; }
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsOut { background-position: 0 -52px; }
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLast .rtsOut { background-position: 0 0; }

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLI .rtsSelected { background-position: 100% -26px; }
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsSelected .rtsOut { background-position: 0 -78px; }
.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLI .rtsAfter { background-position: 100% -78px; }

.RadTabStripTop_customTabStrip_rtl .rtsLevel .rtsLast .rtsSelected .rtsOut { background-position: 0 -26px; }

/* </orientation: top (RTL)> */

/* </background positioning: overlapping tabs> */

/* <simplistic sub-item styles> */

.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel2,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel3,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel4 { background: #fff; }

.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel2 .rtsSelected,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel3 .rtsSelected,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel4 .rtsSelected
{
	text-decoration: underline;
}

.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel2 .rtsLink,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel2 .rtsOut,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel2 .rtsIn,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel3 .rtsLink,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel3 .rtsOut,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel3 .rtsIn,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel4 .rtsLink,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel4 .rtsOut,
.RadTabStrip_customTabStrip_SimpleSubItems .rtsLevel4 .rtsIn
{
	background: none;
}

/* </simplistic sub-item styles> */