body {
	font-size: 0.75em;
	font-family: Verdana;
	margin: 0em;
	background-color: #eff;
	background-image: url("graphics/bg.gif");
	color: black;
}

body.flatFile {
	font-family: monospace;
	white-space: pre;
	font-size: 1em;
	padding: 1em;
}

div#branding {
	font-family: Georgia, serif;
	background-color: #006;
	background-image: url("graphics/bannerbg.jpg");
	background-repeat: repeat-x;
	color: white;
	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: 0px;
}

div#branding div#poweredBy {
	font-family: Verdana;
	font-size: 0.8em;
	padding-right: 1em;
	background-color: #006;
	color: #fff;
	margin: 0em;
	text-align: center;
	clear: both;
}

div#branding div#mainIcons {
	text-align: left;
}

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#appHeader {
	margin: 1em 1em 0em 1em;
}

div#appLocation {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

div#appLocation a.changeLocation {
	font-size: 0.7em;
}

div#appLocation a:link, div#appLocation a:visited {
	text-decoration: none;
	color: #00f;
}

div#appMenu {
	padding: 0.2em 1em;
	margin: 0em;
	margin-bottom: 0.5em;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

div#appMenu a:link, div#appMenu a:visited {
	background-color: #ddd;
	color: #000;
	text-decoration: none;
	padding: 0em 1em;
	border-style: solid;
	border-width: 0px 2px;
	border-color: #000;
	margin: 0em;
}

div#appMenu a:hover {
	text-decoration: underline;
}

div#appMenu a.selectedMenuItem {
	background-color: #ffc;
	color: #000;
}

div#branding div#userBox {
	font-size: 0.8em;
	float: right;
	background-color: #006;
	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;
}

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: #006;
	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: 1em;
	margin-right: 1em;
	margin-top: 0em;
	background-color: #eee;
	border: 1px solid #ccc;
}

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 {
	border-collapse: collapse;
	clear:both;
}

.ui-dialog table.inputForm {
	margin: auto;
}

table.inputForm tr td.label, table.searchForm tr td.label {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 0.2em;
	white-space: nowrap;
}

table.searchForm tr td.label {
	text-align: right;
}

table.inputForm tr td.element, table.searchForm tr td.element {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 0.2em;
	white-space: nowrap;
}

label.sublabel, span.sublabel, div.identifiers label {
	margin-left: 1em;
	font-weight: bold;
}

input.subfield {
	margin-left: 1.5em;
}

ul.iconBar {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #000;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding: 0em;
	position:relative;
    z-index:5;
}

ul.iconBar li {
	float: left;
	padding: 2px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	position: relative;
}

ul.iconBar li:hover {
	background-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-color: #bbb;
}

ul.iconBar a {
    display:block;
    color:#000;
    background:#333;
    padding: 1em;
    padding-right: 2em;
    text-decoration:none;
    font-weight: bold;
    margin: 0em;
    position: relative;
}

ul.iconBar a:hover{
    color:#000;
    background:#ddd;
}

ul.iconBar ul{
    background-color: #000;
    list-style:none;
    padding: 0em;
    margin: 0em;
    position:absolute;
    left:-9999px;
}
ul.iconBar ul li{
    padding: 0em;
    margin: 0em;
    float:none;
   	border-style: solid;
	border-width: 1px;
	border-color: #bbb;
}
ul.iconBar ul a{
    white-space:nowrap;
}
ul.iconBar li:hover ul{
    left:0;
}
ul.iconBar li:hover a{
    background-color: #ddd;
    text-decoration:underline;
}
ul.iconBar li:hover ul a{
    text-decoration:none;
}
ul.iconBar li:hover ul li a:hover{
    background:#ffc;
}

ul.iconBar img {
}

img.actionIcon {
	cursor: pointer;
}

div.hidden, input.hidden, li.hidden, tr.hidden, label.hidden {
	display: none;
}

table.lookupDialog {
	width: 95%;
	margin: auto;
	border-collapse: collapse;	
}

table.lookupDialog tr.buttonbar td, tr.buttonbar td, tr.searchOptions td {
	text-align: center;
}

table.lookupDialog tr.odd td {
	background-color: #ddd;
	color: #000;
}

div.buttonbar {
	margin: 1em;
}

input.button {
	margin-top: 1em;
	margin-right: 1em;
}

table.lookupDialog input.button {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
}

table.oversized {
	font-size: 0.8em;
}

table.oversized input {
	font-size: 1.0em;
}

table.spreadsheet {
	border-collapse: collapse;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

div.tabs table.spreadsheet {
	margin: 1em;
}

table.spreadsheet tr th {
	text-align: left;
	font-weight: bold;
	padding: 3px 1em;
	background-color: #999;
	color: #eee;
}

table.spreadsheet tr.summaryRow td {
	font-weight: bold;
	background-color: #ccc;
	color: #000;
	border-bottom-color: #000;
}

table.spreadsheet tr.summaryRow td a:link, table.spreadsheet tr.summaryRow td a:visited {
	font-weight: bold;
	color: #00f;
}


table.spreadsheet tr.totalrow td, table.spreadsheet tr.totalRow td {
	text-align: right;
	font-weight: bold;
	background-color: #999;
	color: #eee;
}

table.spreadsheet tr td {
	padding: 3px 0.5em;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	white-space: nowrap;
	background-color: #eee;
}

table.spreadsheet tr.even td {
	background-color: #ddd;
}

table.spreadsheet tr:hover td, table.spreadsheet tr.highlighted td {
	background-color: #ffc;
}

table.spreadsheet tr.error td {
	background-color: #D80000;
	color: #000;
}
table.spreadsheet tr.warning td {
	background-color: #FFFF99;
	color: #000;
}

table.spreadsheet tr td.numeric, table.spreadsheet tr th.numeric, table.spreadsheet tr td.numeric input {
	text-align: right;
}

table.spreadsheet tr td.icon, table.spreadsheet tr th.icon {
	text-align: center;
}

table.spreadsheet tr td.editableColumn span.editableFields {
	display: none;
}

div.tabs {
	background-color: #eee;
padding: 0em;
border-style: none;
}

div.holdsBox {
	width: 25em;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
}

div.holdsBox span {
	padding: 0em 1em;
}

div.downloadTo, div.identifiers {
	text-align: center;
	margin: 0.5em;
}

div.downloadTo a {
	padding: 0em 1em;
}

div.downloadTo a:link, div.downloadTo a:visited {
	color: #00f;
	text-decoration: none;
}

div.downloadTo a:hover {
	text-decoration: underline;
}

p.reportHeader {
	font-size: 1.2em;
	text-align: center;
}

p.reportHeader span.label {
	margin-left: 1em;
	font-weight: bold;
}

div.formSection {
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	margin: 1em;
	clear: both;
}

div.formSection p.sectionHeader, p.searchHeader {
	background-color: #ccc;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	font-weight: bold;
	padding: 0em 0.5em;
	margin: 0em;
}

p.descriptionText {
	text-align:center;
	font-weight: bold;
	padding: 0em 0.5em;
	margin: 0em;
}

table.splitSection {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	border-collapse: collapse;
	clear:both;
}

table.splitSection tr td {
	vertical-align:top;
	padding: 0em;
	border-collapse: collapse;
}

table.splitSection tr td div.formSection {
	margin-top: 0em;
	margin-bottom: 0em;
}

p.reportOptions span.reportOption {
	margin-left: 1em;
}

div.wait {
	font-size: 2em;
	font-weight: bold;
}

input.lookup {
	vertical-align: top;
}

img.ui-datepicker-trigger {
	vertical-align: top;
	margin-left: 2px;
}

table.chargesTable {
	width: 98%;
	margin: auto;
}

table.chargesTable tfoot tr td {
	font-weight: bold;
	border-style: none;
}

table.chargesTable tfoot tr.inputRow td {
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc
}

table.tablesorter thead tr .header {
	padding-right: 30px;
	background-image: url(graphics/tablesorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(graphics/tablesorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(graphics/tablesorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

span.attachmentIconCount {
	font-weight: bold;
}

table#cfsNotesTable tfoot tr td, table#ewhNotesTable tfoot tr td {
	padding: 3px 1em;
	background-color: #ccc;
	color: #eee;
	border-color: #ccc;
}

ul.internal {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

textarea.hidden {
	display: none;
}

div#workarea table.systemDescriptions tr td {
	vertical-align: top;
}

div#workarea table.systemDescriptions tr td h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0em;
}

div#workarea table.systemDescriptions tr td ul {
	margin-top: 0em;
}

div#workarea div.optionsBar {
	font-weight: bold;
	margin: 1em;
}

div#workarea div.optionsBar a {
	margin-right: 2em;
}

table.inputForm tr td textarea.fixedWidth {
	font-family: monospace;
}

div#workarea p.admin {
	text-align: center;
	font-weight: bold;
	color: #c33;
}