/*  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: Arial, Helvetica, Sans-Serif
	font-size: 10pt;
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	padding: 0;
}

#wrapcentre {
	
}

#wrapfooter {
	text-align: center;
	clear: both;
	font-size: 8pt;
}

#wrapnav {
	width: 100%;
	margin: 0;
}

#logodesc {
	margin-bottom: 5px;
}

    #logodesc img {
        display: none;
    }

    #logodesc td {
	 padding: 0px;
    }

#menubar {
	
}

#datebar {
	
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #e58693;
	border-width: 1px;
	border-style: solid;
	border-color: #e21a32;
	padding: 4px;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

.forumrules h3 {
	color: red;
}

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

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


/*  Text
 --------------------- */
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 18pt;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}

h5 {
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}

strong, b {
	font-weight: bold;
}

p {
	
}

p.moderators {
	margin: 0;
	float: left;
	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;
	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: 10pt;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	font-size: 8pt;
} 

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

li.row2 {
	border: none;
}

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

.postauthor {
	color: #FFFFFF;
}

.postdetails {
	color: #FFFFFF;
}

span.postdetails {
   text-align: left;
   display: block;
}

.postbody {
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 4px;
}

.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: FFFFFF;
	font-size: 8pt;
	vertical-align: middle !important;
}

.pagination {
	padding: 4px;
	color: FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.cattitle {

}

.gen {
	font-size: 10pt;
}

.gen2 {
	margin: 1px 1px;
	font-size: 10pt;
	color: #86c4f7;
}

.gen3 {
	margin: 1px 1px;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.genmed {
	margin: 1px 1px;
	font-size: 10pt;
}

.genmed img {
	vertical-align: text-top !important;
	padding: 0px !important;
}

.genmed2 {
	margin: 1px 1px;
	font-size: 10pt;
	color: #86c4f7;
}

.gensmall {
	margin: 1px 1px;
	vertical-align: middle !important;
}

.gensmall2 {
	margin: 1px 1px;
	font-size: 10pt;
}

.copyright {
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
}

.titles {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	font-size: 10pt;
	font-weight: bold;
	background-color: #482878;
	white-space: nowrap;
	padding: 7px 5px !important;
	vertical-align: middle !important;
}

td {
	padding: 2px;
	vertical-align: middle !important;
}

td.profile {
	border: solid 1px #482878;
	padding: 4px;
	text-align: center;
	vertical-align: text-top !important;
	min-width: 200px !important;
}

td.gennew {
	padding: 1px;
}

td.table-sidebar, td.table-main {
	vertical-align: top !important;
}

.tablebg {
	border: solid 1px #482878;
	border-collapse: collapse;
	margin-top: 8px;
	margin-bottom: 8px;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('styles/subsilver2/theme/images/');
}
.rtl .catdiv {
	
}

.cat, tr.cat td, tr.row3 td {
	margin: 0;
	padding: 4px;
	border: solid 1px #482878;
	background-image: url('styles/subsilver2/theme/images/');
}

.row1 {
	padding: 4px;
	vertical-align: middle;
	border: solid 1px #482878;

}


.row20 {
	background-color: #FfFfFf;
	padding: 4px;
	background: #b2c7e7;
	border-bottom: solid 2px #a8bddd;
	border-right: solid 2px #e2ecfb;
	border-top: solid 2px #e2ecfb;

}

.row2 {
	padding: 4px;
	border: solid 1px #482878;


}
	.row2 td.gen
	{
		padding: 2px !important;
	}

.row3 {

	padding: 4px;

}

.spacer {
	display: none;
}

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

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

/* 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: #C6C3C6;
	text-decoration: none;
}
.cat a { 
        color: #C6C3C6 !important;
}

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

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

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

a.topictitle {
	margin: 1px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

a.topictitle:visited {
	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;
}

.helpline {
	color: #FFFFFF;
	background: #381868;
	border: none;
}

input {
	padding-left: 4px;
	padding-right: 4px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #482878;
	color: #ffffff;
	background-color: #482878;
	font-size: 8pt;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #482878;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

.attachcontent {
	font-size: 8pt;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #482878;
	color: #ffffff;
	background-color: #482878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #482878;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Consolas, Courier New, monospace;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #FFFFFF;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background:#FFFFFF none repeat scroll 0 0;
}

.pm_replied_colour {
	background:#2370B6 none repeat scroll 0 0;
}

.pm_friend_colour {
	background:#007700 none repeat scroll 0 0;
}

.pm_foe_colour {
	background:#DD0000 none repeat scroll 0 0;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: FFFFFF;
	background-color: #e7919d;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 10pt;
	font-family: Consolas, monospace;
}

.nowrap {
	white-space: nowrap;
}

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

.pollimage img {
	max-height: 12px;
}