﻿.RadTabStrip_ObagiSymptoms .rtsTxt
{
	color: #808080;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	line-height: 38px;
}
.RadTabStrip_ObagiSymptoms .rtsLI
{
	background-image: url( 'images/symptoms/Background_Inactive.jpg' );
	background-repeat: repeat-x;
}
.RadTabStrip_ObagiSymptoms a:hover .rtsTxt
{
	color: White;
}
.RadTabStrip_ObagiSymptoms .rtsLI a:hover
{
	background-image: url( 'images/symptoms/Background_Active.jpg' );
	background-repeat: repeat-x;
}
.RadTabStrip_ObagiSymptoms .rtsFirst
{
	background-image: url( 'images/symptoms/Background_First_Inactive.jpg' );
	background-repeat: no-repeat;
}
.RadTabStrip_ObagiSymptoms .rtsFirst a:hover
{
	background-image: url( 'images/symptoms/Background_First_Active.jpg' );
	background-repeat: no-repeat;
}
.RadTabStrip_ObagiSymptoms .rtsLast
{
	background-image: url( 'images/symptoms/Background_Last_Inactive.jpg' );
	background-position: right top;
	background-repeat: no-repeat;
}
.RadTabStrip_ObagiSymptoms .rtsLast a:hover
{
	background-image: url( 'images/symptoms/Background_Last_Active.jpg' );
	background-position: right top;
	background-repeat: no-repeat;
}
.RadTabStrip_ObagiSymptoms .rtsSeparator
{
	background-image: url( 'images/symptoms/Background_Seperator.jpg' );
	background-repeat: no-repeat;
	width: 2px;
	
}
