/* CSS Document */

html, body {
	height: 100%;
	}

body {
	margin:10px;
	background-color: #999;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td, p {
	font-size: 12px;
	}

th {
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #333;
	}

.button {
	background-image: url(/images/bkg-navigation.jpg);
	background-position: center;
	border: 1px solid #999;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	padding: 3px;
	}

.middle {
	background-image: url(/images/shadow-middle.jpg);
	background-position: center;
	background-repeat:repeat-y;
	padding: 0;
	margin: 0px;
	}

.top {
	background-image: url(/images/shadow-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 ;
	}

.bottom {
	background-image: url(/images/shadow-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 8px 0 8px 0;
	}

.masthead {
	background-image: url(/images/masthead.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	width: 750px;;
	height: 101px;
	}

.navigation {
	background-color: #ffdd22;
	background-image: url(/images/bkg-navigation.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	height: 25px;
	padding-left: 20px;
	color: #FFF
	}

.navigation a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	}

.content {
	background-color: #FFF;
	padding: 20px 20px 40px 20px;
	}

.footer {
	height: 20px;
	color: #999;
	font-size: 9px;
	padding: 1px 10px 2px 10px;
	}

.footer a {
	text-decoration:none;
	font-weight:bold;
	color: #999;
	}

.FieldTitle {
	font-weight: bold;
	text-transform:lowercase;
	}
	
.Field {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	}

.Alert {
	color: #FF0000;
	}

.Ledger1 {
	padding: 5px;
	background-color: #FFFFFF;
	}

.Ledger2 {
	padding: 5px;
	background-color: #EEEEEE;
	}

#options {
	float: right;
	}

.icon:hover {
	background-color: #EEE;
	}