﻿body {	
	font-family: Verdana;
	margin: 10;
	padding: 0;
	font-size: 0.7em;
}

p, td 
{
	font-family: Verdana;	
}

.formfield 
{
    height: 30px;    
}

.labelformat
{    
    width: 200px;
    float: left;
    text-align: right;
    margin-right: 1em; 
    padding-top: 5px;
    color: #0055a6;   
}

.labelformat_radio {        
    margin-right: 1em;     
    width: 200px;
    color: #0055a6;   
    float: left;
    padding-top: 5px;
    text-align: right;
}

select, input[type=text] 
{
    outline: none;
    border:1px solid #acb1b7;    
/*    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:3px 7px 3px 7px;
*/
    padding:3px;
    color: #0055a6;
    /*font-size: 1em;*/
}
select:hover, input[type=text]:hover 
{
    border: 1px solid #0055a6;
/*    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:3px 7px 3px 7px;    
*/
    padding:3px
}
select:focus, input[type=text]:focus 
{
    border: 1px solid #0055a6;
/*    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:3px 7px 3px 7px;
*/
    padding:3px
}

img 
{
border: none;
}

.navigation 
{
    text-align :right;
    margin-top: 30px;
}


input[type=submit]
{
    background-color: #96BD14;
    color: White;
    font-weight: bold;
    padding: 3px;    
    border: none;
}

.smallbutton
{
    font-size: 10px;
    background-color: #96BD14;
    color: White;
    font-weight: bold;
    padding: 1px;
    border: none;
}


.main 
{
    margin-right: 40%;   
}



.section_header
{
 margin-bottom: 20px;
 color: #96BD14; 
 font-size: 14px;
 
}




.choice_label
{
    color:  #0055A6;
    padding-right: 10px;  
    padding-left: 30px;       
}

.choice
{
    
}




/* tool tip formatting */
a.tooltip {padding-left: 5px; cursor: help; text-decoration:none;}

a.tooltip b {display:none;}

a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}

a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:200px;}

a.tooltip:hover b span {color: Black;}

a.tooltip img {vertical-align: top;}


/*

place with html as follows:
<a href="#" class="tooltip" ><img style="vertical-align: top;" src="graphics/icon_question_mark.jpg" /><b><em></em>Put in the <strong>text</strong> you want to see here!</b></a>

*/

.error_container 
{
	border: solid 1px lightblue;
	padding: 30px;	
}

.error_header
{
	font-size: 40px;
	font-weight: bold;
	font-family: Courier New;
	
	
}

.error_text
{
	font-size: 12px; 	
}

.val 
{
    color: Red;    
    font-family: courier new;  
    font-size: 16px;
}

.privacy 
{
    margin: 30px 0px 20px 0px;
    font-weight: bold;
    border-top: solid 1px #0055A6;
    padding-top: 10px;
}

.privacy .header
{    
    font-weight: bold;
    color: #0055A6; 
    font-size: 1.2em;
    margin-bottom: 10px;
}




/*  blue:   #0055A6
    pink:   #D9047A
    green:  #96BD14
    light blue: #00aef0