html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Calibri, Candara, sans-serif;
	color: #000;
}
th[scope=row] {
	text-align: left;
}
td.num {
	text-align: right;
	font-family: Consolas, monospace;
	padding-left: 20px;
}
ul.plain, ul.plain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.plain ul {
	margin-left: 1.5em;
}
input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.cb {
	clear: both;
}
.half-center {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.half {
	float: left;
	width: 50%;
}
.third {
	float: left;
	width: 33%;
}
.widethird {
	float: left;
	width: 34%;
}
.twothirds {
	float: left;
	width: 66%;
}
.quarter {
	float: left;
	width: 25%;
}
.threequarters {
	float: left;
	width: 75%;
}
a:link {
	color: #5b5b5b;
}
a:visited {
	color: #6e6e6e;
}
a:hover {
	color: #393939;
}
a:active {
	color: #900000;
}
a.sbfbunread {
	background: orange;
	padding: 0 5px;
	color: white;
	text-decoration: none;
}
#sessionbar {
	margin: 0;
	font-size: 10px;
	color: #c0c0c0;
	text-align: right;
	padding: 5px 10px;
	background-image: linear-gradient(#fafafa, #d6d6d6);
}
#sessionbar span {
	color: black;
}
#banner {
	background: #fff;
	padding: 10px 0 0 10px;
	line-height: 20px;
	font-size: 20px;
}
.synopsis {
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #717171;
	border-top-width: 5px;
}
.synopsis.warn {
	border-color: #f00;
}
div#navbar1 {
	background: #966940;
	padding: 5px 0 0 0;
	height: 25px;
}
div#navbar1 > a {
	display: block;
	float: left;
	background-color: #dcdcdc;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 0 0 5px;
	line-height: 25px;
	font-size: 15px;
	border-radius: 5px 5px 0 0;
}
div#navbar1 > a.current,
div#navbar1 > a.current:hover {
	background-color: #fff;
}
div#navbar1 > a:hover {
	background-color: #ececec;
}
div#copyright {
	margin: 25px auto;
	font-size: 10px;
	text-align: center;
	color: #ccc;
}
div#copyright > span {
	padding: 0 5px;
}
div#document {
	padding-top: 15px;
	min-width: 530px;
}
.headline {
	font-weight: bold;
	color: #717171;
	font-size: 16px;
	margin: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 7px;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul > li, ol > li {
	margin: 0 0 0 30px;
}
span.req {
	color: red;
}
p.pushright {
	margin-right: 10px;
}
div.error {
	padding: 1px 5px;
	background-color: #c00000;
	color: white;
	font-weight: bold;
}
.warn {
	color: #c00000;
}
.confirm {
	color: #00c000;
}
.usage {
	font-size: 10px;
	color: #303030;
}
table.layout {
	border-spacing: 0;
}
table.layout > tbody > tr > td {
	padding: 0;
	vertical-align: top;
}
table.list {
	width: 100%;
	background-color: #fff;
	border-spacing: 1px;
	border: 1px solid #d6d6d6;
	text-align: left;
	line-height: 17px;
}
table.list > thead > tr > th,
table.list > tbody > tr > th,
table.list > tbody > tr > td {
	padding: 3px 5px;
	text-align: left;
}
table.list > thead > tr > th > input[type="checkbox"],
table.list > tbody > tr > td > input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}
table.list > thead > tr > th {
	background-color: #e0e0e0;
	font-size: 11px;
	vertical-align: bottom;
}
table.list > thead > tr > th > .subtle {
	color: white;
}
table.list > tbody > tr > th {
	text-align: left;
}
table.list > tbody > tr:nth-child(even) {
	background-color: #f3f3f3;
}
table.list > tbody > tr:nth-child(odd) {
	background-color: #fcfcfc;
}
table.select {
	position: absolute;
	background-color: #fff;
	border-spacing: 0;
	border: 1px solid #ccc;
	border-top-width: 0;
	text-align: left;
	line-height: 17px;
}
table.select > tbody > tr > td {
	padding: 2px 5px;
	cursor: pointer;
}
table.form {
	border-spacing: 0;
}
table.form > tbody > tr > th {
	padding: 2px 5px 2px 0;
}
table.form > tbody > tr > th,
table.form > tbody > tr > td {
	vertical-align: top;
	line-height: 21px;
}
table.form > tbody > tr > th:first-child {
	text-align: left;
	padding-right: 10px;
}
table.select.hirow > tbody > tr:hover,
table.list.hirow > tbody > tr:hover {
	background-color: #cfffff;
}
span.member_indicator {
	color: green;
	padding: 0 2px;
}
textarea {
	font-size: inherit;
	font-family: inherit;
}
select, input, button, a.button, a.pagn {
	border-width: 1px;
	border-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #c0c0c0;
	border-radius: 2px;
	background-color: white;
	padding: 2px;
	font-family: inherit;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
}
select {
	padding: 1px;
}
input[type="checkbox"], input[type="radio"] {
	border-color: transparent;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	border-top-color: #e0e0e0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #e0e0e0;
	background-color: #f8f8f8;
	background-image: linear-gradient(#fefefe, #e0e0e0);
	color: #303030;
	line-height: 15px;
	cursor: pointer;
	border-radius: 5px;
	border-spacing: 0;
	padding: 2px 10px;
	height: 23px;
	font-weight: bold;
}
button[disabled], input[type="button"][disabled], input[type="submit"][disabled] {
	color: #888;
}
a.button, a.pagn {
	border-top-color: #e0e0e0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #e0e0e0;
	border-radius: 5px;
	border-spacing: 0;
	background-image: linear-gradient(#fefefe, #e0e0e0);
	padding: 2px 10px;
	text-decoration: none;
	text-align: center;
	color: #303030;
	-moz-box-sizing: border-box;
	-moz-appearance: button;
}
a.pagn {
	font-size: 12px;
	line-height: 14px;
	color: #808080;
}
a.pagn.current {
	color: black;
	font-weight: bold;
	border-color: #e0e0e0;
}
.button:hover, .pagn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	border-top-color: #a0a0a0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #a0a0a0;
	background-image: linear-gradient(#ffffff, #f0f0f0);
	color: black;
}
a.button.red, button.red, input[type="button"].red, input[type="submit"].red {
	border-top-color: #8d4747;
	border-right-color: #793d3d;
	border-bottom-color: #793d3d;
	border-left-color: #8d4747;
	background-color: #793d3d;
	background-image: linear-gradient(#a15151, #793d3d);
	color: #ffefef;
}
a.button.red:hover, button.red:hover, input[type="button"].red:hover, input[type="submit"].red:hover {
	border-top-color: #a45f5f;
	border-right-color: #7c3838;
	border-bottom-color: #7c3838;
	border-left-color: #a45f5f;
	background-color: #a15151;
	background-image: linear-gradient(#a15151, #a15151);
	color: #fff;
}
a.button.green, button.green, input[type="button"].green, input[type="submit"].green {
	border-top-color: #478d47;
	border-right-color: #3d793d;
	border-bottom-color: #3d793d;
	border-left-color: #478d47;
	background-color: #3d793d;
	background-image: linear-gradient(#51a151, #3d793d);
	color: #efffef;
}
a.button.green:hover, button.green:hover, input[type="button"].green:hover, input[type="submit"].green:hover {
	border-top-color: #5fa45f;
	border-right-color: #387c38;
	border-bottom-color: #387c38;
	border-left-color: #5fa45f;
	background-color: #51a151;
	background-image: linear-gradient(#51a151, #51a151);
	color: #fff;
}
.colbtn {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	overflow: hidden;
}
a.sortby {
	color: inherit;
	text-decoration: none;
}
a.sortby:hover {
	text-decoration: underline;
}
div.hr {
	margin-top: 25px;
	height: 1px;
	border-top: 1px solid #717171;
	margin-bottom: 25px;
	clear: both;
}
div.batchactions.on {
	padding-left: 45px;
	background: transparent url('../img/ckarwdr.png') no-repeat scroll left 17px top 7px;
}
div.batchactions.off {
	padding-left: 7px;
}
.subtle {
	color: #c0c0b0;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.reveal {
	position: relative;
	width: 60%;
	background-color: white;
	margin: 10% auto 0 auto;
	padding: 2%;
	border: 1px solid #999;
	text-align: left;
}
.frmcol {
	float: left;
	min-width: 370px;
}
.btncol {
	float: left;
	margin-left: 10px;
	width: 150px;
}
.leftnav {
	position: absolute;
	width: 100px;
}
.rightofleftnav {
	margin-left: 120px;
}
input.datetime {
	background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAIAAAAmzuBxAAAAKElEQVQY02M8cOAAA17AxEAIMP7//x+/CpaDBw8yMDDY29vjYowsWwDGny0Zei27nQAAAABJRU5ErkJggg==') no-repeat scroll right 4px top 4px;
}
.fileprefix {
	visibility: hidden;
}
table.files {
	font-size: 15px;
}
table.files > tbody > tr > td:nth-child(1) {
	width: 20px;
	text-align: center;
}
table.files > tbody > tr > td:nth-child(3) {
	text-align: right;
}
a.lotab {
	border-color: #717171;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	background-color: #f0f0f0;
	color: #000;
	text-decoration: none;
	padding: 4px 6px;
	/*background-image: linear-gradient(#ffffff, #dfdfc8);*/
}
a.lotab:hover {
	border-color: #717171;
	color: black;
	background-color: #cfffff;
}
a.lotab.current, a.lotab:active {
	border-color: #717171;
	color: black;
	font-weight: bold;
	background-image: none;
	background-color: #d3e0e0;
}
.infobar {
	display: block;
	text-align: left;
	line-height: 20px;
}
.infobar > .dl {
	display: inline;
	margin-right: 2em;
	white-space: nowrap;
}
.infobar > .dl > .dt {
	display: inline;
	margin-right: .5em;
}
.infobar > .dl > .dd {
	display: inline;
	font-weight: bold;
}
.wrapwide > #sessionbar,
.wrapwide > #document {
	margin-left: 10px;
	margin-right: 10px;
}
.wrapnarrow > #sessionbar,
.wrapnarrow > #banner,
.wrapnarrow > #document {
	margin: 0 auto;
	max-width: 920px;
}
.wrapnarrower > #sessionbar,
.wrapnarrower > #banner,
.wrapnarrower > #document {
	margin: 0 auto;
	max-width: 530px;
}
.finderout {
	position: absolute;
}
.reviewbody ul {
	margin: 10px 0;
	list-style-type: none;
}
.reviewbody ul > li {
	margin: 5px 0 0 10px;
}
table.info {
	border-spacing: 0;
}
table.info > tbody > tr > th,
table.info > tbody > tr > td {
	vertical-align: top;
	border-bottom: 1px dotted #d5d6b9;
	padding: 5px 10px;
}
table.info > tbody > tr:last-child > th,
table.info > tbody > tr:last-child > td {
	/*border-bottom-width: 0;*/
}
table.info > tbody > tr > th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #404037;
}
table.info > tbody > tr > td {
	font-weight: normal;
}
.help {
	cursor: help;
}
.borderhead {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #d5d6b9;
	border-bottom-width: 0;
	margin: 0;
	padding: 10px;
	background-color: #d9e0d9;
}
.bordered {
	border: 1px solid #d5d6b9;
	padding: 10px;
}
.fdbklist.bordered {
	padding: 0;
}
.fdbklist > h2 {
	margin: 20px 0;
}
.fdbkitem {
	border-bottom: 1px solid #d5d6b9;
	background-image: linear-gradient(#f2f2eb, #fafaf2);
	padding: 10px;
}
.fdbkitem:hover {
	background: #ffffcf;
}
.fdbkchid {
	float: right;
	color: #7e7f6e;
}
.fdbkchid > input {
	vertical-align: middle;
}
.fdbkrpto {
	font-style: italic;
	font-size: 10px;
	margin-right: 10px;
}
.fdbkmeta {
	font-style: italic;
	margin: 0 0 10px 0;
}
.fdbkmeta > .date {
	color: #7e7f6e;
	font-size: 11px;
}
.fdbkmeta > .author {
	color: #626562;
}
.fdbkdata {
}
.fdbkrply {
	padding-top: 10px;
	text-align: center;
}
table.orders > tbody > tr > td {
	vertical-align: top;
}
