/* Emerald Theme for phpBB version 2+ */


/* General page style. The scroll bar colours only visible in IE5.5+ */
body  { 
background-image:                url(images/bk-z.jpg);
scrollbar-face-color:            #9b9b9b;
scrollbar-highlight-color:       #b2b2b2;
scrollbar-3dlight-color:         #c0c0c0;
scrollbar-darkshadow-color:      #515151;
scrollbar-shadow-color:          #6b6b6b;
scrollbar-arrow-color:           #ffffff;
scrollbar-track-color:           #b9b9b9;
}


/* General font families for common tags */
font,th,td,p                { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited   { color: #045903; text-decoration: none }
a:hover		            { color: #ffffff; text-decoration: none }
hr	                    { border: none #d1d7dc; height: 0px }


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


/* This is the outline round the main forum tables */
.forumline	 { background-color: #515151; }


/* Main table cell colours and backgrounds */
td.row1	         { background: #a9a9a9 url(images/bk-v.jpg) }
td.row2	         { background: #808080 url(images/bk-w.jpg) }
td.row3	         { background: #a9a9a9 url(images/bk-w.jpg) }


/*
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: #dbdbdb url(images/cellpic1.gif) repeat; 
border-top: none; 
border-right: none #ffffff; 
border-bottom: none; 
border-left: none; 
}


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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  { 
background: #dbdbdb url(images/cellpic1.gif);
border: none #ffffff; 
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, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom  { background: #dbdbdb url(images/cellpic1.gif); border: 0px; height: 29px }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR  { font-weight: bold; font-size: 11px; border: none #ffffff; height: 28px }
td.row3Right,td.spaceRow  { background: #a9a9a9 url(images/bk-v.jpg); border: none #ffffff }

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


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


.subtitle,h2 {
color:#ff0000;
font:bold 18px/180% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

/* General text */
.gen                                              { font-size : 12px }
.genmed                                           { font-size : 11px }
.gensmall                                         { font-size : 10px }
.gen,.genmed,.gensmall                            { color: #000000 }
a.gen,a.genmed,a.gensmall                         { color: #045903; text-decoration: none }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #045903; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	  { color: #ffffff; text-decoration: none }


/* The register, login, search etc links at the top of the page */
.mainmenu		  { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.mainmenu		  { color: #045903; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.mainmenu:visited        { color: #045903; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.mainmenu:hover          { color: #ffffff; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }


/* Forum category titles */
.cattitle		  { color: #000000; font-weight: bold; font-size: 11px; text-decoration: none }
a.cattitle		  { color: #045903; text-decoration: none }
a.cattitle:visited        { color: #045903; text-decoration: none }
a.cattitle:hover          { color: #ffffff; text-decoration: none }


/* Post Title: Text and link to the Post used in: index.php */
.forumlink		  { color: #ffff00; font-weight: bold; font-size: 11px }
a.forumlink 	          { color: #045903; text-decoration: none }
a.forumlink:visited       { color: #045903; text-decoration: none }
a.forumlink:hover         { color: #ffffff; text-decoration: none }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle		  { color: #000000; font-weight: bold; font-size: 11px }
a.topictitle:link         { color: #045903; text-decoration: none }
a.topictitle:visited      { color: #045903; text-decoration: none }
a.topictitle:hover	  { color: #ffffff; text-decoration: none }


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


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


/* The content of the posts (body of text) */
.postbody                 { color: #000000; font-size: 12px }
a.postlink:link	          { color: #045903; font-size: 12px }
a.postlink:visited        { color: #045903; font-size: 12px }
a.postlink:hover          { color: #ffffff; font-size: 12px }
.bottomnav                { color: #ffff00; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav               { color: #045903; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav:visited       { color: #045903; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav:hover         { color: #ffffff; font-weight: bold; font-size: 10px; text-decoration: none }


/* Quote & Code blocks */
.code { 
color: #c0c0c0; 
font-size: 11px; 
font-family: Courier, "Courier New", sans-serif; 
background-color: #000000; 
border: solid 1px #d1d7dc; 
}


.quote { 
color: #444444; 
font-style: italic; 
font-size: 11px; 
line-height: 125%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #c0c0c0; 
border: solid 1px #000000; 
}


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


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


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


input { text-indent : 2px; }


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


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


/* None-bold submit button */
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, but if set to be the same
colour as the background no one will know ;)
*/
.helpline               { background-color: #DEE3E7; border-style: none }


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