/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		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:  Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 10px 5px 0;
}

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

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

#logodesc {
	background-color: #C1CAD2;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 5px;
	min-width:1007px;
}

#logodesc .ads {
	height:160px;
	display:inline;
} 

#logodesc .big {
	width:400px;
}

#logodesc .middle {
	width:200px;
	margin-left:3px;
}

#menubar {
	margin: 0;
}

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

.forumrules h3 {
	color: red;
}

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

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


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

h2 {
	font-family: Arial, 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: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

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

p {
	font-size: 1.1em;
}

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

.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: 1.25em;
}

.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:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	font-size: 11px;
}

.postdetails {
	color: #323D4F;
	font-size: 11px;
	padding: 2px 0;
}
#addQuote {
    position: absolute;
	z-index:100; 
	    border: 1px solid #8FBC8F; 
		padding: 3px; 
		    background: #E0FFE0; 
			color: #008000;
			    cursor: pointer;
				font-size: 11px;
				}
				
.postbody {
	font-size: 13px;
	font-family: Arial, Verdana, Arial,   Helvetica, Arial, sans-serif;
	margin: 7px;
}

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

.signature {
	color: #323D4F;
	font-size: 11px;
	margin: 7px;
}
.siglight {
	color: #d5d5d5;
}

.nav {
	font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	float: right;
}

.pagination_left {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
}

.pagination span.page-sep {
	display: none;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong, .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active  {
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 0 2px;
	padding: 0 2px;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active  {
	background-color: #eeeeee;
}

.pagination span a:hover, .pagination span strong {
	border-color: #4692bf;
	background-color: #006699;
	color: #FFF;
}

.pagination_left span.page-sep {
	display: none;
}

.pagination_left strong, .pagination b {
	font-weight: normal;
}

.pagination_left span strong, .pagination_left span a, .pagination_left span a:link, .pagination_left span a:visited, .pagination_left span a:active  {
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 0 2px;
	padding: 0 2px;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination_left span a, .pagination_left span a:link, .pagination_left span a:visited, .pagination_left span a:active  {
	background-color: #eeeeee;
}

.pagination_left span a:hover, .pagination_left span strong {
	border-color: #4692bf;
	background-color: #006699;
	color: #FFF;
}


.cattitle {

}

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

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

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

.topmenu {
	font-size: 11px;
	font-family: Verdana, Arial,  Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #FFF;
}

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

.genmicro {
	margin: 1px 1px;
	font-size: 0.9em;
}
.genmicroedit {
	color: #323D4F;
        font-family: Verdana, Arial,  Verdana, Arial, Helvetica, sans-serif;
	margin: 1px 1px;
	font-size: 11px;
}

.gencookie {
	margin-top: 5px;
	font-size: 1.1em;
}

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

.titles {
	font-family: Arial,  Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: white;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #4682b4;
	background-color: #D5D5D5;
	white-space: nowrap;
	padding: 5px;
}

.top {
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial,  Helvetica, Arial, sans-serif;
	background-color: #851519;
	white-space: nowrap;
	padding: 5px;
}

.topb {
	color: white;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, Arial,  Helvetica, sans-serif;
	background-color: #851519;
	white-space: nowrap;
	padding: 5px;
	font-weight: bold;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #d5d5d5;
}

.catdiv {
	height: 25px;
	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: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	background-color: #d5d5d5;
	text-indent: 4px;
}
.cat1 {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	#background-color: #C7D0D7;
	background-color: #851519;
	color: #ffffff;
	#background-image: url('images/cellpic1.gif');
	text-indent: 4px;
}
.nav:a {
        color: #ffffff;
}
.row1, .row2, .row3, .row4, .row5, .row-menu, .row-annonce, .row-sticky, .row-post1 , .row-post2, .row-nav {
	padding: 4px;
}


.row1 {
	background-color: #ffffff;
}
.row6 {
	background-color: #ffffff;
}
.row6:hover {
	background-color: #eaeef0;
}

.row2 {
	background-color: #EBEBEB;
}

.row3 {
	background-color: #CADCEB;
}

.row4 {
	background-color: #FFF;
}

.row-menu {
	color: #FFF;
	background-color: #00628d;
}

.row-post1 {
	background-color: #F8F8FF;
	background-color: #FFFFFF;
}

.row-post2 {
	background-color: #ECF3F7;
	background-color: #FFFFFF;
}

.row-annonce {
	background-color: #fffbdb;
}

.row-sticky {
	background-color: #FFFFD9;
}

.row-nav { 
	background-color: #ebf6fc;
	background-color: #ffffff;
}

.spacer {
	background-color: #D1D7DC;
}

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

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

.postrow {
	min-height: 110px;
	height: auto;
	_height: 110px;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

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

a:active {
	color: #000000;
	text-decoration: none;
}

a.forumlink {
	#color: #0000CC;
	#color: #105289;
	color: #D02229;
	font-weight: bold;
	font-family: Arial, Verdana,  Helvetica, Arial, sans-serif;
	#font-size: 1.3em;
	font-size: 14px;
}

a.tmenu {
	color: #FFFFFF;
	font-family: Verdana,Arial, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.linkunder {
	color: #000000;
	font-family: Verdana,Arial, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.row-forum:hover  {
#	background-color: #f6f4d0 !important;
}

a.topictitle {
	margin: 1px 0;
	color: #105289;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}



a.topictitle:visited {
	text-decoration: none;
}

a.btopictitle {
	margin: 1px 0;
	font-family: Verdana, Arial,  Helvetica, Arial, sans-serif;
	#font-weight: bold;
	#font-size: 1.2em;
	font-size: 12px;
	color: #105289;
	color: #000000;
	font-weight: bold;
}

a.btopictitle:visited {
	text-decoration: none;
}


a.black-link {
	color: #000 !important;
}

a.black-link:hover {
	color: #FF0000 !important;
	text-decoration: underline;
}

a.white-link {
	color: #FFF !important;
}

a.red-link {
	color: #FF0000 !important;
}

a.red-link:hover {
	color: #FF0000 !important;
	text-decoration: underline;
}

p.topicdetails a:link{
	color: 1px 0;
}

a.red-hover:hover {
	color: #FF0000 !important;
	text-decoration: underline;
}

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

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

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

input {
	color: #333333;
	font-family:  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:  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:  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:  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: 2px 2px 0;
	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 2px 2px;
	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:   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:  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: 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 {
	font-weight: normal;
}

.fragment {
	background-color: #FFCC99;
	padding: 5px;
}

/* Quick Title Edition
 --------------------- */
.qte_solved { color: #006600; font-weight: bold; }
.qte_cancelled { color: #cc0000; font-weight: bold; }

/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	background: #ffffff none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 10px 5px 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	background-color: #ffffff;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
	border-color:#DBDBCE;
	#border-style:solid;
	#border-width:1px;
	#border-left: 0px;
	#border-right: 0px;
	#border-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Quote block */
blockquote {
	background-color: #fffce4;
#	background-color: #ffffff;
	background-image: url("images/quote.gif");
	border-color:#DBDBCE;
}

.rtl blockquote {
	background-image: url("images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#fff4e0;
	background-color:#f9eff2;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #fffce4;
}
/* Quote block */
.rtl blockquote {
	margin: 0.5em 25px 0 1px;
	background-position: 99% 8px;
}

.rtl blockquote blockquote {
	/* Nested quotes */
	margin: 0.5em 15px 0 1px;
}

.rtl blockquote cite {
	/* Username/source of quoter */
	margin-right: 20px;
	margin-left: 0;
}

.rtl blockquote dl.codebox {
	margin-right: 0;
}

.smilies {
	margin: 1px;
}
.text
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}

a.manag {
	color: #323D4F;
	color: #535e6f;
	font-size: 11px;
	font-family: Arial,Verdana,   Helvetica, sans-serif;
}

.mobile-style-switch-mobile-style-switch-header {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

.topican{
	color: #535e6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topican a{
	color: #535e6f;
}
.postbody a:link {
        text-decoration: underline;
}

.ttopic {
	color: #323D4F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ttopic a{
	color: #323D4F;
	text-decoration: none;
}
a:hover.ttopic {
	text-decoration: none;
}
.marq a
{
	FONT-SIZE: 13px;
	COLOR: #D02229;
	FONT-FAMILY: Arial, Verdana;
	TEXT-DECORATION: none
}
.marq:hover
{
	TEXT-DECORATION: none
}
.bottomlink
{
	FONT-SIZE: 13px;
	COLOR: #000000;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial;
	TEXT-DECORATION: none;
}
.bottomlink:hover
{
	TEXT-DECORATION: none;
}
.postlink:visited, .postlink:hover
{
TEXT-DECORATION: underline;
COLOR: #2518b5;
FONT-SIZE: 12px;
}
.postlink:link {
COLOR: #2518b5;
FONT-SIZE: 12px;
}