.DefaultTab 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;
}

.DefaultTabHover 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedTab 
{
  color: white; 
  background-color: #4544AF;
  font-family: verdana; 
  font-size:11px; 
  font-weight:bold;
  position:inherit ;
  top:1px;
  cursor:default;
}


.Spacer
{
  background-color: #4544AF;
}



.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:100%;
  position:inherit ;
  top:-4px;
  left:1px;
  z-index:0;
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}

.GridItem
{
	padding: 6px 5px 6px 5px;
	border-top: 1px solid #e4e4e4;	
    font-size  :11px;
}
