html, body, div.contents {
	min-height: 100%; /* not recognized by IE */
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win. Below we adjust
 * it using the child selector to hide from IE5+/Win.
*/

html>body, html>body div.contents {
	height: auto;
}

/* Without this, Moz1.0 adds a vertical scrollbar; everything above this comment was added for
 * cross browser support to keep the footer always at the bottom of the content or at the bottom
 * of the browser window, depending upon the length of the content
*/

/* http://scott.sauyet.com/CSS/Demo/FooterDemo1.html */

body {
    background-color: #ffffff; /* white */
    color: #000000; /* black */
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
}

.contents {
	position: absolute;
	top: 0;
	left: 0;
    /*height: 100%;*/ /* commented out to see if we can correct footer issue in IE and FF */
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

.companyaddress {
	display: none; /* not supported by IE5, but overrides the print CSS */
}

img {
	border-style: none;
	display: inline; /* not supported by IE5, but overrides the print CSS */
	vertical-align: bottom;
}

input.btn {
	padding: 0px 18px 0px 18px;
	_padding: 0px 12px 0px 12px;
}

td {
	margin-bottom: .2em;
}

.noprint { /* display on screen but not in print */
	display: inline; /* keeps element in flow */
    visibility: visible;
}

.noscreen { /* display in print but not on screen */
	display: none; /* removes element from flow */
    visibility: hidden;	/* hides from screen display, but still occupies position in layout */
}

.doublespace {
	padding-bottom: 10px;
}

.date {
    float: right;
    text-align: right;
    font-size: 10px;
    color: #000000; /* black */
	padding-right: 10px;
	padding-top: 7px;
	display: block;
}

.webERF { /* printed form only */
	display: none;
}

.mainbody {
    margin-bottom: 3em;
	height: auto;
    padding: .9em .5em .5em .5em; 
}

.mainbody ul {
    font-size: 100%;
}

.mainbody ul li {
    font-size: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.mainbody h2 {
    font-size: 150%;
	font-weight: bold;
}

.mainbody h3 {
    font-size: 125%;
	font-weight: bold;
	padding: 0;
}

.mainbody options h4 {
    padding: 20px 0 1px 0;
    margin: 5px 1px 1px 1px;
}

.mainbody options p {
    padding: 2px 0 2px 0;
    margin: 1px;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
	font-weight: bold;
}

h3 {
    font-weight: bold;
    font-size: 125%;
    color: #999999; /* dark gray */
    text-align: left;
    text-decoration: none;
}

h4 {
	font-weight: bold;
	font-size: 110%;
    color: #000000; /* black */
    text-align: left;
    text-decoration: none;
}

.cbahead {
	font-size: 110%;
	text-align: center;
	margin-top: 15px;
}

.wrap {
	white-space: wrap; /* Not supported by IE5 */
}

.nowrap {
	white-space: nowrap; /* Not supported by IE5 */
}

.shaded {
    background-color: #eeeeee; /* light gray */
	width: 85%;
	margin: auto;
	padding: 10px;
}

.shaded table {
	width: 100%;
}

.shaded table th, .shaded table td, .shaded table input, .shaded table select {
	font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.shadedwide {
    background-color: #eeeeee; /* light gray */
	width: 90%;
	margin: auto;
	padding: 10px;
	overflow: auto;
	_overflow-y: hidden; /* for IE only */
	_padding-bottom: 20px; /* for IE only */
}

.shadedwide table {
	width: 100%;
}

.shadedwide table th, .shadedwide table td, .shadedwide table input, .shadedwide table select {
	font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.EFTlink {
	margin: auto;
}

.EFTlink table {
	margin: auto;
	width: 85%;
	border: 1px solid #cecfce; /* dark gray */;
	display: table; /* not supported by IE */
	bordercolordark: #eeeeee; /* light gray */ /* IE proprietary */
	bordercolorlight: #cecfce; /* dark gray */ /* IE proprietary */
}

.EFTlink table td, .EFTlink table th {
	padding: 2px;
	display: table-cell; /* not supported by IE */
}

li {
	padding: 1px;
}

.center {
    text-align: center;
	display: block;	/* need this to override the print CSS even though not supported by IE5 */	
}

.right {
    text-align: right;
}

.small {
    font-size: 75%;
}

.reducedfont {
	font-size: 85%;
}

.tight {
	margin-top: 0em;
	margin-bottom: 0em;
}

.tfcontact {
    margin: 5px 5px 20px 5px;
	padding: 5px;
}

.hiddenrow {
	border-bottom: 0;
	border-top: 0;
	padding: 0;
	height: 1px;
    visibility: hidden;
	max-height: 1px;	
}

.rates {
	margin: 15px auto auto auto;
	padding: 5px;
	border: 1px solid #cecfce; /* dark gray */
}

.rates table {
	display: table; /* not supported by IE */
}

.rates td, .rates th {
	display: table-cell; /* not supported by IE */
}

.options {
	margin-bottom: 3em; /* added to support menu structure on reportslist page */
    padding: 5px 0 .5em 0; /* added bottom padding to support menu structure on reportslist page */
}

.options h4 {
    font-size: 120%;
    padding: 10px 0 0 0;
}

.options td {
    padding: 4px 0 4px 0;
	text-align: left;
	display: table-cell; /* not supported by IE */
}

.recon {
    /*padding-bottom: 5px;*/
}

.recon table {
	display: table; /* not supported by IE */
    margin-top: 20px;
}

.recon table th {
	display: table-cell; /* not supported by IE */
	padding: 2px 10px 2px 7px;
}

.recon table tr {
	display: table-row; /* not supported by IE */
}

.recon table td {
	display: table-cell; /* not supported by IE */
	padding: 2px 10px 2px 7px;
}

.numeric {
	text-align: right;
	font-weight: normal;
}

.calculations {
	text-align: right;
	padding: 2px 2px 5px 2px;
	margin: 15px 2px 15px 2px;
}

.bigtext {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
    margin: 25px 15px 25px 0; 
    padding: 60px 15px 15px 15px;
}

.instructions h3 {
    font-weight: bold;
    font-size: 125%;
    color: #000000; /* black */
    text-align: center;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
}

.grouper {
    border: 1px solid #000000; /* black */
    padding: 6px;
    font-size: 100%;
}

.pageHeader {
    font-weight: bold;
    font-size: 140%;
    color: #2f4f4f; /* light gray */
	display: block;
}

.pymtHeader {
    font-weight: bold;
    font-size: 140%;
    color: #2f4f4f; /* light gray */
	display: block;
}

p {
    color: #000000; /* black */
    font-size: 100%;
}

option {
	font-size: 100%; /* for appearance of dropdown menu selections */
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.totals {
    text-align: right;
    font-weight: bold;
}

.buttons { /* for buttons at the top of a page */
    color: #000000; /* black */
	background-color: #ffffff; /* white */
    text-align: right;
    padding: 1px 0 15px 0;
    margin: 10px 0 5px 5px;
	display: block;	/* just to override the print CSS */
}

.bottombuttons { /* for buttons at the bottom of a page */
    color: #000000; /* black */
	background-color: #ffffff; /* white */
    text-align: right;
    padding: 1px 0 15px 0;
    margin: 20px 0 5px 5px;
	display: block;	/* just to override the print CSS */
}

th {
    font-weight: bold;
    text-align: left;
	display: table-cell; /* not supported by IE */
}

.rpttotals {
    border-top: 1px solid #000000; /* black */
	padding-top: 2px;
	margin-top: 2px;
	text-align: right;
}

div.employer {
    color: #000000; /* black */
    padding: 5px 0 1px 0; 
    font-size: 100%;
}

div.employer p {
	padding: 0 2px 0 2px;
	margin: 15px 3px 15px 3px;
}

div.employer table {
	width: 100%;
}

div.employer table td {
    white-space: nowrap; /* not supported by IE5 */
	display: table-cell; /* not supported by IE */
	padding: 2px;
}

div.contact {
    color: #000000; /* black */
    padding: 1px 2px 2px 2px; 
    margin: 6px auto;
}

div.contact p {
    padding: 5px 0 1px 0;
    margin: 1px;
}

div.empform {
    padding: 5px 0 1px 0;
    margin-left: 2px;
}

div.empform table {
	width: 100%;
	table-layout: auto;	
	border-width: 1px;
	border-style: none;
	display: table; /* not supported by IE */
}

div.empform td {
	border-width: 1px;
	border-style: none;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell; /* not supported by IE */
}

div.empform th {
	border-width: 1px;
	border-style: none;
	padding-right: 0;
	display: table-cell; /* not supported by IE */
}

.erpymt {
    background-color: #eeeeee; /* light gray */
	color: #000000; /* black */
	width: 85%;
	margin-left: 60px;
	margin-right: 50px;
	padding: 15px;
}

div.erpymt table {
	width: 100%;
	display: table; /* not supported by IE */
}

td.erdetails {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

td.erdetails_spaced {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.spacer {
	width: 15px;
}

.leftspacer {
	width: 0;
	border: 0;
	padding: 0;
}

.hidden { /* not displayed on screen */
    visibility: hidden; /* hides from screen display, but still occupies position in layout */
	height: 1px;
}

table tr td.collapse, table tr th.collapse {
	visibility: collapse; /* hide column or row in table and hide from flow and screen */
	display: none; /* hide column or row in table from flow and screen */
}

.subhead {
    font-weight: bold;
    font-size: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000; /* black */
    text-align: left;
    text-decoration: none;
}

div.wrapper {
	margin: 9px 12px 0 6px;
	clear: both
}

div.pageinfo {
	float: left; 
	margin: 2px 0 0 0;
}

.legaltext {
	font-size: 85%;
	text-align: left;
}

th.amountdue, td.amountdue {
	text-align: right;
}

.datedue {
	width: 100%;
	padding: 5px;
}

td.signature {
    border-bottom: 1px solid #000000; /* black */
}

.payable {
	text-align: left;
	margin: 5px;
	padding: 5px;
}

.payable table {
	width: 100%;
	border: 1px solid #cecfce; /* dark gray */
	display: table; /* not supported by IE */
	bordercolordark: #eeeeee; /* light gray */ /* IE proprietary */
	bordercolorlight: #cecfce; /* dark gray */ /* IE proprietary */
}

.payable table th, .payable table td {
	display: table-cell; /* not supported by IE */
	padding: 1px 3px 1px 3px; 
}

.payable p {
	padding: 5px;
}

.pymts {
	margin: auto;
	width: 95%;
}

label {
	font-weight: bold;
	color: #000000; /* black */
}

.fade {
	border-top: 1px solid #eeeeee; /* light gray */
	border-left: 1px solid #eeeeee; /* light gray */
	border-bottom: 1px solid #cecfce; /* dark gray */
	border-right: 1px solid #cecfce; /* dark gray */
	vertical-align: top; 
	border-collapse: collapse; /* (NN6) */
	padding: 3px;
}

.fadefilled {
	font-weight: bold;
	color: #000000; /* black */
	background-color: #eeeeee; /* light gray */
	border-top: 1px solid #eeeeee; /* light gray */
	border-left: 1px solid #eeeeee; /* light gray */
	border-bottom: 1px solid #cecfce; /* dark gray */
	border-right: 1px solid #cecfce; /* dark gray */
	vertical-align: top; 
	border-collapse: collapse; /* (NN6) */
	padding: 3px;
}

td.fade, td.fadefilled {
	vertical-align: top;
	margin: 1px;
	padding: 3px 4px 3px 4px;
}

div.specfund {
	width: 98%;
	padding-right: 16px;
	padding-left: 1px;
}

div.specfund p {
	color: #000000; /* black */
	size: 100%;
	padding: 10px 2px 10px 2px;
}

.announcelist {
	margin-bottom: 3em;
    padding: 5px 0 .5em 0;
}

.projectlist {
	margin-bottom: 3em;
    padding: 5px 0 .5em 0;
}

.announcelist table {
	width: 85%;
	border: 1px solid #cecfce; /* dark gray */
	display: table; /* not supported by IE */
	bordercolordark: #eeeeee; /* light gray */ /* IE proprietary */
	bordercolorlight: #cecfce; /* dark gray */ /* IE proprietary */
}

.projectlist table {
	width: 85%;
	border: 1px solid #cecfce; /* dark gray */
	display: table; /* not supported by IE */
	bordercolordark: #eeeeee; /* light gray */ /* IE proprietary */
	bordercolorlight: #cecfce; /* dark gray */ /* IE proprietary */
}

.projects {
	margin: 5px 80px 30px 80px; 
    background-color: #ffffff; /* white */
	text-align: left;
	padding: 5px 5px 15px 5px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

.popup {
	margin: 30px 5px 10px 5px;
}

div.entryform {
    padding: 5px 20px 1px 0; /* right padding to make IE happy */
    margin: 0 2px 10px 2px;
	width: 98%;
	overflow: auto;
	overflow-y: hidden;
	background-color: #eeeeee; /* light gray */
	font-size: 98%;
	_overflow-y: hidden; /* for IE only */
	_padding-bottom: 20px; /* for IE only */
	min-height: 100%; /* added for Firefox */
	height: auto !important; /* for IE only */
	height: auto; /* added for Firefox */
}

/* Commented backslash hack \*/

div.entryform, div.shadedwide {padding-right: 0px;}

/* End hack */

.entryform table, .shadedwide table {
	table-layout: auto;
	display: table; /* not supported by IE */
	border-collapse: collapse;
	border: 1px solid #eeeeee; /* to support locked columns */
	width: 100%; /* to support locked columns */
	background-color: #eeeeee; /* to support locked columns */
	overflow: hidden;
}

/* The following hack is for IE only to handle scrollable table on entry form */

html>body .entryform, html>body .shadedwide { /* show to IE only */
	_overflow: hidden;
}

.entryform table tr, .shadedwide table tr {
	display: table-row; /* not supported by IE */
}

.entryform table td, .shadedwide table td {
	border-width: 1px;
	border-style: none;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell; /* not supported by IE */
	white-space: nowrap; /* to support locked columns */
}

.entryform table td.noscreen { /* added to fix table display in Firefox */
		display: none;
		visibility: hidden;
}

.entryform table th.noscreen { /* added to fix table display in Firefox */
		display: none;
		visibility: hidden;
}

.shaded table td, .shadedwide table td {
	border-spacing: 3px;
	border-width: 3px;
	padding: 0 5px 0 5px;
	display: table-cell; /* not supported by IE */
}

.entryform table th, .shaded table th, .shadedwide table th {
	border-width: 1px;
	border-style: none;
	padding-right: 0;
	display: table-cell; /* not supported by IE */
    font-weight: bold;
    text-align: left;
}

/* control display of scrollable page area for recon with many columns */

div.reconform {
    padding: 5px 20px 1px 0; /* right padding to make IE happy */
    margin: 0 2px 10px 2px;
	width: 98%;
	overflow: auto;
	background-color: #ffffff; /* white */
	font-size: 98%;
	_overflow-y: hidden; /* for IE only */
	_padding-bottom: 20px; /* for IE only */
}

/* Commented backslash hack \*/

div.reconform {padding-right: 0px;}

/* End hack */

.reconform table {
	table-layout: auto;
	display: table; /* not supported by IE */
	background-color: #ffffff; /* white */
	overflow: hidden;
}

/* The following hack is for IE only to handle scrollable table on entry form */

html>body .reconform { /* show to IE only */
	_overflow: hidden;
}

.reconform table tr {
	display: table-row; /* not supported by IE */
}

.reconform table td {
	border-width: 1px;
	border-style: none;
	padding: 2px 10px 2px 7px;
	display: table-cell; /* not supported by IE */
	white-space: nowrap;
}

.reconform table th {
	border-width: 1px;
	border-style: none;
	padding: 2px 10px 2px 7px;
	display: table-cell; /* not supported by IE */
    font-weight: bold;
}

.disabled {
	background-color: #eeeeee; /* light gray */
	border: none;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.EFTtable {
	width: 100%;
}

.EFTtable th, .EFTtable td {
	margin: 5px;
	padding: 5px;
}

table.fullwidth {
	width: 100%;
	font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.fullwidth tbody tr td {
	padding: 5px;	
}

table.fullwidth tbody tr td /*select#agrname*/ {
	width: 1000px;	
}

textarea#title, textarea#text, textarea#footer, textarea#URL, textarea#path {
	width: 100%;
}

/* to support reportslist */
#leftcol {
	width: 48%; 
	float: left; 
	padding-bottom: 5em; 
	margin-bottom: 2em; /* adjusted for better IE display */
	margin-right: 2em; 
	height: auto; 
	overflow: hidden;
}

/* to support reportslist */
#rightcol {
	_margin-left: 47%; /* IE only */
	margin-left: 1%;
	padding-bottom: 5em; 
	margin-bottom: 2em; /* adjusted for better IE display */ 
	height: auto; 
	overflow: hidden; 
	width: 47%;
}

/* to support reportslist */
#leftcol p, #rightcol p {
	margin-bottom: 1em;
}

#leftcol ul {
	margin-left: 0; 
	padding-left: 0;
}

#leftcol li {
	margin: 0 1em 0 2em;
}

ol.arabicnumbers { /* numbered list */
	list-style-type: decimal;
}

ol.arabicnumbers li {
	margin-top:	.5em;
	margin-bottom: .5em;
	margin-right: 2em;
}	

ol.upperalpha { /* uppercase alpha list */
	list-style-type: upper-alpha;
}

ol.upperalpha li {
	margin-top:	.5em;
	margin-bottom: .5em;
	margin-right: 2em;
}

ol.loweralpha { /* lowercase alpha list */
	list-style-type: lower-alpha;
}
		
ol.loweralpha li {
	margin-top:	.5em;
	margin-bottom: .5em;
	margin-right: 2em;
}

#defaultJC {
	width: 120px;
}