/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #FFFFFF;
font-family: Arial, Sans-Serif, Fantasy;
font-size: 10pt;
}
/* General font families for common tags 
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */
td b {
font-size: 10pt;
font-weight: bold;
}
a {
color: #006699;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/****************************************************************/
/* The register, login, search etc links at the top of the page */
.mainmenu a {
color: #FFFFFF;
font-size: 11px;
text-decoration: none;
}
.mainmenu a:hover {
color: #DD6900;
text-decoration: underline;
}
/*****************************/
/* Copyright and bottom info */
.copyright {
color: #444444;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.copyright {
color: #444444;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
/***************************************************/
/* This is the outline round the main forum tables */
.forumline {
background-color: #FFFFFF;
border: #006699;
border-width: 2px;
border-style: solid;
}
/***************************/
/* NEW, see index_body.tpl */
th.cmBBth {
color: #FFFFFF;
background-color: #006699;
background-image: url(images/navigators/topleftbackground.gif);
font-size: 10pt;
font-weight: bold;
height: 25px;
text-align: center;
vertical-align: middle;
}
td.cmBBtd {
color: #FFFFFF;
background-color: #6699CC;
font-size: 10pt;
}
td.cmBBtd a {
color: #FFFFFF;
text-decoration: none;
}
td.cmBBtd a:hover {
text-decoration: underline;
}
td.cmBBtd small {
color: #FFFFFF;
}
td.cmBBtd input, td.cmBBtd select {
color: #FFFFFF;
background-color: #6699CC;
border-color: #006699;
border-width: 1px;
}
hr.cmBBhr {
height: 0px;
border: solid #999999 0px;
border-top-width: 1px;
}
input, select, textarea {
color: #000000;
background-color: #FFFFFF;
border-color: #C9C9C9;
}
small select, small input {
font-size: 8pt;
}
/*
border-style: solid;
*/
.row1 {
background-color: #F3F3F3;
}
.row2 {
background-color: #E9E9E9;
}
.row3 {
background-color: #DFDFDF;
}
.row1 input, .row1 select {
color: #000000;
background-color: #F3F3F3;
border-color: #939393;
}
.row2 input, .row2 select {
color: #000000;
background-color: #E9E9E9;
border-color: #696969;
}
.row2 textarea {
color: #000000;
background-color: #E9E9E9;
border-color: #696969;
font-family: Arial, Sans-Serif, Fantasy;
font-size: 10pt;
}
/*******************************************/
/* Main table cell colours and backgrounds */
/* used in bbcode.tpl */
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', Sans-Serif;
font-size: 10pt;
color: #006600;
border: #6699CC;
border-style: solid;
border-width: 1px;
}
.quote {
font-family: Arial, Sans-Serif, Fantasy;
font-size: 10pt;
color: #444444;
line-height: 125%;
border: #6699CC;
border-style: solid;
border-width: 1px;
}

/* 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: #E9E9E9;
border-style: none;
font-size: 8pt;
}

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