

#navcontainer {
	margin: -.5em 0 2em 0;
	color: #666;
	font-size: 12px;
}

#navcontainer a {
	color: #037;
}

#navcontainer a:hover {
	color: #69c;
	text-decoration: none;
}

.searchnow {
	float: left;
	display: block;
	margin-right: 3em;
}

#navlist {
	list-style: none;
}

#navlist li {
	float: left;
}

#navlist li a {
	display: block;
	padding-right: 1em;
}

#navlist li:hover ul, #navlist li.hover ul {
	left: auto;
}

#navlist ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

ul#subnavlist {
	background: #ffe url("../images/callout_bg.gif") repeat-x 0 0;
	border: 1px solid #cbbe93;
	border-width: 1px 1px 0;
}

#subnavlist a {
	color: #333;
	padding: .3em 0em .4em .4em;
}

#subnavlist li, #subnavlist a {
	clear: left;
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 10px;
}

#subnavlist li a {
	display: block;
}

ul#subnavlist li {
	border-bottom: 1px solid #cbbe93;
}


.results_block {
	clear: both;
}

.results, .results-narrow, .results-squish {
	clear: both;
	border-collapse: collapse;
	margin: 0 auto;
	width: 98%;
}

.results-narrow {
	max-width: 700px;
}

.results-squish {
	max-width: 400px;
}

.item, .itemRight, .itemCenter,
.alternatingItem, .alternatingItemRight, .alternatingItemCenter,
.item-total, .item-total-right {
	border-top: 1px solid #666666;
	vertical-align: top;
}

.results tr th,
.item, .alternatingItem, .alternatingItemCenter,
.item-total {
	padding: .2em 1.5em .2em .3em;
}

.results tr th,
.item, .itemRight, .itemCenter,
.item-total, .item-total-right {
	color: black;
	background-color: #f0f4f7;
}

.results tr th,
.alternatingItem, .alternatingItemRight, .alternatingItemCenter {
	color: black;
	background-color: #ffffff;
}

.results tr th, .alternatingItemRight,
.itemRight,	.item-total-right  {
	text-align: right;
	padding: .2em 1.5em .2em .2em;
}

.itemCenter, .alternatingItemCenter  {
	text-align: center;
	padding: .2em 1.5em .2em .2em;
}

.results tr th, .item-total, .item-total-right, .item-strong {
	font-weight: bold;
}

.results tr th, .item-total, .item-total-right {
	color: black;
	background-color: #F2E5E5;
}

.results th {
	font-weight: bold;
}

.padding {
	background-color: white;
	width: 30px;
}

.result-btn {
	padding-left: .1em;
	padding-right: 3px;
	white-space: nowrap;
}

.tableHead, .tableHead-right, .tableHead-center, .table-head-btn {
	padding: 4px 1.5em 4px 1px;
	font-weight: bold;
	white-space: nowrap;
}

.tableHead-right {
	text-align: right;
}

.tableHead-center {
	text-align: center;
}

.tableHead img, .tableHead-right img {
	vertical-align: -10%;
	margin-right: 4px;;
}

.table-head-btn {
	text-align: left;
	padding-left: 4px;
	padding-right: 0px;
	width: 32px;
}

.narrow-cell {
	width: 40%;
}

.arrow {
	vertical-align: baseline;
}

.detailRow {
	visibility: hidden;
	display: none;
	border-collapse: collapse;
}

.detail, .detailAlt {
	margin-bottom: .1em;
}

div.detail, div.detailAlt {
	width: 100%;
	border-collapse: collapse;
}

.detail, .detail tr, .detail tr th, .detail tr td {
	color: black;
	background-color: #f0f4f7;
	border-top: 1px solid #cccccc;
	border-collapse: collapse;
}

.detailAlt, .detailAlt tr, .detailAlt tr th, .detailAlt tr td {
	color: black;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-collapse: collapse;
}

.detail tr th, .detail tr td, .detailAlt tr th, .detailAlt tr td {
	vertical-align: top;
	padding-top: .25em;
	padding-bottom: .25em;
}

.detail tr th, .detailAlt tr th {
	text-align: left;
	padding-left: .3em;
	padding-right: .7em;
	font-weight: bold;
}

.detail tr td, .detailAlt tr td {
	text-align: left;
	padding-right: 3em;
}

.footer {
	width: 540px;
	text-align: right;
}

.paddingCell {
	text-align: right;
}

.boxtitle {
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
}

.sqltext {
	clear: both;
	width: 60%;
	background-color: #f5f5f5;
	vertical-align: middle;
	padding: .2em .3em .3em .4em;
	margin-top: 1.5em;
	border-style: outset;
	border-width: 1px;
	border-color: #A3C5CC;
	display: none;
	visibility: hidden;
}

.result-msg {
	clear: left;
	border-top: 1px solid #aaa;
	margin-top: 1em;
	padding-top: .5em;
}

.result-hint {
	margin-top: -.4em;
	margin-bottom: .8em;
	font-size: 12px;
}

.result-hint img {
	vertical-align: bottom;
}

.sort-arrow {
	float: left;
	line-height: 8px;
	margin-right: 6px;
	width: 9px;
}

.sort-arrow-wrap {
	float: right;
}

.sort-arrow img {
	width: 9px;
	height: 8px;
}

.full-record-btn {
	padding-left: .5em;
}

.full-record-toggle {
	float: left;
	margin-left: -2px;
}


.censusfull {
	width: 60%;
	margin-left: 2em;
	font-size: 13px;
}

.cf-head {
	margin: 2em 0 .5em;
	font-size: 110%;
	border-bottom: 1px dotted #ccc;
}

.cf-line {
	font-weight: normal;
	margin: .1em 0 .5em 1em;
}

.cf-line-in {
	font-weight: normal;
	margin-left: 2em;
	margin-right: 6em;
	margin-top: .1em;
	margin-bottom: .6em;
	max-width: 700px;
}

.cf-line-list {
	margin-top: -.9em;
	margin-bottom: -.1em;
}

.cf-label {
	font-weight: normal;
}

.cf-value, .cf-value-in {
	font-weight: bold;
	margin-right: .8em;
}

.cf-value-in {
	margin-left: 1em;
}

.cf-annotation {
	margin-left: 2em;
}

.cf-line, .cf-line-in,
.cf-annotation {
	font-weight: normal;
}

ul.cf-line {
	list-style: none;
	margin: -.3em 0em .4em 2em;
	font-weight: bold;
}

ul.cf-line li {
	font-weight: bold;
}




.result-nav ul {
	padding-top: 5px;
	list-style: none;
	border-top: 1px solid #aaa;
}

.result-nav ul li {
	display: inline;
}

.result-nav ul li .cold,
.result-nav ul li a {
	margin-right: 2px;
	font-size: 13px;
}

.result-nav ul li a,
.result-nav ul li a:visited,
.result-nav ul li a:hover {
	text-decoration: none;
}

.result-nav ul li .cold {
	color: silver;
}

.result-nav ul li a:hover,
.result-nav ul li a:active {
	color: #ff0000;
}

.resultnav-pagenumber_cur {
	color: silver;
	font-weight: bold;
	font-size: 13px;
	padding-right: 6px;
}

.result-nav-btn {
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 10px 1.0em 0 25px;
}

.result-nav a:hover {
	color: #69c;
	text-decoration: none !important;
}

.result-nav .first-page { background-image: url("../images/buttons/first-page.png"); }
.result-nav .last-page { background-image: url("../images/buttons/last-page.png"); }
.result-nav .next-page { background-image: url("../images/buttons/next-page.png"); }
.result-nav .previous-page { background-image: url("../images/buttons/previous-page.png"); }
.result-nav .export { background-image: url("../images/buttons/export.png"); }
.result-nav .bookmark { background-image: url("../images/buttons/bookmark.png"); }
.result-nav .pagelist { background-image: url("../images/buttons/page-list.png"); }



.formBox, .formBoxHide,
.formBox-narrow, .formBox-medium {
	clear: left;
	float: left;
	margin-left: -1em;
	padding-top: 1em;
}

.formBoxHide {
	display: none;
	visibility: hidden;
}

.formBox-narrow {
	max-width: 400px;
}

fieldset {
	float: left;
	display: block;
	margin: 0 0 .5em 1em;
	border: 1px solid #aaa;
	width: 13em;
	padding: 0 .5em .5em .5em;
}

fieldset.wide {
	width: auto;
	padding-right: .6em;
}

fieldset.stubby {
	height: 10.3em;;
}

fieldset.tall {
	height: 22em;
}

fieldset.text, fieldset.text-narrow {
	padding: .6em .6em .6em .6em;
	background-color: #ffffcc;
	vertical-align: middle;
	font-size: 12px;
}

fieldset.text {
	width: 400px;
}

fieldset.text-narrow {
	width: 250px;
}

fieldset img.button {
	float: right;
	margin-right: .5em;
}

fieldset.nofloat {
	clear: both;
}

fieldset.button-group {
	margin-top: .5em;
}

fieldset.button-group input {
	border: 1px solid #cbbe93;
	background-color: #ffe9a3;
	cursor: pointer;
	height: 1.7em;
	padding-bottom: 3px;
}

fieldset.button-group input:hover {
	border: 1px solid #aaa;
	background-color: #fddf81;
}

fieldset img {
	float: right;
	margin: 0 .5em 0 0;
}

fieldset legend {
	color: #000;
	font-size: 85%;
}

input {
	display: block;
	margin-bottom: .4em;
	font-size: 85%;
	width: 80%;
}

input.short {
	display: inline;
	width: 5em;
	clear: both;
}

input.tiny {
	display: inline;
	width: 27%;
	clear: both;
	margin-right: -.08em;
}

input.form-table-short {
	display: inline;
	width: 4.5em;
	clear: both;
	margin-bottom: -.2em;
	margin-top: .2em;
}

input.button {
	display: inline;
	width: 6em;
	clear: both;
}

fieldset.button-group {
	background-color: none;
	border: 0;
	clear: both;
	width: 18em;
}

select {
	display: block;
	width: 18em;
	margin-bottom: .3em;
	margin-right: .4em;
	width: 18em;
	font-size: 85%;
}

option {
	width: 17em;
}

label {
	display: block;
	margin: 0 .5em .13em 0;
	font-size: 85%;
}

label.tiny, label.tinyblock, label.tinylot, label.short {
	display: inline;
	clear: both;
}

label.tinyblock {
	margin-right: 1em;
}

label.tinylot {
	margin-right: 1.8em;
}

label.short {
	margin-right: 1.7em;
}

label.first {
	padding-top: .5em;
}

label .faint {
	font-weight: normal;
	font-size: 11px;
}

div.checkGroup, div.checkGroup label, div.checkGroup input {
	font-weight: normal;
	display: inline;
	clear: both;
	width: auto;
	margin-top: .15em;
	padding: 0;
}

.div.checkGroup label {
	margin-right: -.5em;
}

div.radioGroup, div.radioGroup label, div.radioGroup input {
	font-weight: normal;
	display: inline;
	clear: both;
	width: auto;
	margin-top: .15em;
	padding: 0;
}

.formCheck {
	padding: 0;
}

div.radioGroup input {
	padding: 0;
	margin-right: -.1em;
	vertical-align: -60%;
}

.operator {
	margin-left: .1em;
	margin-right: .1em;
	vertical-align: top;
	font-size: 85%;
}

.can-use-1, .can-use-2, .can-use-3 {
	font-size: 15px;
	font-weight: bold;
	vertical-align: -1px;
	margin-left: 1px;
	line-height: 13px;
}

label.can-use-1, label.can-use-2, label.can-use-3 {
	font-size: 13px;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 0em;
	line-height: normal;
}

.can-use-1 {
	color: #fc3;
}

.can-use-2 {
	color: #cc0000;
}
.can-use-3 {
	color: black;
}

