/*  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 Grande", Verdana, Helvetica, Arial, sans-serif;
	color: f3f4f9;
	background-color: #b4c5d8;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#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: #F7F6F9;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
  	margin-bottom: 0px;   
   	background-image: url('images/baseskin1.png');padding-left:25px; padding-right:25px; padding-top:5px; padding-bottom:5px	
   	
}

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

.forumrules h3 {
	color: red;
}

img.bannersito {
	margin-top: 0px;
    border-width: 1px;
	border-style: solid;
	border-color: #dc863a;


}

img.classelogo {
	margin-top: 25px;

}

A.opacity IMG {
 FILTER: alpha(opacity=25); -moz-opacity: 0.25; opacity: 0.45
}
A.opacity:hover IMG {
 FILTER: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0
}


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

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


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

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

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

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

h5 {
	color: #779ce2;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	color: #FFFFFF;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}

a.linkfo:link {
	color: #FFFFFF;	
	text-decoration: none;
}

a.linkfo1:active {
    color: #c25a33;
	text-decoration: none;
}

a.linkfo1:visited {
    color: #005784;
   	text-decoration: none;
}

a.linkfo1{
    color: #c25a33;
   	text-decoration: none;
}

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

.rtl p.breadcrumbs {
    color: #FFFFFF;
	float: right;
}

p.datetime {
    color: #c25a33;
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
    color: #c25a33;
	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 {
    color: #4a698c;
	padding-bottom: 4px;
}

p.topicauthor {
    color: #4a698c;
	margin: 1px 0;
}

p.topicdetails {
    color: #4a698c;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
    color: #4a698c;
	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: #4a698c;
}

.postdetails {
	color: #4a698c;
}

.postbody {
    color: #4a698c;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #e2eaf2;

}

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

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

.cattitle {
    color: #4a698c;

}

.gen {
    color: #6f89a7;
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
    color: #4a698c;
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
    color: #2f5176;
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall2 {
    color: #e2eaf2;
	margin: 1px 1px;
	font-size: 1.3em;
}

.gensmall2a {
    color: #e2eaf2;
	margin: 1px 1px;
	font-size: 1.1em;
}

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

.titles {
    color: #4a698c;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */

.thhh {
	color: #b4c5d8;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('images/cellpic1o.gif');
	background-color: #b4c5d8;
	white-space: nowrap;
	padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px
}
.thhh1 {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1m.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}

.thhh2 {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1n.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}

.thhh3 {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1n.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}
.thhh4 {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1o.gif');
    background-position: bottom;
    background-repeat: repeat-x;
	color: #f7b03f;
	text-indent: 4px
}

td {
	padding: 2px;	
}
td.profile {
	padding: 4px;
	background-color: #e2eaf2;
}

td.postback {
	background-color: #e2eaf2;
}

.tablebg {
	background-color: #e2eaf2;	
}


.catdiv {
	height: 37px;
	margin: 0;	
	padding-left: 0;
	padding-top: 4px;
	border:  0 none;
	background-color: #b4c5d8;
	background-image: url('images/cellpic1e.gif');
    background-position: right;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px

}


.catdiv1 {
	height: 39px;
	margin: 0;	
	padding-left: 0;
	padding-top: 4px;
	border:  0 none;
	background-color: #b4c5d8;
	background-image: url('images/cellpic1.gif');
	background-repeat: repeat-x;
	background-position: center;
	color: #f7b03f;
	text-indent: 4px
}


.catt {
	height: 20px;	
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #b4c5d8;
	color: #4a698c;
	text-indent: 4px;
}
.cat {
	height: 28px;
	margin: 0px 0px;
	padding: 0px;
	border: 0 none;
	background-color: #c25a33;
	color: #779CE2;
	text-indent: 4px;
	background-image: url('images/cellpic3.gif');
}

.cat1 {
	height: 25px;
	margin: 0px 0px;
	padding: 0px;
	border: 0 none;
	background-color: #c25a33;
	color: #779CE2;
	text-indent: 4px;
	background-image: url('images/cellpic1p.gif');
}
.catfo {
	height: 37px;
	margin: 0;
	padding-left: 18px;
	padding-top: 1px;
	border: 0 none;
	background-color: #b4c5d8;
	background-image: url('images/cellpic1e.gif');
    background-position: left;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}

.destratop {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1fx.gif');
    background-position: left top;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}

.sinistratop {
	height: 39px;
	margin: 0;
	background-color: #CCD7E4;
	background-image: url('images/cellpic1f.gif');
    background-position: right top;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px
}

.row5destra {
	height: 22px;
	margin: 0;
	background-color: #b4c5d8;
	padding-right: 20px;
	background-image: url('images/cellpic1h.gif');
    background-position: right;
    background-repeat: no-repeat;
	color: #f7b03f;
	padding-right: 15px;
	text-indent: 4px;
}

.row5sin {
	height: 22px;
	margin: 0;
	background-color: #b4c5d8;
	padding-left: 15px;
	background-image: url('images/cellpic1h.gif');
    background-position: left;
    background-repeat: no-repeat;
	color: #f7b03f;
	text-indent: 4px;
	
}
	
.row1 {
	background-color: #e2eaf2;
    border-top-color-value: #06ef0b;
    border-right-color-value: #ef2c06;
    border-bottom-color-value: #0611ef;
    border-left-color-value: #ef06c0;
    border weight: 3px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.row1a {
    height: 60px;
	background-image: url('images/row1a.png');
	background-position: left;
    background-repeat: no-repeat;
}

.row2a {
    height: 60px;
	background-image: url('images/row2a.png');
}

.row2b {
    height: 60px;
	background-image: url('images/row1a.png');
    background-position: right;
    background-repeat: no-repeat;
}
.row2 {
	background-color: #e2eaf2;
	padding: 2px;
}

.row6 {
    height: 22px;
	background-image:url('images/cellpic1i.gif');
	padding: 2px;
	
}

.catdiv2 {
	height: 5px;
	margin: 0;	
	padding-left: 0;
	padding-top: 0;
	border:  0 none;
	background-color: #b4c5d8;
	background-image: url('images/cellpic1l.gif');
	background-repeat: repeat-x;
}

.row3 {
    height: 39px;
    background-color: #c7d0d7;
	background-image: url('images/cellpic1g.gif');
	padding: 2px
}

.row8a {
    height: 37px;
	background-image: url('images/row8a.png');
	background-position: left;
    background-repeat: no-repeat;
}

.row8 {
   height: 37px;
   background-image: url('images/row8.png');
}

.row8b {
   height: 37px;
	background-image: url('images/row8a.png');
	background-position: right;
    background-repeat: no-repeat;
}

.row9 {
    height: 60px;
	background-image: url('images/row2a.png');
}

.row9a {
    height: 60px;
	background-image: url('images/row1a.png');
	background-position: left;
    background-repeat: no-repeat;
}

.row9b {
     height: 60px;
	background-image: url('images/row1a.png');
	background-position: right;
    background-repeat: no-repeat;
}

.row10 {
   background-color: #b4c5d8;
}
.spacer {
    height: 20px;
  	background-image: url('images/cellpic1l.gif');
}

.spacer1 {
    height:3px;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #c7d0d7;
  	background-color: #b4c5d8;
}


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

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

/* Links
 ------------ */
.linkarancio{
	color: #F7B03F;
}
a:link {
	color: #005784;
	text-decoration: none;
}

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

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

a.forumlink {
	color: #c25a33;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

a.topictitle {
	color: #9EB6E3;
	margin: 1px 0;
	font-family: "Lucida Grande", 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: #FFFFFF !important;
	text-decoration: none;
}

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


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

input {
	color: #5e86b2;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #c5d8ed;
	background-color: #c5d8ed;
}

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

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", 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: #5e86b2;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #c5d8ed;
	border: 1px solid #f3f4f9;
}

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

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

.btnfile {
	font-weight: normal;
	background-color: #c5d8ed;
	border: 1px solid #f3f4f9;
	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: #b4c5d8;
	color: #5e86b2;
	background-color: #b4c5d8;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #b4c5d8;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #ecf4fc;
	color: #5e86b2;
}

.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: "Lucida Grande", 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: #FFFFFF;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

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