﻿h2
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #d85833;
    letter-spacing: 1px;
    vertical-align: bottom;
	margin-top: 10px;
    display: inline;
}

h2.shaded
{
    color: #cccccc;
    display: inline;
}

h2 a
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight:bold;
    color: #65738e;
    vertical-align: bottom;
}

/* grid */
.grid
{
	font-family: Arial, Verdana;
	font-size:13px; 
	color:black;
	border: solid 1px #abb9d9;
	padding:5px;
}

.gridHeader
{
	background-color:#e5eaf8;
}

.gridItem
{
	padding:5px;
}

.gridAltItem
{
	padding:5px;
}

/* text */
.Instructions
{
	font-family: Arial, Verdana; 
	font-size: 13px; 
	color:black;
}

.line
{
	 color:#6b84c5;
	 width:100%;
	 border:dotted 1px;
}

.sectionheader
{
    font-size: 12px;
    font-weight:bold;
    color: #65738E;
    border-bottom: #dcdcdc 1px dotted;
    padding-bottom: 5px;
}

.notes
{
    font-size: 10px;
    color: #65738E;
}

.redText
{
	color: red;
	font-family:Arial, Helvetica; 
	font-size:12px;
}


/* controls */
.fields
{
	font-family: Arial, Verdana; 
	font-size: 12px;
	width: 200px;
	border: solid 1px #abb9d9;
}

.totals
{
	font-family: Arial, Verdana; 
	font-size: 12px;
	border: solid 1px #abb9d9;
}

INPUT
{
    font-family: Arial, Verdana; 
    font-size: 12px;
    border: solid 1px #abb9d9;
}

.checkbox
{
   
	font-family: Arial, Verdana; 
    font-size: 12px;
    border:none;
}

SELECT
{	
    
	font-family: Arial, Verdana; 
    font-size: 12px;
    border: solid 1px #abb9d9;
}

.plainbox
{
    font-family: Arial, Verdana; 
    font-size: 12px;
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
}

.checkoutlabel
{
    font-family: Arial, Verdana; 
    font-size:12px;
    color: black;
}

.notelabel
{
    font-family: Arial, Verdana; 
    font-size:11px;
    color: black;
}

/* links */
.noPadding
{
	 padding:0px;
}

.links
{
	color:navy;
	font-size:16px;
	text-decoration:none;
	text-align:left;
	padding:0px;
}

.links a
{
	color:navy;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}

.links a:hover
{
	color:red;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}

.checkout
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
}

.checkout a
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
}

.checkout a:hover
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
}

.update
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
	text-decoration:underline;
}

.update a
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
	text-decoration:underline; 
}

.update a:hover
{
	font-family: Arial, Verdana; 
	font-size:13px;
	color:#6b84c5;
	text-decoration:underline;
}
