.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover
{
	font-size: 10px;
	background-image: url(images/hover_tab_bg.gif);
	cursor: hand;
	color: black;
	font-family: MS Sans Serif, Verdana;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
	border-right: #919b9c 1px solid;
	padding-right: 0px;
	border-top: #919b9c 1px solid;
	padding-left: 0px;
	z-index: 98;
	left: 1px;
	padding-bottom: 0px;
	border-left: #919b9c 1px solid;
	width: 487px;
	padding-top: 0px;
	border-bottom: #919b9c 1px solid;
	position: relative;
	top: -3px;
	height: 150px;
	background-color: white;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}
