/*
Generic style elements
Hadrian Forum
Version 1.1  4/20/2004 00:06

Version 1.2  4/24/2004 23:35
	* added input.blue to div.blue
	
Version 1.3 4/29/2004 14:16
	* added A.rss classes
Version 1.3a 5/2/2004 01:13
	* added div.rss class
	
Version 1.4 10/14/2004 23:45
	* added img.userImage
	* added img[onload] between comments

Version 1.5 11/12/2004 23:17
	* added overflow to .code

Version 1.6 4/7/2005 23:49
	* added offtopic tag

Version 1.6 11/02/2005 00:03
	* added modbreak stuff

Version 1.8 28/03/2006 00:11
	* added profile table
*/

.sigBox		{vertical-align:bottom;margin-left: 2px;margin-right:4px;}
td.sigBox	{border-left:1px solid rgb(80,80,80);}
.container	{width:780px;border-top:1px solid black;}
.leftside	{width:147px;margin-left: 2px; font-size: 14px;}
.rightside	{width:630px;border-left:1px solid rgb(80,80,80);}
.message	{font-size: 13px;margin-left: 2px;margin-right: 2px; padding-bottom: 2px;}
.controlBox		{position:relative;top:0px;left:0px;width:630px;height:18px;}
.controlboxtext	{position:absolute;top:1px;left:35px;height:16px;}
.react		{position:absolute;top:1px;left:468px;height:16px; width:160px; text-align:right;}
.quickreply	{margin-left: 1px; border-top:1px solid rgb(80,80,80); height:144px;}
.quickreplydesc{border-right: 1px solid rgb(80,80,80); width:148px; height:144px; text-align: right; margin-right: 4px;}
.xtra 		{position:relative; top:0px; left:450px; height:16px; border: 0px solid black;}

/*
img[onload] {
  max-width: 580px;
}
*/

.replyTable, .faqTable, .profile{
	background-color: rgb(255,255,255);
}
img.userImage{
	margin-top: 4px;
	margin-left: 2px;
	margin-bottom: 2px;
}
body, td, .textField
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}

div.rss
	{
	display: block;
	width: 30px;
	border-top: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	}
A.rss, A.rss:link, A.rss:active, A.rss:visited {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid rgb(128,128,128);
	color: rgb(128,128,128);
	font-weight: bold;
	}

A.rss:hover {
	border-top: 1px solid rgb(51,153,255);
	border-left: 1px solid rgb(51,153,255);
	border-right: 1px solid rgb(0,0,204);
	border-bottom: 1px solid rgb(63,26,1);
	background-color: rgb(0, 102,255);
	color: rgb(255,255,255);
	}

td
	{
	vertical-align: top;
	}
	
textarea.textField
	{
	border: 1px solid rgb(92,92,92);
	background-color: rgb(248,248,248);
	padding: 2px;
	margin: 1px;
	}

H2
	{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}

.smallLink
	{
	font-size: 11px;
	}

.quote, .spoiler, .code
	{
	position: relative;
	width: 600px;
	left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	}

.codeContent{
	overflow: auto;
	width: 600px;
	}
#FAQqm{
	padding-right: 4px;
	}
	
.faq
	{
	position: relative;
	width: 594px;
	left: 10px;
	font-size: 10px;
	
	border: 3px solid rgb(0,0,0);
	font-size: 12px;
	background-color: rgb(255,255,255);
	padding-left: 4px;
	padding-right: 2px;
	}

.faqTitle
	{
	margin-top: 2px;
	position: relative;
	width: 598px;
	left: 10px;
	font-size: 10px;

	border-left: 3px solid rgb(0,0,0);
	border-top: 3px solid rgb(0,0,0);
	border-right: 3px solid rgb(0,0,0);
	background-color: rgb(80,110,166);
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	padding-left: 2px;
	}
	
div.copyright
	{
	text-align: center;
	font-size: 9px;
	color: rgb(192,192,192);
	}
a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited
	{
	color: rgb(192,192,192);
	}

div.buttonsleft
	{
	padding-bottom: 1px;
	padding-left: 0px;
	}
	
.smallInput
	{
	font-size: 9px;
	height: 17px;
	border-width: 1px;
	}

.button
	{
	height: 22px;
	border-width: 1px;
	}

.forumName, .shortcutBox
	{
	font-weight: bold;
	font-size: 13px;
	}
	
.forumDescription
	{
	font-size: 11px;
	}

div.offtopic{
	display: block;
	color: rgb(128,128,128);
	font-size: 8pt;
}
div.green {
	display: inline;
	color: rgb(0,128,0);
	}

div.blue, input.blue {
	display: inline;
	color: rgb(0,0,192);
	}

fieldset.modbreak {
	padding-left: 2px;
	background-color: rgb(255,255,255); 
	border: 1px solid rgb(192,0,0);
	color: rgb(0,0,192);
}

fieldset.modbreak legend{
	font-weight: bold;
	color: rgb(0,0,0);
}
