﻿.TopGroup
{
  z-index:99;
  position:relative;
}
.DefaultTab 
{
  color: #ffffff; 
  background-image: url(../Images/ComponentArtUI/images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}
.DefaultPage 
{
  color: #ffffff; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}
.DefaultTabHover 
{
  color: #ffffff; 
  background-image: url(../Images/ComponentArtUI/images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}
.SelectedTab 
{
  color: #ffffff; 
  background-image: url(../Images/ComponentArtUI/images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px;
  font-weight: bold;
  cursor:default;
}
.MultiPage
{
  background-color:#D4D0C8;
  border: 1px solid #D4D0C8;
  border-bottom-color:#404040;
  border-right-color:#404040;
  width:489px;
  height:252px;
  position:relative;
  top:-3px;
  z-index:98;
}



