﻿/* Default Styles */
body,
td {
	font-family:Arial, Helvetica,sans-serif;	
	font-size:12px;	
	font-weight:normal;	
	color:#3C5E62;
	line-height:1.6em;
}

h1, .pageHeading, .pageheading {
	padding-top:0;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;	
	color:#0077A1;
}

h2, .heading {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;	
	font-weight:normal;	
	color:#028237;	
}

h3, .subHeading, .subheading {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:normal;	
	color:#447D47;
}

h4, .subHeading1, .subheading1 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:normal;	
	color:#447D47;
}

h5, .subHeading2, .subheading2 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:normal;		
	color:#37933C;
}

h6, .subHeading3, subheading3 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	font-weight:bold;	
	color:#69C567;
}

ul {
	list-style-position:outside;
}

ul li {
	font-weight:normal;
	list-style:disc;
}

ol {
	list-style-position:outside;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #D5F9BB;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#3EA1C3;
	text-decoration:none;	
}

a:hover {
	color:#54A700;
	text-decoration:none;
}

input,
textarea {
	border: 1px solid #688583;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#235C56;
	background-color:#FFFFFF;
}

.altcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#387100;	
	line-height:1.5em;
}

.hr {
	border-top: 1px solid #ABE0E4;
	margin:5px 0;
}

.errormsg {
	background-color:#DDF9E2;
	border:1px solid #76B229;
	margin:10px 0;	
	color:#458301;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.errormsg span {
	display:block;
	padding:5px 10px;
}

.errormsg ul {
	margin:0;
	padding:5px 30px;
}

.errormsg ul li {
	padding:0;
	margin:0;
	list-style-image:none;
	list-style:disc !important;
}

/* Generic Button */

.buttonContainer {
	overflow:hidden;
	zoom:1;
	padding-bottom:20px !important;
}

.buttonContainer button { 
	cursor:pointer;
	background:url(../images/Buttons/ButtonWrapperRight.jpg) right no-repeat;
	font-weight:bold;
	border:0;
	padding:0 20px 0 0 !important;
	margin:0 5px 0 0 !important;
	text-align:center;
}

.buttonContainer button span { 
	display:block;
	background:url(../images/Buttons/ButtonWrapperLeft.jpg) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:11px;  
	color:#268CB3;
	padding:0 0 0 20px !important;
	height:20px;  
	line-height:20px;
	white-space:nowrap;
}



.cfdebug { text-align:left; }

