/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color: #993300; }
a:hover { text-decoration: underline; }

hr { height: 0px; border: solid #666666 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #666666; border:1px #666666 solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: #666666; border: 1px #666666 solid; color: #ffffcc; }
a.forumline { text-decoration:none; color:#FFCC66; }
a.forumline:hover { text-decoration: underline; color:#FFCC66; }

.error { color: #ffffcc; }
.error a, .error a:link, .error a:active, .error a:visited { color: #ffff00; }

.tabletitle { color: #ffffcc; }
a.tabletitle { text-decoration:none; color:#FFCC66; }
a.tabletitle:hover { text-decoration: underline; color:#FFCC66; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #cccccc; }
td.row2 { background-color: #DADADA; }
td.row3 { background-color: #cccccc; }

/*
  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: #CCCCCC; }

/* Header cells - the blue and silver gradient backgrounds */
th {
 color: #555555; font-size: 12px; font-weight: bold;
 background-color: #666666; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-color:#CCCCCC; border: #666666; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner 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.cat,td.catHead,td.catBottom {
 height: 29px;
 border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
 font-weight: bold; border: #666666; border-style: solid; color: #ffffcc; font-size: 11px;
}
td.row3Right { background-color: #cccccc; border: #666666; border-style: solid; }
td.spaceRow  { background-color: #999999; border: #666666; border-style: solid; }


th.thHead,td.catHead { font-size: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


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

/* General text */
.gen { font-size: 13px; }
.genmed { font-size: 12px; }
.gensmall { font-size: 11px; }
.gen,.genmed,.gensmall { color: #000000; }
a.gen,a.genmed,a.gensmall { color: #993300; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { text-decoration: underline; }

.topic_suffix { 
	font-size: 9px; 
	font-weight: bold; 
	white-space: nowrap;
	text-decoration: none;
	vertical-align: 20%;
	background-color: #e8e8e8; 
	color: #993300; 
	margin-left: 5px; 
	padding:0 4px 0px 4px;
	border: 1px solid #999999;
}

.positive, a.positive:link, a.positive:visited { color: #006633; text-transform: uppercase; }
.negative, a.negative:link, a.negative:visited { color: #cc0033; text-transform: uppercase; }
.neutral, a.neutral:link, a.neutral:visited { color: #333333; text-transform: lowercase; }

.message_notice { 
	font-size: 14px; 
	font-weight: bold; 
	white-space: nowrap;
	text-decoration: none;
	vertical-align: 20%;
	background-color: #DDDDDD; 
	color: #003366; 
	border: 1px solid #999999;
	width: 96%;
	margin: 0 auto;
	padding: 5px;
    text-align: center;
}

.verified, .unverified { 
	font-size: 12px; 
	font-weight: bold; 
	white-space: nowrap;
	background-color: #ffffcc; 
	color: #993300;
	margin: 0;
	padding: 2px 12px 2px 12px;
	border: 1px solid #993300;
}
.unverified { 
	text-decoration: italic;
	background-color: transparent; 
	color: #999999; 
	border-color: #999999;
}

.feedback, .feedback_member, .feedback_details { 
	font-size: 14px; 
	font-weight: bold; 
	color: #003366; 
	background-color: #DADADA; 
	border: 1px solid #999999;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 20px 5px 20px 5px;
    text-align: center;
}
.feedback_member {
	background-color: transparent;
	border: 0;
	margin: 0;
	width: 100%;
}
.feedback_details {
	background-color: transparent;
	border: 0;
	margin: 0 10px 0 10px;
	width: 46%;
	padding: 0;
	float: left;
}
.feedback_num {
	font-size: 120%;
	font-weight: bold; 
	margin-top: 8px;
}
.positiveBox, .neutralBox, .negativeBox, .positiveBoxOn, .neutralBoxOn, .negativeBoxOn {
	width: 15px;
	height: 15px;
	font-size: 10px; 
	font-weight: bold; 
	white-space: nowrap;
	background-color: #000000; 
	color: #ffffcc; 
	margin: 0;
	padding: 2px;
	border: 1px solid #000000;
}
.positiveBox {
	background-color: #006633; 
	border: 1px solid #000000;
}
.neutralBox {
	background-color: #666666; 
	border: 1px solid #000000;
}
.negativeBox {
	background-color: #cc0033; 
	border: 1px solid #000000;
}
.positiveBoxOn {
	background-color: #003333; 
	border: 1px solid #000000;
}
.neutralBoxOn {
	background-color: #333333; 
	border: 1px solid #000000;
}
.negativeBoxOn {
	background-color: #660000; 
	border: 1px solid #000000;
}

.warning_feedback {
	font-size: 85%;
	color: #993300;
	font-style: italic;
	padding-right: 10px;
	float: right;
}

.positiveFlag, .neutralFlag, .negativeFlag { 
	font-size: 12px; 
	font-weight: bold; 
	white-space: nowrap;
	background-color: #000000; 
	color: #FFFFFF; 
	margin: 0 10px 0 10px; 
	padding: 2px 12px 2px 12px;
	border: 1px solid #000000;
}
.positiveFlag {
	background-color: #006633; 
	border: 1px solid #000000;
}
.neutralFlag {
	background-color: #666666; 
	border: 1px solid #000000;
}
.negativeFlag {
	background-color: #cc0033; 
	border: 1px solid #000000;
}

/* ReportSystem */
.reason_error {font-size : 11px; color: #FFA34F; text-decoration: none; }
.reported { font-size: 11px; float: right; padding: 4px; margin: 4px; border: 2px solid #321900;
    font-weight: bold; background-color: #FF9933; color: #993300; }
.reported_mod { font-size: 11px; float: right; padding: 4px; margin: 4px; border: 0;
    font-weight: bold; background-color: #999999; color: #EEEEEE; }

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

/* Forum category titles */
.cattitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color: #330000; }
a.cattitle { text-decoration: none; color: #993300; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 13px; color: #993300; }
a.forumlink { text-decoration: none; color: #993300; }
a.forumlink:hover{ 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:12px; color:#000000; }
a.nav { text-decoration:none;  }
a.nav:hover { text-decoration: underline;  }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 12px; color: #000000; }

a.topictitle:link { text-decoration: none; color: #993300; }
a.topictitle:visited { text-decoration: none; color: #663300; }
a.topictitle:hover { text-decoration: underline; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size: 13px; line-height: 18px; color: #000000; }
a.postlink:link { text-decoration: none; color: #993300; }
a.postlink:visited { text-decoration: none; color: #663300; }
a.postlink:hover { text-decoration: underline; }

/* Quote & Code blocks */
.code {
 font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #330000;
 background-color: #E2E2E2; border: #999999; border-style: dashed;
 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.quote {
 font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330000; line-height: 125%;
 background-color: #E2E2E2; border: #cccccc; border-style: solid;
 border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px;
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #000000; }
a.copyright { color: #000000; text-decoration: none; }
a.copyright:hover { color: #000000; text-decoration: underline; }

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

/* The text input fields background colour */
input.post, textarea.post, select { background-color: #666666; }
input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
 background-color: #cccccc; color: #000000;
 font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
 background-color: #999999; color:#ffffcc;
 font-weight: normal;
}

/* None-bold submit button */
input.liteoption {
 background-color: #999999; color:#ffffcc;
 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: #DADADA; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
-->

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: #993300; }
a.topic-new:hover, a.topic-new:active { color: #993300; }
/* End Simple Subforums MOD */

/* The text input fields background colour */
input.post, textarea.post, select { background-color: #D1D1D1; }

/* Navigation */
.topmenu, .topmenu a, .topmenu a:hover, .topmenu td { font-size: 11px; }
.topmenu a { color: #993300; text-decoration: none; }
.topmenu a:hover { color: #663300; text-decoration: none; }
.topmenu td { white-space: nowrap; font-weight: bold; }

/* Other */
.me_posted { border: 2px dotted #999999; padding: 1px; }

/* RegMod-Begin */
.gengreen { font-size : 12px; font-weight : bold; color : #008000; }
a.gengreen { font-size : 12px; font-weight : bold; color : #008000; }
.genblue { font-size : 12px; font-weight : bold; color : #666666; }
a.genblue { font-size : 12px; font-weight : bold; color : #666666; }
.genred { font-size : 12px; font-weight : bold; color : #ff0000; }
a.genred { font-size : 12px; font-weight : bold; color : #ff0000; }
/* RegMod-End */


.premier { color:#003366; font-size:115%; }

hr.sig-line {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	margin-top: 10px;
}

hr.sep-line {
	border-top: 4px double #999999;
	margin-bottom: 10px;
}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: auto;
	border: 0;
}