table { font-size: 0.75em; }

table p, table table {font-size: 1em;}


table.formtable
{
	font-weight: normal;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
	
	width: 600px;
}


table.formtable tbody tr td, table.formtable tbody tr th
{

}

table.formtable tbody tr { background-color: transparent; }
table.formtable thead tr { background-color: transparent; }
table.formtable tfoot tr th, table.formtable thead tr th { padding: 4px; }
table.request
{
	font-weight: normal;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #000;
	width: 100%;
	background-color: #023567;
}

table.request tbody tr td, table.request thead tr th
{
	padding: 3px;
	border-color: #000;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
}
table.request thead tr th
{
	color: #FFF;
}

table.request tr.odd { background-color: #E0E2EA; }
table.request tr.even { background-color: #C3C7D6; }

textarea
{
	width: 250px;
	height: 100px;
}


table.formtable tr.odd td.commissiongrid { text-align:right; }
table.formtable tr.even td.commissiongrid { text-align:right; }

fieldset
{
	width: 590px;
	padding: 5px;
	border-color: #023567;
	border-width: 1px;
	border-style: solid;
}

legend
{
	line-height: 1.5em;
	background-color: #023567;
	border-color: #000;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	padding: 0 10px 0 10px;
	color: #FFF;
	font-size: 0.9em;
}
form
{
	padding: 0;
	margin: 0;
}

label
{
	font-size: 1.1em;
	font-style: normal;
}

select, option, input, textarea { font-size: 11px; }

ul.formnav
{
	padding: 0;
	margin: 10px 0 10px 0;
	font-family: frutiger, myriad, "myriad roman", "myriad pro", "myriad web", "lucida grande", "lucida sans unicode", "trebuchet ms", helvetica, univers, arial, san-serif;
	font-size: 9px;
}

ul.formnav li
{
	text-decoration: none;
	background-color: transparent;
	line-height: 1.8em;
	padding: 2px;
	border: #E0E2EA 3px solid;
	color: #000;
	margin: 0 1px 0 0;
	display: inline;
}

ul.formnav li.complete
{
	background-color: #E0E2EA;
	color: #023567;
}

ul.formnav li.current
{
	background-color: #586389;
	color: #FFF;
	border: #FFD331 3px solid;
}

ul.formnav li.incomplete
{
	background-color: #A7ABC2;
	color: #000;
}

p.errors
{
	color: #F00;
	font-weight: bold;
}


/*
CSS for Documentation
*/

table.docs
{
	background-color: #E0E2EA;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	text-align: left;
	font-style: normal;
}


table.docs tbody tr td, table.docs thead tr th
{
	padding: 3px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	background-color: #E0E2EA;
}
