﻿html, body{
		scrollbar-face-color:#81BEF7;
		scrollbar-base-color:#EBF5FF;
		scrollbar-arrow-color:#1188FF;
		scrollbar-track-color:#F3F3F3;
		scrollbar-shadow-color:#EBF5FF;
		scrollbar-highlight-color:#EBF5FF;
		scrollbar-3dlight-color:#78AAFF;
		scrollbar-darkshadow-Color:#78AAFF;
		margin-left:40px;
	}

       .TabMenuContainer{  border-top: solid 1px black;}
       
       .TabMenuItem
       {
		  background-color: #FFFFFF;
		  text-align:center;
		  font-size: small;
		  border:none;
		  border-left: none;  padding: 1px 1px 1px 1px;
		  }
       
       .TabMenuItemSelected
       {
		/* #FFF8DC #D8D8D8 */
		 background-color:#CEE3F6;
		 text-align:center;
		 font-size: small;
		 border-right: solid 1px black;
		 border-bottom: solid 1px black;
		 border-top: solid 1px black;
		 border-left: solid 1px black;
		 padding: 2px 4px 2px 4px;
	    }
	    
	    .SiteContentSpacer
	    {
	     height: 500px;  visibility: hidden;
		}
		
		.DataContentSpacer
	    {
	     height: 500px;  visibility: hidden;
		}
		
		.BodyText
		{
		 font-size:small; 
		 font-weight:normal;
		 font-family:Verdana;     
		}
		
		.BannerText
		{
		 font-size: 16px;
		 font-weight:bold; 
		 color:Navy;   
		}
		
		.FooterText
		{
		 font-size: small;
		}
		
		.txtNormal
		{
			font-family:Verdana;
			font-size:x-small; 
			font-weight:normal;
			color:black;
			border-style:solid; 
			border-color:Silver; 
			border-width:1px;      
		}
		
		.txtBold
		{
			font-family:Verdana;
			font-size:x-small; 
			font-weight:bold; 
			color:black;
			border-style:solid; 
			border-color:Silver; 
			border-width:1px;      
		}
		
		.lblNormal
		{
			font-family:Verdana;
			font-weight:normal;
			font-size:x-small; 
			color:black;
		}
		
		.lblBold
		{
			font-family:Verdana;
			font-weight:bold; 
			font-size:x-small; 
			color:black;
		}
		.lblBoldUnderline
		{
			font-family:Verdana;
			font-weight:bold; 
			font-size:x-small; 
			color:black;
		}
		
		.RequiredValue
		{
		 font-size:x-small; 
		 font-weight:normal;
		 font-family:Verdana; 
		 background-color:#FFFFE0;    
		}
		
	.popupWindow
	{
		position:absolute;
		width:250px;
		border: solid 1px black;
		margin: 0px 0px 0px 20px;
		background-color:white;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#2557ad);
		display:none;
	}

	.TextBox
	{
		border-style:solid; 
		border-color:Silver; 
		border-width:1px;      	
	}
	
	.ActiveButton
	{
		font-size:x-small; 
		font-weight:normal;
		font-family:Verdana; 
		height:20px; 
		position: absolute;
		border-right: silver thin solid; 
		border-top: silver thin solid;
		border-left: silver thin solid;
		border-bottom: silver thin solid; 
	}

	.btn 
		{
		background: url(back_btn.gif) 0 50% repeat-x;
		width: 150px;
		}	
  
 

/* classes for PopUp Divs #F0F8FF*/  
   .rootshow {
		position:absolute;
		background-color:InfoBackground; 
		border:1px solid gray;
		visibility:visible;
		font-size:x-small;
		z-index: 0;
		font-family:Verdana;
		margin-bottom:auto;
		white-space:nowrap;
		padding:0px;
		}
  .root {
		position:absolute;
		background-color:InfoBackground;
		visibility:hidden;
		font-size:x-small;
		z-index: 0;
		font-family:Verdana;
		margin-bottom:auto;
		white-space:nowrap;
		padding:0px;
		border-right: silver 1px outset;
		border-top: silver 1px outset;
		border-left: silver 1px outset;
		border-bottom: silver 1px outset;
		}
/* #81BEF7 */
	.handle {
		margin:0px;
		padding:0px;
		width: 100%;
		color:white;
		background-color: #FFC037;
		font-weight: bold;
		}	
/* classes for Fixed Divs #F0F8FF*/  
   
  .rootShow {
		position:absolute;
		background-color:#F8F8FF;
		border:1px solid gray;
		visibility:visible;
		font-size:x-small;
		z-index: 0;
		font-family:Verdana;
		margin-bottom:auto;
		white-space:nowrap;
		padding:0px;
		}
   			
.lbl
		{
		 font-size:x-small; 
		 font-weight:normal;
		 font-family:Verdana; 
		 position: absolute;    
		}
		
.txtbox
		{
			font-family:Verdana;
			font-size:x-small; 
			color:black;
			border-right: solid 1px silver;
			border-bottom: solid 1px silver;
			border-top: solid 1px silver;
			border-left: solid 1px silver;
			border-color:Silver; 
			border-width:1px; 
			position: absolute;      
		}		