/* General page style. The scroll bar colours only visible in IE5.5+ */
/* moved somewhere else */

/* This is the border line & background colour round the entire page */
.bodyline	{}

/* This is the outline round the main forum tables */
.forumline	{}


/* 
Main table cell colours and backgrounds 
Topics, posts last post info cells
*/
td.row1	{width:150px;}
/*
Forum room left icon cell
*/
td.row1lt	{}
/*
Forum room name cell
*/
td.row1rt	{}
/*
Users online infotext cell
*/
td.row1u	{}
/*
Users online total stats cell
*/
td.row1d	{}
/*
Reply cell alternate 1
*/
td.row2	{width:150px;}
/*
Forum listing all replies, author, views and last post info cell
*/
td.row3	{}
/*
Category name cell
*/
td.rowpic {
background: url(images/forum_th_bg.gif) repeat-x center left;
padding-left: 5px;
}
/*
Table header (all pages)
*/
th	{
text-align:left;
color: #000; 
font-size: 11px; 
font-weight: bold;
}
/*
Table header with class "1"
*/
th.1	{
color: #fff;
font-size: 11px;
font-weight: bold;
background-color: #333;
}
/*
Who's online title text, display topics from previous, search, admin titles all lower titles
*/
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color: #fff;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it:-)
*/
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; 
}
td.row3Right,td.spaceRow {}

th.thHead,td.catHead { font-size: 12px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

.spacer	{ background: #fff url(images/line_bg.gif) repeat-x left; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 120%; color: #000;
}
a.maintitle			{ font-size: 18px; }

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #000; }
.gensmall a,a.gen,a.genmed,a.gensmall { font-weight: bold; }


/* The register, login, search etc links at the top of the page */
.mainmenu		 { font-size: 11px; color: #333; }
a.mainmenu		 {}


/* Forum category titles */
#comm_bg #middleLeftColumnPadding .cattitle		 { font-weight: bold; font-size: 11px; color: #000; text-transform: uppercase;}

#comm_bg #middleLeftColumnPadding a.cattitle { color: #fff; }
#comm_bg #middleLeftColumnPadding .catHead a.cattitle { color: #000; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color: #333; }
a.forumlink 	{}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 11px; color: #000000;}
a.nav		{}


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-weight: bold; font-size: 12px; color: #333; }
a.topictitle	{}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.postheader,.name	{ font-size: 10px; color: #333; font-weight:bold; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; color: #666; font-weight:bold; }

.forumTable { background: #fff url(images/forum_table.gif) repeat-y top left; }

/* The content of the posts (body of text) */
.postbody		 { font-size: 12px; }
a.postlink		 {}


/* Quote & Code blocks */
.code {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; color: #333; 
background: #f5f5f5 url(images/quote_bg.gif) repeat-x bottom left;
border: #ccc 1px solid; 
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; color: #333; 
background: #f5f5f5 url(images/quote_bg.gif) repeat-x bottom left;
border: #ccc 1px solid; 
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: 0px;}
a.copyright		{ font-size: 10px; }


/* Form elements */
input,textarea,select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; color: #333;
background: #fff;
b-order: #333 1px solid;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background: #fff;
}

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #fff;
	border: #e7e7e7 1px solid;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color: #fff;
	border: #e7e7e7 1px solid;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	background-color: #fff;
	border: #e7e7e7 1px solid;
	font-weight: normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	background-color: #fff; 
	background-image: url(images/input.gif);
	background-repeat: repeat-x;
	border: #e7e7e7 1px solid;
}


#postMainFrame {
	width:380px;
	height:100%;
	overflow:hidden;
}
