@CHARSET "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, dl, ol, form, fieldset, input, label, table, tbody, tfoot, th, tr, td, textarea, select {
font-family: "helvetica neue", helvetica, "lucinda sans unicode", "sans serif";
font-weight: normal;
color: #333;
padding: 0;
border: 0;
margin: 0;
font-size: 12px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	padding: 0;
}

header table {
	width: 100%;
}

header table td {
	border-style: none;
	background: #054ba5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

header img {
	height: 50px;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px; 
	width: 100%;
	padding: 0;
}

footer table {
	width: 100%;
}

footer table td {
	border-style: none;
	background: #054ba5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.selectors {
	text-align: center;
	vertical-align: middle;
}

.numbers {
	text-align: right;
}

.dollars {
	text-align: right;
}

.dollars::before {
	content: "$ ";
}

#tabs {
	position: fixed;
	top: 65px;
	bottom: 30px;
	width: 98.5%;
	overflow-y: scroll;
}

table, th, td
{
	border: 1px solid #888;
}

section {
	margin: 0;
}

form {
	padding:5px 0 5px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	padding:5px 0 5px 0;
}

thead {
	line-height: 30px;
}

thead th {
	background: #0077d9;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

tfoot {
	line-height: 30px;
}

tfoot th {
	background: #0077d9;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

th {
	padding: .2em .5em .2em .5em;
}

td {
	font-size: 11px;
	line-height: 25px;
	padding: .2em .5em .2em .5em;
}

tr.rowSelected >td{
	font-weight: bold;
	color: red;
} 

tr.notSelected>td {
	font-weight: normal;
	color: black;
} 

tr:nth-child(even) {
	background: #CCC
}

tr:nth-child(odd) {
	background: #FFF
}

table.features {
	width: 100%;
	border-style: none;
	margin: 5px 5px 5px 5px;
}

table.features  td {
	border-style: none;
	font-size: 10px;
	line-height: 10px;
	padding: .2em .5em .2em .5em;
}

table.features  tr.blackFeature td{
	color: black;
}

table.features  tr.redFeature td{
	color: red;
	font-weight: bold;
}

table.features  tr.greenFeature td{
	color: green;
	font-weight: bold;
}

table.features  tr.blackFeature td.tblHeader{
	background: grey;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

nav {
	padding:5px 0 5px 0;
}

nav.rowNav {
	padding:1px 0 1px 0;
}

nav a {
	width: 80px;
	text-decoration: none;
	border: 1px solid #5b5b5b;
	font-size: 12px;
    font-weight: 700;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

nav.rowNav a {
	font-size: 10px;
	padding: 1px 1px 1px 1px;
}

nav.formNav a,
nav.tableNav a,
nav.rowNav a {
	background: #003975;
	color: #fff;
}

nav.formNav a:hover,
nav.tableNav a:hover,
nav.rowNav a:hover {
    background-color: red;
	color: #fff;
}

.importfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.importfile + label {
	height: 16px;
    font-size: 12px;
    font-weight: 700;
	background-color: #003975;
	color: #fff;
    display: inline-block;
	padding: 5px 5px 5px 5px;
}

.importfile:focus + label,
.importfile + label:hover {
    background-color: red;
    cursor: pointer;
}

label {
	display: block;
	padding: 4px 0 4px 0;
	color: #333;
}

input {
	border-radius: 3px;
	height: 20px;
	border: 1px solid #AAA;
	padding: 0 7px;
}

input.large {
	width: 400px;
}

select {
	border: 1px solid #AAA;
	overflow: hidden;
	margin-right: 15px;
	width: 200px;
}

select option:first-child {
    color: gray;
}

select option.level_5 {
    color: red;
	background: lightgrey;
	font-size: 1.10em;
	font-weight: bold;
}

select option.level_4 {
    color: green;
	background: lightgrey;
	font-size: 1.08em;
	font-weight: bold;
}

select option.level_3 {
    color: blue;
	background: lightgrey;
	font-size: 1.06em;
	font-weight: bold;
}

select option.level_2 {
    color: purple;
	background: lightgrey;
	font-size: 1.04em;
	font-weight: bold;
}

select option.level_1 {
    color: black;
}

.required {
	color: red;
}

.not {
	display:none;	
}

label.error {
	color: red;
    font-weight:bold;
}

.overdue {
	background: #F7DCE5;
}

.warning {
	background: #F7F7DC;
}

.rowHighlight {
	font-weight:bold;
} 

#howtoPage  h3, p, ul, li {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#howtoPage  h3 {
	display: block;
    font-size: 1.17em;
    font-weight: bold;
}

#howtoPage  p {
	display: block;
	margin: 1em 0px 1em 0px;
}

#howtoPage  li {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 40px;
}
		
