﻿body
{
	margin: 0 0 0 0;
	border-width: 0;
	padding: 0 0 0 0;	
}

a:focus {
     outline: none;
}

/* USER INPUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 8px 0px 0px 0px;
    padding: 0px;
    border: 0px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset table
{
    margin: 2px 12px 10px 10px;	
}

fieldset label 
{
    font-size: 12px;
    font-weight: Normal;
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 14px;
    font-weight: Normal;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.field-validation-error
{
    font-size: 11px;
    font-weight: Bold;    
    color: Red;
    font-family: Arial, Helvetica, sans-serif;					
}

.input-validation-error
{
    font-size: 11px;
    font-weight: Bold;    
    color: black;
    font-family: Arial, Helvetica, sans-serif;					
}

.validation-summary-errors
{
    font-size: 11px;
    font-weight: Bold;    
    color: Red;
    font-family: Arial, Helvetica, sans-serif;					
}

/* Required fields */
label em, span em {
	color: #900;
	text-align:left;
	font-weight:bold;
	padding-right:3px;
}

.reqField {
	color: #900;
	text-align:left;
	font-weight:bold;
	padding-right:3px;
}


/* SECTION ANCHOR LINKS
----------------------------------------------------------*/
span.sectionSubActionLinks a, span.sectionActionLinks a
{
	color: #014080;	
	text-decoration:none;
}

span.sectionSubActionLinks a:visited, span.sectionActionLinks a:visited {
	color: #014080;
}

span.sectionSubActionLinks a:hover, span.sectionActionLinks a:hover {
	color: #014080;
}	

span.sectionSubActionLinks a.legalLinks, span.sectionActionLinks a.legalLinks
{
	color: white;	
}

span.sectionSubActionLinks a.legalLinks:visited, span.sectionActionLinks a.legalLinks:visited {
	color: white;
}

span.sectionSubActionLinks a.legalLinks:hover, span.sectionActionLinks a.legalLinks:hover {
	color: Gold;
}	

.sectionActionLinks
{
	font-family:Arial, Times New Roman, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
}

.sectionSubActionLinks
{
	font-family:Arial, Times New Roman, Sans-Serif;
	font-size:9pt;
	font-weight:normal;
}

/* SECTION LABELS
----------------------------------------------------------*/
.sectionTitle
{
    font-size: 14px;
    font-weight: Bold;    
    color: #000;
    font-family: Arial, Helvetica, sans-serif;	
}

.sectionSubTitle
{
    font-size: 12px;
    font-weight: Bold;    
    color: #000;
    font-family: Arial, Helvetica, sans-serif;			
}

.sectionContent
{
    font-size: 12px;
    font-weight: Normal;    
    color: #000;
    font-family: Arial, Helvetica, sans-serif;		
}

.sectionSubContent
{
    font-size: 10px;
    font-weight: Normal;    
    color: #000;
    font-family: Arial, Helvetica, sans-serif;				
}

.sectionErrorMsg
{
    font-size: 11px;
    font-weight: Bold;    
    color: Red;
    font-family: Arial, Helvetica, sans-serif;					
}


