/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family:"Lucida Sans","Lucida Grande",Lucida,sans-serif;
	font-size:11px; 
	color:#666666; 
	line-height:15px;
	background:url(../imageset/bg.page.jpg);
	text-align:center;
/* 	font-size: 62.5%; This sets the default font size to be equivalent to 10px */
	margin: 0;
	width:100%;
}

.ltr {
	margin:0 auto;
}
/*#background-stitch {
	background:url(../imageset/bg.stitch.jpg) repeat-y;
	width:1024px;
	margin:0 auto;
}*/
#container {
	width:999px;
	min-height:855px;
	margin:0 auto;
}
li.nav {
	float:left;
	list-style:none;
}
#miniSearch {
	position:absolute;
	z-index:500;
	float:left;
	text-align:right;
	width:950px;
}
.clear {
	clear:both;
}
.floatLft {
	float:left;
}
.floatRgt {
	float:right;
}

#wrapheader {
	/*min-height: 120px;
	height: auto !important;
	height: 120px;
	margin:0 auto;*/

/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre { 
	width:994px;
	margin:0 20px 0 20px;
	clear:both;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 999px;
	margin: 0 auto;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
 	padding:0 5px 0 5px;
/*	background: #D9DFE4;*/
}

#menubar {
	margin:0;
}

#datebar {
	/*margin: 10px 25px 0 25px;*/
	display:none;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	
}

.forumrules h3 {
	color: red;
}

#pageheader { margin-left:30px; }
#pagecontent { }
#pagefooter { margin:5px 0 0 30px;  }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	font-style:italic;
	text-decoration: none;
	line-height: 20px;
	color:#006b77;
}
.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
	color:#333;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	margin:10px 0 10px 0;
}

p.moderators {
	margin: 0;
	white-space: nowrap;
	font-weight: bold;
	display:block;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin:5px 0;
	white-space: nowrap;
	display:block;
}

.rtl p.linkmcp {
	float: left;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	/*padding: 2px 0;
	white-space: nowrap;*/
	display:none;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	clear:both;
	text-align:left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	color:#848484;	
}

p.topicauthor {
	margin: 1px 0;
	color:#848484;
	font-size:11px;
}

.topicdetails {
	margin: 1px 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	color:#848484;
}
a.href {
	color:#ff741f;
} 
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #848484;
}

.postdetails {
	color: #848484;
}

.postbody {
	clear:both;
	font-size:11px;
	line-height: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #666;
	font-size:10px;
}

.pagination {
	padding: 4px;
	color:#848484;
	font-size: 11px;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 11px;
}

.genmed {
	/*margin: 1px 1px;
	font-size: 1.1em;*/
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:11px;
	color:#555;
}
.genmed a {
	font-size:11px;
	color:#0193a1;
}

.gensmall {
	font-size: 11px;
	text-align:left;
}

.copyright {	
	color:#fff;
	font-weight: normal;
}
.copyright a {	
	color:#f96302;
}

#title {	
	float:left;
	height:27px;
}
a.titles {	
	display:block;
	padding-top:6px;
	width:560px;
	font-size: 16px;
	font-style:italic;
	text-decoration: none;
	text-align:left;
	color:#006b77;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #666;
	font-size: 11px;
	text-transform:capitalize;
	background:url('./images/hdr.forum.li.gif') repeat-x top left;
	white-space: nowrap;
	height:34px;
	min-width:75px;
	border:none;
	/*padding: 7px 5px;*/
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	/*background-color: #A9B8C2;*/
	width:638px;
	margin:0 auto 0 27px;
}
.navClmn {
	width:150px;
	float:left;
	margin-left:20px;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 34px;
	padding-top:6px;
	background: white url('./images/bg.btns.gif') no-repeat top left;
}
.hdr {
	height: 34px;
	padding:0;
	margin:0;	
	background: url('./images/hdr.forum.li.gif') repeat-x;
	font-size:11px;
	color:#666666;
	text-transform:capitalize;
	text-align:left;
}
a.hdrLnk {
	font-size:11px;
	color:#fff;
	text-transform:capitalize;	
	text-align:left;
}
.row1 {
	/*background-color: #ECECEC;*/
	
}

.row2 {
	/*background-color: #DCE1E5;*/
	
}

.row3 {
	/*background-color: #C0C8D0;*/
	border-bottom:1px solid #d8d8d8;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

.hr {
	width:635px;
	height:7px; 
	background:url('./images/hr.dotted.gif') no-repeat top center;
}
.legend {
/*	text-align:center;
	margin: 0 auto;*/
	display:none;
}

/* Links
 ------------ */
h2 a.titles {
	color: #006b77;
}
a:link {
	color:#f96302;
	text-decoration: none;
}

a:active,
a:visited {
	color:#f96302;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.forumlink {
	float:left;
	padding-top:10px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-style:italic;
	color:#006b77;
	font-size:16px;
	font-weight:normal;
}

a.topictitle {	
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	color:#006b77;
	font-style:italic;
	float:left;
}

a.topictitle:visited {
	color: #006b77;
	text-decoration: none;
}

th a,
th a:visited {
	color: #006b77 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #848484;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
}

textarea {
	background-color: #fff;
	color: #848484;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 11px; 
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #cfcfcf;
	padding: 2px;
}

select {
	color: #848484;
	background-color: #fff;
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #cfcfcf;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color:#848484;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family:Georgia,"Times New Roman",Times,serif;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}

.btnmain {
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 11px;
}

.btnlite {
	cursor: pointer;
	border:none;
	color:#ff6600;
	background:#fff;
	/*border:1px solid #ff6600;*/
	font-size:11px;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	color:#ff741f;
}

/*CUSTOMISATION*/
#lftClmn {
	float:left;
	width:275px;
	min-height:70px;
	margin-top:-15px;
	padding:90px 0 0 30px;
	background:url(../imageset/bg.leftClmn.jpg) no-repeat top left;
	color:#333333;
}
#lftClmn a { color:#333333; }
#rgtClmn {
	float:left;
	width:689px;
}
#miniLogin {
	width:250px;
	margin-left:0px;
}

#shareLnks {
	position:absolute;
	z-index:999;
	top:0;
	margin-left:5px;
	float:left;
}
#searchFld {
	background:url(../imageset/bg.mini.search.gif) no-repeat top left;
	width:198px;
	height:28px;
	float:right;
}
#searchFld .post {
	background-color: white;
	border:none;
	width:105px;
	height:15px;
	float:left;
	margin:4px 0 0 24px;
	font-size:10px;
}
#searchFld .btnlite {
	cursor: pointer;
	border:none;
	background:url(../imageset/btn.search.gif) no-repeat top left;
	width:67px;
	height:31px;
	margin:0;
	float:right;
}
#breadcrumb {
	width:658px;
	height:39px;
	padding:10px 0 0 30px;
}
#menubar .genmed {
	text-align:left;
	/*font-size: 1.1em;*/
}
#menubar a {
	font-family:"Lucida Sans","Lucida Grande",Lucida,sans-serif;
	font-size:9px; 
	font-weight:bold;
	text-transform:uppercase;
	color:#999999; 
}
#statsDiv {
	display:none;
}
#forumContent {
	/*width:875px;
	margin:0 auto 0 15px;*/
	color:#848484;
	width:698px;
}
#viewActTopics {
	display:none;
}
#forumBrder {
	float:left;
	background:url(../imageset/bg.frameRgt.jpg) repeat-y top right; 
	width:698px; 
	height:100%;
}
#forumHdr {
	background:url(../imageset/hdr.frameRgt.jpg) repeat-x top left;
	width:698px; 
	height:25px;
}
#frameFooter {
	clear:both;
	background:url(../imageset/ftr.frameRgt.jpg) no-repeat; 
	width:698px; 
	height:25px;
}
#breadcrumbs .brdcrmbIcon {
	margin-left:30px;
	height:33px;
	display:block;
}
.brddivider {
	float:left;
	width:20px;
	height:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#f96302;	
}
.brdcrmbLnk {
	float:left;
	margin-top:10px;
	display:block;	
}
.brdcrmbLnk a{
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:18px;
	font-style:italic;
	color:#f96302;
	text-transform:capitalize;
}
.loginFld	{
	width:180px;
	height:22px;
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:11px; 
	color:#555;
}
#uselessStats {
	/*width:875px;
	margin:0 auto 0 15px;*/
	color:#848484;
	text-align:left;
}
.padLft5 	{ padding-left:5px; }
.padLft10 	{ padding-left:10px; }
.padLft20 	{ padding-left:20px; }
.padLft25 	{ padding-left:25px; }
.padLft30 	{ padding-left:30px; }
.padLft35 	{ padding-left:35px; }
.padLft40 	{ padding-left:40px; }
.padLft50 	{ padding-left:50px; }
.padTop2 	{ padding-top:2px; }
.padTop5 	{ padding-top:5px; }
.padTop10 	{ padding-top:10px; }
.padTop15 	{ padding-top:15px; }
.padTop17 	{ padding-top:17px; }
.padTop20 	{ padding-top:20px; }
.padRgt10	{ padding-right:10px; }
.padRgt20	{ padding-right:20px; }
.padRgt30	{ padding-right:30px; }
.href {
	color:#ff741f;
} 

#ftr		{ border:1px solid #fff; bottom:0; margin:0 auto; width:95%; height:78px; background:url('images/bg.ftr.jpg') repeat-x top left; font-family:Arial, Helvetica, sans-serif; color:#73737373; }
#ftrwrapper	{ margin:0 auto; padding-top:15px; width:995px; text-align:left; }
#ftrLogo	{ float:right; margin-right:10px; }
#ftrLnks	{ float:left; padding-top:10px; margin-left:10px; }
#ftrLnks a	{ color:#737373; }
#newTopic	{ position:absolute; margin:-35px 0 0 500px; }
.credits	{ font-family:"Lucida Sans","Lucida Grande",Lucida,sans-serif; font-size:11px; color:848484; }
.authLnks	{ font-family:Georgia,"Times New Roman",Times,serif; font-size:11px; font-style:italic; padding-left:10px;  }
/*login /logout */
a.logoutBtn	{ padding-top:2px; font-size:9px; font-weight:bold; color:#999999; }
.fbUser	a		{ float:left; margin-top:10px; width:175px; overflow:hidden; font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; color:#006b77; }
.fbUser	a:hover,.fbFriend a:hover{ color:#006b77; text-decoration:none; }
a.FB_Link		{ font-family:Georgia,"Times New Roman",Times,serif; font-size:16px; color:#006b77; }