/* Main Page (and events board) stylesheet */
body {
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Liberation Sans', 'FreeSans', 'Sans';
	font-size: 11pt;
}
table#main td {
	vertical-align: top;
}
table#main {
	position: absolute;
	width: 100%;
	margin: 0;
}
td#menu {
	width: 200px;
	vertical-align: top;
}
.section {
	margin: 3px;
	-moz-border-radius: 3px 3px 0 0;
	background-color: #CCC2B2;
}
.section:first-child {
	margin-top: 0;
}
.date {
	font-size: 8pt;
	color: #888888;
	margin-left: 5px;
}
.signature {
	font-size: 9pt;
	color: #000000;
}
.section-head {
	padding-left: 5px;
	font-weight: bold;
	color: #777060;
}
.section-body {
	padding-left: 5px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC2B2;
	background-color: #FFF4E4;
	color: #000000;
}
a, a:link, a:visited {
	color: #22356B;
	text-decoration: none;
}
a:hover, a:active {
	color: #4E657B;
	text-decoration: underline;
}
.ent {
	text-align: left;
	font-family: 'Liberation Serif', 'FreeSerif', 'Serif';
	background-color: #FFF4E4;
	border: 1px solid #EEE3D3;
	-moz-border-radius: 5px;
	display: block;
	margin-top: 5px;
}
.ent:first-child {
	margin-top: 0;
}
.ent h2 {
	font-family: 'Liberation Sans', 'FreeSans', 'Sans';
	margin: 1pt;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.comment {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	margin: 0 10px 0 10px;
}
.post {
	padding: 5px;
	-moz-border-radius: 5px;
	background-color: #ffffff;
	border-spacing: 2px;
	width: 600px;
	height: 400px;
	margin-bottom: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -250px;
}
.post .postblock {
	border-right: 3px solid #EEE3D3;
	background-color: #FFF4E4;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}
.post input [type=submit][name="captcha"], .post textarea {
	width: 100%;
	height: 100%;
}
a.addFile, a.addFile:link, a.addFile:visited, a.addFile:hover {
	cursor: default;
	font-weight: bold;
	color: #008800;
	text-decoration: none;
}
