body	{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
h1, h2, h3, h4	{margin:0 0 .5em 0;}
h1	{
	font-size:2em;
	}
h2	{
	font-size:1.5em;
	}
h3	{
	font-size:1.25em;
	}
h4	{
	font-size:1em;
	}
img	{
	border:none;
	}
p	{
	margin:0 0 1em 0;
	font-size:12px;
	}
#header	{
	width:775px;
	margin:auto;
	}
#container	{
	width:750px;
	margin:auto;
	_padding-left:2px; /*-- Hack to prevent IE6 from randomly and occasionally chopping off 2 pixels of the left side */
	}
#forumheader	{
	background:#eee;
	border:#ccc solid;
	border-width:1px;
	padding:15px;
	overflow:hidden;
	clear:both;
	position:relative;
	}
#forumheader h2	{
	margin:0 0 .5em 0;
	padding:0;
	}
#forumheader p	{
	width:330px;
	*width:290px; 
	margin:0 0 0 140px;
	}
form	{
	margin:0;
	padding:0;
	}
/*------------------=============((((((((((((( FORUM INDEX ))))))))))))))))=================------------------*/

table#threadlist	{
	width:750px;
	}
#threadlist	th	{
	padding:5px;
	background:#1B2654;
	color:#fff;
	}
#threadlist td	{
	padding:5px;
	border:1px solid #ccc;
	border-collapse:collapse;
	}
td.thread_icons	{
	width:40px;
	text-align:center;
	}
td.thread_title	{
	width:430px;
	}
td.lastpost	{
	width:150px;
	text-align:right;
	}
td.stats	{
	font-size:10px;
	text-align:right;
	}
span.timestamp	{
	font-size:10px;
	}
.message span.timestamp	{
	float:right;
	}
div.thread_info	{
	font-size:10px;
	font-weight:normal;
	}
.thread_title h3	{
	margin:0 0 .25em 0;
	display:inline;
	font-weight:normal;
	}
.thread_title h3.newposts	{
	font-weight:bold;
	}
.lastpost img	{
	vertical-align:text-bottom;
	}
div.forumtools *	{
	vertical-align:middle;
	margin:5px 0;
	}
div.pagenav	{
	float:right;
	padding:3px 5px;
	background:#eee;
	border:1px solid #ccc;
	color:#333;
	font-weight:bold;
	}
div.forum_rules	{
	position:relative; /*  To keep IE6 from randomly hiding text */
	float:right;
	margin-left:20px;
	}
ul.forum_permissions	{
	margin:0 0 0 15px;
	padding:0;
	font-size:10px;
	list-style:circle;
	}
div.forumsearch	{
	padding:5px 0;
	}
img.group_avatar	{
	float:left;
	margin-right:15px;
	max-height:100px;
	position:relative; /*  To keep IE6 from randomly hiding text */
	}
div.group_info	{
	min-height:100px;
	_height:100px;
	}
tr.highlighted	{background:#ff9;}
table#thread_info	{
	border-collapse: collapse;
	}
table#thread_info th	{
	padding:6px 15px;
	font-size:11px;
	border: solid #ccc;
	border-width: 1px 0;
	background: #E6E6E6;
	}
table#thread_info td	{
	vertical-align:top;
	padding:10px 15px;
	border:#ccc solid;
	border-width:0 0px 1px 0px;
	}

/*-------------------===================((((((((((((( THREAD STYLES ))))))))))))===============-----------------*/
table#forum_thread {
	width:750px;
	}
table#forum_thread th	{
	padding:5px;
	background:#1B2654;
	color:#fff;
	}
table#forum_thread td	{
	border:solid #ccc;
	border-width:3px 1px 8px 1px;
	vertical-align:top;
	padding:8px;
	}
table#forum_thread td.author	{
	width:20%;
	text-align:center;
	}
table#forum_thread td.message	{
	border-bottom:none;
	}
table#forum_thread td.forum_buttons	{
	border-top:1px solid #ccc;
	vertical-align:bottom;
	height: 10px;
	}
td.author img	{
	vertical-align:middle;
	}
td.author a	{
	text-decoration:none;
	}
td.message p	{
	margin: 0 10px 1em 10px;
	}
img.avatar	{
	display:block;
	margin:5px auto;
	/*max-width:96px;
	_width:96px;
	max-height:64px;*/
	}
div.signature	{
	margin:10px 0 0 0;
	padding:5px 0 0 15px;
	border-top:double 3px #ccc;
	color:#666;
	vertical-align:bottom;
	}
div.signature p	{
	font-size:10px;
	}
h4.post_title, h4.author_name	{
	background:#666;
	padding:5px;
	margin-bottom:1em;
	color:#fff;
	}
div.quote	{
	margin:5px 0 5px 15px;
	padding:5px;
	background:#eee;
	}
div.quote div.quote	{
	border-top:2px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
div.quote strong	{
	font-style:italic;
	}
div.forum_buttons	{
	float:right;
	position:relative;
	bottom:0;
	}
div.forum_buttons img	{
	cursor:pointer;
	}
div.linkdiv	{
	display:none; 
	position:absolute; 
	padding:10px 10px 0 10px; 
	background:#fff; 
	border:solid 3px #000;
	width:430px;
	top:30px;
	left:0;
	}
div.linkdiv div	{
	overflow:auto; 
	_overflow:scroll; 
	padding:10px 15px 0; 
	margin:0 -10px; 
	height:35px;
	width:420px;
	}
div.linkdiv img	{
	cursor:pointer;
	display:block;
	float:right;
	margin:-3px -3px 5px 5px;
	}
p.editinfo	{
	background:#eee; 
	padding:3px;
	margin-top:1.5em;
	}
	
	
/*----------=============((((((((((((((((( CREATING NEW THREADS AND REPLIES ))))))))))))))))))0================-----------------*/
form#newtopic label, form#advancedreply label	{
	font-weight:bold;
	}
input.textinput	{
	width:400px;
	margin:10px 5px;
	vertical-align:middle;
	}
/*------------==================(((((((((((((((( FORUM CONTROL PANEL ))))))))))))))))))=====================----------------------*/
ul.formlist	{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.formlist li	{
	padding:5px 3px;
	clear:left;
	}
ul.formlist label	{
	float:left;
	width:200px;
	margin-right:15px;
	padding:3px 0;
	}
div#controlbar	{
	width:180px;
	float:left;
	}
div#controlbar ul.menu	{
	color:#4A5796;
	margin:0 0 10px 20px;
	padding:0;
	font-size:11px;
	}
ul.menu li	{
	padding:3px 0;
	}
div#left_main	{
	margin:0 0 0 200px;
	}
div#controlbar	{
	width:180px;
	float:left;
	}
div#controlbar ul.menu	{
	color:#4A5796;
	margin:0 0 10px 20px;
	padding:0;
	font-size:11px;
	}
ul.menu li	{
	padding:3px 0;
	}
div#left_main	{
	margin:0 0 0 200px;
	}
a.help	{
	cursor:help;
	font-size:.75em;
	}

b.rtop	{display:block; margin:10px 0 0 0; clear:both;}
b.rbottom{
display:block; 
margin:0 0 10px 0; 
_margin:0 2px 10px 2px; /* Hack to keep IE6 from cutting off the bottom of rounded corners and leaving a gap  */
}
b.rtop *, b.rbottom *{display: block; height: 1px; overflow: hidden; font-size:1px; background:#eee;}

b.orangetop		{display:block; margin:10px 0 0 0;}
b.orangebottom	{display:block; margin:0 0 10px 0;}
b.orangetop *, b.orangebottom *{display: block; height: 1px; overflow: hidden; font-size:1px; background:#FCA33B;}
/*  Solid rounded corners  */
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.r4{margin: 0 1px; height: 2px}

/* Outline Rounded Corners */
b.ro1{margin: 0 5px; background:#999}
b.ro2{margin: 0 3px; border:solid #999; border-width:0 2px;}
b.ro3{margin: 0 2px; border:solid #999; border-width:0 1px;}
b.ro4{margin: 0 1px; height: 2px; border:solid #999; border-width:0 1px;}
div.backtab	*{
border-color:#999;
}

