.TopGroup
{
  z-index:99;
  position:relative;
}


.DefaultTab 
{
  color:black; 
  background-image: url(/images/tabs/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:14px; 
  font-weight:bold;
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(/images/tabs/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:14px; 
  font-weight:bold;
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(/images/tabs/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:14px; 
  font-weight:bold;
  cursor:default;
}

.SubTab 
{
  color:black; 
  background-image: url(/images/tabs/sub_repeater.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:12px; 
  cursor:default;
  top:-1px;
  left: 2px;
  position:relative;
}

.SubSelectedTab 
{
  color:black; 
  background-image: url(/images/tabs/sub_repeater.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:12px; 
  font-weight:bold;
  cursor:default;
  top:-1px;
  left: 2px;
  position:relative;
}

.DefaultSubTabHover 
{
  color:black; 
  background-image: url(/images/tabs/sub_repeater.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:12px; 
  font-weight:bold;
  cursor:default;
  top:-1px;
  left: 2px;
  position:relative;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:150px;
  position:relative;
  padding:10px;
  top:-2px;
  left: 1px;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
} 


.TopGroup2
{
  background-image: url(/images/tabs/tab_bg.gif);
  border: 1px solid #57566F;
}

.Level2Group2
{
  background-color:silver; 
  background-image: url(/images/level2_group_bg.gif);
  border: 1px solid #999999; 
  border-top-width: 0px;
}

.TopLevelTab2
{
  color:#FFFFFF; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
}

.TopLevelTabHover2
{
  color:#FFFFFF; 
  background-image: url(/images/tabs/hover_tab_bg.gif);
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
}

.SelectedTopLevelTab2
{
  background-color: silver; 
  background-image: url(/images/tabs/selected_tab_bg.gif);
  color: #333333; 
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor: default;
  border: 1px solid #807F9A;
  border-right-color: #FFFFFF;  
  border-bottom-width: 0px;  
  position: relative;
  top: 1px;
}

.Level2Tab2
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer;
}

.Level2TabHover2
{
  font-family:tahoma; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedLevel2Tab2
{
  font-family:tahoma; 
  font-size:11px; 
  text-decoration:underline;
}

