/*  phpBB 3.0 Style Sheet 
    --------------------------------------------------------------
	Style name:		vphpbb3
	Based on style:	subSilver2 
	Original author:	subBlue ( http://www.subBlue.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/ )
    --------------------------------------------------------------
*/
@import url("memberlist_avatar.css");
/* 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: segoe ui, tahoma, arial, sans-serif;
	color: #333333;
	background-color: #c0c0c0;
	/*background-image: url('./images/fondo.jpg');*/
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	background-color: #333333;
	height: 200px;
	width:100%;
}

#wrapcentre {
	padding: 10px;
}
#wraporta {
    background:#c0c0c0 url('./images/fondo.php') no-repeat top right;
	padding: 0 50px 10px 50px;
	min-width: 890px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding-bottom:10px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	text-align:left;
	width:100%;
}
#sitedesc {
	text-align:left;
	font-size:0.9em;
	text-align:left;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #ffffff;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80;
	border-width: 1px;
	border-style: solid;
	border-color: #679408;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	-moz-border-radius:4px;
}

.forumrules h3 {
	color: #679408;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	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.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-left: 20px;
	float: left;
	color: #000000;
	white-space: normal;
	font-size: 1.2em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	line-height:1.8em;
}

.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 {
	font-size: 1.1em;
	color: black;
	padding-bottom: 4px;
}

p.topicauthor {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px;
}

p.topicdetails {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px;
}

.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;
	font-size: 1.7em;
}

.postdetails {
	color: #000000;
	}

.postbody {
	font-size: 1.3em;
	color: black;
}

.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: black;
	font-weight: bold;
	font-size:1.3em;
}
ul.nav {
	padding-left: 15px;
	text-indent: -13px;
}

div.pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
	font-weight: bold;
}
.genlarge {
	margin: 1px 1px;
	font-size: 1.4em;
	font-weight: bold;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1.1em;
	font-weight: bold;
}

.box {
	border:1px solid #679408;
	background-color: #ffffff;
	-moz-border-radius:4px;
	padding:5px;
}

.copyright {
	color: #444;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #679408;
	background-image: url('./images/cellpic1.png');
	background-position: center;
	white-space: nowrap;
	padding: 3px 1px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	/*background-color: #eaeaea;*/
	border: 1px solid #679408;
	-moz-border-radius:4px;
}



.cat {
	color: #FFFFFF ;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #679408;
	background-image: url('./images/cellpic1.png');
	background-position:center;
	text-indent: 4px;
}

.cat1 {
	
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #679408;
	background-image: url('./images/cellpic1.png');
	background-position:center;
	text-indent: 4px;
}

.cat2 {
    color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #679408;
	background-image: url('./images/cellpic1.png');
	background-position:center;
	white-space: nowrap;
	padding: 3px 1px;
}

.cat3 {
	background-color: #679408;
	background-image: url('./images/cellpic1.png');
	background-position:center;
}
.row1 {
	background-color: #fcfcfc;
	padding: 4px;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80;
}

.row2 {
	background-color: #fcfcfc;
	padding: 4px;
}

.row3 {
	background-color: #fff1ae;
	padding: 4px;
}

.row4 {
	background-color: #FFFFFF;
	padding: 4px;
}
.row5 {
	background-image: url('./images/cellpic1.png');
	background-position:center;    
	background-color: #679408;
	
}

.spacer {
	background-color: #679408;
	padding:0px;
}


hr {
	height: 1px;
	border-width: 0;
	background-color: #679408;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}



/* Links
 ------------ */
a:link {
	color: #679408;
	text-decoration: underline;
}

a:active,
a:visited {
	color: #679408;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

a.forumlink {
	color: #537709;
	
	font-size: 1.3em;
	text-decoration: underline;
}

a.forumlink:hover {
	color: #FF4400;
    text-decoration: underline;
}

a.topictitle, span.topictitle,p.topictitle {
	color: #679408;
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: capitalize;
}

a.topictitle:visited {
	color: #8cca0a;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	margin: 1px 0;
}

a.topictitle:hover {
	color: #FF4400;
    text-decoration: underline;
}

th a,
th a:visited {
	color: #ffffff !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}
/*mavilim Styles Links
 ------------ */
.cat a,
.cat a:visited {
	color: #FFFFFF !important;
	font-size: 1em;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat1 a,
.cat1 a:visited {
	color: #FFFFFF !important;
	font-size: 1.3em;
	text-decoration: none;
}
.cat1 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat3 a, 
.cat3 a:visited {
    color: #ffffff !important;
	font-size: 1.2em;
	text-align: center;
	text-decoration: underline;
	
}
.cat3 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}	


.row5 a,
.row5 a:visited {
    color: #FFFFFF !important;
	font-size: 1.1em;
    text-decoration: none;	
	padding: 1px 20px 1px 20px ;
	float:left;
	}
.row5 a:hover {
	text-decoration: underline;
	}	
		
/* MOD : MSSTI Hide links - Start */
.hidelink { border: 1px solid #cccccc; border-collapse: collapse; padding: 2px 5px; color:#ff0000; background-color: #ffffff;font-size:11px; }
/* MOD : MSSTI Hide links - End */
/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #679408;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #679408;
	padding: 2px;
}

select {
	color: #333333;
	background-color: beige;
	font-size: 1.2em;
	font-weight: normal;
	border: 1px solid #679408;
	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: beige;
	border-style: solid;
	border-width: 1px;	
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: beige;
	border: 1px solid #679408;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: beige;
	border: 1px solid #679408;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: beige;
	border: 1px solid #679408;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

.subforum.read { 
	background: url(images/subforum_read.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/subforum_unread.gif) top left no-repeat;
	padding-left: 12px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
font-size: 0.9em;
color: #679408;
font-style:italic;
margin-left:10px;
}
.quoteclose {
	float:right;
	background: #EEFDCE url(./images/quotes-close.png) no-repeat;
	height:35px;
	margin-right:10px;
	margin-top:-35px;
	width:50px;
}
.quote {
	border: 2px groove #BBBBBB;
	background-color: #EEFDCE;
}

.quotetitle .quotetitle {
	font-size: 1em;
	color: black;
}

.quotecontent, .attachcontent, .codecontent {
	margin: 0 5px 10px 8px;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana;
	background: #EEFDCE url(./images/quotes.png) no-repeat;
	text-indent:40px;
	padding-top:20px;
}

.attachcontent {
	font-size: 0.85em;
}



.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: bold;
}
	
div#pagination {
	float:right;
	padding:5px;
	border:1px solid #679408;
	-moz-border-radius:4px;
	background-color:#ffffff;
	font-size:1.1em;
}
div#pagination a,div#pagination strong{margin-left:4px;}
.border-bottom{
	border-bottom: 1px solid #c0c0c0;
}
.border-right{
	border-right: 1px solid #c0c0c0;
}
