/* Fix for misaligned dataTable table body when horizontal scrolling enabled (ScrollX)*/
.usfsbranding .rowonecol3 {
	position: absolute;
	display: block;
	top: 10px;
	left: 450px;
	width: 500px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 1.2;
}

a.headerlink{
	color: #076727;
}

.dataTables_scrollHeadInner {
	margin-right: auto !important;
	margin-left: auto !important;
}

.dataTables_scrollFootInner {
	margin-right: auto !important;
	margin-left: auto !important;
}

a.link{
	color: #245e86;
	font-weight: bold;
}

img.image-right{
	float:right;
	clear:both;
	padding-left: 12px;
	padding-bottom: 15px;
	width: 40%;
}

div.formfields {
	padding-left: 25px;
}

li.foldertab{
	font-weight: bold;
}

div.tablefooter {
	padding-top: 6px;
	padding-bottom: 20px;
	font-style: italic;
	font-size: small;
}

div.sourceinfo {
	padding-top: 12px;
	font-style: italic;
	font-size: small;
}

caption {
	font-size:small;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	/*position:absolute;
	top: -999px;
	left:-999px;*/
}

table.content_table {
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 5px;
}

table.content_table thead {
	background: #c8ba91;
	padding-left: 3px;
	vertical-align:bottom;
	font-weight:bold;
	text-align: center;
}
table.content_table tfoot {
	background: #c8ba91;
	font-weight:bold;
}

table.content_table colgroup.subgroup {
	border: 2px solid #9d6b15;
}
table.content_table col.subvalue {
	background-color: #f9ebd2;
}

table.content_table col.rowheader {
}

table.content_table th.rowheader {
	padding-top: 6px;
	padding-bottom: 6px;
}

table.content_table tr.subheaderrow {
	background-color: #F7E4C4;
	padding-left: 3px;
}

table.content_table tr.subfooterrow {
	padding-left: 3px;
	font-style: italic;
}

table.content_table td {
	vertical-align:middle;
	border-right: 2px solid #ffffff;
}

table.content_table th {
	border-right: 2px solid #ffffff;
}

table.content_table tr {
	transition: background 0.2s
}

table.content_table tr.odd {
	border-right: 1px solid #f9ebd2;
}

table.content_table tr.even {
	background: #e3ddce;
	border: 1px solid #f9ebd2;
}

table.content_table tr:hover {
	background-color: #d1c6ad;
	cursor: pointer;
}

table.content_table tbody th {
	font-weight:bold;
	padding-left: 10px;
	text-align: left;
}

table.content_table tbody th.subheader {
	padding-left: 10px;
	text-align: center;
}

th.text {
	text-align:left;
}

th.number {
	text-align:right;
}

th.textCenter {
	text-align:center;
}

td.text {
	text-align:left;
}

td.textCenter {
	text-align:center;
}

td.textNoWrap {
	text-align: center;
	//white-space: nowrap;
}

td.number {
	text-align:right;
	white-space: nowrap;
}

img.FileIcon {
	vertical-align: top;
	width: 19px;
	height: 21px;
}
/*Datatables stylings*/

.dt-buttons {
	padding-top: 10px;
	padding-left: 24px;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #c8ba91;
	font-weight: bold;
	border-top: 1px solid #e3ddce;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background: #076727;
}
*/
