/*
  CSS For Nightwatchers Site
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color: #353738;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}



img { border: 0; }

/*
  Fonts CSS - FatBoy
*/

/* General font families for common tags */
font,th,p { font-family: Arial, Helvetica, sans-serif; }
td { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #6D6D6D; }
a:hover   { text-decoration: none; color : #015CF3; }
hr  { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

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

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #6D6D6D; }
a.gen,a.genmed,a.gensmall { color: #6D6D6D; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #015CF3; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu   { font-size : 11px; color : #6D6D6D; }
a.mainmenu    { text-decoration: none; color : #525252;  }
a.mainmenu:hover{ text-decoration: none; color : #015CF3; }

.mainmenusmall    { font-size : 10px; color : #8A8989; }
a.mainmenusmall   { text-decoration: none; color : #8A8989;  }
a.mainmenusmall:hover{ text-decoration: none; color : #015CF3; }

.mainmenublue { font-size : 11px; color : #015CF3; }
a.mainmenublue    { text-decoration: none; color : #015CF3;  }
a.mainmenublue:hover{ text-decoration: none; color : #015CF3; }

.mainmenublue1  { font-size : 12px; color : #015CF3; }
a.mainmenublue1   { text-decoration: none; color : #015CF3;  }
a.mainmenublue1:hover{ text-decoration: none; color : #015CF3; }


/* Forum category titles */
.cattitle   { font-weight: normal; font-size: 11px ; letter-spacing: 1px; color : #6D6D6D; }
a.cattitle    { text-decoration: none; color : #6D6D6D; }
a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink    { font-weight: normal; font-size: 12px; color : #6D6D6D; }
a.forumlink   { text-decoration: none; color : #6D6D6D; }
a.forumlink:hover{ text-decoration: none; color : #015CF3; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle     { font-weight: normal; font-size: 12px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #6D6D6D; }
a.topictitle:visited { text-decoration: none; color : #6D6D6D; }
a.topictitle:hover  { text-decoration: none; color : #015CF3; }


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

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

/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #6D6D6D }
a.postlink:visited { text-decoration: none; color : #6D6D6D; }
a.postlink:hover { text-decoration: none; color : #015CF3}

/* Copyright and bottom info */
.copyright    { font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif; color: #444444;}
a.copyright   { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: none;}

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

span.quote {
  font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
}

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

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

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

input { text-indent : 1px; }

/* The buttons used for bbCode styling in message post */
input.button {
  background-color : #EFEFEF;
  color : #000000;
  font-size: 11px; font-family: tahoma, Arial, Helvetica, sans-serif;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: #000000;
}

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

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


/* The Box Headers */
.mainhead { font-size : 11px; color : #FFFFFF }
a.mainhead:link { text-decoration: none; color : #FFFFFF }
a.mainhead:visited { text-decoration: none; color : #FFFFFF; }
a.mainhead:hover { text-decoration: none; color : #015CF3}



/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}




/*
  Tables CSS - FatBoy
*/

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

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

/* OLD .forumline1 { background-color: #D8D4D5;
        border-top : 1px solid #1D1D1D;
        border-bottom : 0px solid #1D1D1D;
        border-left : 1px solid #1D1D1D;
        border-right : 1px solid #1D1D1D; }*/
		
.forumline1 { background-color: #D8D4D5;
        border-top : 1px solid #1D1D1D;
        border-bottom : 0px solid #1D1D1D;
        border-left : 1px solid #1D1D1D;
        border-right : 1px solid #1D1D1D; }
		
/* Main table cell colours and backgrounds */
/* OLD td.row1 { background-color: #E7E6E7; padding-bottom: 3px; padding-top: 2px; }
td.row2 { background-color: #E7E6E7; }
td.row3 { background-color: #E7E6E7; } */

td.row1 { background-color: #D8D4D5; padding-bottom: 3px; padding-top: 2px; }
td.row2 { background-color: #D8D4D5; }
td.row3 { background-color: #D8D4D5; }


/*
  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: #FFFFFF;
    /* background-image: url(images/cellpic2.jpg); */
    background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th  {
  color: #FFFFFF; font-size: 10px; font-weight: normal; 
  background-color: #292C31; height: 17px;
  /* background-image: url(images/cellpic3.gif); */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
      /* background-image: url(images/cellpic1.gif); */
      background-color:#292C31; border: #FFFFFF; border-style: none; height: 17px;
}


/*
  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 {
  height: 17px;
  border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  font-weight: normal; border: #FFFFFF; border-style: none; height: 17px; }
td.row3Right,td.spaceRow {
  background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

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

/* 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: #C6C6C6; border-style: none; }

/* Overall footer table */
.overallFooter { background-color: #292C31;  border: #373A40; border-style: solid;  border-width: 1px 0px 0px 1px; }

/* Extra Portal CSS */

/* Dividers */
.divider001 {   background-color: #A1A1A1;
        height: 1px; 
        border-style: none;}

.divider002 {   background-color: #F3F3F3; 
        height: 1px; 
        border-style: none;}
        
/* Main Box Head */
        
.mainheadbox{    background-color: #292C31;
         height: 17px;
         border-style: none; }
/* OLD .mainbox  {    background-color: #E7E6E7;
         height: 16px;
         border-style: none; } */		 
         
.mainbox  {    background-color: #D8D4D5;
         height: 16px;
         border-style: none; }
        
