body {
margin: 0px;
padding: 0px;
background-color: white;
color: black;
}

/* general global styles */

body, div, p, td, th, form, input, textarea, ul, ol, li, select, option, h2, h3 {
font-family: verdana, arial, sans-serif;
font-size: small;
}

input {
font-size: x-small;
}

h1 {
font-family: helvetica, arial, sans-serif;
font-size: medium;
margin: 0px;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
display: block;
}

img.inline {
display: inline;
}

a {
color: #666;
font-weight: bold;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

div.footerlinks a {
color: black;
font-weight: normal;
text-decoration: none;
}

div.footerlinks a:hover {
text-decoration: underline;
}

h2 {
text-transform: uppercase;
margin: 8px 0px 4px 0px;
}

.lowercase {
text-transform: lowercase;
}

p {
/* fix for Win IE5.0 - puts gap above body area */
margin: 0px;
padding: 4px 0px;
}

/* ensure clear after floated header / progress div */
table, div.highlightpanelwhite {
clear: both;
}

.warning {
color: Red;
font-weight: bold;
}

.warningnormal {
color: Red;
font-weight: normal;
}

.warningindent {
margin-left: 5px;
margin-right: 5px;
}

span.white {
background-color: white;
}

th {
text-align: left;
}


/* form tables - headers etc */

td.hint, .hint {
color: #666;
}

table.formtable td {
padding-top: 5px;
padding-bottom: 5px;
}

table.formtable td h2 {
margin: 12px 0px 0px 0px;
padding-bottom: 2px;
}

table.formtable td div.popunderline {
margin-bottom: 4px;
}

table.formtable td.head {
padding-top: 0px;
padding-bottom: 0px;
}


/* page layout */

/* header */

div.header {
background-color: #fc0;
border: 1px solid white;
}

td.tabnav img {
display: inline;
}

div.homecontainer td.headerbody {
background-color: white;
}

div.pagecontainer td.headerbody {
background-color: #eee;
}

/* main body */

div.popunderline {
height: 1px;
font-size: 1px;
border-bottom: 1px solid #ccc;
}

div.pagecontainer div.body {
background-color: #eee;
padding-right: 20px;
padding-left: 23px;
}


div.pagecontainer td.footer {
background-image: url(/img/template/bg_footer.gif);
background-repeat: repeat-x;
background-position: bottom left;
background-color: #eee;
}

div.footblock {
border-top: 1px solid #ccc;
}

div.homecontainer div.footerlinks {
height: 47px;
margin-left: 210px;
border-left: 1px solid #ccc;
}

div.pagecontainer div.footerlinks {
height: 47px;
margin-left: 25px;
border-left: 1px solid #ccc;
}

div.footerlinks p {
margin: 0px;
padding: 16px 0px 8px 10px;
}

div.footend {
background-color: white;
}

div.homecontainer div.footend {
display: none;
}


/* home page main area */

div.hometitle {
border-bottom: 1px solid #ccc;
}

div.hometitle h1 {
margin: 0px 0px 0px 210px;
border-left: 1px solid #ccc;
}

/* progress indicator */

div.progressbar {
width: 380px;
height: 56px;
background-image: url(/img/template/bg_progressbar.gif);
background-repeat: no-repeat;
}

td.progressmid {
background-image: url(/img/template/bg_progress_middle.gif);
background-repeat: no-repeat;
}

img.progress {
padding-top: 2px;
}


td.disabledText, td.disabledText input
{
color: #999999;
}

label.disabledText
{
color: #999999;
}

label.enabledText
{
color: Black;
}

/* Headings for the search results and completed page */
.largerHeading
{
	font-size: 13px;	
}

div.highlightpanel
{
	background-color: #eee;
	padding: 20px 0px 28px 28px;
	margin-top: 10px;
}




h2.underline
{
padding-bottom: 4px;
border-bottom: 1px solid #ccc;
}

td.underline
{
border-bottom: 1px solid #ccc;
}

div.highlightpanelwhite
{
	background-color: #fff;
	padding: 10px 0px 8px 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.underlinewhite 
{
padding-bottom: 4px;
background-image: url(/img/template/bg_fade_line.gif);
background-repeat: no-repeat;
background-position: left bottom;
width: 400px;
}