/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(fp_bg.gif);
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

/* The background main table in which the inner table should reside within. */
table.mainoutertable { 
	background-image: url(fp_bg_table.gif);
	background-repeat: repeat-y;
	width: 778px;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* The table within the outer table, this table holds the header logo, main table and the footer. */
table.maininnertable { 
	margin-left: 18px;
	background-color: transparent;
	width: 740px;
	height: 100%;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* The header (logo) */
td.maininnertable_header { 
	border-top: 0px solid #113311;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid #113311;
	height: 61px;
	background-repeat: no-repeat;
	background-image: url(header.gif);
}

/* The footer */
td.maininnertable_footer { 
	border-top: 0px solid #113311;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid #113311;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(footer.gif);
}

/* The main table in which everything will reside in */
table.maintable { 
	margin-left: 0px;
	background-color: transparent;
	width: 740px;
	height: 100%;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 { font-size: 20px; font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color : #DFDFDF; }

/* TOP MENU STUFF AND BUTTONS */
.topmenu a { text-decoration: none; }
.topmenu a:hover { text-decoration: none; }
.topmenu td { white-space: nowrap; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #DFDFDF; }
td.b_spacer { width: 5px; height: 25px; border: 0px; }
td.b_center { height: 25px; border: 0px; background-image: url(buttoncenter.gif); }
td.b_right { width: 7px; height: 25px; border: 0px; background-image: url(buttonright.gif); }
td.b_left_grey { width: 22px; height: 25px; border: 0px; background-image: url(button_left_grey.gif); }
td.b_left_red { width: 22px; height: 25px; border: 0px; background-image: url(button_left_red.gif); }
td.b_left_normal { width: 22px; height: 25px; border: 0px; background-image: url(button_left_normal.gif); }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px; color: #FFFFCC; }
font.small { font-size : 10px; }

/* link colors and behaviour */
a:link,a:active,a:visited { color : #DFDFDF; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }



/* This is the outline round the main forum tables */
table.infotable {
	border: 1px solid #242D1C;
	background: #242D1C;
	margin-top: 1px;
}

td.level1 {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	background: #242D1C;
	background-image: url(box_left_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

td.level2 {
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	background: #334422;
}

td.row1 {
	background: #445533;
	padding-bottom: 5px;
}

td.row2 {
	background: #445533;
}

td.row3 {
	background: #242D1C;
}

ul {
	list-style-type: disc;
	list-style-position:outside;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	margin-top: 5px;
}