﻿.TopGroupArt
{
  z-index:99;
  position:relative; 
}

.DefaultTabArt
{
  color:black; 
  background-image: url(./images/system/tab_bg.gif);
  font-family:tahoma,MS Sans Serif, Verdana; 
  font-size:11px; 
}

.DefaultTabHoverArt
{
  color:black; 
  background-image: url(./images/system/hover_tab_bg.gif);
  font-family:tahoma,MS Sans Serif, Verdana; 
  font-size:11px; 
  cursor:default;
}

.SelectedTabArt
{
  color:black; 
  background-image: url(./images/system/selected_tab_bg.gif);
  font-family:tahoma, MS Sans Serif, Verdana; 
  font-size:11px; 
  cursor:default;
}

.MultiPageArt
{
  background-color:White;
  border: 1px solid #91A7B4;
  width:686px;
  height:273px;
  position:relative;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageContentArt
{
  font-family:tahoma,MS Sans Serif, Verdana; 
  font-size:11px; 
}