/* Start: Microsoft Web Control Styles.  These styles
            need to stay on the same line.  Mainly because the
            TreeView, MultiPage, and TabStrip Controls have
            extended style attributes that can't read CSS Classes,
            so the classes below are actually read programatically
            by the CommonFunctions class.
            */
            
.multiPage 
{
	border: solid 1px #000000;	
	border-top: none; 
	border-bottom: none; 
	border-right: none; 
	border-left: none; 
	padding: 5px;	
	font-family: arial; 
	font-size: 9pt; 
	}
	
.tabDefault 
{
	border: solid 1px #003493;
	background: #B0E59E;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 9pt; 
	border-bottom: solid 1px #003493;
	}
	
.tabHover 
{
	 background-color: #35A211; 
	 color:#ffffff;
	 }
	 
.tabSelected 
{
	border: solid 1px #003493;
	 border-bottom: none; 
	 background: #ffffff;
	  padding-left: 5px;	
	  padding-right: 5px; 
	  }
	  
.sepDefault 
{
	border-bottom: solid 1px #003493;
	 }
	 
.sepEnd 
{
	width:100%;
	border-bottom:solid 1px #003493;
	background-color:transparent; 
}
	
.tabInvisible 
{
	border-top: white; 
	border-right: white;
	border-left: white; 
	border-bottom: solid 1px #003493; 
	background: #ffffff; 
	padding-left: 0px;
	padding-right: 0px;
	 	 }
	 	 
.tabDefaultTop 
{
	border: solid 1px #003493;
	background: #B0E59E;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 9pt; 
	border-bottom: white;
	}
	
.tabSelectedTop 
{
	 border: solid 1px #003493;
	  border-bottom: none; 
	  background: #ffffff; 
	  padding-left: 5px;	
	  padding-right: 5px; 
	  }
	  
.sepDefaultTop 
{
	border-bottom: white;
	 }
	 
.sepEndTop 
{
	width:100%;
	border-bottom:none;
	border-style:solid;
	border-color:  #003493;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:transparent;
	 }
	 
.tabInvisibleTop 
{
	border-top: white; 
	border-right: white; 
	border-left: white; 
	border-bottom: white;
	 background: #ffffff; 
	 padding-left: 0px;	
	 padding-right: 0px; 
	 }

