﻿/*  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/ )
    --------------------------------------------------------------
*/
﻿/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: 96px; height: 25px; }
.buttons div.post-icon		{ width: 96px; height: 25px; }
.buttons div.locked-icon	{ width: 88px; height: 25px; }
.buttons div.pmreply-icon	{ width: 96px; height: 25px; }
.buttons div.newpm-icon		{ width: 84px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 96px; height: 25px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 42px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }
/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html, body {
	color: #787878;
	background: #f4f4f4;
}

body, html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Links
 ------------ */
a {
	text-decoration: none;
	color: #4882c4;
	outline: none;
}

a img {
	outline: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:focus{
	outline: 1px dotted;
	outline: none;
}

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

input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
	outline: none;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

input.radio {
	border: none;
	background-color: transparent;
}

.topbar {
	margin: 0 auto;
	width: 960px;
	min-width: 960px;
	text-align: right;
}

#topbar {
	clear: both;
	height: 34px;
	line-height: 34px;
	width: 100%;
	min-width: 960px;
	color: #ffffff;
	background: #91bcff;
	border-bottom: 1px solid #2463d3;
}

#topicons {
	margin:0 auto;
	position: relative;
	text-align:left;
	padding:5px 10px 3px;
	line-height:32px;
}

.smallicon{
	width: 24px;
	height: 24px;
}

/* Header */
#header {
	position: relative;
	margin: auto;
	min-width: 960px;
	width: 960px;
	padding: 0
}
.header {
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	height: 100px;
	color: #ffffff;
	background: url(images/header-bar.png) #ffffff repeat-x
}

/* Logo */
#logo {
	float: left;
	height: 96px;
	margin: 0;
	padding-top: 0px;
	color: #ffffff
}
#header .logotext {
	float: left;
	position: positive;
	top: 90%;
	left: 5%;
	color: #2463d3
}

.main {
	background: #ffffff;
	margin: 0 auto;
	padding: 0px;
	min-height: 100%; 
	min-width: 960px;
	width: 960px;
	-moz-box-shadow: #696969 0px 5px 20px;
	-webkit-box-shadow: #696969 0px 5px 20px;
	box-shadow: #696969 0px 5px 20px;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=5, positive=true);*/
	margin-bottom: 25px;
	paddding-bottom: 25px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}

#main {
	height:auto !important; /* real browsers */
	height:50%; /* IE6: treaded as min-height*/
	min-height:500px; /* real browsers */		
}

/* Footer */
#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 3px solid #4882c4;
	background: #292929
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #a0a0a0
}
#footer a {
	color: #8a8a8a
}
/*footer end*/


/* Menu */
.nav-top {
	width: 100%;
	height: 38px;
	background: url(images/menubar-m.png) repeat-x;
	border-top: 1px solid #dddddd;
	border-bottom: 3px solid #2463d3;
	line-height: 1.7
}
#menu {
	margin: auto;
	min-width: 960px;
	width: 960px;
	padding: 0
}
#menu ul.menu {
	float: left;
	padding: 9px 12px 0px 0px;
	margin: 0px;
	list-style: none
}
#menu ul.menu li {
	float: left;
	padding: 0 12px 0 14px;
	border-right: 1px solid #616161;
	font-size: 12px
}
#menu ul.menu li.last {
	border-right: none;
	padding-right: 5px;
}
#menu ul.menu li:last-child {
	border-right: none;
	padding-right: 0
}
#menu ul.menu li a {
	color: #91bcff;
	outline: none
}
#menu ul.menu li a:hover {
	text-decoration: none;
	color: #ffffff;
	outline: none
}
/* Menu End */


/* Modules Box Start */
#modules {
	position: relative;
	margin: auto;
	min-width: 960px;
	width: 960px;
	padding: 0
}
.modules {
	margin: 0;
	min-width: 960px;
	width: 100%;
	color: #ffffff;
	background: #2463d3;
	border-top: 1px solid #454545;
	   height: 30px;
   line-height: 32px;
}
.modules a {
	text-decoration: none;
	color: #fff;
	outline: none;
}
.modules a:hover {
	text-decoration: underline;
	outline: none;
}


/* Modules Box end */

div#search_box {
    padding-top: 6px;
    height:20px;
    width: 220px;
    float:right;
    margin-right:5px;
    padding-right: 5px;
    line-height: 32px;
}

input#keywords {
    position: relative;
    float: left;
    height: 23px;
    width: 180px;
    margin-left: 2px;
    color: #454545;

}

.search_icon {
    width:25px;
    height:24px;
    float:right;
    cursor: pointer;
    background: url(icons/search.png) no-repeat center;
}

/** featured **/
#topFeature {
	width: 100%;
   height: 30px;
   line-height: 30px;
	background: #91bcff;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #454545;
}

#topFeature a {
	text-decoration: none;
	color: #fff;
	outline: none;
}
#topFeature a:hover {
	text-decoration: underline;
	outline: none;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
	height: 20px;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

ul.featured-area {
	min-width: 960px;
	width: 960px;
	margin: auto;
	list-style: none;
	height: 20px;
	min-height: 20px;
}
/** Featured End**/

.topicgap {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}


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

#menubar {
	margin: 0 25px;
}

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

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

.topiclinks {
	margin-bottom: 12px;
	font-weight: bold;
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
	padding: 0 10px;
	margin: 0px 0 12px;
	padding: 10px;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
	padding: 5px;
}

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

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


/*  Text
 --------------------- */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h1, h2, h3 {
	margin: 0;
	margin-bottom: 6px;
	margin-top: 6px;
}

h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	color: #4882c4;
}

p {
	font-size: 1.1em;
}

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

.link-boardindex {
	margin-left: 5px;
	float: left;
	white-space: nowrap;
	font-weight: bold;
}

.link-mcp {
	margin-right: 5px;
	float: right;
	white-space: nowrap;
	font-weight: bold;
}

#forumsearch {
	margin-bottom: 12px;
}

.link-searchlist {
	margin-left: 5px;
	float: left;
	font-weight: bold;
}

.link-markforumsread {
	margin-right: 5px;
	float: right;

	font-weight: bold;
}

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


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

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

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

.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;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {

}

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

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	padding:0;
	color: black;
	font-weight: bold;
	list-style-type: none;
	line-height: 175%;
}

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

.copyright {
	color: #444;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


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

table {
	border: 0px;
	width: 100%;
	margin-bottom: 12px;
	text-align: left;
}

table td {
	padding: 5px;
	vertical-align: top;
}

table td a  {
	color: #1d3652;
}

table td a:hover  {
	color: #528f6c;
	text-decoration: underline;
}

table th {
	padding: 5px;
	width: 100%;
	height: 30px;
	background-color: #1d3652;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: middle;
}

table th a  {
	color: #ffffff;
}

table th a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

table img {
	border: 0px;
	vertical-align: middle;
}

table .footer {
	text-align: center;
	padding:	5px;
	background: #d5dde5;
	color: #172a40;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

table .top {
	height: 24px;
	background-color: #b6c7db;
	color: #172a40;
	line-height: 200%;
	padding: 3px;
	font-weight: bold;
}

table .announcements {
	padding: 5px 5%;
	background-color: #e4ebf2;
	font-weight: bold;
	color: #1d3652;
	border-bottom: 1px solid #ffffff;
}

table .head {
	background-color: #b6c7db;
	color: #172a40;
	font-weight: bold;
}

table .body {
	background-color: #eef3f8;
	color: #172a40;
}

table .noitems {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #e4ebf2;
	color: #172a40;
}

/* Main Category Table */
.cat-table .imgfolder, .imgfolder-list {
	width: 10%;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}
.cat-table .forum, .forum-list {
	width: 50%;
	text-align: left;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}
.cat-table .stats, .stats-list {
	width: 15%;
	text-align: right;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}
.cat-table .lastpostinfo, .lastpostinfo-list {
	width: 25%;
	text-align: left;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}

/* Main Forum Table */
.forum-table .imgfolder, .imgfolder-list {
	width: 5%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.forum-table .forum, .forum-list {
	width: 45%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.forum-table .author, .author-list {
	width: 15%;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.forum-table .stats, .stats-list {
	width: 10%;
	text-align: right;
	padding: 5px;
	vertical-align: middle;
}
.forum-table .lastpostinfo, .lastpostinfo-list {
	width: 25%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

/* Main Forum Table */
.topic-table .messagebox{
	padding: 10px;
}

.topic-table .posted{
	font-size: 90%;
}

.topic-table .message{
	text-align: justify;	
	padding: 5px;
	margin-bottom: 12px;
}

.topic-table .reported{
	width: auto;
	text-align: left;	
	padding: 10px;
	border: 1px solid #bc2a4d;
	background: #ecd5d8;
	margin-bottom: 12px;
}

.topic-table .report{
	width: auto;
	text-align: right;	
	padding: 10px;
}

.topic-table .editedmessage{
	width: auto;
	text-align: left;	
	padding: 10px;
	border: 1px solid #bbb;
	background: #f3f3f3;
	color: #515151;
	margin-bottom: 12px;
}

.topic-table .attachments{
	width: auto;
	text-align: left;	
	padding: 10px;
	border: 1px solid #e4b542;
	background: #f8e58a;
	color: #83601c;
	margin-bottom: 12px;
}

.topic-table .username{
	width: auto;
	text-align: left;
}

.topic-table .topic-leftside{
	border-right: 1px solid #dcdcdc;
}

.table-light1 {
	background-color: #fafbfc;
}

.table-dark1 {
	background-color: #eef3f8;
}

.table-light2 {
	background-color: #f1f4f7;
}

.table-dark2 {
	background-color: #e4ebf2;
}

.topic-table .reported a{
	color: #bc2a67;
}

.topic-table .reported a:hover{
	color: #bc2a67;
	text-decoration: underline;
}

/* Main search Table */
.search-table .imgfolder, .imgfolder-list {
	width: 5%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.search-table .search, .search-list {
	width: 45%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.search-table .author, .author-list {
	width: 15%;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.search-table .stats, .stats-list {
	width: 10%;
	text-align: right;
	padding: 5px;
	vertical-align: middle;
}
.search-table .lastpostinfo, .lastpostinfo-list {
	width: 25%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}


.spacer {
	background-color: #D1D7DC;
}

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

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

fieldset {
	border-width: 0;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

.post {
	background-color: white;
	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: #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;
}

.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: 10px 5px 0 5px;
	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 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	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;
}

.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 {

}


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



pre {
	font-size: 1.1em;
}


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

div .jumpbox {
	padding: 5px;
	text-align: right;
	float: right;
	clear: both;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 3px;
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
}

div[class].topic-actions {
	height: auto;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
/* Big button images */
.reply-icon span	{ background-image: url("./styles/xoosla/imageset/en/button_topic_reply.gif"); }
.post-icon span		{ background-image: url(.styles/subsilver2/theme/imageset/en/button_pm_new.gif);  background-repeat: no-repeat;  }
.locked-icon span	{ background-image: url("./styles/xoosla/imageset/en/button_topic_locked.gif"); }
.pmreply-icon span	{ background-image: url("./styles/xoosla/imageset/en/button_pm_reply.gif") ;}
.newpm-icon span 	{ background-image: url("./styles/xoosla/imageset/en/button_pm_new.gif") ;}
.forwardpm-icon span	{ background-image: url("./styles/xoosla/imageset/en/button_pm_forward.gif") ;}

a.print {
	background-image: url("./styles/subsilver2/theme/images/icon_print.gif");
}

a.sendemail {
	background-image: url("./styles/subsilver2/theme/images/icon_sendemail.gif");
}

a.fontsize {
	background-image: url("./styles/subsilver2/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/subsilver2/theme/images/icon_home.gif"); }
.icon-faq						{ background-image: url("./styles/subsilver2/theme/images/icon_faq.gif"); }
.icon-members					{ background-image: url("./styles/subsilver2/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/subsilver2/theme/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("./styles/subsilver2/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/subsilver2/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/subsilver2/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/subsilver2/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./styles/subsilver2/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/subsilver2/theme/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./styles/subsilver2/theme/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./styles/subsilver2/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/subsilver2/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/xoosla/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/xoosla/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/xoosla/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/xoosla/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/xoosla/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/xoosla/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/xoosla/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/xoosla/imageset/en/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/xoosla/imageset/en/icon_post_quote.gif"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/xoosla/imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/xoosla/imageset/en/icon_post_edit.gif"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/xoosla/imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a			{ background-image: url("./styles/xoosla/imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/xoosla/imageset/icon_user_warn.gif"); } /* Need updated warn icon */


/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

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

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

li.pagination {
	margin-top: 0;
}

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

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

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

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}