﻿/* Default Styles */
body,
td 					{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}

h1, .pageHeading,
.pageheading		{ font-family:"trebuchet MS", tahoma; color:#202F46; font-size:25px; font-weight:bold; text-transform:uppercase; }

h2, .heading        { font-family:"trebuchet MS", tahoma; color:#375279; font-size:21px; font-weight:bold; text-transform:uppercase;}

h3, .subHeading1    { font-family:"trebuchet MS", tahoma; color:#375279; font-size:17px; font-weight:bold; text-transform:uppercase; }

h4, .subHeading1    { font-family:"trebuchet MS", tahoma; color:#375279; font-size:17px; font-weight:bold; text-transform:uppercase; }

h5, .subHeading2    { font-family:"trebuchet MS", tahoma; color:#375279; font-size:15px; font-weight:bold; text-transform:uppercase; }

h6, .subHeading3    { font-family:Arial, Helvetica, sans-serif; color:#303232; font-size:13px; font-weight:bold; }

ul {
	list-style-position:outside;
	padding:10px 0 12px 40px;
}

ul li {
	font-weight:normal;
	list-style:disc;
	padding-bottom:5px;
}

ol {
	list-style-position:outside;
	padding:20px 0 20px 40px;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
	padding-bottom:10px;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #333333;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active { text-decoration: none; color:#0BA9D7; font-weight:bold;}

a:focus, a:hover { text-decoration: none; color:#89A624; font-weight:bold;}

input,
textarea {
	border: 1px solid #ADC1CF !important;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#48687B;
	background-color:#FFFFFF;
}

input.LevelRadio {
	border:0 none !important;
	background-color:transparent;
}

.altcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#496478;	
	line-height:1.5em;
}

.hr {
	height:2px;
	overflow:hidden;
	background-image:url('../images/hr.jpg');
	background-repeat:repeat-x;
	margin:5px 0;
}

.errormsg {
	background-color:#EDF9C8;
	border:1px solid #E7F0CB;
	margin:10px 0;	
	color:#7D8733;
	font-family:Tahoma, 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;
}

/* FORM BUTTON ELEMENTS */
.buttonContainer a,
.buttonContainer button { 
	cursor:pointer;
	background-image:url(../images/ButtonWrapperRight.png);
	font-weight:bold;
	border:0;
	padding:0 20px 0 0 !important;
	margin:0 5px 0 0 !important;
	text-align:center;
	height:22px;
}

.buttonContainer a span,
.buttonContainer button span { 
	display:block;
	background-image:url(../images/ButtonWrapperLeft.png);
	font-family: "trebuchet MS", tahoma;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
	padding:0 0 0 20px !important;
	height:22px;
	line-height:22px;
	white-space:nowrap;
	text-transform:uppercase;
}

.buttonContainer {
	overflow:hidden;
	zoom:1;
	padding-bottom:20px !important;
}


.cfdebug { text-align:left; }

table tr.tr-first{
	
	height:	30px;
	
}

table tr.tr-first td{
	background-color:#C4D2DC!important;
	border:1px solid #AFC1CF;	
	padding-left:10px;
	height:	30px;
}

table tr.tr-last td{
	border-bottom:1px solid #AFC1CF!important;	
}

table tr.tr-odd{
	height:	30px;
}

table tr.tr-even{
	height:	30px;
}

table tr.tr-even td{
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;	
	border-right:1px solid #AFC1CF;	
	line-height:1em;
}

table tr.tr-odd td{
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;	
	background-color:#D9E2E9;
	border-right:1px solid #AFC1CF;	
	line-height:1em;
}

table tr td.td-first{
	border-left:1px solid #AFC1CF;	
}
