.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color: #666666; 
  background-image: url(../tabImages/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:#000; 
  background-image: url(../tabImages/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:#000; 
  background-image: url(../tabImages/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
	color: #000;
  background-color:#fff;
  border: solid #a13e1d 1px;
  width:636px;
  height:180px;
  position:relative;
  padding:0px;
  top:-1px;
  left:1px;
  z-index:98;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}