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

h1 {
	background-color: #099;
	color: #fff;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	font-family: "Book Antiqua", Arial, serif;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0.5em 0em 0.5em 0em;
}

h1.subtitled {
	padding: 0.5em 0em 0em 0em;
}

h1 span.subtitle {
	display: block;
	font-size: 0.5em;
	padding-right: 0.5em;
	margin: 0em;
	text-align: right;
}

h1 span.subtitle a:link, h1 span.subtitle a:visited {
	color: #ff0;
}

#menu {
	width: 13em;
	position: absolute;
	left: 1em;
	top: 5em;
	font-family: Georgia, serif;
}

#menu a {
	display: block;
	background-color: #099;
	background-image: url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0.5em;
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #3cc #066 #066 #3cc;
	margin-top: 0.5em;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	background-color: #3cc;
	background-image: url(graphics/bulleton.gif);
	border-color: #099 #6ff #6ff #099;
}

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

p {
	padding: 0.5em;
	text-align: justify;
}

.manifestform {
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	border-style: solid;
	border-color: #3cc #066 #066 #3cc;
	border-width: 1px;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.manifestform table {
	border-collapse: collapse;
}

.manifestform th {
	background-color: #099;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.manifestform td {
	padding: 1px 5px;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.editCurrent {
	text-align: center;
}

.formlabel {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.manifestform span.sublabel, .manifestform label.sublabel {
	font-weight: bold;
	margin-left: 2em;
}

.formelement {
	text-align: left;
	vertical-align: bottom;
}

.permelement {
	text-align: left;
	font-weight: bold;
}

.filedetails, .contdetails, .bldetails, .itemdetails, .chargedetails {
	text-align: center;
}

.filetitle, .conttitle, .bltitle, .itemtitle, .chargetitle {
	text-decoration: underline;
	font-weight: bold;
}

.buttonbar {
	text-align: center;
}

.buttonbar input, .editCurrent input, input.update {
	background-color: #900;
	color: #fff;
	border-color: #c33 #600 #600 #c33;
	font-weight: bold;
}

input.update2 {
	background-color: #c99;
	color: #333;
	border-color: #c99 #633 #633 #c99;
	font-weight: bold;
}

.buttonbar input.lower, .editCurrent input {
	margin-top: 1em;
}

.buttons {
	font-size: 0.8em;
	background-color: #900;
	color: #fff;
	border-color: #c33 #600 #600 #c33;
	font-weight: bold;
}

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;
}

.noresults {
	text-align: center;
}

img.lookup {
	cursor: pointer;
}

table.spreadsheet {
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #3cc #066 #066 #3cc;
	border-collapse: collapse;
}

table.full {
	width: 100%;
}

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

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

table.spreadsheet td {
	padding: 3px 0.5em;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #066;
	white-space: nowrap;
}

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

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

tr.blBreakdown td table.spreadsheet {
	display: none;
	width: 95%;
	margin: auto;
	margin-bottom: 0em;
	border-style: solid;
	border-width: 4px;
}


.manifestform .formlabel label {
	cursor: help;
}

.manifestform .formlabel label:hover {
	text-decoration: underline;
}

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

.loginbox {
	margin: auto;
	background-color: #ccc;
	color: #000;
	border-style: solid;
	border-color: #3cc #066 #066 #3cc;
	border-width: 1px;
}

.loginbox th {
	background-color: #099;
	color: #fff;
	font-family: Arial, serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

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

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

ul {
	list-style-type: disc;
}

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

table.flatfile tr td {
	vertical-align: top;
}

.docnav, .docview, .instructions, .navlinks {
	text-align: center;
}

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

table.releaseform {
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	border-style: solid;
	border-width: 1px;
	border-color: #3cc #066 #066 #3cc;
	border-collapse: collapse;
}

table.releaseform th {
	background-color: #099;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 1em;
}

table.releaseform td {
	padding: 3px 1em;
	text-align: center;
}

.rejected {
	background-color: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

.spreadsheet a:link, .spreadsheet a:visited, .spreadsheet a:hover, .spreadsheet a:active {
	color: #00f;
}

.rejected a:link, .rejected a:visited, .rejected a:hover, .rejected a:active {
	color: #00f;
}

tr.criticalHold {
	background-color: #f00;
	color: #fff;
}

tr.criticalHold a:link, tr.criticalHold a:visited, tr.criticalHold a:hover, tr.criticalHold a:active {
	color: #fff;
}


tr.midHold {
	background-color: #f6f;
	color: #fff;
}

tr.midHold a:link, tr.midHold a:visited, tr.midHold a:hover, tr.midHold a:active {
	color: #fff;
}

tr.hold {
	background-color: #f90;
	color: #000;
}

tr.hold a:link, tr.hold a:visited, tr.hold a:hover, tr.hold a:active {
	color: #00f;
}

tr.error {
	background-color: #ff0;
	color: #000;
}

tr.security3z {
	background-color: #C9F;
	color: #000;
}

tr.error a:link, tr.error a:visited, tr.error a:hover, tr.error a:active {
	color: #00f;
}

span.statusAccepted {
	background-color: #0f0;
	color: #000;
}

span.statusError {
	background-color: #ff0;
	color: #000;
}

span.statusHold {
	background-color: #f90;
	color: #000;
}

span.statusMid {
	background-color: #f6f;
	color: #000;
}

span.statusCritical {
	background-color: #f00;
	color: #000;
}

ul.cascade, ul.cascade ul {
	list-style-type: none;
}

.searchform {
	margin: auto;
}

.searchform td {
	vertical-align: top;
}

.searchbox {
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	border-style: solid;
	border-color: #3cc #066 #066 #3cc;
	border-width: 1px;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.searchbox th {
	background-color: #099;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.searchbox td {
	vertical-align: top;
}

.searchbox td.formlabel {
	font-weight: bold;
	text-align: right;
}

.flatfilebanner {
	text-align: center;
	font-weight: bold;
}

.datefield {
	white-space: nowrap;
}

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

th.sectionHeader {
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px;
}

th.firstInSection {
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 1px;
}

th.lastInSection {
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 0px 0px;
}

table.second {
	margin-top: 1em;
}

#whatsnew span.date {
	font-weight: bold;
}

table#acceptable {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

table#acceptable th {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

table#acceptable td {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	vertical-align: top;
}

.editing {
	font-weight: bold;
}

.urgentNews {
	color: #f00;
}

.urgentNews a:link, .urgentNews a:visited, urgentNews a:hover, urgentNews a:active {
	color: #f00;
}

span.obsolete {
	text-decoration: line-through;
}

.fieldnote {
	font-size: 0.8em;
}

.itform {
	background-color: #ccc;
	color: #000;
	font-family: Verdana, serif;
	border-style: solid;
	border-color: #3cc #066 #066 #3cc;
	border-width: 1px;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.itform th {
	background-color: #099;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.itform td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	vertical-align: top;
}

p.message, div.message {
	background-color: #ccf;
	color: #000;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 1em;
}

span.message {
	background-color: #ccf;
	color: #000;
	font-weight: bold;
}

td.formlabelcenter {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

td.formelementcenter {
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

dl {
	padding-left: 1em;
	padding-right: 1em;
}

dl dt {
	font-weight: bold;
	float: left;
	margin-right: 1em;
}

dl dd {
	margin-bottom: 0.2em;
}

p.special {
	margin: 0em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #099;
}

p.special a:link, p.special a:visited {
	color: #099;
}

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

div.hidden, a.hidden, td.hidden {
	display:none;
}

table.manifestform tr td.identifier {
	font-size: 1.2em;
}

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

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: #3cc #066 #066 #3cc;
}

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: #099;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0em;
}

table.inputForm tr.docLinks, p.docLinks {
	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;
}
