.TabRootGroup
{
	background-color: #224e94;
}

.DefaultTab 
{
  background-image: url('../images/mainTab/TabRootBG.gif');
  background-repeat:repeat-x;
  cursor:pointer;
}
.DefaultTabImage
{
	/*width:8px;*/
	/*height:22px;*/
}

.DefaultTabText
{
  color: #FFFFFF; 
  font-family:"Trebuchet MS"; 
  font-size:10pt; 
  font-weight:bold;
  padding-left:4px;
  padding-right:4px;
}
.DefaultTabHover 
{
  color: #deb20b;
  /*background-color: #444444;*/
  background-image: url('../images/mainTab/TabRootHoverBG.gif');
  cursor:default;
}

.SelectedTab 
{
  background-image: url('../images/mainTab/TabRootSelectedBG.gif');
  cursor:default;
}
.SelectedTabText
{
  color: #224e94; 
  font-family: "Trebuchet MS"; 
  font-size:10pt; 
  font-weight:bold;
  padding-left:4px;
  padding-right:4px;
}

.HoverTabText
{
  color: #ffffff; 
  font-family: "Trebuchet MS"; 
  font-size:10pt; 
  font-weight:bold;
  padding-left:4px;
  padding-right:4px;
}

.ChildGroup
{
  background-color: #224e94; 
}

.ChildTab
{
  background-color: #224e94;
}
.ChildTabText
{
  color: #FFFFFF; 
  font-family:"Trebuchet MS"; 
  font-size:8pt; 
  cursor:pointer;
  padding-left:2px;
  padding-right:2px;
}
.ChildTabHover
{
  background-color: #224e94;
  color: #FFFFFF; 
  font-family:Tahoma; 
  font-size:8pt; 
  text-decoration: underline; 
  cursor:pointer;
}

.ChildTabHoverText
{
  color: #FFFFFF; 
  font-family:"Trebuchet MS"; 
  font-size:8pt; 
  text-decoration: underline; 
  cursor:pointer;
  padding-left:2px;
  padding-right:2px;
}

.SelectedChildTab
{
  background-color: #224e94;
  color: #FFFFFF; 
  font-family:"Trebuchet MS"; 
  font-size:8pt; 
  text-decoration: underline; 
  cursor:pointer;
}
.ChildTabImage
{
	padding-top:4px;
	width:8px;
	height:15px;
}

.ChildTabImageCont
{
    width:8px;
	height:22px;
	background-color:#224e94;	
}

.ChildTabRightImage
{
	width:0px;
	height:0px;
	background-color:#224e94;	
}