﻿ body
	{
   font: normal 10pt Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #F6FBFE;
}
   
	
 .error
  {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: large;
	color:Red;
	background-color:white
}
   
	
  .vaTop { vertical-align: top } 
   
 .Grid { border: solid 1px #CGCEC7}
 .Grid td
 {
 border: solid 1px #CGCEC7;
 margin: 1px 1px 1px 1px;
 padding: 1px 1px 1px 1px;
 text-align: left;
 }
 
 
 .gridheader
 {
color: White;
	  background: #266EA5;
border: solid 1px #CGCEC7;
 }
 .GridItem
 {
 background: #56b6de;
 }
 
.GridAltItem
 {
 background: white;
 }
 

 .menu
 {
	  font: normal 10pt Arial, Helvetica, sans-serif;
	  color: White;
	  background: #266EA5;
	   }  
	   .menuselected
	   {
		   background: #0C1C36;
	   }
	   .menuhover
	   {
		   background: #82A7E3;
	   }





.SpaceRow
  {
			height: 4px;
		}

 .Head1 {color: #2388D4;
font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:bottom 
}
  .TableWidth
		{
			width: 800px;
		}
	.rad  {
	font-size: xx-small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	   border: thick solid #2388D4;
	background-color: white;
	vertical-align: top;
}
		
		.style1
		{
			width: 900px;
		}
		
		.button
		{
		font-size: 20px;
		background: #56b6de;
		color:White;

		 }
			   .fontNormal
		 {
			 font-size: small;
	font-style: normal;
	  font-family: Arial, Helvetica, sans-serif;
	 
		 }
		 
		 
		.fontSmall
		{
			font-size: small;
		}
  
  
	  .lightBlueBackGround
		{
			background-color: #CEE7FF;
		}
         .label
        {
            margin: 10px;
            
        }
      input:Focus
        {
            background-color:Yellow;
        }
        
        
          textarea:Focus
        {
            background-color:Yellow;
        }