.TopGroup
{
  z-index:99;
  position:relative;
  	font-size: 11px;
  line-height:13px;
}

.DefaultTab, TD.DefaultTab
{
	font-size: 11px;
  line-height:13px;
	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:11px; 
  cursor:default;
	text-align: center;  
}

.SelectedTab 
{
  color:black; 
  background-image: url(selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:11px; 
  line-height:13px;
  cursor:default;
  text-align: center;
  
}

nobr{
  font-size:11px;
  line-height:13px;
}
.Header nobr{
color:#333333;
font-family:Arial,Verdana,sans-serif;
font-size:14px;
line-height:normal;
}
.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; 
  line-height:13px;
  height:18px;
  margin:0;
  cursor:default;
}
.ScrollItem td, .ScrollItemHover td,.ScrollItem tr, .ScrollItemHover tr{
line-height:13px;
font-size:10px;
margin:0;
height:18px;
  padding-top:0;
  padding-botton:0;
}
.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: 18px;
  margin:0;
  line-height:13px;
  padding-top:0;
  padding-botton:0;
  cursor:default;
}


.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;
}
