/* General font families for common tags */
font{ font-family: Verdana, Arial, Helvetica, sans-serif }
p, td	{ font-family: Verdana, Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: solid #d9b189 0px; border-top-width: 1px;}
a	{ color: #905000; text-decoration: none; }
a:hover	{ color: #dd6900; text-decoration: underline; }
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#f8e8b8; border: #b79067; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline	{ background-color:#b79067; border: 2px #c8a078 solid }

/*
  Main table cell colours and backgrounds
  Styles that use bitmap backgrounds are commented "Uses Bitmap"
  Note that netscape 4 takes paths to bitmap files relative from
  the html file rather than from the style sheet.
  Hence, to maintain compatibility, all styles using bitmaps have
  their "background : url(templates/DesertStorm/images/bitmap.gif);"
  setting defined in overall_header.tpl
*/

TH		{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #c8a078; height: 25px; font-size: 11px; font-weight: bold; color: #e9d9a9; }  /* Uses Bitmap */
TD.tablebg	{ background-color: #d0c090 }
TD.cat		{ background-color: #c8a078; height: 28px }  /* Uses Bitmap */
TD.row1		{ background-color: #f8e8b8 }
TD.row2		{ background-color: #e9d9a9 }
TD.row3		{ background-color: #f8e8b8 }

/* This is the spacer row between post replies */
TD.spaceRow { background-color: #b79067; border: #d9b189; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
TD.rowpic	{ background-color: #ffffff } /* Uses Bitmap */


/*
  Setting additional nice 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 :-)
*/
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#D1D7DC; height: 28px; border: #ffffff; border-style: solid; }  /* Uses Bitmap */

TD.catHead	 { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TD.catSides  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.catLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }

TH.thHead,TH.thSides,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #ffffff; border-style: solid; }
TH.thTop,TH.thLeft,TH.thRight,TH.thCornerL,TH.thCornerR { border: #b4a172; }

TH.thHead	 { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TH.thSides	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thTop	 { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thBottom  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }

TD.row3Right	 { background-color: #f8e8b8; border: #f8e8b8; border-style: solid;  border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }



/* The largest text used in the index page title and toptic title etc. */
.maintitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

a.sitename	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #905000;}
a.sitename:hover	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #dd6900;}

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }
a.gen		{ color: #905000; text-decoration: none; }
a.gen:hover	{ color: #dd6900; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 11px; color : #000000; }
a.genmed	{ text-decoration: none; color : #905000; }
a.genmed:hover	{ text-decoration: underline; color : #dd6900; }


/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #905000; text-decoration: none; }
a.gensmall:hover{ color: #dd6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #dd6900; }


/* Forum category titles */
.cattitle		{ font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #905000}
a.cattitle		{ text-decoration: none; color : #905000; }
a.cattitle:hover	{ text-decoration: underline; color : #dd6900; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; color : #905000; }
a.forumlink		{ text-decoration: none; color : #905000; }
a.forumlink:hover	{ text-decoration: underline; color : #dd6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;}
a.nav			{ text-decoration: none; color : #905000; }
a.nav:hover		{ text-decoration: underline; color : #dd6900; }


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle		{ text-decoration: none; color : #905000; }
a.topictitle:hover	{ text-decoration: underline; color : #dd6900; }
a.topictitle:visited	{ text-decoration: none; color : #d09000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; text-decoration : none; color : #000000;}
a.name			{ color: #b07000; text-decoration: none;}
a.name:hover	{ color: #CC5800; text-decoration: underline;}


/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ color: #905000; text-decoration: none; }
a.postdetails:hover	{ color: #dd6900; text-decoration: underline; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink	{ text-decoration: none; color : #905000 }
a.postlink:hover { text-decoration: underline; color : #dd6900}


/* Quote Code (currently not used) */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #006600;
	background-color: #f1e1b1; border: #b79067; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #f1e1b1; border: #b79067; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.editedby { font-size : 10px; line-height : 100%; color : #333333; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
	//background-color : #faeaba;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #faeaba;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainoption {
	background-color : #faeaba;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #faeaba;
	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: #e9d9a9; border-style: none; }

/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}











/*
See http://www.westciv.com/style_master/academy/browser_support/index.html
for a list of supported attributes

A good source is http://css.nu/pointers/index.html

Check the CSS source: http://www.htmlhelp.com/tools/csscheck/
*/


body {
	background-color:#FEFBD8;

	margin:0px;
	padding:0px;
	color:#5F3719;
	background-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	overflow:auto;
}

td.mainMenu
{
	background-color:#7A5F44;

	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:#B2AC80;
	padding-top:5px;
	padding-bottom:2px;
}

td.subMenu
{
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:#B2AC80;
	padding-top:6px;
	padding-bottom:0px;
}

.rowHeader
{
	background-color:#FFDF93;

	font-size:110%;
	font-weight:bold;
	padding:3px;
	border:solid 1px #333366;
}

.rowContent
{
	background-color:#FEFBD8;

	padding:6px;
	border:solid 1px #333366;
	border-top-style:none;
}

a,p,ol,ul,li,tr,td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:130%;
	margin-top:6px;
	margin-bottom:4px;
}

a
{
	color:#cc2200;
	text-decoration:none;
}

a:hover
{
	background-color:#FFDF93;
	color:#000000;
	border:none;
	margin:0px;
}

ul.emptyList
{
	list-style-type:none;
}

sup
{
	vertical-align:top;
	text-transform:lowercase;
	font-size:70%;
	font-weight:bold;
}


h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:21pt; font-weight:bold }
h2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:17pt; font-weight:bold }
h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14pt; font-weight:bold }
h4 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold }
h5 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold }
h6 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold }


p.small
{
	font-size:8pt;
}

p.para
{
	margin-top:12px;
	margin-bottom:4px;
}

p.indent
{
	margin-left:15px
}

A.linkMenuMain
{
	color:#FFDF93;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuMain:visited
{
	color:#FFDF93;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuMain:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:transparent;
}

A.linkMenuMainActive
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuMainActive:visited
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuMainActive:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:transparent;
}



A.linkMenuSub
{
	color:#7A5F44;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuSub:visited
{
	color:#7A5F44;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuSub:hover
{
	color:#000000;
	text-decoration:underline;
	background-color:transparent;
}

A.linkMenuSubActive
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuSubActive:visited
{
	color:#000000;
	text-decoration:none;
	background-color:transparent;
}
A.linkMenuSubActive:hover
{
	color:#000000;
	text-decoration:underline;
	background-color:transparent;
}












A.menu
{
	background-color:transparent;
	color:#000000;
	font-variant:small-caps;
	text-decoration:none;
}
A.menu:visited
{
	color:#000000;
}
A.menu:hover
{
	color:#17639E;
	text-decoration:underline;
	background-color:transparent;
}

A.menuActive
{
	background-color:transparent;
	color:#000000;
	font-variant:small-caps;
	text-decoration:none;

	font-weight:bold;
}
A.menuActive:visited
{
	color:#000000;
}
A.menuActive:hover
{
	color:#17639E;
	text-decoration:underline;
	background-color:transparent;
}

p.offsetMain
{
	margin-top:2.5em;
	margin-bottom:0px;
}

.offsetFirst
{
	margin-top:0px;
}

p.offsetSubMenu
{
	margin-top:1.5em;
	margin-bottom:0px;
}

p.offsetFooter
{
	margin-top:2em;
	margin-bottom:0px;
}


td.footer
{
	border-top-width:2px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:#B09030;
	padding-top:8px;
	padding-bottom:4px;
}

tr.rowOdd
{
}

tr.rowColored
{
	background-color:#D9D2CE;
}

td.colBorderTop
{
	border-top-width:thin;
	border-top-style:solid;
	border-color:#333333;
}

td.colBorderLeft
{
	font-weight:bold;
    text-align:center;
	border-left-width:thin;
	border-left-style:solid;
	border-color:#333333;
}

td.colBorderTopLeft
{
	font-weight:bold;
    text-align:center;
	border-top-width:thin;
	border-top-style:solid;
	border-left-width:thin;
	border-left-style:solid;
	border-color:#333333;
}

td.colBorderTopLeftNoCenter
{
	font-weight:bold;
	border-top-width:thin;
	border-top-style:solid;
	border-left-width:thin;
	border-left-style:solid;
	border-color:#333333;
}

.largeBold
{
	font-size:120%;
	font-weight:bold;
}
