html, body {
	background: #242424 url(../images/site-bg-001.gif);
	padding: 0;
	margin: 0;
	color: #D0D0D0;
}
body { padding: 0 5px; }

.main-header {
	background-color: #000000;
	background-image: url(../images/header-bg-001.gif);
}
.menu-bg {
	background-color: #990000;
	background-image: url(../images/menu-bg-tile-01.gif);
}
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #D52D2D; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
hr	{ height: 0px; border: solid #D52D2D 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #D52D2D; }
a.forumlink 	{ text-decoration: none; color : #D52D2D; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }
 
.header-buttons-font     { text-decoration: none; font-size: 11px; color : #FFFFFF; padding-bottom: 2px; }
#header-buttons {
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #FFFFFF; text-decoration: underline; }

/* 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: #D0D0D0;}
a.nav			{ text-decoration: none; color : #D52D2D; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #D0D0D0; }
a.topictitle:link   { text-decoration: none; color: #D52D2D; }
a.topictitle:visited { text-decoration: none; color: #BD2323; }
a.topictitle:hover	{ text-decoration: underline; color: #FFFFFF; }

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #D52D2D;
	background-color: #222;
	color: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

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

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #FFFFFF; }
.inputhidden { display: none; }

.page-stroke {
	border: 1px solid #151515;
}
.cell-underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.menu-bg-top {
	background-image: url(../images/iface_top-tile-01.gif);
}
.eob-content {
	background-image: url(../images/iface_content_bg-01.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #313131;
	background-repeat: repeat-x;
}
.menu-bg-bottom {
	background-image: url(../images/iface_bottom-tile-01.gif);
}
.menu-font {
	font-size: 12px;
}
.menu-font-small {

	font-size: 10px;
}
.content-font {
	font-size: 12px;
}
.footer-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.list-bg {
	background-image: url(../images/list-bg-001.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.page-main-bg {
	background-image: url(../images/page-main-bg-01.gif);
	background-color: #191919;
}
.header-lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #151515;
	border-right-color: #151515;
	border-bottom-color: #151515;
	border-left-color: #151515;
}
