#phpbb TD {color:#CCCCCC;}

/* General font families for common tags */
#phpbb hr {height:0px; border:solid #666666 0px; border-top-width:1px;}

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

/*
.new_messages td.row1 {background-color:#220000;}
.new_messages td.row2 {background-color:#331111;}
.new_messages td.row3 {background-color:#220000;}
.new_messages td.row3Right {background-color:#220000;}
*/

.new_messages td.row1, .new_messages td.row3, .new_messages td.row3Right {background-color:#331111;}
.new_messages td.row2 {background-color:#442222;}

.topic_bull {font-size:180%;}
.topic_bull {color:#CCCCCC;}
/*.topic_bull_hot {color:#90FFFF;}*/
.topic_bull_new {color:#FF6666;}

.topic_status_announcement {color:#FFF000;}
.topic_status_closed {color:#cc5959;}

td.rowpic {
 background-color: #FFFFFF;
 background-image: url(images/cellpic2.jpg);
 background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
#phpbb th {
 color: white; font-size: 11px; font-weight : bold;
 background-color: #333333; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {background-color:#333333; height: 28px;}

.maintitle, #phpbb h1,#phpbb h2 {font-weight:bold; font-size:150%; text-decoration:none; line-height:120%; color:#a8ff00;}

/* General text */
.gen {font-size:90%;}
.genmed {font-size:80%;}
.gensmall {font-size:70%; font-family:"Verdana",sans-serif;}

.gen_gray {color:#666666;}
.gen_gray A {color:#999999;}
.gen_gray2 {color:#999999;}
.gen_gray2 A {color:#BBBBBB;}

.gen_date {color:#fff000;}

.mainmenu {font-size:90%;}


/* Forum category titles */
.cattitle {font-weight:bold; font-size:90%;}


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

/* titles for the topics: could specify viewed link colour too */
.topictitle {font-weight:bold; font-size:90%;}
/*A.topictitle   {color:#a8ff00;}*/
A.topictitle {color:#CCCCCC;}
/*A.topictitle:visited {color:#666666;}*/

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {font-size:90%; color:#a8ff00;}
.name A {color:#a8ff00;}

/* Location, number of posts, post date etc */
.postdetails {font-size:70%; font-family:"Verdana",sans-serif;}

/* The content of the posts (body of text) */
.postbody {font-size:90%;}

/* Copyright and bottom info */
.copyright {font-size:80%;}


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

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

#phpbb input { text-indent : 2px; }

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

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

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

.redb {padding:5px 10px; background:url("images/redb.gif");}
.redb {white-space:nowrap;}
.redb_small {padding:3px 5px; background:url("images/redb.gif"); font-size:80%;}
.redb_small {white-space:nowrap;}

.msg_yellow {color:#fff000; font-size:70%;}
.msg_yellow A {color:#fff000;}

/* Quote & Code blocks */
.code {font-family:"Courier New",monospace; font-size:90%; color:#EEEEEE !important; background-color:#444444; border:1px solid #666666;}
.quote {font-size:80%; line-height:125%; color:#CCCCCC !important; background-color:#444444; border:1px solid #666666;}

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