﻿.RadTabStrip_SearchTabStrip 
{
    padding: 10px 0 0 0px !important;
    border-bottom: 1px solid #cbcbcb;
    height: 30px;
}


.RadTabStrip_SearchTabStrip .rtsLevel
{
	position: absolute !important;
	width: auto !important;
}

.RadTabStrip .rtsLevel 
{
	width: auto !important;
}

.RadTabStrip_SearchTabStrip ul
{
	background-color: #f5f5f5;
	float: right;
}

.RadTabStrip_SearchTabStrip .rtsLI
{
}


/**
* inactive tab
*/
.RadTabStrip_SearchTabStrip li a
{
	padding-left: 7px !important;
	line-height: 31px;
	color: #000000;
	background: transparent url('images/tab_left_n.gif') 0px 0px no-repeat;
	text-decoration: none;
}

.RadTabStrip_SearchTabStrip li a .rtsOut 
{
	padding-right: 7px;
	line-height: 31px;
	background: transparent url('images/tab_right_n.gif') right 0px no-repeat;
}

.RadTabStrip_SearchTabStrip li a .rtsIn
{
	line-height: 31px;
	background: transparent url('images/tab_backg_n.gif') 0px 0px repeat-x;
	text-align: center;
}

/**
* inactive hover tab
*/
.RadTabStrip_SearchTabStrip li a:hover
{
	padding-left: 7px !important;
	line-height: 31px;
	color: #000000;
	background: transparent url('images/tab_left_h.gif') 0px 0px no-repeat;
	text-decoration: none;
}

.RadTabStrip_SearchTabStrip li a:hover .rtsOut 
{
	padding-right: 7px;
	line-height: 31px;
	background: transparent url('images/tab_right_h.gif') right 0px no-repeat;
}

.RadTabStrip_SearchTabStrip li a:hover .rtsIn
{
	line-height: 31px;
	background: transparent url('images/tab_backg_h.gif') 0px 0px repeat-x;
	text-align: center;
}

/**
* active tab
*/
.RadTabStrip_SearchTabStrip li a.rtsSelected
{
	padding-left: 7px;
	line-height: 30px;
	color: #000000;
	background: transparent url('images/tab_left_a.gif') 0px 0px no-repeat;
	text-decoration: none;
}

.RadTabStrip_SearchTabStrip li a.rtsSelected .rtsOut
{
	padding-right: 7px;
	line-height: 31px;
	background: transparent url('images/tab_right_a.gif') right 0px no-repeat;
}

.RadTabStrip_SearchTabStrip li a.rtsSelected .rtsIn
{
	line-height: 31px;
	background: transparent url('images/tab_backg_a.gif') 0px 0px repeat-x;
	text-align: center;
}

/* Disabled tab */

.RadTabStrip_SearchTabStrip li a.disabled,
.RadTabStrip_SearchTabStrip li a.disabled:hover
{
	color: gray;
}
