.TabLabelDefaultStyle
{
    float: left;
	margin: 0 2px 0 0;
	list-style: none;
	background: #dfdfce;
	position: relative; 
	bottom: -1px;
	border: 1px solid #CFCFB5;
	border-bottom: none;
}
.TabLabelDefaultStyle td 
{
    padding: 5px 15px 5px 15px !important; 
        padding-top: 6px;
}
.TabLabelHoverStyle td
{
    padding: 5px 15px 5px 15px !important; 
        padding-top: 6px;
}
.TabLabelDisabledStyle td
{
    padding: 5px 15px 5px 15px !important;  
        padding-top: 6px;
}
.TabLabelSelectedStyle td
{
        padding: 5px 15px 5px 15px !important;  
        padding-top: 6px;
}
.TabLabelHoverStyle
{
    float: left;
	margin: 0 2px 0 0;
	list-style: none;
	position: relative; 
	bottom: -1px;
	background: #fff;
	border: 1px solid #CFCFB5;
	border-bottom: none;
	cursor: pointer;
}

.TabLabelDisabledStyle
{
    float: left;
	margin: 0 2px 0 0;
	list-style: none;
	background: #dfdfce;
	position: relative; 
	bottom: -1px;
	border: 1px solid #CFCFB5;
	border-bottom: none;
}

.TabLabelSelectedStyle
{
    float: left;
	margin: 0 2px 0 0;
	list-style: none;
	position: relative; 
	bottom: -1px;
	background: #fff;
	border: 1px solid #CFCFB5;
	border-bottom: none;
}

.TabLabelText
{
	text-align: center;
}

.TabRadTabstrip
{
	border-bottom: 1px solid #CFCFB5;
	clear: both;
	margin: 0 0 .5em 0;
	width: 100%;
	
}