/*body {
	color: #333;
	font: 16px/1.125em Verdana, Geneva, sans-serif;
	background: #003366;
	margin: 0;
	padding: 0;
}*/
/*html, button, input, select, textarea, .pure-g [class *= "pure-u"] { font: 1em Verdana, Geneva, sans-serif; }*/
h1, h2, h3, h4 {
	margin: 0.625em 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
h1 {
	margin-bottom: 0.85em;
	color: #600;
}
h2 {
	margin-bottom: 0.85em;
	color: #633;
}
h3 {
	margin-bottom: 0.75em;
	color: #036;
}
h4 {
	margin-bottom: 0.75em;
	color: #069;
}
.cgrid a { color: #00F; }
.cgrid a:hover { color: #127290; }
/*html, p, table, ul, dl, ol { font-size: 0.95em;  //14px/16px  }*/
.cgrid p {
	padding: 0 1.25em;
	margin-bottom: 0.9375em;
	margin-top: 0em;
}
.cgrid table {
	padding: 0em;
	border-spacing: 0em;
	margin: 0.3125em auto 0.625em;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important; /* Older Firefoxs */
}
.cgrid th, tr, td {
	vertical-align: top;
	padding: 0.125em;
}
.cgrid th { white-space: nowrap; }
.cgrid tfoot tr th { background: #9CC !important; }
#layout {
	border-top: 1px solid #B9C9D2;
	border-left: 1px solid #B9C9D2;
	clear: both;
	background: #FFF 0 0 !important;
	padding: .25em .25em 2em !important;
	width: 95%;
	box-shadow: 0.125em 0.125em 0.125em #778899;
	margin: 0.625em auto;
}

/* message box */
.helpDialogs, .dialogBoxes, .hideOnLoad {
	display: none;
}
.message {
	margin: 0.9375em auto;
	font-weight: bold;
	padding: 0.250em;
	width: 50%;
	max-width: 37.5em;
	box-shadow: 0.125em 0.125em 0.3125em #789;
	border-top: 0.0625em solid #CCC;
	border-left: 0.0625em solid #CCC;
}
.success {
	color: #060;
	box-shadow: 0.125em 0.125em 0.3125em #708F70;
	border-top: 0.0625em solid #CFDACF;
	border-left: 0.0625em solid #CFDACF;
}
.success ul { list-style: none; }
.error {
	color: #F00;
	box-shadow: 0.125em 0.125em 0.3125em #966;
	border-top: 0.0625em solid #E6D9D9;
	border-left: 0.0625em solid #E6D9D9;
}

/* our standard sorted tables */
.sortedTable {
	border-right: 1px solid #d3d3d3 !important; /* had to use PX to make borders show in Chrome */
	border-left: 1px solid #d3d3d3 !important; /* had to use PX to make borders show in Chrome */
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Older Firefoxs */
}
.sortedTable th {
	color: #333;
}
.sortedTable tbody tr td:first-child {
	border-left: 1px solid #d4d1bf;
}
.sortedTable tbody tr td:last-child {
	border-right: 1px solid #d4d1bf;
}
.odd, .odd td { background: #FFF; }
.even, .even td { background: #D8DFFE; }
.warning, .warning td, .warning td a { color: #F00; }
span.warning { font-style: italic; font-weight: bold; }
.caution td, .caution td a { color: #F60; }
.hoverRow td, .highlightCell {
	background-color: #FF6 !important;
}
.tableButton { 
	margin-left: 2em; 
	margin-right: 2em; 
}
.ui-button-text { font-weight: bold !important; }

/* OVERRIDE SOME LIBRARY CLASSES */
/* tweak data tables to make filter, paginate, etc fonts a little smaller and bold; */
.dataTables_filter, .dataTables_length, .dataTables_info {
	font-weight: bold !important;
	font-size: 0.9em !important;
}
.dataTables_filter input { width: auto !important; } /* added to avoid the dataTables search box from being resized be our normal form defaults above */

.dataTables_wrapper .dataTables_paginate .fg-button {
	padding: 0.25em 0.5em !important;
	border: 1px solid #D4D1BF !important;
}
.ui-widget { font: 100%/1.125em Verdana, Geneva, sans-serif !important; }
