body {
	font-size: 0.8em;
	margin: 0em;
	background-color: #de6fa8;
	color: #000;
}

div#branding {
	font-family: Georgia, serif;
	background-color: #fff;
	color: #de6fa8;
	font-size: 1.2em;
	margin: 0em;
}

div#branding h1 {
	font-family: "Book Antiqua", Georgia, serif;
	margin: 0em;
	font-size: 2em;
}

div#branding h1 img {
	border-width: 0px;
	padding: 0px;
	margin: 0.2em;
}


div#branding div#poweredBy {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.2em;
	background-color: #999;
	color: #000;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #000;
	margin: 0em;
	text-align: center;
	clear: both;
}

div#branding div#mainIcons {
	text-align: left;
	margin-top: 0.4em;
	margin-left: 0.6em;
}

div#branding div#mainIcons img {
	border-style: none;
}

div#branding span.locationName {
	display: block;
	margin: 0em;
	text-align: center;
	font-weight: bold;
}

div#branding div#loginName {
	text-align: right;
	font-weight: bold;
	margin: 0em;
	padding: 0em 1em;
}

div#mainMenu {
	padding: 0.2em 1em;
	margin: 0.5em;
	margin-bottom: 1em;
	font: 12px Verdana, sans-serif;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
	background-color: #de6fa8;
}

div#mainMenu a:link, div#mainMenu a:visited {
	background-color: #28c;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1em;
/*	border-style: solid;
	border-width: 2px;
	border-color: #5bf #059 #066 #3cc;*/
	margin: 0.2em;
}

div#mainMenu a:hover {
	text-decoration: underline;
}

div#branding div#userBox {
	font-size: 0.8em;
	float: right;
	background-color: #28c;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0.2em;
	margin: 0.5em 0.5em 0em 0.5em;
	text-align: right;
}

div#branding div#userBox a:link, div#branding div#userBox a:visited {
	font-size: 1.2em;
	color: #00f;
	font-weight: bold;
}

div#appBar {
	padding: 0.5em;
	border-bottom: 1px solid #000;
	margin: 0em 1em 0.5em 1em;
}

div#appBar span.appBarItem {
	margin-left: 1em;
}

div#appMenu {
	width: 14em;
	padding: 0em;
	position: absolute;
	left: 1em;
	background-color: #28c;
	color: #000;
	font-family: Georgia, serif;
}

div#appMenu ul {
	list-style: none;
	margin: 0em;
	padding: 0em;
}

div#appMenu ul li {
	padding: 0em;
	margin: 0em;
}

div#appMenu ul li.selectedApp {
	font-weight: bold;
}

div#appMenu ul li a {
	display: block;
	padding: 0.5em;
	padding-left: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #5bf #059 #066 #3cc;
}

div#appMenu ul li a:link, div#appMenu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#appMenu ul li a:hover {
	color: #000;
	background-color: #5bf;
	text-decoration: underline;
	border-width: 1px;
	border-color: #28c #6ff #6ff #099;
}

div#appMenu ul li ul {
	background-color: #ffe2cf;
	color: #000;
	padding-left: 1.5em;
	margin-left: -1em;
	font-weight: normal;
}

table.loginbox {
	display: block;
	position: absolute;
	left: 1em;
	background-color: #ccc;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #033;
	border-collapse: collapse;
	margin-top: 0.5em;
}

table.loginbox tr th {
	background-color: #28c;
	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#homearea {
        margin: 5em;
        margin-top: 1em;
        font-family: Verdana, serif;
        text-align: justify;
}

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;
}

div#workarea a:link, div#workarea a:visited, div#workarea a:hover {
	color: #00f;
}

table.inputForm {
	width: 95%;
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-style: solid;
	border-width: 3px;
	border-color: #5bf #059 #066 #3cc;
}

table.inputForm.small {
	width: 40%;
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	margin-top: 4em;
	margin-bottom: 1em;
	margin-left: 7em;
	margin-right: auto;
	border-collapse: collapse;
	border-style: solid;
	border-width: 3px;
	border-color: #5bf #059 #066 #3cc;
}

table.inputForm.floatRight {
	width: 40%;
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	margin-top: 4em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: 7em;
	border-collapse: collapse;
	border-style: solid;
	border-width: 3px;
	border-color: #5bf #059 #066 #3cc;
	float:right;
}

table.inputForm input {
	font-family: Verdana, serif;
}

table.inputForm textarea {
	font-family: Verdana, serif;
}

table.inputForm tr td table, table.spreadsheet tr td table {
	border-collapse: collapse;
}

table.transparent {
	background-color: transparent;
}

table.inputForm th {
	background-color: #28c;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0em;
}

table.inputForm tr.docLinks, p.docLinks, table tr.searchOptions td {
	text-align: center;
}

table.inputForm td {
	padding: 1px;
	white-space: nowrap;
}

table.inputForm td.label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

table.inputForm td.label2 {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

table.inputForm td.attachmentHeader {
	font-weight: bold;
	text-align: left;
}

table.inputForm span.sublabel, table.inputForm label.sublabel {
	font-weight: bold;
	margin-left: 1em;
}

table.inputForm span.sublabelClose, table.inputForm label.sublabelClose {
	font-weight: bold;
}

table.inputForm td.element {
	text-align: left;
	vertical-align: top;
}

table.inputForm td.upperLabel {
	text-align: left;
	font-weight: bold;
}

table.inputForm th.upperLabel {
	text-align: left;
}

table.inputForm td.lowerElement {
	text-align: center;
}

table.inputForm tr td.labelElementCombo {
	text-align: left;
}

table.inputForm tr td.labelElementCombo label {
	font-weight: bold;
}

table.inputForm tr.instructions td {
	white-space: normal;
	padding: 1em;
	text-align: center;
}

table.notes {
	border-collapse: collapse;
}

table.notes td, table.notes tr {
	padding: 1px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-collapse: collapse;
}

table.notes input {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-color: #999;
	border-collapse: collapse;
}

span.elementNote {
	font-size: 0.8em;
}

span.hidden {
	display: none;
}

tr.buttonbar, div.buttonbar, table.spreadsheet tr.buttonbar td, table.detailsTable tr.buttonbar td {
	text-align: center;
	background-color: #28c;
}

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;
}

tr.buttonbar input, div.buttonbar input {
	margin-left: 1em;
	margin-right: 1em;
}

tr.buttonbar form, div.buttonbar form {
	display: inline;
}

input.lookup, input.loader {
	font-size: 0.8em;
}

table.oversized input.loader {
	font-size: 1em;
}

form {
	margin: 0em;
	padding: 0em;
}

table.stretch {
	width: 90%;
}

table.oversized {
	font-size: 0.8em;
}

table.spreadsheet {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	font-family: Verdana, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #5bf #059 #066 #3cc;
	border-collapse: collapse;
}

table.inputForm tr td table.spreadsheet {
	width: 100%;
	margin: 0em;
	border-style: none;
}

table.spreadsheet tr td {
	background-color: #ccc;
	color: #000;
	padding: 3px 0.5em;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #059;
	white-space: nowrap;
}

table.spreadsheet.small tr td {
	background-color: #ccc;
	color: #000;
	padding: 3px 0.5em;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #059;
	white-space: nowrap;
}

table.inputForm tr td table.spreadsheet tr td {
	border-style: solid;
}

table.spreadsheet tr td.numeric, table.spreadsheet tr th.numeric, table.spreadsheet tr td.numeric input {
	text-align: right;
}

table.spreadsheet tr td.date {
	white-space: nowrap;
}

table.spreadsheet tr.odd td {
	background-color: #bbb;
	color: #000;
}

table.spreadsheet tr.error td {
	background-color: #ff0;
	color: #000;
}

table.spreadsheet tr.blank td {
	background-color: #ddf;
	color: #000;
	border-style: none;
}

table.spreadsheet tr th {
	background-color: #28c;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 3px 0.5em;
}

table.spreadsheet tr th.label2 {
	background-color: #28c;
	color: #fff;
	text-align: right;
	font-weight: bold;
	padding: 3px 0.5em;
}

table.spreadsheet tr th.label3 {
	background-color: #28c;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 0.5em;
}

table.spreadsheet tr td table tr th {
	text-align: center;
}

table.spreadsheet tr td.noresults {
	text-align: center;
}

table.spreadsheet tr th.sectionHeader {
	text-align: center;
	border-style: solid;
	border-color: #5bf;
	border-width: 0px 1px;
}

table.spreadsheet tr th.firstInSection {
	border-style: solid;
	border-color: #5bf;
	border-width: 0px 0px 0px 1px;
}

table.spreadsheet tr th.lastInSection {
	border-style: solid;
	border-color: #5bf;
	border-width: 0px 1px 0px 0px;
}

table.spreadsheet tr.totalrow td {
	background-color: #28c;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

table.spreadsheet tr.totalrow td.containsButton {
	text-align: center;
}

table.detailsTable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	font-family: Verdana, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #5bf #059 #066 #3cc;
	border-collapse: collapse;
}

table.detailsTable tr th {
	background-color: #28c;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 3px 0.5em;
}

table.detailsTable tr td {
	background-color: #ccc;
	color: #000;
	padding: 3px 0.5em;
	text-align: left;
	vertical-align: top;
	border-style: none;
}

table.detailsTable tr.endDetail td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #059;
}

p.errorMessage, div.errorMessage {
	background-color: #ffc;
	color: #f00;
	font-weight: bold;
	margin: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #f00;
	padding: 1em;
}

span.errorMessage {
	background-color: #ffc;
	color: #f00;
	font-weight: bold;
}

p.generalMessage, div.generalMessage {
	background-color: #ccf;
	color: #000;
	font-weight: bold;
	margin: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0.2em;
}

fieldset {
	border-style: none;
	padding: 0em;
	margin: 0em;
}

p.excel {
	margin-top: 0em;
	margin-bottom: 0.2em;
	text-align: center;
}

table.screenDef, table.dataEntry {
	width: 100%;
	padding: 0em;
	margin: 0em;
}

table.dataEntry tr td {
	vertical-align: top;
}

table.nostretch {
	width: auto;
	margin:auto;
}

table.screenDef th.screenCode {
	text-align: left;
	font-size: 0.8em;
	width: 25%;
}

div#workarea table.screenDef th.screenCode a:link, div#workarea table.screenDef th.screenCode a:visited, div#workarea table.screenDef th.screenCode a:active {
	cursor: help;
	color: #fff;
	text-decoration: none;
}

div#workarea table.screenDef th.screenCode a:hover {
	text-decoration: underline;
	cursor: help;
}

table.screenDef th.date {
	text-align: right;
	font-size: 0.8em;
	width: 25%;
}

th.innerth {
	padding: 0em;
	margin: 0em;
}

input.required {
	background-color: #fbb;
}

table tr.containsScreenDef td {
	font-size: 1.2em;
	padding: 0em;
}

img.noborders {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

textarea {
	font-family: Verdana, serif;
}

table.inputForm table.allcenter tr th, table.inputForm table.allcenter tr td {
	text-align: center;
}

tr.hidden, input.hidden, table.hidden, div.hidden {
	display: none;
}

td.formInstructions {
	text-align: center;
}

table.inputForm textarea.monospace {
	font-family: monospace;
}

p.userStatus {
	background-color: #ccc;
	color: #000;
	margin: 1em;
	border-style: solid;
	border-width: 3px;
	border-color: #5bf #059 #066 #3cc;
	padding: 1em;
}

div.callNote {
	width: 89%;
	margin: auto;
	border-width: 3px;
	border-style: solid;
	border-color: #5bf #059 #066 #3cc;
	padding: 1em 3% 1em 3%;
	background-color: #ccc;
	color: #000;
}

div.callNote p.noteHeader {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0em;
}

div.callNote p.noteBody {
	margin-top: 0em;
	text-align: justify;
}

div.floatConatiner {
	clear: both;
}

div#roundedWorkarea {
	width: 95%;
	background-color:#ECF9FF;
	margin: auto;
	margin-top: 1em;
	border: thin solid #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div#roundedWorkarea h1 {
	text-align:center;
	margin-top:auto;
}

table.inputForm tr td textarea.fixedWidth {
	font-family: monospace;
	font-size: 10pt;
}

span.status {
	font-weight: bold;
}