/*
  Classic Theme for phpBB 2.0.6
  Created by Vjacheslav Trushkin
  http://www.trushkin.net

  slightly altered by ejm - alterations noted within the stylesheet
*/

 /* General page style. ejm The scroll bar colours only visible in IE5.5+ */
body {
background: #fffefa url(/images/natfl210b.gif);
color: #300;
 /*background: #fff6e9;
scrollbar-face-color:#fff3e6;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#900;
scrollbar-3dlight-color:#ccc;
scrollbar-arrow-color:#060;
scrollbar-track-color:#eee;
scrollbar-darkshadow-color:#600;*/ 
}

/* discussion id added by ejm for the discussion div surrounding the forum table */
#discussion { 
background: #f9f9fa;
color:#00c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px #39c solid;
}

/* General font families for common tags */
#discussion b { font-family: Verdana, Arial, Helvetica, sans-serif }
#discussion font { font-family: Verdana, Arial, Helvetica, sans-serif }
#discussion p, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
#discussion hr { height: 0px; border: solid #021A4A 0px; border-top-width: 1px;}
#discussion a { color: #043698; text-decoration: underline; }
#discussion a:hover { color: #A00000; text-decoration: underline overline; }
#discussion h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background:#DEE7F3; border: #04369B solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline	{ background:#04369B; border: 2px #021A4A solid }

/*
  Main table cell colours and backgrounds
  Styles that use bitmap backgrounds are commented "Uses Bitmap"
  Note that netscape 4 takes paths to bitmap files relative from
  the html file rather than from the style sheet.
  Hence, to maintain compatibility, all styles using bitmaps have
  their "background : url(templates/Classic/images/bitmap.gif);"
  setting defined in overall_header.tpl
*/

td { background:#f9f9fa; color:#006; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px }
th, td.th { font-family: Verdana, Arial, Helvetica, sans-serif; background: #7E98CB; height: 25px; font-size: 11px; font-weight: bold; color: #fff6e9; }  /* Uses Bitmap, added by ejm: text colour changed from yucky yellow */

#forumheader 	{ background: #f3f7fa;  color:#006;}
/* left hand cells under "topic" */
td.row1		{ background: #f8f8f8; color:#006;}
/* cells under "replies" "views" was #f0f0f0, #e8f3ff, #f3f8ff, #f0f5ff, #f0f3f6:  */
td.row2		{ background: #ededf3; color:#006 }
/* cells under "author" "last post" */
td.row3		{ background: #f3f7fa; }


/* This is the spacer row between post replies */
TD.spaceRow { color:#FFFFFF; background: #04369B; border: #04369B; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }

/*
  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: #E1E8F5 } /* Uses Bitmap */


/*
  Setting additional nice 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.catSides,td.catLeft,td.catRight,td.catBottom { background:#E1E8F5; height: 28px; border: #ffffff; border-style: solid; }  /* Uses Bitmap */

td.catHead	 { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
td.catSides  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
td.catLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
td.catRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
td.cat,td.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }

th.thHead,th.thSides,th.thBottom,th.thCornerL,th.thCornerR { border: #ffffff; border-style: solid; }
th.thTop,th.thLeft,th.thRight,th.thCornerL,th.thCornerR { border: #04369B; }

th.thHead	 { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
th.thSides	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
th.thTop	 { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
th.thLeft	 { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
th.thRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
th.thBottom  { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
th.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
th.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }



/* The largest text used in the index page title and toptic title etc. */
.maintitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #3D5C98;}
.subtitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; text-decoration : none; line-height : 120%; color : #486FB7;}


a.sitename	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #043698;}
a.sitename:visited	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #003090;}
a.sitename:active	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #FF0000;}
a.sitename:hover	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #A00000;}

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }

a.gen		{ color: #043698; text-decoration: none; }
a.gen:visited		{ color: #003090; text-decoration: none; }
/* a.gen:active		{ color: #FF0000; text-decoration: underline; }
a.gen:hover	{ color: #E00000; text-decoration: underline; } */

a.gen:active		{ color: #900; text-decoration: underline; }
a.gen:hover	{ color: #900; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 11px; color : #000000; }

a.genmed	{ text-decoration: none; color : #043698; }
a.genmed:visited	{ text-decoration: none; color : #003090; }
/* a.genmed:active	{ text-decoration: underline; color : #FF0000; }
a.genmed:hover	{ text-decoration: underline; color : #A00000; } */

a.genmed:active	{ text-decoration: underline; color : #900; }
a.genmed:hover	{ text-decoration: underline; color : #900; }

/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #043698; text-decoration: none; }
a.gensmall:visited	{ color: #003090; text-decoration: none; }
/* a.gensmall:active	{ color: #FF0000; text-decoration: underline; }
a.gensmall:hover	{ color: #A00000; text-decoration: underline; } */
a.gensmall:active	{ color: #900; text-decoration: underline; }
a.gensmall:hover	{ color: #900; text-decoration: underline; }

/* Text on TD.SpaceRow */
.spaceRow	{ font-size : 10px; color : #FFFFFF; }
a.spaceRow	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:visited	{ color: #FFFFFF; text-decoration: none; }
/*a.spaceRow:active	{ color: #FF0000; text-decoration: underline; }
a.spaceRow:hover	{ color: #A00000; text-decoration: underline; } */
a.spaceRow:active	{ color: #900; text-decoration: underline; }
a.spaceRow:hover	{ color: #900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu, a.mainmenu:visited		{ text-decoration: none; color : #000000;  }
/* a.mainmenu:active	{ text-decoration: underline; color : #FF0000; }
a.mainmenu:hover	{ text-decoration: underline; color : #A00000; } */
a.mainmenu:active	{ text-decoration: underline; color : #900; }
a.mainmenu:hover	{ text-decoration: underline; color : #900; } 

/* Forum category titles */
.cattitle		{ font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #043698}
a.cattitle, .cattitle a	{ text-decoration: none; color : #043698; }
a.cattitle:visited, .cattitle a:visited		{ text-decoration: none; color : #003090; }
/* a.cattitle:active, .cattitle a:active	{ text-decoration: underline; color : #FF0000; }
a.cattitle:hover, .cattitle a:hover	{ text-decoration: underline; color : #A00000; } */
a.cattitle:active, .cattitle a:active	{ text-decoration: underline; color : #900; }
a.cattitle:hover, .cattitle a:hover	{ text-decoration: underline; color : #900; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; color : #043698; }
a.forumlink		{ text-decoration: none; color : #043698; }
a.forumlink:visited		{ text-decoration: none; color : #003090; }
/* a.forumlink:active		{ text-decoration: underline; color : #FF0000; }
a.forumlink:hover	{ text-decoration: underline; color : #A00000; } */
a.forumlink:active		{ text-decoration: underline; 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 : 11px; font-weight : bold; text-decoration : none; color : #000000;}
a.nav			{ text-decoration: none; color : #043698; }
a.nav:visited	{ text-decoration: none; color : #003090; }
/* a.nav:active	{ text-decoration: underline; color : #FF0000; }
a.nav:hover		{ text-decoration: underline; color : #A00000; } */
a.nav:active	{ text-decoration: underline; color : #900; }
a.nav:hover		{ text-decoration: underline; color : #900; }

/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle	{ text-decoration: none; color : #043698; }
a.topictitle:visited	{ text-decoration: none; color : #003090; }
/* a.topictitle:active	{ text-decoration: underline; color : #FF0000; }
a.topictitle:hover	{ text-decoration: underline; color : #A00000; } */
a.topictitle:active	{ text-decoration: underline; color : #900; }
a.topictitle:hover	{ text-decoration: underline; color : #900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; text-decoration : none; color : #000000;}
a.name			{ color: #043698; text-decoration: none;}
a.name:visited	{ color: #003090; text-decoration: none;}
/* a.name:active	{ color: #FF0000; text-decoration: underline;}
a.name:hover	{ color: #A00000; text-decoration: underline;} */
a.name:active	{ color: #900; text-decoration: underline;}
a.name:hover	{ color: #900; text-decoration: underline;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ color: #043698; text-decoration: none; }
a.postdetails:visited	{ color: #003090; text-decoration: none; }
/* a.postdetails:active	{ color: #FF0000; text-decoration: underline; }
a.postdetails:hover	{ color: #A00000; text-decoration: underline; } */
a.postdetails:active	{ color: #900; text-decoration: underline; }
a.postdetails:hover	{ color: #900; text-decoration: underline; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink	{ text-decoration: none; color : #043698 }
a.postlink:visited	{ text-decoration: none; color : #003090 }
/* a.postlink:active { text-decoration: underline; color : #FF0000}
a.postlink:hover { text-decoration: underline; color : #A00000} */
a.postlink:active { text-decoration: underline; color : #900}
a.postlink:hover { text-decoration: underline; color : #900}

/* Errors */
.error { font-size: 12px; font-weight: bold;
         color: #c00;
         /* color: #FFFFC0 */ }


/* Quote Code (currently not used) */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px;
     /* color: #001030;	background: #F8F8F8; */
     color: #060;	background: #f0fff0;
	/* border: 1px solid #04369B; */
	border: 1px solid #006400;
}

.quote {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #001030; line-height: 125%;
	background: #F8F8F8; border:1px solid #04369B;}

.editedby { font-size : 10px; line-height : 100%; color : #333333; }

/* spoiler text */
.spoiler	{ background:#006; color:#006; padding:3px; border:3px solid #00c; line-height: 125%; }

spoiler	{background:#006; color:#006; padding:3px; border:3px solid #00c; line-height: 125%; }


/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : /*11px*/1em;
	font-weight : normal;
}

form { display: inline; }

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

input { text-indent : 2px; }

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

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

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

/* 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 ;)
*/
input.helpline { background: #f0f0f0; border: solid 1px #f0f0f0; }

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

/* added style
spoiler {background:#006; color:#006; padding:4px; border:3px double #093;}
 */
/* added by ejm */
#discussionheader {background:#300; color:#39c; padding:3px; text-align:right; margin-top:0; font-family: Georgia, Palatino, serif;}

#discussionheader a {background:#300; color:#39c; padding:3px; text-align:right; margin-top:0; text-decoration:none; font-family: Georgia, Palatino, serif;}
#discussionheader a:link, #header a:visited, #header a:active {background:#300; color:#39c;}
#discussionheader a:hover {background:#300; color:#39c; text-decoration:underline;}

#hello big {font-weight:bold; font-size:20px;}
#hello img {float:left;margin:0; padding:0 3px 0 0; border:none;}
#hello span {position:relative; top:10px;}

#discusstitle { clear:both; text-align:right; font-family: Georgia, Palatino, serif;}

#ivyrgt {width:100%;padding:0;background:transparent url('templates/Classic/images/bar.gif') repeat;text-align:right;}

#discuss {background:#eee; color:#00c; border:1px solid #39c; font-family:Verdana, Arial, Helvetica, sans-serif;}

#ivylft {width:100%;padding:0;background:transparent url('templates/Classic/images/bar.gif') repeat;text-align:left;}

#chmp {float:right; width:auto; clear:both;}
pre {font-size:small; font-family:monospace;}

#footer {background:#300; color:#39c; padding:3px; font-weight:bold; text-align:right;}

#footer a {background:#300; color:#39c; text-decoration:none;}
#footer a:link, #footer a:visited {background:#300; color:#39c;}
#footer a:active, #footer a:hover {background:#300; color:#39c; text-decoration:underline;}

.rgt {text-align:right;}

/* previously on overall_header_page style section*/
/* Specify background images for selected styles
   This can't be done within the external style sheet as NS4 sees image paths relative to
   the page which called the style sheet (i.e. this page in the root phpBB directory)
   whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
*/
th, td.th	{ background-image: url(templates/Classic/images/cell1l.jpg) }
th.thCornerR	{ background-image: url(templates/Classic/images/cell1r.jpg) }
td.rowpic	{ background-image: url({templates/Classic/images/cell2r.jpg); background-repeat: repeat-y }
td.cat,td.catHead,td.catSides,td.catLeft,td.catBottom { background-image: url(templates/Classic/images/cell2l.jpg) }
td.catRight { background-image: url(templates/Classic/images/cell2r.jpg) }
td.bodyline	{ background-image: url(templates/Classic/images/mainbg.jpg) }


#websterbox {position:absolute; top:400px; right:3%;/*background:#fff; border:1px outset #fff;*/  padding:5px; width:250px;}

#websterbox form {background:#f3f7fa !important; color:#003; border:2px solid #006 !important; font:0.8em Helvetica, Arial, sans-serif; text-align:center;/* width:25% !important; position:absolute; top:30px; left:10px;*/ }

#websterbox form #boxtop {background:#006; color:#fff; padding-bottom:4px; margin-bottom:0;}

#websterbox form #webstersearch {padding:4px 0 1px 0; margin-bottom:0;}

#websterbox form #boxbutton {background:#f3f7fa; color:#003; border:2px outset #003; padding:1px 6px;}

#websterbox form #webstersearch br {display:none;}

#websterbox form #boxbottom {text-align:left; font-family:georgia, serif; padding:0 25px; margin-top:0;}

#websterbox p {font-size:small; padding-left:5px; position:relative; top:-5px;}


/* ejm who cares about IE?! not going to Import the fancy styles for IE only (NS4.x doesn't use the @import function)
@import url("templates/Classic/formIE.css");  */

