/* Based on the Style Sheet for the Sky Theme for phpBB version 2 Edited by Sky */  
/* The content of the posts (body of text) */ 
body{background: #ECECF6 url('images/bg_body.gif')  repeat-x top left;color:#000000;margin:4px;padding:0; scrollbar-3dlight-color:#D1D3DD; scrollbar-arrow-color:#00289A; scrollbar-darkshadow-color:#98A1B2; scrollbar-face-color:#DEE0E8; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#DEE0E8; scrollbar-track-color:#efefef; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}  
/* General font families for common tags */ 
font, th, td, p{font:12px Verdana,Arial,Helvetica,sans-serif}  

/* General text */
.gensmall{font-size:10px}
.genmed, td.genmed{font-size:11px}
.genbig{font-size:15px}
.genbigrules{font-size:17px;color:red}
.genmini{font-size:2px; color : #FFFFFF;} 
.explaintitle{font-size:11px;font-weight:bold;color:#5C5EB2} 
.genstat { font-weight: bold; font-size : 12px; color : #FF0000; } 
.gensuf { font-style: italic; font-size : 12px; color : #808080; } 
.gendesc { font-weight: bold; font-size : 12px; color : #6701FF; }  
/* General page style */ 
a:link, a:active, a:visited, a.postlink{color:#00289A;text-decoration:none} 
a:hover{color:#EB4D4D}  
/* titles for the topics:could specify viewed link colour too */ 
.topictitle{font-size:11px;font-weight:bold} a.topictitle:visited{color:#5493b4} 
a.topictitle:hover{color:#EB4D4D} 
/* Name of poster in viewmsg.php and viewtopic.php and other places */ 
.name{font-size:11px;font-weight: bold}  hr{border: 0px solid #ffffff;border-top-width:1px;height:0px}  
/* Category gradients*/ 
td.cat, td.catrupt, td.cathead, td.catRight, td.catSides, td.catmiddle, td.catBottom{font-weight:bold;letter-spacing:1px;background:#d9e2ec url('images/cellpic1.gif');height:27px;text-indent:4px}  td.cate{font-weight:bold;letter-spacing:1px;background:#d9e2ec url('images/cellpic5.gif');height:25px;text-indent:4px}
td.catLeft{font-weight:bold;letter-spacing:1px;background:#d9e2ec url('images/cellpic8.gif');height:27px;text-indent:4px}  
/* Main table cell colours and backgrounds */ 
.row1, .hideinput{background-color:#E9EBF5} 
.row2, .helpline{background:#D9E0ED}
/*START Inline Banner Ad*/
td.inlineadtitle {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 0px;
}
td.inlinead {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
}
/*ENDD Inline Banner Ad*/ 
.row3{background:#CDD8ED} td.spacerow{
	background-color: #EAEAF7;
	background-image: url('images/cat_tiny.jpg');
	height: 10px }
 /* Spoiler code */ 
.row1 span.spoil { color: #E9EBF5; } 
.row2 span.spoil { color: #D9E0ED; } 
.row3 span.spoil { color: #CDD8ED; }
/* This is for the table cell above the Topics,Post & Last posts on the index.php */ 
td.rowpic{background:#ffffff url('images/cellpic2.jpg') repeat-y;height:27px}  
/* Table Header cells */ 
th{background:#005eb2 url('images/cellpic3.gif');color:#DEE6F4;font-size:11px;font-weight:bold;height:28px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}  
/* This is the border line & background colour round the entire page */ 
.bodyline{background:#ffffff;border:1px solid #98aab1}  
/* This is the outline round the main forum tables */ 
.forumline{background:#ffffff;border:1px solid #00289A}  
/* The largest text used in the index page title and toptic title etc. */ 
.maintitle, h1{font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#5C5EB2}  
.subtitle, h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none}  
/* 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} 
.headerstatus{font-size:10px;color:#E9EBEF;} 
a.headerstatus:link{color:#E9EBEF}  
a.headerstatus:visited{color:#E9EBEF}  
a.headerstatus:hover{color:#E9EBEF} 
.postbody{font-size:12px;line-height:125%}  
/* Location,number of posts,post date etc */ 
.postdetails{font-size:10px;color:#000F6A}  
/* Quote blocks */
blockquote {
 color: #444;
 display: block;
 margin: 5px 20px;
 width: auto;
 border: 1px solid #D0D0D0;
 background: #FFF url('images/bg_quote_content.gif') no-repeat bottom right;
 padding: 5px;
 font-size: 11px;
 line-height: 1.2em
}

blockquote h6 {
 margin-bottom: 5px;
 padding-left: 18px;
 padding-bottom: 3px;
 border-bottom: 1px solid #E0E0E0;
 font-size: 11px;
 line-height: 1.2em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #808080;
 background: #FFF url('images/bg_quote_header.gif') no-repeat top left;; margin-left:0; margin-right:0; margin-top:0
}

.code {
 color: #444;
 display: block;
 margin: 5px 20px;
 width: auto;
 border: solid 1px #D0D0D0;
 background-color: #FFF;
 padding: 5px;
 font-size: 11px;
 line-height: 1.2em;
 font-family: 'Lucida Console', Courier, 'Courier New', sans-serif;
}

.code h6 {
 margin-bottom: 5px;
 padding-left: 18px;
 padding-bottom: 3px;
 border-bottom: 1px solid #E0E0E0;
 font-size: 11px;
 line-height: 1.2em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #808080;
 background: #FFF url('images/bg_code_header.gif') no-repeat top left;; margin-left:0; margin-right:0; margin-top:0
}/* Code blocks */  
.codetitle{background: #cdd6de;border:1px solid #9ca9b4;padding:5px;width:750;font-weight:bold; text-align:left;  margin-top:10px}  
.codediv{border-left:1px solid #9ca9b4; border-right:1px solid #9ca9b4; border-bottom:1px solid #9ca9b4; background:#fafafa; color:#006600;border-top:0px none;  padding:5px;overflow:auto;width:750;height:50px;text-align:left; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Courier, Courier New, sans-serif} 
/* This is for the error messages that pop up */ 
.errorline{background:#ADC1E7;border:1px solid #00289A}  
/* Form elements */
form{display:inline}  
input{font:11px Verdana,Arial,Helvetica,sans-serif}  
select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}  
input.post, textarea.post{background:#ffffff;border:1px solid #000000; font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}  
input.button, input.liteoption, .fakebut{border:1px solid #000000;background:#fafafa;font-size:11px} 
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px} input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}  a.but, a.but:hover, a.but:visited{color:#000000;text-decoration:none}  
/* This is the line in the posting page which shows the rollover help line. Colour value in row2 */ 
.helpline{border-style:none} 
/*START Inline Banner Ad*/
td.inlineadtitle {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 0px;
}
td.inlinead {
	background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
}
/*ENDD Inline Banner Ad*/
.hideinput{border-style:none;font:10px Verdana,Arial,Helvetica,sans-serif; font-weight:bold}  abbr, acronym {border-bottom: 1px dotted; cursor: help;}  
td.inlineadtitle {background:#ECECF6;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:4px;padding:0; scrollbar-3dlight-color:#D1D3DD; scrollbar-arrow-color:#00289A; scrollbar-darkshadow-color:#98A1B2; scrollbar-face-color:#DEE0E8; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#DEE0E8; scrollbar-track-color:#efefef}  
td.inlinead {background:#ECECF6;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:4px;padding:0; scrollbar-3dlight-color:#D1D3DD; scrollbar-arrow-color:#00289A; scrollbar-darkshadow-color:#98A1B2; scrollbar-face-color:#DEE0E8; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#DEE0E8; scrollbar-track-color:#efefef}  
/* This is the gradient background at the top of the page */ 
.topbkg{background: #DBDBEF url('images/cellpic_bkg.jpg') repeat-x;height:110px} 
.topnav{border-left:0px solid #9195AF; border-right:0px solid #9195AF; border-top:1px solid #9195AF; border-bottom:1px solid #9195AF; font-size:10px;background: #E4E4F4 url('images/cellpic_nav.gif') repeat-x;color:#EB4D4D;
height:16px;white-space:nowrap;}  
/* Admin & Moderator Colours MODification */ 
.admin, .mod{font-size:11px;font-weight:bold} 
.admin, a.admin, a.admin:visited{color:#EB4D4D} 
.mod, a.mod, a.mod:visited{color:#00868B} 
a.admin:hover, a.mod:hover{color:#000000}  
/* Specify the space around images */ 
.imgtopic, .imgicon{margin-left:3px} 
.imgspace{margin-left:1px;margin-right:2px} 
.imgfolder{margin:1px;margin-left:4px;margin-right:4px}  
/* Gets rid of the need for border="0" on hyperlinked images */ 
img{border:0px none; }

select optgroup {
	background-color: #C3C7C9;
	color: #404040;
	font-weight: normal;
	font-style: normal;
}
select option {
	background-color: #FFF;
	color: #000;
}
  
/* Background images for tables */ 
.tbl{border-collapse:collapse;height:4px;width:100%} 
.tbll{background: url('images/tb4_l.gif') no-repeat;width:8px} 
.tblbot{background: url('images/tb4_m.gif') repeat-x;width:100%} 
.tblr{background: url('images/tb4_r.gif') no-repeat;width:8px}

/* This is the gradient background at the bottom of the page */ 
.botnav{border-left:0px solid #9195AF; border-right:0px solid #9195AF; border-top:1px solid #9195AF; border-bottom:1px solid #9195AF; font-size:10px;background: #E4E4F4 url('images/cellpic_nav.gif') repeat-x;color:black;
height:16px;white-space:nowrap;} 

/* Set Image style */
img, .forumline img {
	border: 0px none;
}

/* Start Edit Notes MOD */
.edit-notes {
	border: solid 1px #999;
	margin: 0;
	margin-top: 10px;
	background-color: #F8F8F8;
}
.edit-note {
	background-color: #F0F0F0;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
	font-size: 10px;
	color: #666;
	padding: 2px;
}
.edit-note-color {
	color: red;
}
.edit-note a, .edit-note a:visited { color: #666; text-decoration: underline; }
.edit-note a:hover, .edit-note a:active { color: #FF1010; text-decoration: underline; }
.edit-note-mod-info { float: right; }
/* End Edit Notes MOD */