@charset "UTF-8";
/* CSS Document */

th	{
	color:#FFFFFF;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
td	{
	color: #fff;
}
fieldset	{
	padding: 10px;
	border: 1px #ddf solid;
}
fieldset div	{
	padding: 5px;
}
label	{
	width: 120px;
	text-align: left;
	float:left;
}

legend	{
	font-weight: bold;
	border: 1px #ddf solid;
}

ol	{
	margin-left: 20px;
	list-style:decimal;
}
#login	{
	display: none;
	z-index: 100;
	border: 1px #000 solid;
	background-color:#bbb;
	padding: 20px;
	top: 20px;
	margin: 0 auto;
}
#login label	{
	font-weight: bold;
}
#menu	{
	background-color:#333333;
	font-size: 12px;
	padding: 3px;
	height: 20px;
}
#menu a:link, #menu a:visited	{
	color: #fff;
	text-decoration:none;
}
#menu a:hover	{
	color: #ddf;
}
#menu table 	{
	padding-left: 10px;
}
#message	{
	color: #0f0;
}
#error	{
	color: #f00;
}
#posterData	{
	position:absolute;
	border: 1px solid #fff;
	padding: 10px;
	background-color: #000;
	color: #8296bc;
	font-size:12px;
}
#search	{
	float:right;
}
#details	{
	font-size: 12px;
}
#mailerwin	{
	position:absolute;
	border: 1px solid #fff;
	width: 500px;
	background-color: #333;
}
#mailerttlbar	{
	text-align:right;
	background-color: #222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
}
#mailerttlbar a:link, #mailerttlbar a:visited	{
	color: #fff;
	text-decoration:none;
}
#mailerttlbar a:hover	{
	color: #999;
}
#mailercontent	{
	padding: 5px;
}

.mailmsg	{
	color: #c00;
}
.tableheader	{
	background-color:#666666;
}
.row1	{
	background-color:#333355;
	padding: 5px;
}
.row2	{
	background-color:#222244;
	padding: 5px;
}
.messagetext	{
	padding: 10px;
}
.replyfooter	{
	padding-left: 10px;
}
.replylist	{
	padding: 20px;
}
.details	{
	font-size:12px;
	padding: 10px;
}
.topictitle	{
	font-weight: bold;
	margin-left: 10px;
}
.small1	{
	font-size: 10px;
}
.indent	{
	margin-left: 10px;
}
.greeting	{
	color: #fff;
	font-size: 12px;
}
.threadtitle {
	margin-left: 10px;
}
.replydetails	{
	font-size: 11px;
}
.replydiv	{
	font-size:12px;
	color: #eeeeff;
}
.replytitlebar	{
	text-align:left;
	font-weight:bold;
	
}
a:link.adminopt, a:visited.adminopt	{
	color: #f00;
}
a:hover.adminopt	{
	color: #c00;
}
.error	{
	color: #f00;
}
.message	{
	color: #0f0;
}
.rec1	{
	background-color: #444;
}
.rec2	{
	background-color: #555;
}