body {
	font-size: 0.8em;
	margin: 0em;
	color: #000;
	background-color: #FFFFFF;
}

.header {
	background-color: #99CCFF;
}

.title1 {
	text-align: center;
	color:#000000;
	font-size: 20pt;
	font-weight: regular;
	font-style: italic;
}

.title2 {
	color: #000000;
	text-align: center;
	font-size: 14pt;
	font-weight: regular;
}

.title3 {
	text-align: center;
	font-size: 16pt;
	font-weight: regular;
	color:#000000;
}
.title4 {
	text-align: center;
	font-size: 12pt;
	font-weight: regular;
	color:#3333CC;
}
.titlebreak {
	height: 8px;
}

div#mainMenu {
	font-family: Georgia, serif;
	margin-top: 0em;
	background-color: #99CCFF;
	color: #fff;
	padding-bottom: 0.2em;
}

div#mainMenu h1 {
	font-family: "Book Antiqua", Georgia, serif;
	clear: both;
	margin: 0em;
	font-size: 2em;
	text-align: center;
}

div#mainMenu span.locationName {
	display: block;
	margin: 0em;
	text-align: center;
	font-weight: bold;
}

div#mainMenu div#loginName {
	text-align: right;
	font-weight: bold;
	margin: 0em;
	padding: 0em 1em;
	color: #000000;
}

div#mainMenu ul {
	float: right;
	background-color: #3333CC;
	color: #fff;
	padding: 0.2em 0em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
}

div#mainMenu ul li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #fff;
}

div#mainMenu ul li#mainMenuFirst {
	border-left-style: none;
}

div#mainMenu ul li a#selectedApp {
	font-size: 1.1em; 
	color: #ff0;
}

div#mainMenu ul li a:link, div#mainMenu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#mainMenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#appMenu {
	width: 11em;
	position: absolute;
	left: 0em;
	font-family: Times, serif;
	font-size: 12pt;
	

}

div#appMenu a {
	border-color: #3333CC;
	border-width: 1px;
	border-style: solid;
	
	color: #000000;

	display: block;
	background-color: #99CCFF;
	padding: 0.5em;
}

div#appMenu a:link, div#appMenu a:visited {
	color: #000000;
	text-decoration: none;
}

div#appMenu a:hover {
	color: #000000;
	text-decoration: none;
}

table.loginbox {
	display: block;
	position: absolute;
	left: 1em;
	background-color: #99CCFF;
	color: #000;

	border-collapse: collapse;
	margin-top: 0.5em;
	
	border-color: #3333CC;
	border-width: 3px;
	border-style: solid;
	
}
div.hr { 
	border-style: solid;
	border-width: 2px;
	border-color: #3333CC;
	color: #3333CC;
}
div.hr hr { display: none; }

table.loginbox tr th {
	background-color: #3333CC;
	color: #fff;
	text-align: center;
}

table.loginbox tr td label {
	display: block;
	text-align: right;
}

table.loginbox tr.buttonrow {
	text-align: center;
}

div#workarea {
	margin-left: 15em;
	margin-right: 1em;
	margin-top: 1em;
	font-family: Verdana, serif;
	text-align: justify;
}

div#workarea table {
	text-align: left;
}

div#workarea h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div#workarea h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

div#workarea h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

div#workarea dl {
	padding-left: 1em;
	padding-right: 1em;
}

div#workarea dl dt {
	font-weight: bold;
}

div#workarea dl dd {
	margin-bottom: 1em;
}

table.inputForm {
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	-moz-border-radius: 1em;
}

table.transparent {
	background-color: transparent;
}

table.inputForm th {
	background-color: #336699;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0em;
	
}

table.inputForm tr.editLinks, table.inputForm tr.docLinks, p.docLinks {
	text-align: center;
}

table.inputForm tr.editLinks span.editing {
	font-weight: bold;
}

table.inputForm tr.topcap td, table.inputForm tr.topcap th {
	background-color: #336699;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.inputForm tr.endcap td, table.inputForm tr.endcap th {
	background-color: #336699;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.inputForm tr.comment td, table.inputForm tr.comment th {
	background-color: #336699;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}

table.inputForm tr:first-child th:first-child, table.inputForm tr:first-child td:first-child {
	-moz-border-radius-topleft: 1em;
}

table.inputForm tr:first-child th:last-child, table.inputForm tr:first-child td:last-child {
	-moz-border-radius-topright: 1em;
}

table.inputForm tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 1em;
}

table.inputForm tr:last-child td:last-child {
	-moz-border-radius-bottomright: 1em;
}

table.inputForm td {
	padding: 5px;
}

table.inputForm td.label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

table.inputForm span.sublabel {
	font-weight: bold;
	margin-left: 2em;
	vertical-align:top
}

table.inputForm td.element {
	text-align: left;
	vertical-align: top;
}

table.inputForm td.permElement {
	text-align: left;
	font-weight: bold;
}

table.inputForm td.upperLabel {
	text-align: center;
}

table.inputForm td.lowerElement {
	text-align: center;
}

td.elementNote, span.elementNote, p.elementNote {
	text-align: center;
	font-size: 0.8em;
	margin: 1em;
}

tr.buttonbar, div.buttonbar {
	text-align: center;
}

div.buttonbar {
	margin: 1em;
}

tr.buttonbar input, div.buttonbar input, input.lookup, input.loader {
	background-color: #000066;
	color: #fff;
	border-color: #3333CC #3333CC #3333CC #3333CC;
	font-weight: bold;
}

form {
	margin: 0em;
	padding: 0em;
}

table.stretch {
	width: 90%;
}

table.oversized {
	font-size: 0.8em;
}

table.spreadsheet {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	font-family: Verdana, serif;
	border-color: #3333CC;
	border-width: 3px;
	border-style: solid;
	border-collapse: collapse;
	-moz-border-radius: 1em;
}

table.spreadsheet tr td {
	background-color: #CCCCFF;
	color: #000;
	padding: 3px 0.5em;
	text-align: left;
}

table.spreadsheet tr td.numeric {
	text-align: right;
}

table.spreadsheet tr td.date {
	white-space: nowrap;
}

table.spreadsheet tr.odd td {
	background-color: #99CCFF;
	color: #000;
}

table.spreadsheet tr th {
	background-color: #336699;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding: 3px 0.5em;
}

table.lookupResults tr td {
	text-align: left;
}

table.spreadsheet tr td.noresults {
	text-align: center;
}

table.spreadsheet tr th.sectionHeader {
	border-style: solid;
	border-color: #3cc;
	border-width: 0px 1px;
}

table.spreadsheet tr th.firstInSection {
	border-style: solid;
	border-color: #3cc;
	border-width: 0px 0px 0px 1px;
}

table.spreadsheet tr th.lastInSection {
	border-style: solid;
	border-color: #3cc;
	border-width: 0px 1px 0px 0px;
}

table.spreadsheet tr.totalrow td {
	background-color: #336699;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
/**
table.spreadsheet tr:first-child th:first-child {
	-moz-border-radius-topleft: 1em;
}

table.spreadsheet tr:first-child th:last-child {
	-moz-border-radius-topright: 1em;
}

table.spreadsheet tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 1em;
}

table.spreadsheet tr:last-child td:last-child {
	-moz-border-radius-bottomright: 1em;
}
*/
div.faqBody {
	font-size: 1.2em;
}

p.warning, div.warning {
	background-color: #6699ff;
	color: #f00;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #f00;
	padding: 1em;
}

span.warning {
	background-color: #6699ff;
	color: #f00;
	font-weight: bold;
}

fieldset {
	border-style: none;
	padding: 0em;
	margin: 0em;
}

p.disclaimer {
	width: 50%;
	text-align: justify;
	margin: auto;
	font-size: 0.8em;
}

table.doubleTable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

table.proform tr td {
	margin: 0em;
	padding: 0em 0.5em;
}

p.center {
	text-align: center;
	margin: auto;
}

p.excel {
	margin-top: 0em;
	margin-bottom: 0.2em;
	text-align: center;
}

form h3 {
	padding: 0em;
	margin: 0em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
div.step {
	text-align: right;
}

div.stretcher {
	clear: both;
}



