﻿body, p, a 
{
    font-family: Arial;
    font-style: normal;
    font: 62.5% arial, Helvetica, sans-serif; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
}

body
{
    padding: 0;
    margin: 0;
}
#maincontainer
{
    padding: 10px 10px 0 10px;
}

h1 {
    font-size: 2.4em;
    color: #0078BB;
    margin: 0 0 5px 0;
    /*margin: 0 0 10px 5px;*/
    font-weight: normal;
}
  
h2, h3, h4
{
	color: #0078BB;
}
       
p
{
	color:#666666;
	font-size:1.2em;
	padding-bottom:2px;
	margin-bottom:5px;
}
        
form div
{
    line-height: 26px;
    clear: both;
}               

#keepmesignedin
{
    position: relative;
    float: left;            
    top: 3px;
}
  
       

/* forms */



div.frmRow {
    clear: both;        	
    width: 400px;
}

div.fieldBkg {
    background: url(../../Content/images/template/bkgFieldModal.png) 132px -1px no-repeat;
}

.field, .smallField {
    width: 225px;
    font: 1.2em "Arial";
    float: left;
    padding-top: 4px;
    margin-bottom: 10px;
    border: none;
    background: none!important;
    }
	
.smallField {
    width: 85px;
    }
	
#form label {
    width: 130px;
    display: block;
    font-size: 1.3em;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom:5px;
    color: #0078bb;
    }
	
#form label.wide {
    width: 200px;
    display: block;
    font-size: 1.1em;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding-top: 5px;	        
    }
	
#form label.wide a {
    color: #0078bb;
    font-size:1.1em;
    text-decoration:none;
    font-weight:bold;
}

#form label.wide a:hover 
{
	text-decoration:underline;
}
#form select {
    font-size: 1.2em;
    float: left;
    width: 136px;
    margin-bottom: 8px;
    background: #fff!important;
    border-top: 1px solid #858586;
    border-left: 1px solid #c2c2c1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #c1c1c0;
    }
	
#form .textarea {
    border: none;
    width: 253px;
    height: 89px;
    margin-top: 10px;
    font: 1.2em "Arial";
    float: none;
    background: url(../../Content/images/template/bkgTextarea.gif) 0 0 no-repeat;
}

#form input.checkbox {    
    margin-top:5px;
    width: 14px;
    padding-left:0;
    margin-left:0;
}

div, a {
    overflow:hidden;
}   
        
#form label.smallLink
{
	width: 200px;
	display: block;
	font-size: 1.1em;
	float: left;
	text-align: left;
	margin-right: 5px;
	padding-top: 5px;	
	color: #0078bb;
}

#form label.smallLink a
{
	font-size:0.9em;
	color: #004A76;
	text-decoration:underline;
}

.signInButton 
{
    float: right;
    background: url(../images/buttons/btn95x28.png) no-repeat;
    background-position: top right;
    width: 95px;
	height: 28px;
	padding-top: 5px;
	padding-right: 2px;
	text-align: center;
}

#form #btnSignIn
{
	/*float:right;*/
	/*margin-top:5px;*/
	color: #fff;
	font-size: 8pt;
	font-family: Verdana;
}

#btnReg
{
	/*float:right;*/
	color: #fff;
	font-size: 8pt;
	font-family: Verdana;
}

.buttonClass 
{
    float: right;
    background: url(../images/buttons/btn95x28.png) no-repeat;
    background-position: center;
    width: 95px;
	height: 28px;
	padding-bottom: 7px;
	text-align: center;
	border: 0 none transparent;
	cursor: pointer;
}

#buttonId
{
	color: #fff;
	font-size: 8pt;
	font-family: Verdana;
}

.validation-summary-errors ul
{
	list-style:none;
}

.validation-summary-errors
{
	padding:0;
	border:1px solid #cc1b1b;
	margin-bottom:10px;
	height:20px;
	width:363px;
}

.validation-summary-errors ul
{
	padding:0 5px 0 5px;
	margin-top:3px;
	margin-bottom:3px;
	clear:both;	
}

.validation-summary-errors ul li
{
	padding-bottom:5px;
	color:#cc1b1b;
	float:left;
	padding-right:10px;
}

/* pageTools */

#pageTools {
	float: right;
}

#pageTools ul
{
	list-style:none;
}

#pageTools ul li a span {
	visibility: hidden;
}

#pageTools ul li a:hover {
	text-decoration: none;
}

#pageTools ul li.email a {
	width: 15px;
	height: 16px;
	display: inline-block;
	float: left;
	background: url(../images/icons/iconEmail.gif) 0 0 no-repeat;
	margin-right: 9px;
}

#pageTools ul li.email a:hover {background: url(../images/icons/iconEmail2.gif) 0 0 no-repeat;}

#pageTools ul li.print a {
	width: 12px;
	height: 16px;
	display: block;
	float: left;
	background: url(../images/icons/iconPrint.gif) 0 0 no-repeat;	
}

#pageTools ul li.print a:hover {background: url(../images/icons/iconPrint2.gif) 0 0 no-repeat;}

