
  font, th, td, p { font-family: verdana, "trebuchet ms", sans-serif, geneva, arial; }
  p, td		{ font-size : 10px; color : #222; }
  a:link,a:active,a:visited { color : #900; text-decoration: none; }
  a:hover		{ text-decoration: underline; color : #900; }
  hr	{ height: 0px; border: solid #900 0px; border-top-width: 1px; }
  h1, h2		{ font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif; font-size : 10px; font-weight : bold; text-decoration : none; color : #000; }

  /* This is the outline round the main forum tables */
  .forumline	{
    background-color: #fff;
    border: 1px #900 solid;
  }

  /* Main table cell colours and backgrounds */
  td.row1	{ background-color: #fff; border-right: 1px solid #a00; border-bottom: 1px solid #a00; }
  td.row2	{ background-color: #fff; border-right: 1px solid #a00; border-bottom: 1px solid #a00; /*#fcc*/; }
  td.row3	{ background-color: #fff; border-right: 1px solid #a00; border-bottom: 1px solid #a00;/*#ffc*/; }

  /*
    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: #FCEFEF;
    border-bottom: 1px solid #b00;
  }
  
  /* Header cells - the blue and silver gradient backgrounds */
  th {
    color: #fff;
    font-size: 10px;
    text-align: left;
    background-color: #b00;
    background-image: url(images/bg-table-header.png);
    font-weight: bold;
    padding: 2px;
  }
  table.forumline td {
    padding: 5px;
  }
  
  td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
    background-color:#FCEFEF;
    border-bottom: 1px solid #b00;
  }

  /*
    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 {
    border-bottom: 1px solid #b00;
  }
  th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
    border-bottom: 1px solid #b00;
  }
  td.row3Right {
    background-color: #fff;
    border-bottom: 1px solid #b00;
  }

  td.spaceRow {
    background-color: #D1D7DC;
    border: 1px solid #b00;
  }
  
  th.thHead,td.catHead { font-size: 10px; border-width: 1px; }
  th.thSides,td.catSides,td.spaceRow { border-width: 0 1px 0 1px; }
  th.thRight,td.catRight,td.row3Right { border-width: 0 1px 1px 0; }
  th.thLeft,td.catLeft     { border-width: 0 0 1px 1px; }
  th.thBottom,td.catBottom { border-width: 0 1px 1px 1px; }
  th.thTop { border-width: 1px 0 0 0; }
  th.thCornerL { border-width: 1px 0 0 1px; }
  th.thCornerR { border-width: 1px 1px 0 0; }
  
  
  /* The largest text used in the index page title and toptic title etc. */
  .maintitle, h1, h2 {
    font-weight: normal;
    font-size: 16px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

  /* General text */
  .gen { font-size : 10px; }
  .genmed { font-size : 10px; }
  .gensmall { font-size : 10px; }
  .gen,.genmed,.gensmall { color : #555; }

  .cattitle {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px ;
    color : #444;
  }

  /* Forum title: Text and link to the forums used in: index.php */
  .forumlink { font-size: 10px; color : #900; }
  a.forumlink { text-decoration: none; color : #900; }
  a.forumlink:hover { text-decoration: underline; color : #900; }
  
  /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  .nav {
    font-size: 10px;
    color : #555;
  }
  
  /* titles for the topics: could specify viewed link colour too */
  .topictitle	{
    font-size: 10px;
    color : #900;
  }
  
  /* Name of poster in viewmsg.php and viewtopic.php and other places */
  .name	{
    font-size : 10px;
    color : #579;
  }
  
  /* Location, number of posts, post date etc */
  .postdetails {
    font-size : 10px;
    color : #222;
  }
  
  /* The content of the posts (body of text) */
  .postbody { font-size : 10px; line-height: 18px; color: #000;}
  a.postlink:link	{ text-decoration: none; color : #049; }
  a.postlink:visited { text-decoration: none; color : #049; }
  a.postlink:hover { text-decoration: underline; color : #049; }

  /* Quote & Code blocks */
  .code { 
    font-family: monospace, "courier new"; font-size: 10px; color: #555;
    background-color: #fff; border: #eee; border-style: solid;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
  }

  .quote {
    font-family: verdana; font-size: 10px; color: #555;
    background-color: #fff; border: #eee; border-style: solid;
    border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
  }

  .copyright {
    font-size: 10px;
    font-family: verdana;
    color: #777;
  }

  /* Form elements */
  input,textarea, select {
    color : #222;
    /*border-color : #555;
    border-width: 1px;
    font-size: 11px; font-family: verdana;*/
  }
  
  /* The text input fields background colour */
  input.post, textarea.post, select {
    background-color : #f7f7f7;
  }
  
  input { text-indent : 2px; }
  
  /* The buttons used for bbCode styling in message post */
  input.button {
    background-color : #f7f7f7;
    color : #444;
    font-size: 11px; font-family: verdana;
  }
  
  /* The main submit button option */
  input.mainoption {
    background-color : #f7f7f7;
  }
  
  /* None-bold submit button */
  input.liteoption {
    background-color : #f7f7f7;
    font-weight : normal;
  }

  td#line_ads {
	background-color: #c00;
  }
  td#line_ads iframe {
	height: 15px;
  }
  td#line_ads iframe * {
	height: 15px;
	width: auto;
  }

