/* Link colours, keep link, visited and active the same */

a:link  { 
  color: #003399;
  background: none;
}
a:visited { 
  color: #003399;
  background: none;
}
a:active {
  color: #003399;
  background: none;
}
a:hover {
	color: #cc0033;
	background: none;
	text-decoration: none;
}
form {
  display: inline;
  margin-bottom: 0;
}


/* This is the header bar that appears at the top of the forum for each forum category, as well as inside a thread for the page numbers and at the bottom of the thread */

.tdheader {
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
  background-color: #809ab1;
  background-image: url('/images/forum/dark_bar.jpg');
  background-repeat: repeat-x;
}



/* This is the colour of the borders within the forum table. */

.tableborders {
	background: #ffffff;
	color: #FFFFFF;
}




.navbarthread {
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
  background: #ff0000;
}



/* This is the bar that appears at the top of every page with the links to other parts of the forum settings */

.menubar{
	background-color: #eef2f8;
    background-image: url('/images/forum/light_bar.jpg');
    background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
    font-size: 8pt;
}

/* These are the navigation buttons inside every thread saying: "Previous / Topics / Reply to Thread" etc. */

.navigation{
	background-color: #eef2f8;
    background-image: url('/images/forum/light_bar.jpg')';
    background-repeat: repeat-x;
	color: #000000;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #809ab1;
	padding: 1px;
	margin: 1px;
	font-weight: bold;
}
.new {
  font-size: 9pt;
  color: #FF0000;
  background: none;
}
.catandforum {
  font-size: 10pt;
}


/* This is the box to show the most recent post on the index page */

.posttime {
	font-size: 10pt;
	background: #eef2f8;
	color: #000000;
}


/* This is the box to show how many threads are in each forum */

.threadtotal {
	font-size: 10pt;
	background: #e7edf4;
	color: #000000;
}


/* This is the box to show how many posts are in each forum */

.posttotal {
  font-size: 10pt;
  background: #e7edf4;
  color: #000000;
}
.modline {
  font-size: 8pt;
  font-style: oblique;
}
.small {
  font-weight: normal;
  font-size: 8pt;
}
.standouttext {
  color: #ff0000;
  background: none;
}
.pollcolor {
	background: #ff0000;
	color: #000000;
	border: 1px solid #000000;
}
.welcome {
  background: #9B9BFF;
  color: #000000;
}
.forumtitle {
  font-size: 10pt;
  font-weight: bold;
}
.forumdescript {
  font-size: 8pt;
}



.lighttable {
  background: #f3f5f7;
  color: #000000;
}


/* This is the box used for forum descriptions as well as one of the rows in 'latest topics' and inside forums, and also the left-hand column inside forum threads */

.darktable {
  background: #e7edf4;
  color: #000000;
}


.newlighttable {
	background: #bedae8;
	font-weight: bold;
	color: #000000;
}
.newdarktable {
	background: #bedae8;
	font-weight: bold;
	color: #000000;
}
.newpostsincat {
	background: #FFCC00;
	color: #000000;
}
.cleartable {
	background: #f7f7f7;
	color: #000000;
}
.alternatetable {
	background: #eeeeff;
	color: #000000;
}
.newsubjecttable {
	background: #dadde5;
	font-weight: bold;
	color: #000000;
}
.subjecttable {
  background: #dadde5;
  color: #000000;
}
.footertable {
	background: #ffffff;
	color: #000000;
}                          
.formboxes{
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;
}

/* These buttons appear inside forum threads and new posts, saying "Submit Rating / Manage / Jump / Continue" etc. */

.buttons {
	background-color: #e7edf4;
    background-image: url('/images/forum/dark_bar.jpg');
    background-repeat: repeat-x;
	color: #ffffff;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ffffff;
	font-weight: bold;
}


blockquote {
   font-size: 9pt; border: 1px solid #809ab1;
   margin: 0px 20px; padding: 0px 10px;
background:#e7edf4;
}

blockquote .small {
	background: #bedae8;
    margin-left:-10px;
	padding: 1px 2px;
	color: #000000;
    border-top: 1px solid #809ab1;
    border-right: 1px solid #809ab1;
    border-bottom: 1px solid #809ab1;
}

blockquote hr {
   visibility:hidden;
   height: 1px
}

blockquote br {
   font-size: 1px
}

.onbody{
  color: #000000;
  background: none;
}
.onbody a:link {
  color: #003399;
  background: none;
}
.onbody a:visited {
  color: #003399;
  background: none;
}
.onbody a:active {
  color: #003399;
  background: none;
}
.post:first-letter {
	font-weight: bold;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: block;
	white-space: pre;
}


.newlighttable a:link  { 
  color: #003399;
  background: none;
}
.newlighttable a:visited { 
  color: #003399;
  background: none;
}
.newlighttable a:active {
  color: #003399;
  background: none;
}
.newlighttable a:hover {
	color: #cc0033;
	background: none;
	text-decoration: none;
}

.newdarktable a:link  { 
  color: #003399;
  background: none;
}
.newdarktable a:visited { 
  color: #003399;
  background: none;
}
.newdarktable a:active {
  color: #003399;
  background: none;
}
.newdarktable a:hover {
	color: #cc0033;
	background: none;
	text-decoration: none;
}
textarea.formboxes {width:800px;max-width:800px;}

