@charset "iso-8859-1";
/* Normal, standard links. */
a:link
{
	color: #161656;
	text-decoration: underline;
}
a:visited 
{
	color: #131336;
}
a:hover
{
	color: #161656;
	background-color: #c0d06e;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #161656;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	/*font-family: Tahoma, arial, helvetica, serif;*/
	vertical-align: top;
}
  
h1 {
	font-size: 1.5em; 
	font-weight: bold;
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
	border-bottom: solid #a5b8ca 3px;
}
h2 {font-size: 1.2em;
	padding: 1ex;
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
	border-bottom: solid #a5b8ca 3px;
	margin-top: 2em;
}
h3 {font-size: 1.1em; font-weight: bold;}
h4 {font-size: 1.1em;}
										  
#menubar {
	padding: 1ex 0;
	margin: 0 0 5px;
	background-color: #d1dce7;	
	vertical-align: middle;
}
#menubar ul {
	font-size: 0.9em;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0;
	margin: 3px 0;
	vertical-align: middle;
	list-style: none;
}
#menubar li {
	display: inline;
	border-right: solid #161656 1px;
	padding: 0;
	margin: 0;
}
#menubar li.last {
	border-right: none;
}
#menubar a {
	border: none;
	text-decoration: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0.5em;
}
#menubar img { 
	border: none;
	padding: 0;
	margin: 0;
}
/* The main body of the entire forum. */
#forumbody tbody td {
	/*height: 3em;*/
}
#forumbody table td {
	/*overflow: auto;*/
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 0.9em;
	color: #000000;
	/*font-family: Tahoma, arial, helvetica, serif;*/
	width: 98%;
	margin: auto;
}

/* All input elements that are checkboxes or radio buttons. */
button, input.check, .button , input[type="button"], input[type="submit"]
{
	width: auto;
	margin: auto;

}
input.check, .button {
	width: auto;
	margin: auto;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	/*font-family: Tahoma, arial, helvetica, serif;*/
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #555555;
	background-color: #555555;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #d1dce7;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1ex;
	font-size: smaller;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1ex;
	font-family: "courier new", monospace;
	font-size: smaller;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #d1dce7;
}
.windowbg2
{
	color: #000000;
	background-color: #dfe6ed;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td
{
	/*color: white;*/
	font-style: normal;
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
	border-bottom: solid #a5b8ca 3px; 
}
.titlebg a:hover
{
	color: #dfdfdf;
}

.pagetitle { 
	font-size: 1em;
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
	border-bottom: solid #a5b8ca 3px;
}
.subtitle {
	font-style: normal;
	background-color: #d1dce7;
	border-top: solid #a5b8ca 2px; 
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	/*background-image: url(images/catbg.jpg);   */
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	/*background-image: url(images/catbg2.jpg);   */
	background-color: #d1dce7;
	border-top: solid #a5b8ca 3px; 
}

.catbg, .catbg2
{
	font-weight: bold;
	/*background-color: silver;*/
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	/*background-color: #828181;*/
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	/*border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 2px;*/
}

/* Default font sizes. */
.smalltext
{
	font-size: 0.74em;
	/*font-family: Tahoma, arial, helvetica, serif;*/
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.6em;
}

.clear { clear: both;}

.col_half_left {
	width: 60%;
	float: left;
}

.col_half_right {
	width: 39.4%;
	float: right;
}



.col-a {
	width: 456px;
}
.col-b {
	width: 300px;
}

.message_body {
	overflow: auto;

	min-height: 2em;
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 2em;
	display: block;
	zoom: 1;
	position: relative;
	white-space: no-wrap;
}
.message_sig {
	min-height: 2em;
	max-height: 5em;
	overflow: auto;
}
.headerbodies
{
	float: right;
	position: absolute;
	top: 1em;
	right: 0px;
	text-align: right;
}

#site_title {
	margin-bottom: 10px;
}

#site_title, #site_title a, #site_title a:link, #site_title a:hover {
	text-decoration: none;
	border: none;
	background: transparent;
	colour: lightgray;
}

#site_title a span {
	visibility: hidden;
}

#mainbody, #mainbody p  {
	text-align: left;
}


