.TabStrip
{
  z-index:300;
  top: 34px;
  left: 11px;
  position: absolute;
}

.DefaultTab 
{
  color: #0C2D83; 
  background-image: url(../images/tab_bg.gif);
  font-family:Arial; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.DefaultTabHover 
{
  color: #0C2D83; 
  background-image: url(../images/hover_tab_bg.gif);
  font-family:Arial; 
  font-size:10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor:pointer;
}

.SelectedTab 
{
  color: #0C2D83; 
  background-image: url(../images/selected_tab_bg.gif);
  font-family:Arial; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.DisabledTab 
{
  color: #AAAAAA; 
  background-image: url(../images/tab_bg.gif);
  font-family:Arial; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.MultiPage
{
	position: absolute;
	top: 52px;
	left: 0px;
	background-color: white;
	width:730px;
	height:390px;
	z-index:98;
}

.MultiPage TD
{
	vertical-align:top;
}

.PageContent
{
  width:730px;
  height:390px;
}
