.RadTabStrip_Legacy .rtsLI,
.RadTabStrip_Legacy .rtsLink
{
	color: #373737;
	font: normal bold 12px/26px Arial, Helvetica, sans-serif;
}

.RadTabStripLeft_Legacy .rtsSeparator,
.RadTabStripRight_Legacy .rtsSeparator
{
	background: #e5e5e5;
}

/* <disabled tabs> */
.RadTabStrip_Legacy .rtsDisabled
{
	color: #666;
}
/* </disabled tabs> */

.RadTabStrip_Legacy .rtsSelected
{
	color: #fff;
}

.RadTabStrip_Legacy .rtsLink:hover .rtsTxt
{
	text-decoration: underline;
	color: #373737;
}

.RadTabStrip_Legacy .rtsDisabled:hover .rtsTxt,
.RadTabStrip_Legacy .rtsSelected:hover .rtsTxt
{
	text-decoration: none;
	color: #cccbcb;
}

.RadTabStrip_Legacy .rtsLevel .rtsIn,
.RadTabStripLeft_Legacy .rtsLevel .rtsIn,
.RadTabStripRight_Legacy .rtsLevel .rtsIn
{
	line-height: 28px;
}

.RadTabStripTop_Legacy .rtsLevel .rtsIn
{
	padding: 0 5px 5px;
}

.RadTabStripBottom_Legacy .rtsLevel .rtsIn
{
	padding: 3px 5px 0;
}

div.RadTabStripLeft_Legacy .rtsLink,
div.RadTabStripRight_Legacy .rtsLink
{
	padding: 4px 0 0;
}

div.RadTabStripLeft_Legacy .rtsOut,
div.RadTabStripRight_Legacy .rtsOut
{
	padding: 0 0 4px;
}

div.RadTabStrip_Legacy .rtsPrevArrow, 
div.RadTabStrip_Legacy .rtsNextArrow, 
div.RadTabStrip_Legacy .rtsPrevArrowDisabled, 
div.RadTabStrip_Legacy .rtsNextArrowDisabled
{
	margin-top: 2px;
}

/* <scrolling arrows> */
.RadTabStrip_Legacy .rtsNextArrow,
.RadTabStrip_Legacy .rtsPrevArrow,
.RadTabStrip_Legacy .rtsPrevArrowDisabled,
.RadTabStrip_Legacy .rtsNextArrowDisabled
{
	background-image: url('TabStrip/TabStripStates.png');
}
* html .RadTabStrip_Legacy .rtsNextArrow,
* html .RadTabStrip_Legacy .rtsPrevArrow,
* html .RadTabStrip_Legacy .rtsPrevArrowDisabled,
* html .RadTabStrip_Legacy .rtsNextArrowDisabled
{
	background-image: url('TabStrip/TabStripStatesIE6.png');
}
/* </scrolling arrows> */

/* <tab backgrounds> */

.RadTabStripTop_Legacy .rtsLevel { background-color: transparent; }

.RadTabStripTop_Legacy .rtsLink,
.RadTabStripTop_Legacy .rtsOut,
.RadTabStripTop_Legacy .rtsIn,
.RadTabStripBottom_Legacy .rtsLink,
.RadTabStripBottom_Legacy .rtsOut,
.RadTabStripBottom_Legacy .rtsIn { background-image: url('TabStrip/TabStripStates.png'); background-position: -9px 0; }

* html .RadTabStripTop_Legacy .rtsLink,
* html .RadTabStripTop_Legacy .rtsOut,
* html .RadTabStripTop_Legacy .rtsIn,
* html .RadTabStripBottom_Legacy .rtsLink,
* html .RadTabStripBottom_Legacy .rtsOut,
* html .RadTabStripBottom_Legacy .rtsIn { background-image: url('TabStrip/TabStripStatesIE6.png'); }

.RadTabStripLeft_Legacy .rtsSelected,
.RadTabStripLeft_Legacy .rtsSelected .rtsOut,
.RadTabStripLeft_Legacy .rtsSelected .rtsIn,
.RadTabStripRight_Legacy .rtsSelected,
.RadTabStripRight_Legacy .rtsSelected .rtsOut,
.RadTabStripRight_Legacy .rtsSelected .rtsIn { background-image: url('TabStrip/TabStripVStates.png'); }

* html .RadTabStripLeft_Legacy .rtsSelected,
* html .RadTabStripLeft_Legacy .rtsSelected .rtsOut,
* html .RadTabStripLeft_Legacy .rtsSelected .rtsIn,
* html .RadTabStripRight_Legacy .rtsSelected,
* html .RadTabStripRight_Legacy .rtsSelected .rtsOut,
* html .RadTabStripRight_Legacy .rtsSelected .rtsIn { background-image: url('TabStrip/TabStripVStatesIE6.png'); }

.RadTabStripLeft_Legacy .rtsLast .rtsLink,
.RadTabStripRight_Legacy .rtsLast .rtsLink
{
	border-bottom: 1px solid #898C95;
}

/* </tab backgrounds> */


/* <background positioning: tabs with hovers> */

/* <orientation: top NOT Selected> */

.RadTabStripTop_Legacy .rtsLink,
.RadTabStripTop_Legacy .rtsLink:hover { background-position: 0 -40px; } /*Top Left*/
.RadTabStripTop_Legacy .rtsLink .rtsOut,
.RadTabStripTop_Legacy .rtsLink:hover .rtsOut { background-position: 100% -40px; } /*Top Right */
.RadTabStripTop_Legacy .rtsLink .rtsIn,
.RadTabStripTop_Legacy .rtsLink:hover .rtsIn { background-position: 50% -40px; } /*Top Middle*/

/* </orientation: top NOT Selected > */


/* <orientation: top> */

.RadTabStripTop_Legacy .rtsSelected,
.RadTabStripTop_Legacy .rtsSelected:hover { background-position: 0 0; } /*Top Left*/
.RadTabStripTop_Legacy .rtsSelected .rtsOut,
.RadTabStripTop_Legacy .rtsSelected:hover .rtsOut { background-position: 100% 0; } /*Top Right */
.RadTabStripTop_Legacy .rtsSelected .rtsIn,
.RadTabStripTop_Legacy .rtsSelected:hover .rtsIn { background-position: 50% 0; } /*Top Middle*/

/* </orientation: top> */



/* <orientation: bottom> */

.RadTabStripBottom_Legacy .rtsSelected,
.RadTabStripBottom_Legacy .rtsSelected:hover { background-position: 0 -80px; } /*Left End */
.RadTabStripBottom_Legacy .rtsSelected .rtsOut,
.RadTabStripBottom_Legacy .rtsSelected:hover .rtsOut { background-position: 100% -80px; } /*Right End*/
.RadTabStripBottom_Legacy .rtsSelected .rtsIn,
.RadTabStripBottom_Legacy .rtsSelected:hover .rtsIn { background-position: 50% -80px; } /*middle*/

/* </orientation: bottom> */

/* <orientation: left> */

div.RadTabStripLeft_Legacy .rtsSelected,
div.RadTabStripLeft_Legacy .rtsSelected:hover { background-position: 100% 0; }
div.RadTabStripLeft_Legacy .rtsSelected .rtsOut,
div.RadTabStripLeft_Legacy .rtsSelected:hover .rtsOut { background-position: 100% 100%; }
div.RadTabStripLeft_Legacy .rtsSelected .rtsIn,
div.RadTabStripLeft_Legacy .rtsSelected:hover .rtsIn { background-position: 100% 50%; }

/* </orientation: left> */

/* <orientation: right> */

div.RadTabStripRight_Legacy .rtsSelected,
div.RadTabStripRight_Legacy .rtsSelected:hover { background-position: 0 0; }
div.RadTabStripRight_Legacy .rtsSelected .rtsOut,
div.RadTabStripRight_Legacy .rtsSelected:hover .rtsOut { background-position: 0 100%; }
div.RadTabStripRight_Legacy .rtsSelected .rtsIn,
div.RadTabStripRight_Legacy .rtsSelected:hover .rtsIn { background-position: 0 50%; }

/* </orientation: right> */

/* </background positioning: tabs with hovers> */

/* <simplistic sub-item styles> */

.RadTabStrip_Legacy_SimpleSubItems .rtsLevel2,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel3,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel4 { background: #fff; }

.RadTabStrip_Legacy_SimpleSubItems .rtsLevel2 .rtsSelected,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel3 .rtsSelected,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel4 .rtsSelected
{
	color: #000;
}

.RadTabStrip_Legacy_SimpleSubItems .rtsLevel2 .rtsLink,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel2 .rtsOut,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel2 .rtsIn,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel3 .rtsLink,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel3 .rtsOut,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel3 .rtsIn,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel4 .rtsLink,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel4 .rtsOut,
.RadTabStrip_Legacy_SimpleSubItems .rtsLevel4 .rtsIn
{
	background: none;
}

/* </simplistic sub-item styles> */

/* <Scroll Arrows> */

div.RadTabStrip .rtsPrevArrow { background-position: 0 -120px; }
div.RadTabStrip .rtsNextArrow { background-position: -18px -120px; }
div.RadTabStrip .rtsPrevArrow:hover { background-position: -36px -120px; }
div.RadTabStrip .rtsNextArrow:hover { background-position: -54px -120px; }
div.RadTabStrip .rtsPrevArrowDisabled,
div.RadTabStrip .rtsPrevArrowDisabled:hover { background-position: -72px -120px; }
div.RadTabStrip .rtsNextArrowDisabled,
div.RadTabStrip .rtsNextArrowDisabled:hover { background-position: -90px -120px; }

div.RadTabStripVertical .rtsPrevArrow { background-position: 0 -140px; }
div.RadTabStripVertical .rtsNextArrow { background-position: -18px -140px; }
div.RadTabStripVertical .rtsPrevArrow:hover { background-position: -36px -140px; }
div.RadTabStripVertical .rtsNextArrow:hover { background-position: -54px -140px; }
div.RadTabStripVertical .rtsPrevArrowDisabled,
div.RadTabStripVertical .rtsPrevArrowDisabled:hover { background-position: -72px -140px; }
div.RadTabStripVertical .rtsNextArrowDisabled,
div.RadTabStripVertical .rtsNextArrowDisabled:hover { background-position: -90px -140px; }

/* </Scroll Arrows> */

