html {
	height: 100%;
}

img.linkimage {
	cursor: hand;
	border-width: 0px;
}

div#darkbox {
	display: none;
	top: 130px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 2;
}

div#darkbox_trans {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: absolute;
	z-index: -1;
}

div#dialog {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	/*position: absolute;*/
	background-color: white;
	max-height: 80%;
	border-style: solid;
	border-color: #283d08;
	border-width: 10;
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

body {
	margin: 0px;
	background-color: white;
	height: 100%;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #0a3d08;
	font-family: Arial;
}

span.headera {
	font-weight: bold;
	font-size: 20px;
	color: #0a3d08;
	font-family: Arial;
	line-height: 30px;
}

span.headerb {
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	color: #0a3d08;
	font-family: Arial;
}

span.headerc {
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #0a3d08;
	font-family: Arial;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

div#infobox {
	border-width: 1px;
	border-color: black;
	float: right;
	padding: 20px;
	margin: 20px;
	background-color: #f6fbf7;
	text-decoration: none;
	color: #146824;
	background-image: url('/images/infobg.png');
}





table.listing {
	border-collapse: collapse;
}

table.listing td {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 10pt;
}

div.image {
	margin: 20px;
	float: left;
}

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

a.important {
	text-decoration: none;
	font-weight: bold;
	color: #146824;
}

a.private {
	text-decoration: none;
	/*font-weight: bold;*/
	color: red;
}



table.formtable {
	border: 0;
	padding: 4;
}

td.formlabel {
	text-align: right;
	font-weight: bold;
	 
}

td.formerror {
	color: red;
	font-style: italic;
}

hr {
	margin-top: 30px;
	border: 0;
	background-color: #0a3d08;
	height: 1px;
}

div.post {
	width: 650px;
	background-color: #f6fbf7;
	margin-bottom: 5px;
}

div.post_title {
	margin: 0px;
	padding: 2px;
	background-color: #edfbef;
	font-size: 10;
}

div.post_content {
	background-color: #f6fbf7;
	margin: 15px;
	padding-bottom: 10px;
}

div#newpost {
	background-color: #dbe8da;
	padding: 10px;
	margin-top: 10px;
}
