﻿/* **************************************************************************************
//		ComponentArt TabStrip Elements Section
// ************************************************************************************** */
.TopGroup
{
	z-index: 80;
	position: relative;
}

.DefaultTab 
{
	color: #646464;
	background-image: url(../../Images/ComponentArt/TabStrip/tab_bg.gif);
	font-family: Verdana ; 
	font-size: 11px; 
	font-weight: bold;
	cursor: pointer;
}

.DefaultTabHover 
{
	color: #405DA3;
	background-image: url(../../Images/ComponentArt/TabStrip/selected_tab_bg.gif);
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.SelectedTab 
{
	color: #405DA3;
	background-image: url(../../Images/ComponentArt/TabStrip/selected_tab_bg.gif);
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold;
	cursor: default;
}

.DisabledTab 
{
	color: #AFAFAF; 
	background-image: url(../../Images/ComponentArt/TabStrip/tab_bg.gif);
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold;
	cursor: default;
}

/* **************************************************************************************
//		ComponentArt XXX Elements Section
// ************************************************************************************** */