.RadTabStrip_Santrio .rtsLI,
.RadTabStrip_Santrio .rtsLink
{
	color: #000;
	font: 12px/22px "Segoe UI", Arial, sans-serif;
}

.RadTabStrip_Santrio .rtsLink
{
	border: 1px solid #7c7c7c;
	background: #e4e4e4;
}

.RadTabStrip_Santrio .rtsLink:hover
{
	background: #26a882;
	border-color: #26a882;
	color: #fff;
}

.RadTabStrip_Santrio .rtsSelected,
.RadTabStrip_Santrio .rtsSelected:hover
{
	background: #fff;
	border-color: #7c7c7c;
	color: #000;
}

.RadTabStrip_Santrio .rtsLI .rtsLink { padding-left: 8px; }
.RadTabStrip_Santrio .rtsLI .rtsOut { padding-right: 8px; }

.RadTabStripLeft_Santrio .rtsSeparator,
.RadTabStripRight_Santrio .rtsSeparator
{
	
}

div.RadTabStrip_Santrio a.rtsLink:focus
{
    outline /*\**/: none\9;
}

div.RadTabStrip_Santrio a.rtsLink:focus:after
{
    left /*\**/: 0\9;
    top /*\**/: 0\9;
    right /*\**/: 0\9;
    bottom /*\**/: 0\9;
}

/* <disabled tabs> */
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_Santrio .rtsNextArrow,
.RadTabStrip_Santrio .rtsPrevArrow,
.RadTabStrip_Santrio .rtsPrevArrowDisabled,
.RadTabStrip_Santrio .rtsNextArrowDisabled
{
	background-image: url('TabStrip/TabStripStates.png');
}
.RadTabStrip_Santrio .rtsLevel .rtsNextArrow { background-position: -18px 0; }
.RadTabStrip_Santrio .rtsLevel .rtsPrevArrow { background-position: 0 0; }
.RadTabStrip_Santrio .rtsLevel .rtsNextArrow:hover { background-position: -54px 0; }
.RadTabStrip_Santrio .rtsLevel .rtsPrevArrow:hover { background-position: -36px 0; }
.RadTabStrip_Santrio .rtsLevel .rtsPrevArrowDisabled,
.RadTabStrip_Santrio .rtsLevel .rtsPrevArrowDisabled:hover { background-position: -72px 0; }
.RadTabStrip_Santrio .rtsLevel .rtsNextArrowDisabled,
.RadTabStrip_Santrio .rtsLevel .rtsNextArrowDisabled:hover { background-position: -90px 0; }

.RadTabStripLeft_Santrio .rtsLevel .rtsNextArrow,
.RadTabStripRight_Santrio .rtsLevel .rtsNextArrow { background-position: -18px -20px; }
.RadTabStripLeft_Santrio .rtsLevel .rtsPrevArrow, 
.RadTabStripRight_Santrio .rtsLevel .rtsPrevArrow { background-position: 0 -20px; }
.RadTabStripLeft_Santrio .rtsLevel .rtsNextArrow:hover,
.RadTabStripRight_Santrio .rtsLevel .rtsNextArrow:hover  { background-position: -54px -20px; }
.RadTabStripLeft_Santrio .rtsLevel .rtsPrevArrow:hover,
.RadTabStripRight_Santrio .rtsLevel .rtsPrevArrow:hover { background-position: -36px -20px; }
.RadTabStripLeft_Santrio .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripLeft_Santrio .rtsLevel .rtsPrevArrowDisabled:hover,
.RadTabStripRight_Santrio .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripRight_Santrio .rtsLevel .rtsPrevArrowDisabled:hover { background-position: -72px -20px; }
.RadTabStripLeft_Santrio .rtsLevel .rtsNextArrowDisabled,
.RadTabStripLeft_Santrio .rtsLevel .rtsNextArrowDisabled:hover,
.RadTabStripRight_Santrio .rtsLevel .rtsNextArrowDisabled,
.RadTabStripRight_Santrio .rtsLevel .rtsNextArrowDisabled:hover { background-position: -90px -20px; }
/* </scrolling arrows> */

.RadTabStripTop_Santrio .rtsLevel { background-color: transparent; }

.RadTabStripTop_Santrio_Baseline .rtsLevel,
.RadTabStripBottom_Santrio_Baseline .rtsLevel { background-image: url('TabStrip/TabStripStates.png'); }


/* <orientation: top> */
.RadTabStripTop_Santrio_Baseline .rtsLevel { background-position: 0 100%; background-repeat: repeat-x; }

.RadTabStripTop_Santrio .rtsLink
{
	margin-top: 2px;
}

.RadTabStripTop_Santrio .rtsLink:hover
{
	border-bottom-color: #7c7c7c;
}

.RadTabStripTop_Santrio .rtsSelected,
.RadTabStripTop_Santrio .rtsSelected:hover
{
	border-bottom-color: #fff;
	margin-top: 0;
	padding-top: 2px;
}
/* </orientation: top> */

/* <orientation: bottom> */
.RadTabStripBottom_Santrio_Baseline .rtsLevel { background-position: 0 -149px; background-repeat: repeat-x; }

.RadTabStripBottom_Santrio .rtsLink
{
	margin-bottom: 2px;
}

.RadTabStripBottom_Santrio .rtsLink:hover
{
	border-top-color: #7c7c7c;
}

.RadTabStripBottom_Santrio .rtsSelected,
.RadTabStripBottom_Santrio .rtsSelected:hover
{
	border-top-color: #fff;
	margin-bottom: 0;
	padding-bottom: 2px;
}
/* </orientation: bottom> */

/* <orientation: left> */
.RadTabStripLeft_Santrio .rtsLink:hover
{ border-right-color: #7c7c7c; }

.RadTabStripLeft_Santrio .rtsSelected,
.RadTabStripLeft_Santrio .rtsSelected:hover
{ border-right-color: #fff; }
/* </orientation: left> */

/* <orientation: right> */
.RadTabStripRight_Santrio .rtsLink:hover
{ border-left-color: #7c7c7c; }

.RadTabStripRight_Santrio .rtsSelected,
.RadTabStripRight_Santrio .rtsSelected:hover
{ border-left-color: #fff; }
/* </orientation: right> */

/* <disabled states> */
.RadTabStrip_Santrio .rtsDisabled,
.RadTabStrip_Santrio .rtsDisabled:hover
{
	border-color: #7c7c7c;
	background: #e4e4e4;
	color: #aaa;
}
/* </disabled states> */
