/* Site colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4EgF4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/
html {
	height: 100%;
	width: 100%;
}

.errors {
	position: absolute;
	width: 200px;
	left: 615px;
	margin-top: 15px;
	background: red;
	z-index: 5;
}

.message {
	position: absolute;
	width: 200px;
	left: 850px;
	margin-top: 15px;
	background: yellow;
	z-index: 5;
}

#tables {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 800px;
}

#navigation {
	position: absolute;
	top: 5 px;
	left: 18px;
	width: 800px;
}

#navigation a {
	padding-right: 5px;
	border-right: 1px solid #99c;
}

#rightCol {
	position: absolute;
	top: 70px;
	left: 850px;
	width: 200px;
}

#rightCol table {
	width: 200px;
}

#rightCol h2 {
	width: 197px;
}

.accounts tr {
	border-bottom: 2px solid #dddddd;
}

body {
	margin: 0px;
	padding: 10px;
	border: 0 px;
	font-family: Courier, Monaco, monospace;
	background: #ffffff;
	font-size: 13px;
	line-height: 15px;
}

img {
	border: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 800px;
	margin-top: 0px;
	background: #000000;
}

tr {
	background: white;
	border-bottom: 2px solid #dddddd;
}

.spacer {
	
}

td {
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	font-family: Courier, Monaco, monospace;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tdHead {
	vertical-align: bottom;
}

.tdHeadDecimal {
	vertical-align: bottom;
	text-align: right;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000aa;
	margin-top: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 25px 0px 2px 0px;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	background: #666666;
	width: 797px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 0px;
	vertical-align: bottom;
}

h4 {
	font-family: Courier, Monaco, monospace;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	display: inline;
}

.negative {
	color: red;
	text-align: right;
}

.negativeTR {
	background: #ffa;
}

.positive {
	text-align: right;
}

.decimal {
	text-align: right;
}

input {
	color: #003333;
	background: #eeeeee;
	border: 1px solid #000000;
	width: 85px;
	height: 20px;
	margin: 0px;
	vertical-align: middle;
}

.button {
	font-family: Helvetica, Arial, sans-serif;
	color: #003333;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	text-align: right;
}

.child {
	margin-left: 25px;
}

.delete {
	font-family: Helvetica, Arial, sans-serif;
	color: #ff0000;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	text-align: right;
}

textarea {
	color: #003333;
	background: #eeeeee;
	border: 1px solid #000000;
	width: 240px;
	height: 20px;
	margin: 0px;
}

select {
	color: #003333;
	background: #eeeeee;
	border: 1px solid #000000;
	height: 20px;
}

.submit {
	width: 35px;
	margin: 0px;
}

.delete {
	width: 45px;
	margin: 0px;
}

#header {
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #1A446C;
	color: #D4E6f4;
}

#header h1 {
	padding: 1em;
	margin: 0px;
}

#main {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	background: #EEE4B9;
}

#structure {
	height: 600px;
	width: 100%
}

#footer {
	height: 2em;
	margin: 0px;
	padding: 1em;
	text-align: center;
	background: #1A446C;
	color: #D4E6F4;
}

ul.subjects {
	padding-left: 0;
	list-style: none;
}

ul.pages {
	padding-left: 2em;
	list-style: square;
}

.selected {
	font-weight: bold;
}

/* Page Content */
#page {
	padding-left: 2em;
	vertical-align: top;
	background: #EEE4B9;
}

#page h2 {
	color: #8D0D19;
	margin-top: 1em;
}

#page h3 {
	color: #8D0D19;
}
