/* CSS Document */

/*BODY {
      /*background-color :#fff/*#f3fcf3*/
      /*background-image: url(../images/PageBg3.jpg) ;
      background-repeat: repeat-y ; 
      background-position: center center;*/
	 /* background-image: url(../images/formbg1.jpg);*/
	  /*background-repeat: repeat-x ; */
	  
      /*font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 11px;*/
      /*color : #001d91;
      margin: 0px; 
	  text-align: center;*/
	      /* }*/


h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 120%; color: #001d91; font-weight: bold; }

h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%; color: #001d91; font-weight: bold; }

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; color: #001d91; font-weight: bold; }
	   
h4 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 60%; color: #808080; font-weight: bold; } /* gray color */
	   
h5 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 70%; color: #001d91; font-weight: bold; } /* used for trade mark */

h6 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 70%; color: #FF6600; font-weight: 400; } /* orange color */	
	      
h7 {font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 60%; color: #001d91; font-weight: 400; }
	    /* orange color */	
/*div#content h1 { margin: 0 0 .5em 0; }/* removing top margins from h1*/
/*div#leftcolumn h2 { margin: .5em 0 ; }/* removing top margins from h2*/
h3 { margin: 0 ; }/* removing top margins from h3*/
/*h5 { margin: 0 ; }*/
h6 { margin: 0 ; }
h4 { margin: 0 ; }
h7 { margin: 0 ; }
/*div#leftcolumn h4 { margin: 0 0 .2em 0; }*/



P{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
color : #001d91;
text-align:left;
}

a.green:link {text-decoration: none; color: #93fb18;}
a.green:hover {text-decoration: none; color: ffffff;} /*#6996ed light blue*/
a.green:active {text-decoration: none; color: ffffff;}
a.green:visited{text-decoration: none; color: #93fb18;}
a.green:visited:hover{text-decoration: none; color: #ffffff;}


.whitetextlabel{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;
}

.orangelabel{font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 70%; color: #FF6600; font-weight: 400; } 
	   
.bluelabel{font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; color: #001d91; font-weight: 400; }
	   
.boldbluelabel{font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; color: #001d91; font-weight: 700; }

.boldgreenlabel{font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; color: #93fb18; font-weight: 700; }

.darkbluelabel{font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 80%; color: #0b111e; font-weight: 400; }



.esterisk{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color:red;
}

.prominenttext{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:italic;
}

/*Text Field CSS*/

.textfield{    
border-width: 1px;    
border-style: solid;    
border-color: #6996ed;    /*we are now going to add in the shadow image that we created earlier*/    
/*background-image: url(back_field.gif);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080;    
width: 150px;    
height: 18px;  
clear: both;
}


.simpletextfield{    
border-width: 1px;    
border-style: solid;    
border-color: #6996ed;    /*we are now going to add in the shadow image that we created earlier*/    
/*background-image: url(back_field.gif);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080;    
height: 18px;  
}


.smalltextfield{    
border-width: 1px;    
border-style: solid;    
border-color: #6996ed;    /*we are now going to add in the shadow image that we created earlier*/    
/*background-image: url(back_field.gif);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080; 
width: 90px;    
height: 18px;  
}

.textarea{ 
  
border-width: 1px;    
border-style: solid;    
border-color: #6996ed;    /*we are now going to add in the shadow image that we created earlier*/    
background-image: url(../images/formbg1.jpg);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080;    
width: 100%;    
height: 70px;  
}





.checkbox{
/*border-style: solid; */
background-color:#ccccff;
border:#6996ed solid 1px;*/

 /*background-image: url(../images/button4.jpg);
 background-repeat: no-repeat;*/
 /*background-position: center center; 
 border:#6996ed solid 1px;*/
 }


.radiobutton{
border-style: solid; 
background-color:#ccccff;


 /*background-image: url(../images/button4.jpg);
 background-repeat: no-repeat;*/
 background-position: center center; 
 border:#6996ed solid 1px;
 }

.RadioGroup{
/*border-style: solid; */
background-color:#ccccff;
 /*background-image: url(../images/button4.jpg);
 background-repeat: no-repeat;*/
 background-position: center center; 
 border:#6996ed solid 1px;
 }

.select { 
 background-color:#ccccff; 
 border:#6996ed solid 1px;    /*we are now going to add in the shadow image that we created earlier*/    
/*background-image: url(back_field.gif);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080;    
width: auto;    
height: 20px;  
clear: both;
}

.fieldset
{
border: 1px solid #6996ed;
padding: 2px 6px;
width: 100%;
}

.legend
{
font-family: Arial, Helvetica, sans-serif;    
font-size: 12px;    
color: #ffffff;   
background: #6996ed;
/*background-image: url(../images/button4.jpg);
border: 1px solid #6996ed;*/
padding: 2px 4px;
margin-left:4px;
} 




table.blue{ 
 border-bottom-style:solid;
 border-left-style:solid;
 border-right-style:solid;
 border-top-style:solid;
 border-width:1px;
 border-color:#6996ed;
}


input.file {
/*border-width: 1px;    
border-style: solid;    */
border:#6996ed solid 1px;    /*we are now going to add in the shadow image that we created earlier*/    
/*background-image: url(back_field.gif);    
background-repeat: repeat-x;    /*I am going to add some text formatting of my own*/    
font-family: Arial, Helvetica, sans-serif;    
font-size: 11px;    
color: #000080;    
width: 250px;    
height: 18px;  
clear: both;

/*position: relative;
-moz-opacity:80 ;
filter:alpha(opacity: 80);
opacity: 0;
/*z-index: 2;*/
}



/*label{;
 border:#6996ed solid 1px;}*/



/*form.blue{ 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 /*background-image: url(../images/Button4.jpg);
 background-color:#339900;
 color: #ffcc00; 
 margin-right: 6px; 
 border: 1px solid #6996ed;
}*/


