/****
	This is what you change to control the width of the entire forum.
****/
#widthControl
{
 width: 1100px; /** Change to 100% for full fluid **/
}

/* This is the container for the main body of the forums to control width */
#bodyarea
{
	padding: 1ex 0px 2ex 0px;
}
/* The main body of the entire forum. */
body
{
	background-color: #424242;
	background-image: url("images/back2.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0 0px 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #F3D6A3;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #F3D6A3;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #F3D6A3;
	font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img{
border: 0;
}

/* This is the main navigation links at the top of the page */
.main-navigation
{
 text-align: middle;
 vertical-align: middle;
}
.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active
{
 color: #F3D6A3;
 text-decoration: none;
 background-image: url("images/block04.gif");
 background-repeat: repeat-xy;
}
.main-navigation a:hover
{
 color: #F3D6A3;
 text-decoration: underline;
 background-image: url("images/block04.gif");
 background-repeat: repeat-xy;
}
.blocktitle {
color: #F3D6A3;
}
A:link {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:visited {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:active {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:hover {
FONT-SIZE: 12px; 
COLOR: #EA9B34; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
BODY {
margin: 0px;
FONT-SIZE: 12px; 
CURSOR: default; 
COLOR: #F3D6A3;
BACKGROUND-color: #424242;
background-image: url("images/back2.jpg");
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}

TEXTAREA {
background:#525252;
color:#F3D6A3;
font:11px Arial,Helvetica,sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
P {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
LINE-HEIGHT: 1.4; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
TABLE {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}

TD.content {
FONT-SIZE: 12px;
COLOR: #F3D6A3;
TEXT-DECORATION: none;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
}

TD.extra {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
TD.info1 {
color : #F3D6A3;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}
TD.extras {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

hr {
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
height: 2px;
width: 100%;
}

UL {
LIST-STYLE-TYPE: square
}
.center {
TEXT-ALIGN: center
}
.justify {
TEXT-ALIGN: justify
}
.right {
TEXT-ALIGN: right
}
H1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none;
}
.heading {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY: Tahoma; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none;
}

SELECT {
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
FONT-SIZE: 12px;
COLOR: #F3D6A3;
TEXT-DECORATION: none;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;}
.tablein {
color : #F3D6A3;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;}
.tableout {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}	
/* This is the outline round the main forum tables */
.forumline	{
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;}

/* Main table cell colours and backgrounds */
td.row1	{
background: url(images/bar.gif);
background-repeat: repeat-x ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}
td.row2	{
background: url(images/bar.gif);
background-repeat: repeat-x ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}
td.row3	{
background: url(images/bar.gif);
background-repeat: repeat-x ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}

td.rowpic {		
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

th	{
color: #F3D6A3; font-size: 11px; font-weight : bold;
height: 20px;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; height: 28px;
}


td.cat,td.catHead,td.catBottom {
height: 29px;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; height: 28px;
 }
td.row3Right,td.spaceRow {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}

th.thHead,td.catHead {
font-size: 12px; BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
 }
th.thSides,td.catSides,td.spaceRow	 {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
 }
th.thRight,td.catRight,td.row3Right	 {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thLeft,td.catLeft	  {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thBottom,td.catBottom  {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thTop	 {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thCornerL {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thCornerR {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }


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

/* General text */
.gen {font-size : 12px; color: #F3D6A3; }
.genmed {font-size : 11px; color: #F3D6A3; }
.gensmall {font-size : 10px; color: #F3D6A3; }
.gen,.genmed,.gensmall {color : #F3D6A3; }
a.gen,a.genmed,a.gensmall {color: #F3D6A3; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color: #EA9B34; text-decoration: none; }

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

/* Forum category titles */
.cattitle		{font-weight: bold; font-size: 12px ; letter-spacing: 0px; color : #F3D6A3}
a.cattitle		{text-decoration: none; color : #F3D6A3; }
a.cattitle:hover{text-decoration: none; color : #EA9B34;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{font-weight: bold; font-size: 12px; color : #F3D6A3; }
a.forumlink 	{text-decoration: none; color : #F3D6A3; }
a.forumlink:hover{text-decoration: NONE; color : #EA9B34; }

/* 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 : #F3D6A3;}
a.nav			{text-decoration: none; color : #F3D6A3; }
a.nav:hover		{text-decoration: NONE; color : #EA9B34;}

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

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{font-size : 11px; color : #F3D6A3;}

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

/* The content of the posts (body of text) */
.postbody {font-size : 12px; color : #F3D6A3;}
a.postlink:link	{text-decoration: none; color : #F3D6A3; }
a.postlink:visited {text-decoration: none; color : #F3D6A3; }
a.postlink:hover {text-decoration: NONE; color : #EA9B34}

.navlink {font-size : 12px;}
a.navlink:link	{text-decoration: none; color : #F3D6A3; }
a.navlink:visited {text-decoration: none; color : #F3D6A3; }
a.navlink:hover {text-decoration: NONE; color : #EA9B34;}

/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #F3D6A3;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}

.quote {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #F3D6A3;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;
}

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

/* Form elements */
input {
color : #F3D6A3;
text-indent : 2px;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}

/* The text input fields background colour */
input.post, textarea.post, select {
font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #F3D6A3;
background-color : #424242;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

/* The buttons used for bbCode styling in message post */
input.button {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

/* The main submit button option */
input.mainoption {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

/* None-bold submit button */
input.liteoption {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

.helpline {
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg td
{
	color: #F3D6A3;
        background-image: url("images/bar5.gif");
        background-repeat: repeat-xy;
	background-color: #424242;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 3px solid; 
BORDER-RIGHT: #F3D6A3 3px solid;
}
.windowbg2, .windowbg2 td
{
	color: #F3D6A3;
        background-image: url("images/bar.gif");
        background-repeat: repeat-xy;
	background-color: #424242;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 3px solid; 
BORDER-RIGHT: #F3D6A3 3px solid;
}
.windowbg3, .windowbg3 td
{
	color: #F3D6A3; 
	background-color: #424242;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 3px solid; 
BORDER-RIGHT: #F3D6A3 3px solid;
}
.windowbgpinned, .windowbgpinned td
{
	color: #F3D6A3;
	background-color: #525252;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 3px solid; 
BORDER-RIGHT: #F3D6A3 3px solid;
}
.windowbg2pinned, .windowbg2pinned td
{
	color: #F3D6A3;
	background-color: #424242;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 3px solid; 
BORDER-RIGHT: #F3D6A3 3px solid;
}

label
{
	color: #F3D6A3;
}

/* This is the colored bar seperating each post */
.postsep
{
	background-color: #525252;
	height: 6px;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #C7895D;
	color: #ffffff;
        BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
	font-weight: bold;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 td
{
	color: #F3D6A3;
	font-style: normal;
	background-color: #424242;
	background-image: url(images/block40.gif);
	BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
	background-repeat: repeat-xy;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #F3D6A3;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #F3D6A3;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/bar.gif);
        background-repeat: repeat-xy;
	background-color: #525252;
	color: #F3D6A3;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/block04.gif);
        background-repeat: repeat-xy;
	background-color: #424242;
	color: #F3D6A3;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #F3D6A3;
	background-repeat: repeat-xy;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #F3D6A3;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #F3D6A3;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F3D6A3;
}
.cat-whiteText
{
	color: #F3D6A3;
}

/* This is the titles for the columns on the board index */
.column-title
{
 text-align: center;
 vertical-align: middle;
 background: #525252 url("images/hit1.jpg") top left repeat-x;
 font-weight: bold;
 color: #F3D6A3;
 font-size: 80%;
 border-width: 1px 0 1px 0;
 border-style: solid;
 border-color: #F3D6A3;
}

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

/* This is the border arround the topic posts and quick reply. */
.displayborder
{
	background-color: #000000;
	padding: 0;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: #F3D6A3;
	text-transform: uppercase;
	vertical-align: middle;

}
.maintab_back, .maintab_active_back
{
	color: #F3D6A3;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 6px 2px 10px 2px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	/*background-image: url(images/maintab_first.gif);*/
	background-repeat: no-repeat;
	/*width: 10px;*/
}
.maintab_back
{
	/*background-image: url(images/maintab_back.gif);*/
	background-repeat: repeat-x;
}
.maintab_last
{
	/*background-image: url(images/maintab_last.gif);*/
	background-repeat: no-repeat;
	/*width: 8px;*/
}
.maintab_active_first
{
	/*background-image: url(images/maintab_active_first.gif);*/
	background-repeat: no-repeat;
	/*width: 6px;*/
}
.maintab_active_back
{
	/*background-image: url(images/maintab_active_back.gif);*/
	background-repeat: repeat-x;
}
.maintab_active_last
{
	/*background-image: url(images/maintab_active_last.gif);*/
	background-repeat: no-repeat;
	/*width: 8px;*/
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #F3D6A3;
	text-decoration: none;
	font-weight: bold;
	background: #424242 url(images/blockc.gif) 0 0 repeat-xy;
	padding: 5px 8px 5px 8px;
	margin: 4px 0 4px 0;
	border: 1px solid #F3D6A3;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #F3D6A3;
	text-decoration: none;
	background: #424242 url(images/hit.jpg) 0 -24px repeat-xy;
	border: 1px solid #F3D6A3;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #F3D6A3;
	text-transform: uppercase;
	vertical-align: middle;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #F3D6A3;
	text-decoration: none;
	font-size: 9px;
	vertical-align: middle;
	padding: 10px 2px 6px 2px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	/*background-image: url(images/mirrortab_first.gif);*/
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	/*background-image: url(images/mirrortab_back.gif);*/
	background-repeat: repeat-x;
}
.mirrortab_last
{
	/*background-image: url(images/mirrortab_last.gif);*/
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	/*background-image: url(images/mirrortab_active_first.gif);*/
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	/*background-image: url(images/mirrortab_active_back.gif);*/
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	/*background-image: url(images/mirrortab_active_last.gif);*/
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #F3D6A3;
	text-decoration: none;
	font-weight: bold;
	background: #424242 url(images/block-L_04.gif) 0 0 repeat-xy;
	padding: 5px 8px 5px 8px;
	margin: 4px 0 4px 0;
	border: 1px solid #F3D6A3;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #F3D6A3;
	text-decoration: none;
	background: #000000 url(images/block04.gif) 0 -24px repeat-xy;
	border: 1px solid #F3D6A3;
}
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #424242;
	border-bottom: solid 1px #F3D6A3;
	padding: 4px;
}

.sitemap_header{
	background: #525252;
	border-bottom: solid 1px #F3D6A3;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #424242;
	border-bottom: solid 1px #F3D6A3;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #d6d8dd;
	border-bottom: solid 1px #F3D6A3;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #F3D6A3;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #525252;
	color: #F3D6A3;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.blocktitle{
COLOR: #F3D6A3;
FONT-WEIGHT: bold;
TEXT-DECORATION: underline;
}
A:link {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:visited {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:active {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
A:hover {
FONT-SIZE: 12px; 
COLOR: #ffb005; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
BODY {
margin: 0px;
FONT-SIZE: 12px; 
CURSOR: default; 
COLOR: #F3D6A3;
BACKGROUND-color: #525252;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}

TEXTAREA {
color:#F3D6A3;
BACKGROUND: #525252;
font:11px Arial,Helvetica,sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
P {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
LINE-HEIGHT: 1.4; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}
TABLE {
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;
}

TD.content {
FONT-SIZE: 12px;
COLOR: #F3D6A3;
TEXT-DECORATION: none;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
}

TD.extra {
BACKGROUND: #525252;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
TD.info1 {
color : #F3D6A3;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;
}
TD.extras {
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

hr {
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
height: 2px;
width: 100%;
}

UL {
LIST-STYLE-TYPE: square
}
.center {
TEXT-ALIGN: center
}
.justify {
TEXT-ALIGN: justify
}
.right {
TEXT-ALIGN: right
}
H1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none;
}
.heading {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #F3D6A3; 
FONT-FAMILY: Tahoma; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none;
}

SELECT {
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;
FONT-SIZE: 12px;
COLOR: #F3D6A3;
TEXT-DECORATION: none;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
background: url(images/bar.gif);
background-repeat: repeat-xy ; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
.tablein {
background: url(images/bar.gif);
background-repeat: repeat-xy ;
color : #F3D6A3;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;}
.tableout {
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}	
/* This is the outline round the main forum tables */
.forumline	{
background: url(images/bar.gif);
background-repeat: repeat-xy ; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}

/* Main table cell colours and backgrounds */
td.row1	{
background: url(images/bar.gif);
background-repeat: repeat-xy ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}
td.row2	{
background: url(images/bar.gif);
background-repeat: repeat-xy ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}
td.row3	{
background: url(images/bar.gif);
background-repeat: repeat-xy ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}

td.rowpic {
background: url(images/bar.gif);
background-repeat: repeat-xy ;		
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

th	{
color: #F3D6A3; font-size: 11px; 
font-weight : bold;
height: 20px;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background: url(images/bar.gif);
background-repeat: repeat-xy ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; height: 28px;
}


td.cat,td.catHead,td.catBottom {
background: url(images/bar.gif);
background-repeat: repeat-xy ;
height: 29px;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
background: url(images/bar.gif);
background-repeat: repeat-xy ;
font-weight: bold; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; height: 28px; }
td.row3Right,td.spaceRow {
background: url(images/bar.gif);
background-repeat: repeat-xy ;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;}

th.thHead,td.catHead { 
font-size: 12px; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thSides,td.catSides,td.spaceRow	 { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thRight,td.catRight,td.row3Right	 { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thLeft,td.catLeft	  { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thBottom,td.catBottom  {
background: url(images/block04.gif);
background-repeat: repeat-xy ; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thTop	 {
background: url(images/bar.gif);
background-repeat: repeat-xy ; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thCornerL { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }
th.thCornerR { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid; }


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

/* General text */
.gen { font-size : 12px; color: #F3D6A3; }
.genmed { font-size : 11px; color: #F3D6A3; }
.gensmall { font-size : 10px; color: #F3D6A3; }
.gen,.genmed,.gensmall { color : #F3D6A3; }
a.gen,a.genmed,a.gensmall { color: #F3D6A3; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffb005; text-decoration: none; }

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 0px; color: #F3D6A3}
a.cattitle		{ text-decoration: none; color: #F3D6A3; }
a.cattitle:hover{ text-decoration: none; color : #ffb005;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #F3D6A3; }
a.forumlink 	{ text-decoration: none; color : #F3D6A3; }
a.forumlink:hover{ text-decoration: NONE; color : #ffb005; }

/* 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: #F3D6A3;}
a.nav			{ text-decoration: none; color: #F3D6A3; }
a.nav:hover		{ text-decoration: NONE; color : #ffb005;}

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

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #F3D6A3;}

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

/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #F3D6A3;}
a.postlink:link	{ text-decoration: none; color : #F3D6A3; }
a.postlink:visited { text-decoration: none; color : #F3D6A3; }
a.postlink:hover { text-decoration: NONE; color : #ffb005}

.navlink { font-size : 12px;}
a.navlink:link	{ text-decoration: none; color: #F3D6A3; }
a.navlink:visited { text-decoration: none; color: #F3D6A3; }
a.navlink:hover { text-decoration: NONE; color : #ffb005;}

/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #F3D6A3;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}

.quote {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #F3D6A3;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #F3D6A3; letter-spacing: 0px;}
a.copyright		{ color: #F3D6A3; text-decoration: none;}
a.copyright:hover { color: #ffb005; text-decoration: NONE;}

/* Form elements */
input {
color : #F3D6A3;
text-indent : 2px;
font: normal 11px Arial, Helvetica, sans-serif;
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #525252;
}

/* The text input fields background colour */
input.post, textarea.post, select {
font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #F3D6A3;
background-color : #424242;
}

/* The buttons used for bbCode styling in message post */
input.button {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #525252; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

/* The main submit button option */
input.mainoption {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

/* None-bold submit button */
input.liteoption {
color : #F3D6A3;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BACKGROUND: #424242; 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
}

.helpline { 
BORDER-TOP: #F3D6A3 1px solid; 
BORDER-BOTTOM: #F3D6A3 1px solid; 
BORDER-LEFT: #F3D6A3 1px solid; 
BORDER-RIGHT: #F3D6A3 1px solid;
BACKGROUND: #424242;
}
