/* Body Background and Text */
body {

  background: #006400;
  color: #000000;
  font:12px Verdana,Arial,Helvetica,sans-serif;
  margin:0px;
  padding:0px;

  scrollbar-3dlight-color    :#d1d7dc;
  scrollbar-arrow-color      :#006699;
  scrollbar-darkshadow-color :#98aab1;
  scrollbar-face-color       :#dee3e7;
  scrollbar-highlight-color  :#ffffff;
  scrollbar-shadow-color     :#dee3e7;
  scrollbar-track-color      :#efefef
}

/* Left Menu Panel */
A:link.navpanel {padding:4px; text-decoration:none; color:#496C92;
background:#ffffff url(images/nav1.gif); display:block; width: 150px; text-align:left;
  border-bottom: 1px solid #191970;
  border-left: 1px solid #496C92;
  border-top: 1px solid #496C92;
  border-right: 1px solid #191970;
}

A:visited.navpanel {padding:4px; text-decoration:none; color:#496C92;
background:#ffffff url(images/nav1.gif); display:block; width: 150px; text-align:left;
  border-bottom: 1px solid #191970;
  border-left: 1px solid #496C92;
  border-top: 1px solid #496C92;
  border-right: 1px solid #191970;
}

A:hover.navpanel {padding:4px; text-decoration:none; color: #1B2836; font-style: italic;
background:#ffffff url(images/nav2.gif); display:block; width: 150px; text-align:left;
  border-bottom: 1px solid #496C92;
  border-left: 1px solid #191970;
  border-top: 1px solid #191970;
  border-right: 1px solid #496C92;
}

/* General font families for common tags */
font,th,td,p
{
  font:12px Verdana,Arial,Helvetica,sans-serif
}

/* General page style */
a:link,a:active,a:visited,a.postlink {  color:#00d202;text-decoration:none }
a:hover {  color:#7FFF00}

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

fieldset {  border: 1px solid #006699; padding: 6px }

/* Main table cell colours and backgrounds */
.row1 { background:#eaedf4 }
.row2,.helpline { background:#d9e2ec }
.row3 { background:#cedcec }
.row4 { background:#000000 }

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

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1
{
  font:bold 20px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  color: #006400}

.subtitle,h2
{
  font:bold 18px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none; color: #006400
}

h3
{
  font:bold 16px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none
}

h4
{
  font:bold 14px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none
}

/* 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
}

.topbkg {
	background: white;
}

/* Code  */
.codetitle,.code
{
  border:1px solid #a4bad2;padding:2px 2px 3px 3px
}

.codetitle
{
  font-size:11px;background: #d8dfe4;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

/* Quote blocks */
.quotetitle,.quote
{
  color:#228B22;font-size:11px;border: 1px solid #006400;padding:2px 2px 3px 3px
}

.quotetitle
{
  background:#6BCE96;text-indent:2px;font-weight:bold;margin:10px 20px 0 20px
}

/* Form elements */
form
{
  display:inline
}

input
{
  font:11px Verdana,Arial,Helvetica,sans-serif
}

select
{
  background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif
}

input.post,textarea.post
{
  background:#ffffff;border:1px solid #000000;
  font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px
}

input.button,input.liteoption,.fakebut
{
  border:1px solid #000000;background:#fafafa;font-size:11px
}

input.catbutton
{
  border:1px solid #000000;background:#fafafa;font-size:10px
}

input.mainoption
{
  border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold
}

a.but,a.but:hover,a.but:visited
{
  color:#000000;text-decoration:none
}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline
{
  border:0 solid;font-size:10px
}

abbr, acronym
{
  border-bottom:1px dotted #FF0000;
  margin:0px;
  font-style: italic;
  color: red;
  cursor:help;
}

/* Gets rid of the need for border="0" on hyperlinked images */
img
{
  border:0 solid
}

.footer {
	font-size: 10px
}