/*  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
 ------------ */
/*====================================================styles=========================================================*/
* { margin:0; padding:0;}
body { background:url('./images/tall_bottom.gif') left bottom repeat-x #fff; font-family:Arial; font-size:14px; line-height:.9375em; color:#969696; }
#site_center {text-align:center; background:url('./images/tall_top.gif') left top repeat-x;}
#main {width:100%; margin:0 auto; text-align:left; min-width:850px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");}

.clear { clear:both;}

.fleft { float:left;}
.fright {float:right;}
.fcenter {font-size:14px; text-align:center;}


.alignright { text-align:right;}
.aligncenter { text-align:center;}

.container { width:100%;}

p { margin-bottom:19px;}
.p1 { margin-bottom:18px;}

.tall_bottom { background:url('./images/tall_bottom.gif') left bottom repeat-x;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form { height:29px;}
.form input {width:177px; height:19px; background:none; border:1px solid #a09b96; color:#969696; font-size:1.27em; font-family:arial;}
textarea { width:197px; height:159px; background:none; overflow:auto; border:1px solid #a09b96; font-size:1.27em; font-family:arial; color:#969696;}

/*==================list====================*/
ul { list-style:none;}

.main_menu { padding:2px 0 0 55px;}
.main_menu li { float:left; background:url('./images/main_menu_divider.gif') no-repeat right top; margin-right:16px;}
.main_menu li a { background:url('./images/marker_off.gif') no-repeat left 3px; padding:0 36px 0 22px; color:#515151;  text-decoration:none;}
.main_menu li a:hover { background:url('./images/marker_on.gif') no-repeat left 3px; color:#01a5e4; text-decoration:underline;}
.main_menu li.last { background:none;}
.main_menu li.last a { padding-right:0;}
.main_menu li a.current { background:url('./images/marker_on.gif') no-repeat left 3px; color:#01a5e4; text-decoration:underline;}

.list1 li { width:100%;}
.list1 li a {background:url('./images/marker_on.gif') no-repeat left 4px; padding-left:20px; font-size:1.27em; line-height:20px;}

/*==================other====================*/
.img_indent { margin:0 20px 0 0; float:left;}
.img_indent1 { margin:0 20px 13px 0; float:left;}

.pic { position:relative; margin-top:-30px; margin:-30px 0 0 0;}
.contact_box { padding-right:100px; font-size:1.27em;}


/*==================txt, links, lines, titles====================*/
a {color:#01a5e4;}
a:hover{text-decoration:none;}

h1 { font-size:2.91em; color:#303030; font-weight:normal; line-height:.9em; margin-bottom:14px;}
h5 { font-size:1.1em; color:#303030; font-weight:normal; line-height:.9em; margin-bottom:14px;padding-top:15px;}
h1 span { color:#65696d; font-size:.69em; display:block; padding-top:4px;}
h1 span em { font-style:normal; color:#01a5e4;}
h2 {font-size:2.91em; color:#303030; font-weight:normal; line-height:.9em; margin-bottom:14px;}
h3 { font-size:1.27em; color:#3f4449; font-weight:normal;}
h3 a {color:#3f4449; }
h4 { font-size:1.27em; color:#3f4449; font-weight:normal; margin-bottom:17px;}
h4 a {color:#3f4449; }

.txt1 { font-size:1.27em; line-height:1.28em;}
.txt2 { font-size:1.1em; line-height:1.5em;}

.link1 { background:url('./images/marker_on.gif') no-repeat left 4px; padding-left:20px; font-size:1.27em;}
.link2 { color:#3f4449;}

.line_hor { background:url('./images/line1.gif') left bottom repeat-x; padding-bottom:20px; margin-bottom:20px;}


/*==================blocks====================*/
.block { background:url('./images/block_bgd.gif') left top repeat-x; width:100%;}
.block .r { background:url('./images/line1.gif') right top repeat-y;}
.block .b { background:url('./images/line1.gif') left bottom repeat-x;}
.block .l { background:url('./images/line1.gif') left top repeat-y;}
.block .t { background:url('./images/line1.gif') left top repeat-x;}
.block .l_t { background:url('./images/l_t.gif') no-repeat left top;}
.block .r_t { background:url('./images/r_t.gif') no-repeat right top;}
.block .r_b { background:url('./images/r_b.gif') no-repeat right bottom;}
.block .l_b { background:url('./images/l_b.gif') no-repeat left bottom;}
.block .bg { background:url('./images/head_img.jpg') no-repeat 39px 11px; height:318px;}
.block .ind { padding:65px 0 0 341px;}
.block .ind1 { padding:0 15px 30px 23px;}
.block .ind2 { padding:27px 10px 40px 23px;}


/*header*/
#header .row_1 { height:125px;}
#header .row_1 .fleft { padding:47px 0 0 50px;}
#header .row_1 .fright { padding:58px 54px 0 0;}
#header .row_1 .indent {}
#header .row_2 { height:47px;}
#header .row_3 { height:318px; padding:0 49px 0 45px;}
#header .row_3 .slogan { margin-bottom:33px;margin-top:20px;}

/*content*/
#content { padding:19px 49px 30px 45px;}
#content .indent { padding:0 0 0 24px;}
#content .indent1 { padding:32px 20px 0 24px;}

/*footer*/
#footer span { font-size:11px; color:#434343; padding:0 0 10px 0}
#footer strong { color:#434343;}
#footer strong a {color:#434343;}
#footer .indent { padding:25px 72px 0 69px;}


/*================== index.html ==================*/
#page1 #content .row_1 { padding-bottom:50px;}
#page1 #content .row_2 .indent { padding:0 8px 0 0;}

/* ================= layout =====================*/

/*You can modify the width of the website by changing "width" parameter with #main and deleting the parameter of "widht:expression...". The minimum value is 850px.*/

#header {height:490px; font-size:.875em;}
#content { font-size:.69em;}
#footer { font-size:.75em;}
.content_main {padding:10px 28px 10px 28px;}

.col_1, .col_2, .col_3, .col_4, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:25%;}
#page1 #content .col_2 {width:25%;}
#page1 #content .col_3 {width:25%;}
#page1 #content .col_4 {width:24%;}


#footer {height:50px;}
/*====================================================styles=========================================================*/

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#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;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Tahoma", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.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;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.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: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
    color:#000000;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Tahoma", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.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:#000000;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	font-family:"Tahoma";
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #E3E3E3;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E3E3E3;
	
	text-indent: 4px;
}

.row1 {
	background-color: #E3E3E3;
	padding: 4px;
}

.row2 {
	background-color: #E3E3E3;
	padding: 4px;
}

.row3 {
	background-color: #E3E3E3;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #4E5358;
	font-weight: bold;
	font-family: "Tahoma";
	font-size: 1.1em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.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: 1.1em;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.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: "Tahoma", "Trebuchet MS", Helvetica, Arial, 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: "Tahoma", Verdana, Helvetica, Arial, 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: Tahoma, '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: Tahoma, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
