/*  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
 ------------ */

 
@import url("highslide/highslide.css");
@import url("memberlist_avatar.css");
@import url("prime_trash_bin.css");
@import url("portal_adds.css");
@import url("../../../chat/css/shoutbox.css");
 

* {
	margin: 0; /* Reset browsers default margin, padding and font sizes */
	padding: 0;
}

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

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

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

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

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

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

/* General page style. The scroll bar colours only visible in IE5.5+ */
a:link,a:active,a:visited {
	color: #006666;
}

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

a.cattitle		{
	color: #006666;
	text-decoration: none;
}

a.cattitle:hover{
	text-decoration: underline;
}

a.copyright		{
	color: #006699;
	text-decoration: none;
}

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

a.forumlink 	{
	color: #006666;
	text-decoration: none;
}

a.forumlink:hover{
	color: #505050;
	text-decoration: underline;
}

a.gen,a.genmed,a.gensmall {
	color: #006666;
	text-decoration: none;
}

a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	color: #505050;
	text-decoration: underline;
}

a.mainmenu		{
	color: #006666;
	text-decoration: none;
}

a.mainmenu:hover{
	color: #505050;
	text-decoration: underline;
}

a.nav			{
	color: #006666;
	text-decoration: none;
}

a.nav:hover		{
	text-decoration: underline;
}

a.postlink:link	{
	color: #006699;
	text-decoration: none;
}

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

a.postlink:hover {
	color: #505050;
	text-decoration: underline;
}

a.topictitle:link {
	color: #006666;
	text-decoration: none;
}

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

a.topictitle:hover	{
	color: #505050;
	text-decoration: underline;
}

body {
	background-color: #7F9496;
	color: #323D4F;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

h1 {
	color: black;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

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

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

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

html {
	font-size: 100%;
}

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

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

input {
	text-indent: 2px;
}

input,textarea, select {
	border-color: #000000;
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #EFEFEF;
	color: #000000;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.radio {
	background-color: transparent;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

option {
	padding: 0 1em 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

option.disabled-option {
	color: graytext;
}

p {
	font-size: 1.1em;
}

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

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

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

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

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

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

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

table.colortable td {
	padding: 0;
}

/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td.row2	{
	background-color: #DEE3E7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td.row3	{
	background-color: #D1D7DC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	background-image: url('images/cellpic1.gif');
	background-color: #7F9496;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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

/* moved to portal_adds.css
.attachcontent {
}

.attachtitle {
}
*/

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btnbbcode {
	background-color: #EFEFEF;
	border: 1px solid #666666;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btnfile {
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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

.cat {
	background-color: #7F9496;
	background-image: url('images/cellpic1.gif');
	border: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.catdiv {
	background: white url('images/cellpic2.jpg') repeat-y scroll top left;
	background-color: #7F9496;
	border: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cattitle		{
	color: #006666;
	font-size: 12px;
	font-weight: bold;
}

.codebox {
	background: #A9B8C2 url('images/bbc_attach.png') no-repeat right;
	border: 1px solid #A9B8C2;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.codecontent {
	background-color: #FAFAFA;
	border: 1px solid #A9B8C2;
	color: #006600;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.codetitle {
	background: #A9B8C2 url('images/bbc_code.gif') no-repeat right;
	border: 1px solid #A9B8C2;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.copyright {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.error {
	color: red;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

.forumrules {
	background-color: #F9CC79;
	border-color: #BB9860;
	border-style: solid;
	border-width: 1px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.forumrules h3 {
	color: red;
}

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

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

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

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

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

.nav {
	color: black;
	font-weight: bold;
	margin: 0;
}

.nowrap {
	white-space: nowrap;
}

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

.pm_foe_colour {
	background-color: #DD0000;
}

.pm_friend_colour {
	background-color: #007700;
}

/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

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

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

.postauthor {
	color: #000000;
}

.postbody {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.postdetails {
	color: #000000;
}

.posthilit {
	background-color: yellow;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	color: red;
	font-weight: bold;
	margin: 1px 0;
}

.quotecontent {
	background: #FAFAFA;
	border: 1px solid #A9B8C2;
	color: #4B5C77;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* BBCode
 ------------ */
.quotetitle {
	background: #A9B8C2 url('images/bbc_quote.gif') no-repeat right;
	border: 1px solid #A9B8C2;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 10px 5px 0 5px;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.row1 {
	background-color: #EFEFEF;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.row2 {
	background-color: #DEE3E7;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.row3 {
	background-color: #D1D7DC;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rtl .catdiv {
	background: white url('images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

.rtl p.datetime {
	float: left;
}

.rtl p.linkmcp {
	float: left;
}

.rtl p.moderators {
	float: right;
}

.rtl p.searchbarreg {
	float: left;
}

.sep {
	background-color: #FFA34F;
	color: black;
}

.spacer {
	background-color: #D1D7DC;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}

.tablebg {
	background-color: #A9B8C2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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

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

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

#logodesc {
	background-color: #C1CAD2;
	background-image: url('images/background.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

#pagecontent {
}

#pagefooter {
}

#pageheader {
}

#poll {
}

#postdata {
}

#postrow {
}

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

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

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

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