﻿.TopGroup
{
  float:right;
  z-index:99;
  position:relative;
  text-align:right;
  direction:ltr;
  margin-right:10px;
}

.DefaultTab 
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  cursor:pointer;
  width:100px;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  cursor:default;
  width:100px;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:tahoma; 
  font-size:10px; 
  cursor:default;
  font-weight:bold;
  width:200px;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:98%;
  position:relative;
  top:-2px;
  left:1px;
  padding-bottom:5px;
  padding-top:5px;
  z-index:98;
}