body {
	font-family: Arial, serif;
	font-size: 0.8em;
	margin: 0em;
	background-color: #fff;
	color: #000;
}

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

div#mainMenu h1 {
	font-family: Arial, 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;
}

div#mainMenu ul {
	float: right;
	background-color: #358;
	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;
}

ul#appMenu {
	width: 14em;
	position: absolute;
	left: 0em;
	background-color: #fff;
	color: #000;
	font-family: Georgia, serif;
	list-style-position: inside;
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 0em;
	padding-left: 0em;
}

ul#appMenu li {
	background-color: #358;
	color: #fff;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

ul#appMenu li.selectedApp {
	font-weight: bold;
}

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

ul#appMenu li a:hover {
	color: #ff0;
	text-decoration: underline;
}

ul#appMenu li ul {
	background-color: #358;
	color: #000;
	padding-left: 1.5em;
	margin-left: -1em;
	font-weight: normal;
}

ul#appMenu li ul li {
	background-color: #cff;
	color: #000;
}

ul#appMenu li ul li a:link, ul#appMenu li ul li a:visited {
	color: #000;
	text-decoration: none;
}

ul#appMenu li ul li a:hover {
	color: #660;
	text-decoration: underline;
}

table.loginbox {
	display: block;
	position: absolute;
	left: 1em;
	background-color: #ffe2cf;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #033;
	border-collapse: collapse;
	margin-top: 0.5em;
}

table.loginbox tr th {
	background-color: #358;
	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: Arial, 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: Arial, 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: #358;
	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: #358;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

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

table.inputForm tr.comment td, table.inputForm tr.comment th {
	background-color: #358;
	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: 1px;
}

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: #900;
	color: #fff;
	border-color: #c33 #600 #600 #c33;
	font-weight: bold;
}

input.track {
	background-color: #358;
	border-color: #68b #025 #025 #68b;
	color: #fff;
	font-size: 0.8em;
	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: Arial, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #68b #025 #025 #68b;
	border-collapse: collapse;
	-moz-border-radius: 1em;
}

table.spreadsheet tr td {
	background-color: #ccc;
	color: #000;
	padding: 3px 0.5em;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

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

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

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

table.spreadsheet tr th {
	background-color: #358;
	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: #68b;
	border-width: 0px 1px;
}

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

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

table.spreadsheet tr.totalrow td {
	background-color: #358;
	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: #ffc;
	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: #ffc;
	color: #f00;
	font-weight: bold;
}

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

p.disclaimer {
	width: 70%;
	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;
}

img {
	border-style: none;
}

a.charges:link, a.charges:visited {
	color: #fff;
}

table.cfsdetails {
	width: 95%;
	border-collapse: collapse;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	font-family: Arial, serif;
}

table.cfsdetails tr th {
	background-color: #358;
	color: #fff;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	vertical-align: center;
}

table.cfsdetails tr th a:link, table.cfsdetails tr th a:hover, table.cfsdetails tr th a:visited {
	color: #fff;
}

table.cfsdetails tr td {
	background-color: #fec;
	color: #000;
	padding: 3px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

table.cfsdetails tr td.label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

table.cfsdetails tr td.pickup {
	text-align: center;
}

table.cfsdetails tr td.pickup span.pickupheader {
	font-weight: bold;
	text-decoration: underline;
}

table.cfsdetails tr.even td {
	background-color: #ffe;
}

table.cfsdetails tr.alt td {
	background-color: #aaa;
}

table.cfsdetails tr.alteven td {
	background-color: #ccc;
}

table.cfsdetails span.sublabel {
	margin-left: 1em;
	font-weight: bold;
}

div.pictureViewer {
	height: 480px;
	padding: 0em;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	vertical-align: center;
}

a.pictureLink {
	margin-left: 2em;
}

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