.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab
{
	font-size: 10px;
	background-image: url(tab_bg.gif);
	cursor: default;
	color: black;
	font-family: MS Sans Serif, Verdana;
	text-align: center;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
	text-align: center;  
}

.SelectedTab 
{
  color:black; 
  background-image: url(selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
  text-align: center;
  
}


.ScrollItem 
{
  color:black; 
  background-image: url(images/scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

.ScrollItemHover 
{
  color:black; 
  background-image: url(images/hover_scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  height: 20px;
  cursor:default;
}

#TabStrip1 nobr{
line-height:13px;
}
.MultiPage
{
	border-right: #919b9c 1px solid;
	padding-right: 20px;
	border-top: #919b9c 1px solid;
	padding-left: 20px;
	z-index: 98;
	left: 1px;
	padding-bottom: 20px;
	border-left: #919b9c 1px solid;
	width: 100%;
	padding-top: 20px;
	border-bottom: #919b9c 1px solid;
	position: relative;
	top: -3px;
	height: 400px;
	background-color: white;
	
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  text-align:left;
}