html,body {
	font-family: sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background: #000000;
	overflow: auto;
	font-size: 8pt;
}
body a {
	color: #00FF00;
}

body a:hover {
	color: #888800;
}

div.pluginBlock {
	border: 1px solid #FFFFFF;
}

div.headerBar,div.footerBar {
	position: fixed;
	left: 0px;
	right: 0px;
	text-align: left;
	font-weight: bold;
}

div.mainContent {
	position: absolute;
	display: block;
	top: 125px;
	left: 275px;
	right: 0px;
	bottom: 50px;
	padding: 0px;
	overflow-y: auto;
}

td.author {
	border-bottom: 1px solid #FFFFFF;
}

td.body {
	border-bottom: 1px solid #FFFFFF;
}

div.headerBar {
	top: 0px;
}

div.footerBar {
	bottom: 0px;
	text-align: center;
}

div.rightbar {
	position: fixed;
	top: 125px;
	width: 400px;
	right: 20px;
	bottom: 0px;
}

div.sideBar {
	position: fixed;
	top: 125px;
	width: 270px;
	left: 0px;
	bottom: 0px;
}

table.entry, table.entryTemplate {
	width: 600px;
}

table.entryTemplate {
	display: none;
}

table.comment {
	width: 45%;
}

table.comment thead th {
	background: #880000;
	text-align: left;
	font-size: 9pt;
}

table.entry thead th {
	background: #FF0000;
	text-align: left;
}

table.entry thead th a {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}


table.entry tbody tr td, table.comment tbody tr td {
	font-size: 9pt;
}

table.entry tfoot tr td, table.comment tfoot tr td {
	font-size: 9pt;
}