/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

td.mainCell {
   position: absolute;
> left:40px;
> top:220px;
   margin-left:-245px;
   background-color : #FCF3DA;
   color: #000000;
   border: solid #666 2px;
   width: 845px;
}

*html td.mainCell {
   left:40px;
}

/* General font families for common tags */
td.mainCell font,td.mainCell th,td.mainCell td,td.mainCell p { font-family: Verdana,Arial,Helvetica,sans-serif }
td.mainCell a:link,td.mainCell a:active,td.mainCell a:visited { color : #666; }
td.mainCell a:hover      { text-decoration: underline; color : #DD6900; }
td.mainCell hr   { height: 0px; border: solid #F1E3C9 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
td.mainCell .bodyline   { background-color: #fffg; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
td.mainCell .forumline   { background-color: #fffg; border: 2px #666 solid; }


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


/*
  This is for the table cell above the Topics,td.mainCell  Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However,td.mainCell  you could replace this with a bitmap specific for each forum
*/
td.mainCell td.rowpic {
      background-color: #F1E3C9;
   /*   background-image: url(images/cellpic1.gif);
      background-repeat: repeat-x;*/
}

/* Header cells - the blue and silver gradient backgrounds */
td.mainCell th   {
   color: #ccc; font-size: 11px; font-weight : bold;
   background-color: #fffg; height: 25px;
   background-image: url(images/cellpic3.gif);
}

td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catSides,td.mainCell td.catLeft,td.mainCell td.catRight,td.mainCell td.catBottom {
   /*      background-image: url(images/cellpic1.gif);*/
         background-color:#F1E3C9; border: #fffg; border-style: solid; height: 28px;
}


/*
  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,td.mainCell  just ignore it :-)
*/
td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
td.mainCell th.thHead,td.mainCell th.thSides,td.mainCell th.thTop,td.mainCell th.thLeft,td.mainCell th.thRight,td.mainCell th.thBottom,td.mainCell th.thCornerL,td.mainCell th.thCornerR {
   color: #666; font-weight: bold; border: #fffg; border-style: solid; height: 28px; }
td.mainCell td.row3Right,td.mainCell td.spaceRow {
   background-color: #F1E3C9; border: #fffg; border-style: solid; }

td.mainCell th.thHead,td.mainCell td.catHead { color:#666; font-size: 12px; border-width: 1px 1px 0px 1px; }
td.mainCell th.thSides,td.mainCell td.catSides,td.mainCell td.spaceRow    { border-width: 0px 1px 0px 1px; }
td.mainCell th.thRight,td.mainCell td.catRight,td.mainCell td.row3Right    { border-width: 0px 1px 0px 0px; }
td.mainCell th.thLeft,td.mainCell td.catLeft     { border-width: 0px 0px 0px 1px; }
td.mainCell th.thBottom,td.mainCell td.catBottom  { border-width: 0px 1px 1px 1px; }
td.mainCell th.thTop    { border-width: 1px 0px 0px 0px; }
td.mainCell th.thCornerL { border-width: 1px 0px 0px 1px; }
td.mainCell th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
td.mainCell .maintitle,td.mainCell h1,td.mainCell h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
         text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
td.mainCell .gen { font-size : 12px; }
td.mainCell .genmed { font-size : 11px; }
td.mainCell .gensmall { font-size : 10px; }
td.mainCell .gen,td.mainCell .genmed,td.mainCell .gensmall { color : #000000; }
td.mainCell a.gen,td.mainCell a.genmed,td.mainCell a.gensmall { color: #666; text-decoration: none; }
td.mainCell a.gen:hover,td.mainCell a.genmed:hover,td.mainCell a.gensmall:hover   { color: #DD6900; text-decoration: underline; }


/* The register,td.mainCell  login,td.mainCell  search etc links at the top of the page */
td.mainCell .mainmenu      { font-size : 11px; color : #000000 }
td.mainCell a.mainmenu      { text-decoration: none; color : #666;  }
td.mainCell a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
td.mainCell .cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #666}
td.mainCell a.cattitle      { text-decoration: none; color : #666; }
td.mainCell a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
td.mainCell .forumlink      { font-weight: bold; font-size: 12px; color : #666; }
td.mainCell a.forumlink    { text-decoration: none; color : #666; }
td.mainCell a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text,td.mainCell  (Page 1,td.mainCell 2,td.mainCell 3 etc) and the navigation bar when in a forum */
td.mainCell .nav         { font-weight: bold; font-size: 11px; color : #000000;}
td.mainCell a.nav         { text-decoration: none; color : #666; }
td.mainCell a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
td.mainCell .topictitle         { font-weight: bold; font-size: 11px; color : #000000; }
td.mainCell a.topictitle:link   { text-decoration: none; color : #666; }
td.mainCell a.topictitle:visited { text-decoration: none; color : #5493B4; }
td.mainCell a.topictitle:hover   { text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
td.mainCell .name         { font-size : 11px; color : #000000;}

/* Location,td.mainCell  number of posts,td.mainCell  post date etc */
td.mainCell .postdetails      { font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
td.mainCell .postbody { font-size : 12px;}
td.mainCell a.postlink:link   { text-decoration: none; color : #666 }
td.mainCell a.postlink:visited { text-decoration: none; color : #5493B4; }
td.mainCell a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
td.mainCell .code {
   font-family: Courier,td.mainCell  'Courier New',td.mainCell  sans-serif; font-size: 11px; color: #006600;
   background-color: #FAFAFA; border: #F1E3C9; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

td.mainCell .quote {
   font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 11px; color: #444444; line-height: 125%;
   background-color: #FAFAFA; border: #F1E3C9; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
td.mainCell .copyright      { font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: #444444; letter-spacing: -1px;}
td.mainCell a.copyright      { color: #444444; text-decoration: none;}
td.mainCell a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
td.mainCell input,td.mainCell textarea,td.mainCell  select {
   color : #000000;
   font: normal 11px Verdana,Arial,Helvetica,sans-serif;
   border-color : #000000;
}

/* The text input fields background colour */
td.mainCell input.post,td.mainCell  textarea.post,td.mainCell  select {
   background-color : #fffg;
}

td.mainCell input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
td.mainCell input.button {
   background-color : #F1E3C9;
   color : #000000;
   font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* The main submit button option */
td.mainCell input.mainoption {
   background-color : #FAFAFA;
   font-weight : bold;
}

/* None-bold submit button */
td.mainCell input.liteoption {
   background-color : #FAFAFA;
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box,td.mainCell  but if set to be the same
  colour as the background no one will know ;)
*/
td.mainCell .helpline { background-color: #E2D0AF; border-style: none; }


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