*
	{
	margin: 0px;
	padding: 0px;
	}

body
	{
	background-color: #D3E2EA;
	font-family: Verdana;
	padding-top: 10px;
	}

fieldset
	{
	border: none;
	}

.center
	{
	text-align: center;
	}

#logo
	{
	display: block;
	width: 800px;
	margin: 0px auto;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

.fora, .thread, #nav, #topic
	{
	border-spacing: 0;
	width: 800px;
	border: 1px solid #2F8CA9;
	margin: 0px auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

.fora td, .fora th
	{
	font-size: 10pt;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #BBBBBB;
	}

.thread td
	{
	padding: 10px;
	}

.fora th.info
	{
	width: 50px;
	}

a
	{
	text-decoration: none;
	color: #2F8CA9;
	}

.fora tbody p, .thread tbody p
	{
	font-size: 10pt;
	}

.fora tfoot td
	{
	font-size: 10pt;
	border: none;
	padding: 10px;
	}

.fora .group
	{
	text-align: left;
	font-size: 12pt;
	}

.thread .group h1
	{
	font-size: 12pt;
	border-bottom: 1px solid #DDDDDD;
	}

.thread .group h2
	{
	font-size: 10pt;
	margin-bottom: 10px;
	text-align: right;
	font-weight: normal;
	color: #666666;
	}

.thread .group p.opts
	{
	text-align: right;
	font-size: 8pt;
	}

.thread .group p.aopts
	{
	border: 1px solid #CC6666;
	background-color: #FFDDDD;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 8pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}

.thread .group p.aopts span
	{
	cursor: pointer;
	}

#nav
	{
	width: 800px;
	position: relative;
	height: 30px;
	}

#nav #next
	{
	font-size: 9pt;
	position: absolute;
	display: inline;
	right: 10px;
	top: 7px;
	}

#nav #prev
	{
	font-size: 9pt;
	position: absolute;
	display: inline;
	left: 10px;
	top: 7px;
	}

#nav #back
	{
	width: 100px;
	position: absolute;
	display: inline;
	left: 350px;
	top: 5px;
	text-align: center;
	}

#ad
	{
	text-align: center;
	}

#leftbox, #rightbox
	{
	position: fixed;
	top: 10px;
	border-spacing: 0;
	width: 160px;
	border: 1px solid #2F8CA9;
	padding: 10px;
	font-size: 10pt;
	margin: 0px auto;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

#leftbox
	{
	left: 50%;
	margin-left: -590px;
	position: absolute;
	}

#rightbox
	{
	right: 50%;
	margin-right: -590px;
	}

#leftbox h1, #rightbox h1
	{
	font-size: 10pt;
	text-decoration: underline;
	margin-bottom: 5px;
	}

#report
	{
	border: 1px solid #FF0000;
	background-color: #FF8888;
	width: 780px;
	margin: 0px auto;
	font-size: 10pt;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

#report h1
	{
	font-size: 12pt;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	}

#report fieldset
	{
	text-align: center;
	}

#report input[type=submit]
	{
	width: 80px;
	padding: 5px;
	}

#abox
	{
	width: 780px;
	margin: 0px auto;
	border: 1px solid #2F8CA9;
	padding: 10px;
	font-size: 10pt;
	margin: 0px auto;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	}

#abox h1
	{
	font-size: 12pt;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	}

#abox table#addpost, #abox table#addlinks
	{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}

#abox td
	{
	padding: 5px;
	}

#abox #addpost .key
	{
	width: 50px;
	}

#abox #addpost input[type=text]
	{
	width: 700px;
	}

#abox #addpost select
	{
	width: 704px;
	}

#abox #addpost textarea
	{
	width: 760px;
	height: 200px;
	}

#abox #addlinks input[type=text]
	{
	width: 100%;
	}

#bookmarks
	{
	margin-left: 14px;
	}

