@import url("fap.css");
/* === Layout === */

* {
	/* Reset browsers default margin, padding and font sizes */

	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	
	font: 10px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0;
}
#container {
	margin: 15px 15px 0 15px;
}
#wrapcentre {
	margin: 15px 15px 5px 230px;
}
#wrapfooter {
	text-align: center;
	clear: both;
}
#wrapper {
	margin: 0 auto;
	min-width: 1024px;
}
#top_logo {
	border: 0;
	border-bottom: 0px solid #FFCC00;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: url('./images/top_header.png') repeat;
	height: 164px;
}
#bottom_logo_ext {
	margin-bottom: 10px;
	height: 100px;
	background: url('./images/footer.png') repeat-x;
}
#bottom_logo {
	text-align: center;
	padding-top: 40px;
}
.leftshadow {
	background: url('./images/shadow_left.gif') repeat-y;
	padding: 0px;
	width: 9px;
	vertical-align: top;
}
.rightshadow {
	background: url('./images/shadow_right.gif') repeat-y;
	padding: 0px;
	width: 9px;
	vertical-align: top;
}
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #181818;
}
#datebar {
	margin: 10px 25px 0 25px;
}
#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.forumrules {
	background-color: #FFFFAA;
	border-width: 1px;
	border-style: solid;
	border-color: #0088FF;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.forumrules h3 {
	color: #DD2222;
}
#pageheader {
}
#pagecontent {
	margin-top: 10px;
}
#pagefooter {
}
#poll {
}
#postrow {
}
#postdata {
}

/* === Text === */

h1 {
	color: #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}
h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}
p {
	font-size: 1.1em;
}
p.moderators {
	margin: 0;
	margin-top: 5px;
	float: left;
	color: #FFCC00;
	font-weight: bold;
}
.rtl p.moderators {
	float: right;
}
.rtl p.linkmcp {
	float: left;
}
p.breadcrumbs {
	margin: 0;
	float: left;
	color: #FFCC00;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
.rtl p.breadcrumbs {
	float: right;
}
p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}
.rtl p.datetime {
	float: left;
}
p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}
p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.searchbarreg {
	float: left;
}
p.forumdesc {
	padding-bottom: 4px;
}
p.topicauthor {
	margin: 1px 0;
}
p.topicdetails {
	margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: #CC3333;
	font-weight:bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: #007700;
	font-weight:bold;
}
.postapprove img, .postreported img {
	vertical-align: bottom;
}
.postauthor {
	color: #FFCC00;
}
.postdetails {
	color: #FFCC00;
}
.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}
.posthilit {
	background-color: #00DD00;
}
.nav {
	margin: 0;
	color: #FFCC00;
	font-weight: bold;
}
.pagination {
	padding: 4px;
	color: #FFCC00;
	font-size: 1em;
	font-weight: bold;
}
.cattitle {
}
.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}
.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}
.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}
.copyright {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 1.2em;
	color: #FFCC00;
	vertical-align: middle;
	text-align: center;
}
.titles {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}
.error {
	color: #CC3333;
}


/* === Tables === */

.tbl-title {
	color: #FFCC00;
	margin-top: 6px;
}
.tbl-h-c {
	background: url('./images/top.png') top left repeat-x;
	height: 29px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.tbl-h-l {
	height: 29px;
	background: url('./images/topleft.png') top left no-repeat;
	padding-left: 27px;
}
.tbl-h-r {
	height: 29px;
	background: url('./images/topright.png') top right no-repeat;
	padding-right: 27px;
}
.tbl-f-c {
	background: url('./images/bottom.png') bottom left repeat-x;
	height: 29px;
	font-size: 0.1em;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.tbl-f-l {
	height: 29px;
	background: url('./images/bottomleft.png') bottom left no-repeat;
	padding-left: 10px;
}
.tbl-f-r {
	height: 29px;
	background: url('./images/bottomright.png') bottom right no-repeat;
	padding-right: 10px;
}
th {
	color: #FFCC00;
	background-color: #272727;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 5px;
}
td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
td.np {
	padding: 0px;
}
td.np-body {
	background-color: #000000;
	padding: 0px;
}
.tablebg {
	background-color: #272727;
	border: solid 1px #171717;
}
.tablebg th {
	color: #FFCC00;
	background: #272727;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	padding: 0 5px;
	border: solid 1px #171717;
	white-space: nowrap;
}
.cat {
	color: #FFCC00;
	background-color: #272727;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: 4px;
}
.cat h4 a, .cat h4 a:visited {
	color: #FFCC00;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.cat h4 a:hover, .cat h4 a:active {
	color: #DD2222;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.cat-bottom {
	background: #272727;
	border: solid 1px #171717;
	height: 28px;
	min-height: 28px;
	text-align: center;
}
.catdiv {
	background-color: #272727;
	border: solid 1px #171717;
	height: 26px;
	margin: 0;
	padding: 0;
}
.rtl .catdiv {
	background-color: #272727;
}
.row1, .row2, .row3, .row4 {
	border: solid 1px #171717;
	background-color: #272727;
	padding: 4px;
}

.row-post-top {
	background-color: #272727;
	border: solid 1px #171717;
	vertical-align: top;
}
.row-post-body {
	background: #272727;
	border: solid 1px #171717;
	vertical-align: top;
}
.row-post-bottom {
	color: #666666;
	background: #272727;
	border: solid 1px #171717;
	vertical-align: middle;
	font-size: 1.0em;
	line-height: 1.2em;
	white-space: nowrap;
	padding: 1px;
}
.spacer {
	background-color: #272727;
	height: 4px;
	padding: 0;
}
hr {
	color: #232323;
	background-color: #232323;
	border-width: 0;
	height: 1px;
}
.legend {
	text-align: center;
	margin: 0 auto;
	border: solid 1px #181818;
	background-color: #000000;
}
/* === Links === */



a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:active,  a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.forumlink, a.forumlink:visited {
	color: #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a.forumlink:hover, a.forumlink:active {
	color: #DD2222;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
a.topictitle {
	margin: 1px 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
a.topictitle:visited {
	color: #FFCC00;
	text-decoration: none;
}
th a,  th a:visited {
	color: #FFCC00 !important;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
a.subforum.read {
	background-image: url('./images/subforum_read.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}
a.subforum.unread {
	background-image: url('./images/subforum_unread.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}
/* === Form Elements === */



form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}
textarea {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
}
select {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}
input:hover, textarea:hover, select:hover {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
}
input:focus, textarea:focus, select:focus {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
}
option {
	padding: 0 1em 0 0;
}
option.disabled-option {
	color: #888888;
}
.rtl option {
	padding: 0 0 0 1em;
}
input.radio {
	background-color: transparent;
	border: none;
}

input.filebrowse, input.filebrowse:hover {
	color: #000000;
}

.post {
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
}
.btnbbcode {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}
.btnmain {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}
.btnlite {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	cursor: pointer;
}
.btnfile {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}
btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
	color: #FFCC00;
	background-color: #000000;
	border: solid 1px #FFCC00;
}
btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:focus {
	color: #FFCC00;
	background-color: #000000;
	border: solid 1px #FFCC00;
}
.helpline {
	color: #FFCC00;
	background-color: #000000;
	border: 1px solid #FFCC00;
}
/* === PM === */

.popuppm-new a {
	color: #FFCC00;
	background: #000000 url('./images/bg_post.gif') top left repeat-x;
	border: solid 1px #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	padding: 40px 60px;
}
.popuppm-new a:hover {
	color: #DD2222;
	border: solid 1px #DD2222;
	text-decoration: underline;
}
a.pm-new-link, a.pm-new-link:visited {
	color: #0088FF;
	text-decoration: underline;
}
a.pm-new-link:hover, a.pm-new-link:active {
	color: #DD2222;
	text-decoration: underline;
}
.pm-bg-color {
	background-color: #666666;
}
/* === BBCode === */

.quotetitle {
	color: #FFDD99;
	background: #FF9933 url('./images/bbc_quote.gif') no-repeat right;
	border: 1px solid #555555;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}
.attachtitle {
	color: #446688;
	background: #AACCFF url('./images/bbc_zip.gif') no-repeat right;
	border: 1px solid #555555;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
}
.quotetitle .quotetitle {
	font-size: 1.0em;
}
.quotecontent, .attachcontent {
	background: #232323;
	border: 1px solid #555555;
	border-top: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	padding: 5px;
	width: 90%;
	overflow: auto;
	direction: ltr;
}
.attachcontent {
	font-size: 0.85em;
}
.codetitle {
	color: #FFDD99;
	background: #119933 url('./images/bbc_code.gif') no-repeat right;
	border: 1px solid #555555;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding: 5px;
	width: 90%;
}
.codecontent {
	color: #00FF00;
	background: #232323;
	border: 1px solid #555555;
	border-top: 0;
	font-family: 'Courier New', Monaco, monospace;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 90%;
	height: 100px;
	overflow: auto;
	direction: ltr;
}
.syntaxbg {
	color: #FFCC00;
}
.syntaxcomment {
	color: #FF8800;
}
.syntaxdefault {
	color: #FFCC00;
}
.syntaxhtml {
	color: #FFCC00;
}
.syntaxkeyword {
	color: #007700;
}
.syntaxstring {
	color: #DD2222;
}
/* === Navigation === */

.bc-tbl {
	border: solid 1px #171717;
	background-color: #272727;
	margin: 10px 0;
}
.bc-header {
	color: #FFCC00;
	background: #171717;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}
.bc-links {
	color: #FFCC00;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: right;
	padding: 3px 5px;
}
.bc-links-left {
	position: relative;
	float: left;
	text-align: left;
}
.bc-header, .bc-links {
	border: solid 1px #171717;
}

.bc-div a, .bc-div a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.bc-div a:hover, .bc-div a:active {
	color: #DD2222;
	text-decoration: none;
}
.bc-links a, .bc-links a:visited, .bc-links a:hover {
	text-decoration: underline;
}
.bc-div a.nav-current, .bc-div a.nav-current:visited {
	color: #00DD00;
}
.bc-div a.nav-current:hover, .bc-div a.nav-current:active {
	color: #DD0000;
	text-decoration: none;
}
/* === Private messages === */

.pm_marked_colour {
	background-color: #333333;
}
.pm_replied_colour {
	background-color: #DDEEFF;
}
.pm_friend_colour {
	background-color: #007700;
}
.pm_foe_colour {
	background-color: #DD2222;
}
/* === Misc === */

img {
	border: none;
}
.sep {
	color: #FFCC00;
	background-color: #0088FF;
}
table.colortable td {
	padding: 0;
}
pre {
	font-size: 1.1em;
	font-family: 'Courier New', Monaco, monospace;
}
.nowrap {
	white-space: nowrap;
}
.username-coloured {
	font-weight: bold;
}
/**************************************************************************/

.paypal {
	border: none;
	background-color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
/**************************************************************************/

#header_sep {
	height: 25px;
	background: #000000 url(./images/bg_buttons.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}
.leftcol {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0px;
}
.navheader {
	height: 27px;
	background: #080808 url(./images/menu_caption.png);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align:middle;
}
.navheader h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC00;
	margin-top: 6px;
}
.navfooter {
	height: 12px;
	background: #080808 url(./images/menu_bot.png);
	background-repeat: no-repeat;
}
.navigation {
	background-color: #171717;
	line-height: 18px;
	width: 200px;
}
.navigation ul {
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0 auto 0 10px; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
}

.navigation ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0;  /* zeroes off the margins */
	margin: 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	background: #171717 url(./images/bullet2.gif) left no-repeat;
}

.navigation a, .navigation a:visited {
	color: #FFCC00;
	padding: 4px 5px 6px 4px;
	text-decoration: none;
	width: 160px;
	w\idth: 154px; /* resets the width for IE6 and compliant browsers */
	margin-left: 10px;
	margin-right: auto;
}
.navigation a:hover, .navigation a:focus {
	color: #FFFFFF;
}


/* Points.css */

.pointstable {
	min-height: 600px;
}
.points {
	font-size: 1.3em;
	padding:3px;
	border: 1px solid #FFCC00;
	width: 500px;
	color: #FFCC00;
	margin-left:auto;
	margin-right:auto;
}
.points th {
	background-color: #000000;
}
.odd {
	background-color: #333333;
	border-top: 1px solid #FFCC00;
}
.even {
	background-color: #000000;
	border-top: 1px solid #FFCC00;
}

/* chat styles */
#ChatDiv {
	text-align: center;
}

#ChatFrame {
	width: 95%;
	min-width: 800px;
	min-height: 600px;
	border: none;
}
