﻿
.tabGroup
{
  z-index:99;
  position:relative;
}

.tab{
  color:black; 
  background-image: url(../images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.tabDisabled{
  color:#666; 
  background-image: url(../images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.tabHover{
  color:black; 
  background-image: url(../images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}


.tabSelected{
  color:black; 
  background-image: url(../images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}


.tabMultiPage{
  background-color:White;
  overflow:visible;
  position:relative;
  padding: 10px 10px 0px 10px;
  top:-3px;
  left:1px;
  z-index:98;
  border: 1px solid #919B9C;
  width:100%;
  height:100%;
}

.tabPageBody{
width:100%;
height:100%;
position:relative;
overflow-y:auto;
}