html, body{
	font-family: Arial;
	background: #fefefe;
	margin: 0;
	padding: 0;
}

a{
	color: #000;
}

div.topBar{
	display: block;
	background: #257;
	padding: 7px;
	text-align: right;
	width: 100%;
}

div.topBar ul{
	list-style-type: none;
	width: 1024px;
	margin: 0 auto;
}

div.topBar ul li{
	display: inline-block;
	padding: 0 10px;
}

div.topBar ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

div.topBar ul li a:hover{
	text-decoration: underline;
}

header{
	color: #fff;
	background: #adf url( 'images/mountains.jpg' ) center center;
	padding: 20px 0;
	box-shadow: 0 5px 10px #444;
}

header .header{
	width: 1024px;
	margin: 0 auto;
	text-shadow: 3px 3px #000;
}

header .fox{
	height: 100px;
	display: block;
	float: left;
	margin: 0 20px;
}

header h1{
	font-family: Helvetica;
	font-size: 3.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

header P{
	font-family: Helvetica;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

section{
	color: #444;
	background: transparent;
	width: 1024px;
	margin: 30px auto;
	display: block;
	padding: 0;
}

.covid{
	color: #444;
	background: #adf;
	padding: 10px 20px;
	margin: 20px 0;
	border-radius: 10px;
	border-left: 10px solid #257;
	box-shadow: 3px 3px 10px #666;
}

.covid h2{
	font-size: 0.9em;
}

.covid a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #257;
}

.covid a:hover{
	text-decoration: underline;
}

.balanceSummary{
	color: #444;
	background: #eee;
	border-top: 2px solid #257;
	margin: 20px 0;
	padding: 0;
}	

.balanceSummary table{
	background: transparent;
	display: inline-block;
	width: auto;
	margin: 20px 20px;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 0.8em;
}

.balanceSummary .balance{
	font-weight: bold;
	font-size: 1.3em;
}

.balanceSummary .pos{
	color: #0a0;
}

.balanceSummary .neg{
	color: #c00;
}

.balanceSummary .amt{
	text-align: right;
}

.balanceSummary .acct{
	text-align: right;
}

.transactions{
	font-size: 0.9em;
	border-top: 2px solid #257;
	width: 100%;
}

.transactions td{
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.transactions .date{
	text-align: center;
}

.transactions .action{
	
}

table.accountTypes{
	border-top: 3px solid #257;
	margin: 30px 0;
}

section table tr.header td{
	background: #eef;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px;
	border-top: 2px solid #257;
	border-bottom: 2px solid #777;
}

section table tr.detailHeaders th{
	text-align: right;
}

section table th{
	font-size: 0.9em;
	background: #eee;
	padding: 20px 5px;
}

section table .dollars{
	text-align: right;
	padding: 10px 20px;
}

section table .neg{
	color: #f44;
	font-weight: bold;
}

div.left-nav{
	width: 200px;
	display: inline-block;
	vertical-align: top;
}

div.left-nav ul{
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

div.left-nav ul li{
	border-top: 1px solid #aaa;
	padding: 7px 0;
}

div.left-nav ul li a{
	color: #444;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: 700;
	border-left: 4px solid transparent;
	padding-left: 5px;
}

div.left-nav ul li a:hover{
	color: #257;
	text-decoration: underline;
}

div.left-nav ul li a.active{
	color: #257;
	font-weight: 700;
	border-left: 4px solid #257;
}

div.centre-nav{
	width: 600px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

div.full-nav{
	width: 800px;
	display: inline-block;
}

div.centre-nav table{
	width: 600px;
	margin: 30px 0;
}

div.right-nav{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

div.right-nav a{
	color: #257;
	background: transparent;
	text-decoration: none;
}

div.right-nav a:hover{
	color: #444;
}

div.right-nav input[type=number], div.right-nav select{
	display: block;
	width: 100%;
	padding: 10px;
}

div.right-nav input[type=number]{
	width: 7em;
}

div.right-nav input[type=button],div.right-nav input[type=submit]{
	color: #ddd;
	background: #257;
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
}

.right-nav ul{
	list-style-type: none;
	border: 1px solid #ddd;
	font-size: 0.9em;
	margin: 0;
	padding: 12px;
}

.right-nav ul li{
	padding: 5px 0;
}

.right-nav ul li.title{
	font-weight: bold;
	font-size: 1.1em;
}

.right-nav ul li a::after{
	color: #257;
	font-weight: bold;
	content: "\2192";
	padding: 0 7px;
}

.right-nav ul li a:hover{
	text-decoration: underline;
}

.cancel{
	background: #fdd;
	padding: 10px 20px;
	border: none;
	text-decoration: none;
	border-radius: 3px;
}

.cancel:hover{
	background: #fcc;
}

div.right-nav .box{
	border: 1px solid #777;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	border-sizing: border-box;
}

div.right-nav h4{
	font-size: 1em;
}

div.right-nav h5{
	font-size: 0.75em;
	padding-left: 10px;
}

div.right-nav p{
	font-size: 0.7em;
	padding-left: 10px;
}

footer{
	display: block;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}

h1{
	margin: 0 0 20px 0;
}

#mainMenu{
	color: #aaa;
	background: transparent;
	list-style: none
	margin: 0;
	padding: 0;
}

#mainMenu li{
	display: inline-block;
	padding: 10px;
}

#mainMenu a{
	color: #aaa;
	text-decoration: none;
	padding: 10px;
	font-size: 1.1em;
	font-weight: 700;
}

#mainMenu a.active{
	color: #257;
	border-top: 5px solid #257;
}

.adminMenu{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

.adminMenu li{
	display: inline-block;
}

.adminMenu li a{
	color: #ddd;
	background: #69b;
	font-size: 1.1em;
	text-decoration: none;
	padding: 5px;
}

.adminMenu li a:hover{
	background: #257;
}

.loginWidget{
	background: #eee url( 'images/L1020944.jpg' );
	background-position: center;
	background-size: 1024px auto;
	border: none;
	padding: 10px;
}

.loginWidget .blurb{
	display: inline-block;
	width: 300px;
	padding: 40px 10px;
}

.blurb h1{
	color: #fff;
}

.blurb p{
	color: #fff;
	font-size: 1em;
}

.blurb .button{
	color: #257;
	background: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 10px;
}

.blurb .button:hover{
	color: #eee;
	background: #368;
	border: 2px solid #eee;
}

.loginWidget form{
	background: #eee;
	margin: 10px;
	padding: 20px;
	display: inline-block;
	float: right;
}

.clear{
	clear: both;
}

.inputHeader{
	color: #444;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

.loginInput{
	border: 1px solid #444;
	padding: 10px;
	font-size: 0.9em;
	margin: 10px 0;
}

.loginButton{
	padding: 10px;
	margin: 5px;
}

.inputRemember{
	display: block;
}

.pageDisclaim{
	padding: 30px 0;
	font-size: 0.8em;
}

table th{
	text-align: left;
}

tr.lockedAccount{
	background: #fdd;
}

tr.lockedAccount .locked{
	color: #f66;
	font-weight: bold;
}

span.active{
	color: #0f0;
	font-weight: bold;
}

span.locked{
	color: #f00;
	font-weight: bold;
}

div.lockedAccount{
	color: #400;
	background: #fee;
	padding: 15px 20px;
	margin: 15px 0;
	border-top: 2px solid #f00;
	box-shadow: 0 5px 10px #000;
}

div.lockedAccount h1, div.lockedAccount p{
	padding: 10px 0;
	margin: 0;
}

tr.accountInfo td:first-child::before{
	background: #69a;
	content: "";
	width: 5px;
	height: 35px;
	margin:0 5px 0 0;
	float: left;
}


tr.accountInfo td{
	padding: 10px;
	background: transparent;
	border-bottom: 1px solid #444;
}

tr.caption{
	color: #000;
	font-size: 1.1em;
}

table a{
	color: #444;
	text-decoration: none;
}

table a:hover{
	color: #000;
	text-decoration: underline;
}

td.continue{
	text-align: right;
}

table.bigFormat{
	width: 100%;
	box-sizing: border-box;
	/* not much to put here yet */
}

.bigFormat input, .bigFormat select{
	outline: none;
	border: 1px solid #444;
}

.bigFormat input[type=text], .bigFormat input[type=email]{
	width: 100%;
	box-sizing: border-box;
}

.bigFormat input:focus, .bigFormat select:focus{
	outline: none;
	background: #fda;
	border: 1px solid #257;
}

.bigFormat tr td{
	padding: 15px 0;
}

select, option, input {
	padding: 10px;
}

.bigFormat input[type=submit]{
	color: #fff;
	background: #257;
	padding: 10px 20px;
	border-radius: 3px;
}

input::placeholder{
    color: #ccc;
}

textarea:disabled, input:disabled{
    color: #999;
    background: #efefef;
    border: 1px dotted #fee;
}

.takeThird input[type=text], .takeThird input[type=number], .takeThird textarea, .takeThird select{
	width: 60%;
	box-sizing: border-box;
	margin: 0 50px;
	display: initial;
}

.takeThird td:first-child{
	width: 30%;
}




/* =================FOOTER======================== */

footer{
	color: #eee;
	background: #444;
	font-size: 0.95em;
}

footer ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
	padding: 0;
	list-style-type: none;
}

footer ul li{
	text-align: left;
	margin: 15px 0;
}

footer ul li.title{
	font-size: 1.5em;
}

footer ul li a{
	color: #eee;
	text-decoration: none;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer p{
	width: 1024px;
	text-align: left;
	margin: 30px auto 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
	font-size: 0.8em;
}

/*==================ALERTS======================= */

p{
}

.alert{
	background: #fda;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #000;
}

.notice{
	background: #fee;
	padding: 10px;
	margin: 10px 0;
}

.error{
	color: #444;
	background: #eee;
	padding: 20px 10px;
	border-radius: 5px;
	border-left: 15px solid #f33;
	box-shadow: 1px 1px 2px #999;
}

.success{
	color: #444;
	background: #eee;
	padding: 20px 10px;
	border-radius: 5px;
	border-left: 15px solid #3f3;
	box-shadow: 1px 1px 2px $999;
}

.entryBox{
	width: auto;
	display: inline-block;
	background: #adf;
	margin: 25px 15px;
	padding: 10px;
	border: 1px solid #444;
	box-shadow: 1px 1px 10px #257;
}
