/*
 * The main place
 */
#globalBody
{ 
  margin-top: 1em;
  padding: 0;
  }

/* This is the border line & background colour round the entire page */
.bodyline { }

/* This is the outline round the main forum tables */
.forumline	
{ 
  background-color: #eee;
  border: 1px solid black;
  font-size: 90%;
  }

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

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

/* Header cells - the blue and silver gradient backgrounds */
th	
{
  font-size: 100%;
  font-weight: bold;
  background-color: #2c4d75;
  }

td.cat,
td.catHead,
td.catSides,
td.catLeft,
td.catRight,
td.catBottom 
{
  background-color: #ccc;
  }


/*
   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 
{
  background-color: #2c4d75;
  }

th.thHead,
th.thSides,
th.thTop,
th.thLeft,
th.thRight,
th.thBottom,
th.thCornerL,
th.thCornerR
{
  background-color: #2c4d75;
  color: #fff;
  }

td.row3Right,td.spaceRow
{
  background: #ddd;
  }

th.thHead,
td.catHead 
{ 
  }

th.thSides,
td.catSides,
td.spaceRow	 
{ 
  background-color: #ddd;
  color: #555;
  font-weight: bold;
  }

th.thRight,
td.catRight,
td.row3Right	
{ 
  }

th.thLeft,
td.catLeft
{ 
  }

th.thBottom,
td.catBottom  
{ 
  }

th.thTop,
{
  }

th.thCornerL 
{ 
  }

th.thCornerR 
{ 
  }

/* The largest text used in the index page title and toptic title etc. */
.maintitle
{
  font-weight: bold;
  }

a.maintitle
{ 
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  }

/* General text */
.gen 
{ 
  font-size: 100%
  }

.genmed 
{
  font-size: 100%;
  }

.gensmall 
{
  font-size: 80%;
  }

.gen,.genmed,.gensmall
{  }

a.gen,a.genmed,a.gensmall
{
  }

a.gen:hover,a.genmed:hover,a.gensmall:hover
{
  }

/* The register, login, search etc links at the top of the page */
.mainmenu		
{
  }

a.mainmenu
{
  }

a.mainmenu:hover
{
  }

/* Forum category titles */
.cattitle
{  }

a.cattitle
{
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  }

a.cattitle:hover
{ 
  color: #fff;
  background-color: transparent;
  }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink
{
  }

a.forumlink 	
{
  }

a.forumlink:hover
{
  }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			
{ font-size: 90%; }

a.nav
{ }

a.nav:hover
{ }

/* titles for the topics: could specify viewed link colour too */
.topictitle
{ }

a.topictitle:link
{ }

a.topictitle:visited
{ 
  color: black;
  }

a.topictitle:hover
{ }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
{
  }

/* Location, number of posts, post date etc */
.postdetails
{
  }

/* The content of the posts (body of text) */
.postbody 
{
  }

a.postlink:link	
{
  }

a.postlink:visited
{
  }

a.postlink:hover
{
  }

/* Quote & Code blocks */
.code
{ 
  font-family: monospace, courier;
  background-color: #fff;
  border: 1px dashed black;
  font-size: 80%;
  }

.quote 
{
  background-color: #fff;
  border: 1px dashed black;
  font-size: 80%;
  }

/* Copyright and bottom info */
.copyright
{ }

a.copyright
{ }

a.copyright:hover 
{ }

/* Form elements */
input,textarea, select
{ }

/* The buttons used for bbCode styling in message post */
input.button
{
  }

/* The main submit button option */
input.mainoption
{
  }

/* None-bold submit button */
input.liteoption
{
  }

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

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