/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General proSilver Markup Styles
---------------------------------------- */

@font-face {
    font-family: 'AllerItalic';
    src: url('./styles/rainbow/theme/fonts/aller_it-webfont.eot');
    src: url('./styles/rainbow/theme/fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('./styles/rainbow/theme/fonts/aller_it-webfont.woff') format('woff'),
         url('./styles/rainbow/theme/fonts/aller_it-webfont.ttf') format('truetype'),
         url('./styles/rainbow/theme/fonts/aller_it-webfont.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('./styles/rainbow/theme/fonts/aller_rg-webfont.eot');
    src: url('./styles/rainbow/theme/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('./styles/rainbow/theme/fonts/aller_rg-webfont.woff') format('woff'),
         url('./styles/rainbow/theme/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('./styles/rainbow/theme/fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerBold';
    src: url('./styles/rainbow/theme/fonts/aller_bd-webfont.eot');
    src: url('./styles/rainbow/theme/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('./styles/rainbow/theme/fonts/aller_bd-webfont.woff') format('woff'),
         url('./styles/rainbow/theme/fonts/aller_bd-webfont.ttf') format('truetype'),
         url('./styles/rainbow/theme/fonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*	=HTML5 dla IE
---------------------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  
	display: block;
}

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

body, input, textarea, select, button {
	font-family: Helvetica, Arial, sans-serif;
	color: #303C4E;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: url("./styles/rainbow/theme/images/bg-body.jpg");
}

h1 {
	/* Forum name */
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: AllerRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px;
}

h2.for {
	margin-bottom: 20px;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	width: 862px;
	margin: 0 auto;
}

#content {
	padding: 0 41px 30px;
	background: transparent url("./styles/rainbow/theme/images/bg-container.png") center 0 repeat-y;
}


/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.forabg .row {
	background: transparent url(./styles/rainbow/theme/images/bg-articleItem.png) 0 -5px no-repeat;
	box-shadow: none;
}

.forabg .row + .row {
	background-position: 0 0;
}

.forabg .row td {
	background: transparent url(./styles/rainbow/theme/images/bg-articleItem.png) 0 -5px no-repeat;
}

.forabg .row td.ficon { width: 27px; }
.forabg .row td.postt { width: 435px; background-position: -27px -5px; }
.forabg .row td.stats { width: 100px; background-position: -462px -5px; }
.forabg .row td.lastpost { width: 139px; background-position: -562px -5px; }

.forabg .row + .row td.postt { background-position: -27px 0; }
.forabg .row + .row td.stats { background-position: -462px 0; }
.forabg .row + .row td.lastpost { background-position: -562px 0; }

table.forumbg,
table.forabg,
table.table1 {
	clear: both;
	width: 100%;
	margin: 0 0 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-radius: 3px;
}

table.forumbg td,
table.forabg td,
table.table1 td {
	padding: 14px 12px;
	color: #7E8CA1;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #D8DEE5;
}

table.forabg td {
	border: none;
	padding-top: 17px;
}

td .desc,
td .moderators,
td .subforums {
	margin: 0 0 5px;
	display: block;
	line-height: 1.2em;
}

td .desc {
	font-style: italic;
}

td .subforums {
	margin: 0;
}


table.forumbg .lastRow td,
table.forabg .lastRow td,
table.table1 .lastRow td {
	border-bottom: none;
	border-bottom: 1px solid #CBCDCF;
}

.lastRow td.ficon,
.lastRow td.name,
.lastRow td.firstCol {
	border-radius: 0 0 0 5px;
}

.lastRow td.lastpost,
.lastRow td.lastActivity,
.lastRow td.lastCol {
	border-radius: 0 0 5px 0;
}

thead.topiclist {
	
}

thead.topiclist th {
	height: 32px;
	background: transparent url(./styles/rainbow/theme/images/bg1.gif) repeat-x;
	padding: 0 12px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
}

thead.topiclist th.firstCol,
.table1 th.firstCol {
	border-radius: 5px 0 0 0;
}

thead.topiclist th.col2 {
}

thead.topiclist th.col3 {
}

thead.topiclist th.lastCol,
.table1 th.lastCol {
	border-radius: 0 5px 0 0;
}

.table1 th.firstCol.lastCol {
	border-radius: 5px 5px 0 0;
}

.table1 .lastRow td.firstCol.lastCol {
	border-radius: 0 0 5px 5px;
}

.panel {
	margin-bottom: 10px;
	padding: 5px 15px 5px;
	background-color: #f3f3f3;
	color: #3f3f3f;
	border: 1px solid #D8DEE5;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; box-shadow: inset 0 0 10px #e0e5eb; }
.bg3	{ background-color: #fff; }

tr.bg2 {
	box-shadow: none;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

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

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

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

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	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;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important;  }
table.table1 .joined	{ text-align: left;  }
table.table1 .active	{ text-align: left;  }
table.table1 .mark		{ text-align: center;  }
table.table1 .info		{ text-align: left;  }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
	min-width: 200px;
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	padding-top: 11px;
	float: right;
	font-size: 12px;
	color: #5C758C;
	margin: 0;
	position: relative;
}

div.pagination {
	width: 100%;
	position: absolute;
	text-align: center;
}

div.pagination .fmeta {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
}
/*
.pagination .numberz:before,
.pagination .numberz:after {
	content: '-';
	color: #7E8CA1;
	padding: 0 3px;
}
*/
.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

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

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

.pagination span a {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 1px;
	padding: 0 3px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 12px;
	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: 0;
	padding: 0;
	background: none 0 50% no-repeat;
	min-width: 1px;
	position: relative;
	top: -5px;
}

.row .pagination span a {
	font-size: 10px !important;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

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

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

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */



#pageHeader {
	height: 190px;
	margin: 0 -19px;
	position: relative;
}

#mainnav {
	height: 70px;
	margin: 0;
	background: transparent url("./styles/rainbow/theme/images/bg-mainnav.jpg") repeat-x;
}

#mainnav ul {
	height: 60px;
	margin: 0 0 0 10px;
}

#mainnav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#mainnav a {
	display: block;
	height: 60px;
	padding: 0 6px;
	float: left;
	border: none;
	text-indent: -9000px;
	background: transparent url("./styles/rainbow/theme/images/bg-mainnav.png") no-repeat;
}

#mainnav .home a { width: 119px; background-position: 6px 0; }
#mainnav .artykuly a { width: 81px; background-position: -125px 0; }
#mainnav .recenzje a { width: 84px; background-position: -218px 0; }
#mainnav .e-zin a { width: 60px; background-position: -314px 0; }
#mainnav .forum a { width: 65px; background-position: -386px 0; }

#mainnav .home a:hover { background-position: 6px -120px; }
#mainnav .artykuly a:hover { background-position: -125px -120px; }
#mainnav .recenzje a:hover { background-position: -218px -120px; }
#mainnav .e-zin a:hover { background-position: -314px -120px; }
#mainnav .forum a:hover { background-position: -386px -120px; }

#mainnav .home a:active { background-position: 6px -180px; }
#mainnav .artykuly a:active { background-position: -125px -180px; }
#mainnav .recenzje a:active { background-position: -218px -180px; }
#mainnav .e-zin a:active { background-position: -314px -180px; }
#mainnav .forum a:active { background-position: -386px -180px; }

#mainnav .home a.active { background-position: 6px -60px; }
#mainnav .artykuly a.active { background-position: -125px -60px; }
#mainnav .recenzje a.active { background-position: -218px -60px; }
#mainnav .e-zin a.active { background-position: -314px -60px; }
#mainnav .forum a.active { background-position: -386px -60px; }

#logo {
	position: absolute;
	top: 58px;
	left: -10px;
	z-index: 1;
}

a:active #logo {
	top: 59px;
}

a {
	outline: none;
}

#pageFooter {
	height: 119px;
	padding: 26px 46px 0;
	position: relative;
	background: transparent url("./styles/rainbow/theme/images/bg-footer.png") 0 0 no-repeat;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 1px #212326;
	font-family: AllerRegular, Arial, Helvetica, sans-serif;
}

#pageFooter * {
	margin: 0;
}

#siteSearch {
	width: 208px;
	position: relative;
}

#siteSearch input[type=text] {
	width: 173px;
	padding: 6px 25px 7px 10px;
	border: none;
	font-size: 12px;
	color: #f5f6f7;
	background: transparent url("./styles/rainbow/theme/images/bg-searchfield.png") no-repeat;
	opacity: .45; filter: alpha(opacity=45);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

#siteSearch input[type=text]:focus {
	opacity: .55; filter: alpha(opacity=55);
}

#siteSearch input[type=text].empty {
	font-family: AllerItalic, Arial, Helvetica, sans-serif;
	color: #a39698;
}

#siteSearch input[type=submit] {
	display: block;
	width: 27px;
	height: 27px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("./styles/rainbow/theme/images/ico-search.png") center center no-repeat;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	opacity: .35; filter: alpha(opacity=35);
}

#siteSearch input[type=submit]:hover {
	opacity: .6; filter: alpha(opacity=60);
}

#siteSearch input[type=submit]:active {
	opacity: .45; filter: alpha(opacity=45);
}

#footerNav {
	position: absolute;
	top: 30px;
	left: 335px;
	text-align: center;
}

#footerNav ul {
	display: inline;
	margin: 0;
}

#footerNav li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#footerNav a {
	margin: 0 10px;
	border: none;
	color: #d4dcda;
}

#footerNav a:hover {
	color: #fff;
	text-decoration: none;
}

#footerNav a:active {
	color: #d4dcda;
}

#subscribeUs {
	position: absolute;
	top: 27px;
	right: 46px;
	font-size: 12px;
}

#subscribeUs a {
	display: block;
	height: 22px;
	padding: 2px 0 0 30px;
	border: none;
	color: #fff;
	background: transparent url("./styles/rainbow/theme/images/ico-rss.png") no-repeat;
	opacity: .7; filter: alpha(opacity=70);
	font-size: 12px;
}

#subscribeUs a:hover {
	opacity: .9; filter: alpha(opacity=90);
	text-decoration: none;
}

#subscribeUs a:active {
	opacity: .7; filter: alpha(opacity=70);
}

#subscribeUs strong {
	font-family: AllerBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#featuredSites {
	position: absolute;
	top: 73px;
	left: 46px;
	font-size: 12px;
}

#featuredSites h3 {
	display: inline;
	font-size: 13px;
}

#featuredSites ul {
	display: inline;
}

#featuredSites li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background-image: url("./styles/rainbow/theme/images/dec-bullet2.png");
	background-position: 0 2px;
}

#featuredSites a {
	color: #f6d2d2;
	border-color: #564e4e;
}

#featuredSites a:hover {
	color: #fff;
	border-color: #787474;
	text-decoration: none;
}

#featuredSites a:active {
	
}

#copyright {
	position: absolute;
	bottom: 47px;
	font-size: 11px;
	color: #b0b6bf;
}

#copyright p {
	font-size: 11px;
}

#copyright a {
	border: none;
	color: #d5dadd;
}

#copyright a:hover {
	color: #fff;
	text-decoration: none;
}

#userLogout {
	position: absolute;
	right: 46px;
	bottom: 47px;
	font-size: 11px;
	color: #b0b6bf;
}

#userLogout.hidden {
	display: none;
}

#userLogout a {
	font-family: AllerBold, Arial, Helvetica, sans-serif;
	border: none;
	color: #d5dadd;
}

#userLogout a:hover {
	color: #fff;
	text-decoration: none;
}

#userLogout a small {
	margin: 0 0 0 3px;
	font-family: AllerRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#facebookBox {
	width: 283px;
	height: 302px;
	position: fixed;
	z-index: 2;
	bottom: 26px;
	left: -251px;
	background: transparent url("./styles/rainbow/theme/images/bg-facebook-box.png?1") no-repeat;
}

#likebox {
	width: 237px;
	height: 288px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #fff;
	border: 1px solid #707780;
}

#likebox iframe {
	width: 237px;
	height: 288px;
	border: none;
	overflow: hidden;
}

.unreadLinkIco {
	display: inline-block;
	margin: 0 0 0 -5px;
	border: none;
	padding: 3px 5px;
	position: relative;
	top: -5px;
	border-radius: 3px;
}

.unreadLinkIco:hover {
	background: #FFD1A2;
}

.unreadLinkIco img {
	vertical-align: middle;
}

.display-options #sk {
	width: 60px;
}

a.markAsRead,
a.showUnreadPost {
	font-size: 10px;
	position: absolute;
	top: -12px;
	right: 0;
	line-height: 1;
	white-space: nowrap;
}

#forum-search {
	
}

#forum-search #search_keywords {
	padding: 5px 7px;
}

.titleSearch {
	position: relative;
}

.titleSearch .search-box {
	position: absolute;
	top: -51px;
	right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.titleSearch .search-box {
		top: -52px;
	}
}

.jumpnav {
	margin: 15px 0 15px;
	padding: 5px 0 0;
	position: relative;
}

.jumpnav form {
	position: absolute;
	top: 0;
	right: 0;
}

.prevPage,
.nextPage {
	display: inline-block;
	width: 125px;
	height: 29px;
    background: url(./styles/rainbow/imageset/ui-forum.png) no-repeat scroll -170px -242px transparent;
    text-indent: -9000px;
    text-decoration: none;
    border: none;
    position: absolute;
    top: 2px;
    right: -2px;
}

.prevPage {
	width: 136px;
	right: 130px;
	background-position: -302px -242px;
}

.nextPage:hover {
	background-position: -170px -282px;
}

.prevPage:hover {
	background-position: -302px -282px;
}

.nextPage:active {
	background-position: -170px -322px;
	top: 3px;
}

.prevPage:active {
	background-position: -302px -322px;
	top: 3px;
}

#markNet {
    background: url(./styles/rainbow/imageset/net.png) no-repeat scroll 0 0 transparent;
    display: none;
    height: 12px;
    left: 313px;
    position: absolute;
    top: 106px;
    width: 26px;
    z-index: 2;
}
a:hover #markNet {
    display: block;
}
a:active #markNet {
	top: 107px;
}

.qrtitle {
	display: none;
}

#userbar {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 420px;
	padding: 2px 0;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

#userbar li {
	display: inline;
	margin: 0;
	font-size: 12px;
	line-height: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#userbar li {
		background-position: 0 2px;
	}
	#userbar li.ico-man {
		background-position: 0 1px;
	}	
}

#userbar li + li {
	margin-left: 15px;
}

#userbar a {
	font-size: 11px;
	line-height: 1;
}

.ico-register,
.ico-login,
.ico-moderator,
.ico-man,
.ico-messages,
.ico-home,
.ico-go,
.ico-foot,
.ico-folder {
	padding: 1px 0 2px 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.ico-login { background-image: url(./styles/rainbow/imageset/ico/key.png); padding-left: 14px; }
.ico-register { background-image: url(./styles/rainbow/imageset/ico/write.png); padding-left: 22px; background-position: 0 -1px; }
.ico-moderator { background-image: url(./styles/rainbow/imageset/ico/power.png); padding-left: 15px; }
.ico-man { background-image: url(./styles/rainbow/imageset/ico/man.png); }
.ico-messages { background-image: url(./styles/rainbow/imageset/ico/speech.png); padding-left: 22px; }
.ico-home { background-image: url(./styles/rainbow/imageset/ico/home.png); padding-left: 24px; }
.ico-sign { background-image: url(./styles/rainbow/imageset/ico/sign.png); padding-left: 22px; }
.ico-go { background-image: url(./styles/rainbow/imageset/ico/go.png); padding-left: 19px; }
.ico-foot { background-image: url(./styles/rainbow/imageset/ico/foot.png); padding-left: 17px; padding-top: 4px; }
.ico-folder { background-image: url(./styles/rainbow/imageset/ico/folder.png); padding-left: 22px; }

#loginLogoutNText {
	display: inline-block;
	max-width: 145px;
	position: relative;
	top: 2px;
	overflow: hidden;
	white-space: nowrap;
}

#ucpbar2 {
	position: absolute;
	top: 5px;
	right: 20px;
}

#page-body {
	position: relative;
}







/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 10px;
	color: #686760;
	padding: 4px 8px;
	border: 1px solid #d1d9e5;
	background-color: #fffad1;
	border-radius: 3px;
	font-weight: bold;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-shadow: 0 1px 0 #fff;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #dde4ee;
	border-top-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #c7d1de;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #fffad1;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
/* proSilver Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a {
	color: #2c599d;
	/*border-bottom: 1px solid #d3e2fa;*/
	border-bottom: 1px solid transparent;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #1e3d6b;
	border-color: #a7b4c7;
}

/* Coloured usernames */
.username-coloured {
	font-weight: normal;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}


/* Post body links */
.postlink {
	
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	
}

.postlink:hover {
	
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	
}

.postprofile a:hover, .postprofile dt.author a:hover {
	
}

/* 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 */
.postprofile a:active {
	
}


/* Profile searchresults */	
.search .postprofile a {
	font-size: 11px;
	font-weight: normal;
}

.search .postprofile a:hover {
	
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

.postrows .back2top {
	margin: 0 -15px;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
	border: none !important;
	display: none;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }



a.up, a.up:link, a.up:active, a.up:visited {
	
}

a.up:hover {
	
}

a.down, a.down:link, a.down:active, a.down:visited {
	
}

a.down:hover {
	
}

a.left, a.left:active, a.left:visited {
	
}

a.left:hover {
	
}

a.right, a.right:active, a.right:visited {
	
}

a.right:hover {
	
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
/* proSilver Content Styles
---------------------------------------- */

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #f9f9f9 none repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 400px;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover {
	
}

li.row:hover dd {
	
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

td.postt .author a,
td.lastpost .author a {
	color: #5B626C;
	/*border-bottom: 1px solid #D3E2FA;*/
	border-bottom: 1px solid transparent;
}

td.postt .author a:hover,
td.lastpost .author a:hover {
	color: #1E3D6B;
	border-bottom: 1px solid #A7B4C7;
	text-decoration: none;
}

td.stats {
	padding: 15px 15px;
	text-align: right;
	font-size: 11px;
}

.forumbg td.stats,
.forabg td.stats {
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
}

/*
.forumbg .bg1 td.stats {
	background: #f1f3f6;
}

.forumbg .bg2 td.stats {
	background: #ebedf2;
}
*/

td.stats strong {
	
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

td.lastpost {
	
}

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

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

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 540px;
	float: left;
	clear: both;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	line-height: 125%;
}

.postrows .postbody h3 {
	display: none;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	font-size: 14px;
}

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #303c4e;
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.panel h3 {
	margin: 0.5em 0 10px;
}

.panel p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.content p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
	color: #7E8CA1;
}

/* Post signature */
.signature {
	margin-top: 25px;
	padding-top: 7px;
	font-size: 11px;
	border-top: 1px dashed #D8DEE5;
	clear: left;
	line-height: 1.3em;
	overflow: hidden;
	width: 100%;
	font-style: italic;
	color: #929ba9;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	width: auto;
	margin-top: 25px;
	padding-top: 7px;
	font-size: 11px;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 1.3em;
	color: #7E8CA1;
}

.notice a,
.signature a {
	color: #7E8CA1;
	border-bottom: 1px solid transparent;
}

.notice a:hover,
.signature a:hover {
	color: #1e3d6b;
	border-bottom: 1px solid #a7b4c7;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 8px 10px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 10px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 0 -40px 0 55px;
	min-height: 80px;
	color: #666666;
	width: 180px;
	float: left;
	display: inline;
}
.pm .postprofile {
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 0;
}

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

td.ficon {
	width: 27px;
	background-repeat: no-repeat;
	background-position: 17px 14px;
	
	border-left: 1px solid #cbcdcf;
}

table.forabg td.ficon {
	background: none;
	background-position: 17px 18px;
	background-repeat: no-repeat;
	border-left: 1px solid #cbcdcf;
}

table.forumbg .bg2 td.ficon {
	
	
}

table.forumbg td.lastpost,
table.forabg td.lastpost {
	border-right: 1px solid #cbcdcf;
	text-align: right;
	padding-right: 17px;
	vertical-align: middle;
}

.postrows {
	margin: 15px -20px;
}

.postrows .post {
	margin: 0;
	padding: 25px 40px 20px;
	border: solid #D8DEE5;
	border-width: 1px 0;
}

.postrows .bg1 {
	background-image: url(./styles/rainbow/theme/images/bg1.png);
	background-position: right 0;
	background-repeat: repeat-y;
}

.postrows .bg2 {
	background-image: url(./styles/rainbow/theme/images/bg2.png);
	background-position: right 0;
	background-repeat: repeat-y;
}

.postrows .post + .post,
.postrows .post + #unread + .post {
	border-top: none;
}

.postrows .bg2 {
	box-shadow: inset 0 0 10px #e0e5eb;
}

.postHeader {
	height: auto;
	margin: 0 0 15px;
}

.postprofile dt a {
	font-weight: bold;
	font-size: 12px;
}

.postprofile .authorAvatar {
	display: block;
	border: none;
	margin: 0 0 10px;
}

.postprofile .authorAvatar img,
.profileAvatar img {
	padding: 3px;
	background: #fff;
	border: 1px solid #CBCDCF;
	box-shadow: 0 0 5px #ddd;
	border-radius: 3px;
}

.postbody img {
	max-width: 100%;
}
/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
	position: relative;
	z-index: 1;
}

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

.pm-panel-header .buttons div {
	height: 29px;
}

/* 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.locked-icon	{ width: 101px; height: 25px; }
.buttons div.pmreply-icon	{ }
.buttons div.newpm-icon		{ width: 95px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 125px; height: 25px; }

.buttons a {
	border: none;
}

.buttons div.reply-icon a,
.pmreply-icon a,
.forwardpm-icon a,
.locked-icon a {
	display: inline-block;
	width: 151px !important;
	height: 33px !important;
	background: transparent url(./styles/rainbow/imageset/ui-forum.png) no-repeat !important;
	text-indent: -9000px;
}

.locked-icon a {
	width: 136px !important;
	background-position: 0 -240px !important;
}

.forwardpm-icon {
	width: 151px !important;
	background-position: -160px 0 !important;
}

.buttons div.reply-icon a:hover,
.pmreply-icon a:hover {
	background-position: 0 -40px !important;
}

.buttons div.reply-icon a:active,
.pmreply-icon a:active {
	background-position: 0 -80px !important;
	position: relative;
	top: 1px;
}

.forwardpm-icon:hover {
	background-position: -160px -40px !important;
}

.forwardpm-icon:active {
	background-position: -160px -80px !important;
	position: relative;
	top: 1px;
}

.locked-icon a:hover {
	background-position: 0 -280px !important;
}

.locked-icon a:active {
	background-position: 0 -320px !important;
	position: relative;
	top: 1px;
}

.buttons div.post-icon a {
	display: inline-block;
	width: 186px;
	height: 33px;
	background: transparent url(./styles/rainbow/imageset/ui-forum.png) 0 -120px no-repeat;
	text-indent: -9000px;
}

.buttons div.post-icon a:hover {
	background-position: 0 -160px;
}

.buttons div.post-icon a:active {
	background-position: 0 -200px;
	position: relative;
	top: 1px;
}

/* 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,
.icon-thanks, .icon-thanks_toplist {
	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;
	border: none;
}

/* 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.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }
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: 58px; height: 17px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 56px; height: 17px; }
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; }

.buttons div.pmreply-icon,
.buttons div.forwardpm-icon {
	height: 29px;
}

.pmreply-icon a {
	width: 115px !important;
	height: 29px !important;
	background-position: 0 -360px !important;
}

.pmreply-icon a:hover {
	background-position: 0 -400px !important;
}

.pmreply-icon a:active {
	background-position: 0 -440px !important;
}

.forwardpm-icon a {
	width: 126px !important;
	height: 29px !important;
	background-position: -320px 0 !important;
}

.forwardpm-icon a:hover {
	background-position: -320px -40px !important;
}

.forwardpm-icon a:active {
	background-position: -320px -80px !important;
}
/* proSilver Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #bfbfbf;
}

#cp-main .panel p {
	font-size: 1.1em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

#cp-main .panel li.row {
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #F9F9F9;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
	margin-bottom: 2px;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#tabs a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 6px 10px 6px 5px;
	color: #828282;
	white-space: nowrap;
}

#tabs a:hover span {
	color: #bcbcbc;
}

#tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

#tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 7px;
	color: #333333;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	background-position:100% -70px;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	padding-top: 36px;
}

#navigation ul {
	list-style:none;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#navigation #active-subsection a {
	display: block;
	color: #d3d3d3;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: none;
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: none;
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 10px 15px 10px 5px;
}

.cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.pm-panel-header {
	margin: 0; 
	padding-bottom: 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-panel-message {
	padding-top: 10px;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	padding: 0;
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	padding: 0;
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	padding: 0;
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}
/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
}

select {
	padding: 4px 20px 4px 7px;
	background: #fff;
	border: 1px solid #cbcfd4;
	border-radius: 3px;
	outline: 0;
	background: #fff url(./styles/rainbow/imageset/ddarrow.png) right 9px no-repeat;
	-webkit-appearance: none;
}

select[multiple] {
	background: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-bottom: 5px;
	}
}

@-moz-document url-prefix() {
  select {
     padding-left: 4px;
     padding-right: 4px;
  }
}

option {
	padding-right: 10px;
}

option.disabled-option {
	color: graytext;
}

textarea {
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
	resize: vertical;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

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

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



/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

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

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 7px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	width: 582px;
	height: 270px;
	font-size: 1.2em;
	color: #333333;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */

input[type=text],
input[type=password],
textarea {
	padding: 7px;
	background: #fff;
	border: 1px solid #cbcfd4;
	box-shadow: inset 1px 1px 1px #e8e8e8;
	box-shadow: 0 1px 0 rgba(255,255,255,.5), inset 0 0 5px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.05);
	border-radius: 3px;
	outline: 0;
	font-size: 12px;
}

input.empty,
textarea.empty {
	color: #a2a9b4;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #8cc058;
	box-shadow: 0 0 5px rgba(108,215,0, .5), inset 0 0 5px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.05);
}

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; }

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

input[type=text].smaller {
	padding: 5px;
}

/* Form button styles
---------------------------------------- */

input.disabled {
	font-weight: normal;
	color: #666666;
}



/* Topic and forum Search */
.search-box {
	
}

.search-box input {
}

input.search {
	width: 160px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}



.search-box input[type=text] {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/rainbow/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/rainbow/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html .forumbg table.table1 {
	margin: 0 -2px 0px -1px;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	
}

h1 {
	color: #FFFFFF;
}

h2 {
	/* color: #28313F; */
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #536482;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #12A3EB;
	background-image: url("./styles/rainbow/theme/images/bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	background-color: #cadceb;
}

.forabg {
	
}

.forumbg {
	
}

.panel {
	background-color: #ebeff3;
	color: #303C4E;
}

.post:target .content {
	color: #303C4E;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #fcfcfd; }
.bg2	{ background-color: #f5f6f7; }
.bg3	{ background-color: #ebeff3; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

span.corners-top {
	background-image: url("./styles/rainbow/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("./styles/rainbow/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("./styles/rainbow/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("./styles/rainbow/theme/images/corners_right.png");
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover {
	
}

table.table1 td {
	color: #536482;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #303C4E;
	margin-bottom: 12px;
}

dl.details dd {
	margin-bottom: 12px;
	color: #536482;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	border-color: #b1bcc9;
	background-color: #bfcad9;
	color: #1e3d6b;
	box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.4), inset 0 0 3px rgba(255,255,255,.3);
	color: #303C4E;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-radius: 3px;
}

.pagination span a {
	color: #5C758C;
	background-color: transparent;
	border-color: transparent;
	border-radius: 3px;
	line-height: 1;
}

.pagination span a:hover {
	border-color: #b1bcc9;
	background-color: #c9d4e2;
	color: #1e3d6b;
	box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.4), inset 0 0 3px rgba(255,255,255,.3);
	color: #303C4E;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.pagination span a:active {
	background-color: #bfcad9;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	
}

.row .pagination span a, li.pagination span a {
	
}

.row .pagination span a:hover, li.pagination span a:hover {
	
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #fdf4f1;
}

li.reported:hover {
	
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	margin: 0 -20px 25px;
	background-color: #fffdf0;
	border: solid #d4dae1;
	border-width: 1px 0;
	color: #64705C;
	padding: 10px 20px;
	box-shadow: inset 0 0 3px #fff, 0 1px 2px rgba(0, 0, 0, 0.03);
}

div.rules .corners-top + strong {
	display: inline-block;
	margin: 0 0 5px;
}

p.rules {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFDF0;
	background-image: none;
	border: 1px solid #d4dae1;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #fff, 0 1px 2px rgba(0, 0, 0, 0.03);
}

p.rules img {
	padding-top: 0;
	margin-right: 5px;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */






a.topictitle,
a.forumtitle {
	color: #2C599D;
	border-bottom: 1px solid #D3E2FA;
	position: relative;
	top: -3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}

a.topictitle,
a.forumtitle {
	border-bottom: none;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover,
a.forumtitle:hover {
	color: #1E3D6B;
	border-bottom: 1px solid #A7B4C7;
	text-decoration: none;
}

a.topictitle:active,
a.forumtitle:active {
	color: #2C599D;
}

/* Post body links */
.postlink {
	
}

.postlink:visited {
	
}

.postlink:active {
	
}

.postlink:hover {
	
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	
}

.postprofile a:hover, .postprofile dt.author a:hover {
	
}

.postprofile a:active {
	
}

/* Profile searchresults */	
.search .postprofile a {
	
}

.search .postprofile a:hover {
	
}

/* Back to top of page */
a.top {
	background-image: url("./styles/rainbow/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("./styles/rainbow/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up		{ background-image: url("./styles/rainbow/theme/images/arrow_up.gif") }
a.down		{ background-image: url("./styles/rainbow/theme/images/arrow_down.gif") }

a.right		{  }

a.up:hover {
	
}

a.left:hover {
	
}

a.right:hover {
	
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #eef5f9;
	background-image: url("./styles/rainbow/theme/images/gradient.gif");
}

ul.topiclist li {
	color: #4C5D77;
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

.topiclist .row a.subforum.read {
	padding: 0 0 0 12px;
	background: transparent url("./styles/rainbow/imageset/subforum_read.gif") 0 1px no-repeat;
}

.topiclist .row a.subforum.unread {
	padding: 0 0 0 12px;
	background: transparent url("./styles/rainbow/imageset/subforum_unread.gif") 0 1px no-repeat;
}

li.row {
	
}

li.row strong {
	color: #000000;
}

li.row:hover {
	
}

li.row:hover dd {
	
}

.rtl li.row:hover dd {
	
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #303c4e;
}

.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #d4dae1;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #FFF9BF;
	color: #605B1C;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Post signature */
.signature {
	
}

/* Post noticies */
.notice {
	
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote,
blockquote blockquote,
blockquote blockquote blockquote {
	background-color: transparent;
	background-image: url("./styles/rainbow/theme/images/quote.gif");
	border-color:#D3D8DF;
	border-radius: 3px;
	color: #576170;
	box-shadow: 0 0 5px #e5e5e5, inset 0 1px 0 rgba(255,255,255,.8), inset 0 30px 30px rgba(255,255,255,.5);
	font-size: 12px;
	font-style: italic;
}

.bg1 blockquote,
.bg1 blockquote blockquote,
.bg1 blockquote blockquote blockquote {
	background-color: #f4f5f9;
}

.bg2 blockquote,
.bg2 blockquote blockquote,
.bg2 blockquote blockquote blockquote {
	background-color: #edf0f4;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top: none;
	color: #576170;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #929BA9;
	border-left-color: #FFFFFF;
}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #576170;
}

.online {
	background-image: url("./styles/rainbow/imageset/pl/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */


.locked-icon span	{ background: none; }
.pmreply-icon span	{ background: none; }
.newpm-icon span 	{ background: none; }
.forwardpm-icon span	{ background: none; }

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

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

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

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

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

.thanks-icon, .thanks-icon a		{ background-image: url("./styles/rainbow/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("./styles/rainbow/imageset/removethanks.gif"); }

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

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	padding: 7px 15px;
	background: #F5F6F7;
	border: solid #d4dae1;
	border-width: 1px 1px 0;
	border-radius: 3px 3px 0 0;
	color: #576170;
	font-size: 12px;
}

#tabs a:hover {
	background: #FCFCFD;
}

#tabs a span,
#tabs a:hover span {
	color: #576170;
	padding: 0;
}

#tabs a:hover span {
	
}

#tabs .activetab a,
#tabs .activetab a:hover {
	background: #ebeff3;
	border-bottom-color: transparent;
}

#tabs .activetab a span,
#tabs .activetab a:hover span {
	background: none;
	color: #303C4E;
	padding: 0;
}

#tabs .activetab a:hover span {
	
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */

#navigation {
	margin: 28px 0 0;
	padding: 0;
	border: solid #d4dae1;
	border-width: 1px 0 1px 1px;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}

/*
@-moz-document url-prefix() {
	#cp-main.mcp-main h2 {
		margin-bottom: 11px;
	}
}
*/

#navigation li {
	margin: 0;
}

#navigation a {
	margin: 0;
	padding: 7px 0 7px 10px;
	color: #576170;
	background: none;
	border-bottom: none;
	border-radius: 5px 0 0 0;
	position: relative;
}

#navigation li + li a {
	border-top: 1px solid #d4dae1;
	border-radius: 0;
}

#navigation a:hover {
	background: #F4F5F9;
	border-bottom: none;
	color: #576170;
}

#navigation #active-subsection a,
#navigation #active-subsection a:hover {
	background: #fff;
	color: #303C4E;
	margin-right: -1px;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #303C4E;
	border: none;
	box-shadow: none;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("./styles/rainbow/theme/images/corners_left2.gif");
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url("./styles/rainbow/theme/images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("./styles/rainbow/theme/images/corners_left2.gif");
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url("./styles/rainbow/theme/images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("./styles/rainbow/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("./styles/rainbow/theme/images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("./styles/rainbow/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("./styles/rainbow/theme/images/corners_right.gif");
}

/* Friends list */
.cp-mini {
	background-color: #eef5f9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM panel adjustments */
.pm-panel-header,
#cp-main .pm-message-nav {
	border-bottom-color: #A4B3BF;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/


label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #303C4E;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #425067;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	width: 155px;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #303C4E;
	height: 300px;
}

/* Input field styles
---------------------------------------- */


/* Form button styles
---------------------------------------- */

.button1,
.button2,
.button3 {
	padding: 4px 7px;
	background: #d5dde8;
	border: 1px solid #b1bcc9;
	overflow: visible;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.4), inset 0 0 3px rgba(255,255,255,.3);
	cursor: pointer;
	color: #303C4E;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-appearance: none;
}

.button1:hover,
.button2:hover,
.button3:hover {
	background: #c9d4e2;
}

.button1:active,
.button2:active,
.button3:active {
	background: #bfcad9;
}

.button3 {
	outline: 1px solid red;
}

input.search {
	
}

input.disabled {
	color: #666666;
}


.postprofile dt a,
.postbody p.author a,
ul.topiclist .row .icon .lastpost span a,
a.normalauthor,
td.normalauthor a,
span.normalauthor a,
td.postt .author a,
td.postt .author a:hover,
td.lastpost .author a,
td.lastpost .author a:hover {
    color: #115511;
}

#navbar {
	margin: 0 -20px 20px;
	padding: 12px 20px 11px;
	font-size: 12px;
	border: solid #d2dceb;
	border-width: 1px 0;
	background: #EFF2F8;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 5px 15px rgba(255,255,255,.3), inset 0 -5px 10px rgba(255,255,255,.2);
}

span.sep,
#navbar .sep,
#indexPostsO .sep,
#bottombar .sep {
	margin: 0 5px;
	color: #b0bcce;
}

#indexPostsO {
	position: absolute;
	top: -45px;
	right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#indexPostsO {
		top: -46px;
	}
}

#indexPostsO a {
	font-size: 12px;
}

.markAsReadWrapper {
	text-align: right;
	position: relative;
	top: -10px;
}

.markAsReadWrapper .markAsRead {
	position: static;
}

.titleSearch .search-box input[type=text] {
	width: 130px;
	padding-right: 30px !important;
}

.titleSearch .search-box input[type=text]:focus {
	background: #fff;
}

.titleSearch .search-box input[type=submit] {
	display: block;
	width: 22px;
	height: 23px;
	padding: 0;
	overflow: visible;
	background: transparent url(./styles/rainbow/imageset/ico/loupe.png) center center no-repeat;
	border: none;
	text-indent: -9000px;
	position: absolute;
	top: 2px;
	right: 1px;
	cursor: pointer;
	opacity: .6;
}

.titleSearch .search-box input[type=submit]:hover {
	opacity: 1;
}

#mpcLink {
	position: absolute;
	top: -95px;
	right: 0;
	font-weight: bold;
}

#mpcLink a {
	display: inline-block;
	padding: 3px 10px 3px 22px;
	color: #115511;
	background: #f8faf8 url(./styles/rainbow/imageset/ico/power-g.png) 8px center no-repeat;
	border: 1px solid #d2dbd2;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	position: relative;
}

#mpcLink a:hover {
	background-color: #f3f6f3;
}

#mpcLink a:active {
	position: relative;
	top: 1px;
}

#mpcLink .bubble {
	display: inline-block;
	line-height: 1;
	padding: 1px 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	background: #d00;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

#bottombar {
	margin: 20px -20px -30px;
	padding: 13px 20px;
	border-top: 1px solid #d2dceb;
	background: #EFF2F8;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 5px 15px rgba(255,255,255,.3), inset 0 -5px 10px rgba(255,255,255,.2);
}

#bottombar .linklist {
	overflow: visible;
	height: auto;
	margin: 0 0 13px;
}

#bottombar .linklist li {
	display: inline;
	line-height: 1;
	font-size: 12px;
	padding-bottom: 2px;
}

#bottombar .linklist li.ico-folder {
	position: relative;
	top: -1px;
}

#bottombar .linklist li + li {
	margin-left: 10px;
}

#bottombar .linklist li span {
	line-height: 1;
}

#acpLink {
	width: 100%;
	position: absolute;
	bottom: 9px;
	left: 45px;
	text-shadow: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#acpLink a {
	color: #777;
}

.corners-top,
.corners-bottom {
	height: 0 !important;
	visibility: hidden !important;
	font-size: 0 !important;
}

input.longField {
	width: 300px;
}

fieldset.quick-login  {
	padding-bottom: 5px;
	position: relative;
}

fieldset.quick-login input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
}

.panel.bg2 {
	border: none;
	background: none;
	box-shadow: none;
}

.pm .postbody {
	width: 445px;
	margin-left: 5px;
}

.pm .postprofile {
	width: 108px;
	margin-left: 20px;
	padding-top: 0;
}

#cp-main .pm .content {
	padding-top: 20px;
}

.panel.bg3 {
	box-shadow: none;
}

#cp-menu + #cp-main h2 + .panel,
#cp-menu + #cp-main h2 + form .panel {
	border-radius: 0 5px 5px 5px;
}

#cp-menu + #cp-main .pm-panel-header {
	border-bottom: none;
	padding-bottom: 10px;
}

#cp-menu + #cp-main .panel + .panel {
	border-radius: 5px;
}

#cp-main .panel {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

#cp-main #message-box textarea {
	width: 434px;
}

#register fieldset.fields2 dt {
	width: 300px;
}

#register fieldset.fields2 dd {
	width: 448px;
	margin-left: 300px;
}

.panel hr {
	height: 0;
	border: solid #d4dae1;
	border-width: 1px 0 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

#register select#tz {
	width: 448px;
}

#register input[type=text],
#register input[type=password],
#remind input[type=text],
#resend input[type=text] {
	width: 250px !important;
}

#navigation hr {
	display: none;
}

#ucp fieldset.fields2 dd {
	width: 380px;
}

#ucp fieldset.fields2 dd select {
	max-width: 380px;
}

#cp-main .panel li.row {
	padding: 15px 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #d4dae1;
	line-height: 1.4;
}

#cp-main ul.cplist {
	margin: 0 -15px 20px;
	border-top: 1px solid #d4dae1;
}

#cp-main .panel li.row dt {
	width: 508px;
	padding-right: 0;
}

#cp-main .panel li.row dd.mark {
	width: 50px;
}

option.sep {
	color: inherit;
}

.pm-panel-message .display-actions select {
	width: 140px;
}

fieldset.display-actions {
	padding-right: 0;
	text-align: center;
}

#cp-main hr, #cp-menu hr {
	border: solid #e0e5eb;
	border-width: 1px 0 0;
}

#cp-main .panel + #viewfolder > .panel {
	border-top: none;
	margin-top: -3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

input.short5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pm-return-to {
	padding-top: 0;
}

.pm-message-nav {
	display: none;
}

#cp-main .postbody h3 {
	font-weight: normal;
}

#topicreview {
	border: 1px solid #d4dae1;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	border-radius: 5px;
}

#topicreview .bg2 {
	box-shadow: none;
}

#topicreview .post {
	margin: 0;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}

#topicreview .post + .post {
	border-top: 1px solid #d4dae1;
	border-radius: 0;
}

#topicreview .post h3 {
	padding-top: 0;
	display: none;
}

#topicreview .post .content {
	padding-top: 10px;
	font-size: 13px;
	min-height: 1px;
}

#viewfolder .panel,
#cp-main #postform > .panel,
.ucpAttForm > .panel {
	min-height: 180px;
}

fieldset.fields1 div {
	margin-bottom: 10px;
}

.postingSubject.notNew {
	display: none;
}

.btnNowaWiadomosc {
	display: inline-block;
	width: 192px !important;
	height: 33px !important;
	background: url(./styles/rainbow/imageset/ui-forum.png) no-repeat scroll -200px -120px transparent !important;
	text-indent: -9000px;
}

.btnNowaWiadomosc:hover {
	background-position: -200px -160px !important;
}

.btnNowaWiadomosc:active {
	background-position: -200px -200px !important;
	position: relative;
	top: 1;
}

.ucp-main .btnNowaWiadomosc {
	width: 159px !important;
	height: 29px !important;
	background-position: -120px -360px !important;
}

.ucp-main .btnNowaWiadomosc:hover {
	background-position: -120px -400px !important;
}

.ucp-main .btnNowaWiadomosc:active {
	background-position: -120px -440px !important;
}

#postform #preview {
	box-shadow: none;
	background: #fff;
	margin: 0 0 10px;
	padding: 10px 10px;
	border: 1px solid #d4dae1;
	border-radius: 3px;
}

#postform #preview .postbody {
	float: none;
}

#postform #preview h3 {
	display: none;
}

#postform #preview + hr {
	display: none;
}

#postform #preview .content {
	padding-top: 0;
}

#qr_editor_div #message-box textarea {
	width: 732px;
}

/*
.profile-icons .report-icon,
.profile-icons .quote-icon {
	width: auto !important;
	height: auto !important;
	background: none;
	margin: 0 0 0 5px !important;
}

.profile-icons .report-icon a,
.profile-icons .quote-icon a {
	display: inline-block !important;
	width: 27px !important;
	height: 27px !important;
	background: url(./styles/rainbow/imageset/ui-forum.png) 0 -400px no-repeat !important;
}

.profile-icons .quote-icon a {
	display: none !important;
}
*/
.postprofile .userTitle a {
	font-size: 11px;
	font-weight: normal;
	color: #929BA9;
}

.postbody ul.profile-icons {
	position: relative;
	top: -5px;
}

.postbody ul.profile-icons li,
.postprofile ul.profile-icons li {
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.postbody ul.profile-icons a,
.postprofile ul.profile-icons a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: none;
	border: 1px solid transparent;
	border-radius: 3px;
	text-indent: -9000px;
	opacity: .3;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.postbody ul.profile-icons li + li a,
.postprofile ul.profile-icons li + li a {
	margin-left: 7px;
}

.postbody:hover ul.profile-icons a,
.post:hover .postbody ul.profile-icons a,
.post:hover .postprofile ul.profile-icons a {
	opacity: 1;
}

.postbody ul.profile-icons a:hover,
.postprofile ul.profile-icons a:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cce0ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cce0ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cce0ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cce0ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cce0ff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#cce0ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cce0ff',GradientType=0 ); /* IE6-9 */
	border-color: #afbcd1;
	box-shadow: 0 0 1px rgba(0,0,0,.15), inset 0 1px 0 #fff, inset 1px 0 0 rgba(255,255,255,.5), inset -1px 0 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.5);
}

.postbody ul.profile-icons a:active,
.postprofile ul.profile-icons a:active {
	position: relative;
	top: 1px;
	box-shadow: none;
}

.postbody ul.profile-icons span,
.postprofile ul.profile-icons span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.postbody ul.profile-icons .edit-icon span { background-image: url(./styles/rainbow/imageset/ico/pencil.png); }
.postbody ul.profile-icons .delete-icon span { background-image: url(./styles/rainbow/imageset/ico/trashcan.png); }
.postbody ul.profile-icons .report-icon span { background-image: url(./styles/rainbow/imageset/ico/alarm.png); background-position: center 3px; }
.postbody ul.profile-icons .warn-icon span { background-image: url(./styles/rainbow/imageset/ico/alert.png); }
.postbody ul.profile-icons .info-icon span { background-image: url(./styles/rainbow/imageset/ico/info.png); background-position: center 4px; }
.postbody ul.profile-icons .quote-icon span { background-image: url(./styles/rainbow/imageset/ico/speech2.png); background-position: center 4px; }
.postbody ul.profile-icons .thanks-icon span { background-image: url(./styles/rainbow/imageset/ico/like.png); background-position: center 3px; }
.postbody ul.profile-icons .removethanks-icon span { background-image: url(./styles/rainbow/imageset/ico/unlike.png); background-position: center 4px; }

.postprofile ul.profile-icons .pm-icon span { background-image: url(./styles/rainbow/imageset/ico/speech.png); background-position: center 6px; }
.postprofile ul.profile-icons .email-icon span { background-image: url(./styles/rainbow/imageset/ico/mail.png); background-position: center 6px; }
.postprofile ul.profile-icons .web-icon span { background-image: url(./styles/rainbow/imageset/ico/web.png); background-position: center 3px; }

.postprofile ul.profile-icons {
	padding-top: 10px;
}

.userDetailsPanel .column2 dt {
	width: 149px;
}

#viewprofile > .panel {
	padding-top: 15px;
}

.content {
	min-height: 1px;
}

a[href="#post_details"] {
	display: none;
}

#cp-main .profile-icons {
	top: 0;
}

div.search.post {
	margin: 0;
	padding: 15px;
	border: 1px solid #D8DEE5;
}

div.search.post + div.search.post {
	border-top: none;
}

.searchPosts {
	margin: 0 0 10px;
	border-radius: 5px;
	overflow: hidden;
}

div.search.post .postbody {
	width: 500px;
}

div.search.post .postprofile {
	width: 228px;
	margin: 0 0 0 20px;
}

div.search.post .postbody .content {
	font-size: 13px;
}

div.search.post .postbody h3 {
	font-size: 14px;
}

table.table1 thead th {
	height: 32px;
	background: transparent url(./styles/rainbow/theme/images/bg1.gif) repeat-x;
	padding: 0 12px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

table.table1 thead th span {
	line-height: 1;
}

table.table1 thead th a {
	line-height: 1;
}

#memberlist th.name {
	border-radius: 5px 0 0 0;
}

#memberlist th.active {
	border-radius: 0 5px 0 0;
}

.forumbg table.table1 {
	margin: 0 0 10px;
}

#memberlist td.name,
.table1 td.firstCol {
	border-left: 1px solid #CBCDCF;
}

#memberlist td.lastActivity,
.table1 td.lastCol {
	border-right: 1px solid #CBCDCF;
}

table.table1 tbody td {
	padding: 8px 10px;
	border-top: none;
}

form#search_memberlist + form h2 {
	margin-top: 30px;
}

.notice a {
	color: #2C599D;
}

#review {
	margin-top: 0;
}

.profile-icons li.checkbox {
	margin-left: 5px !important;
	padding-top: 3px !important;
}

.pTitle {
	width: 260px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#minitabs {
	margin: -26px 0 0 0;
	height: 23px;
	overflow: visible;
}

#minitabs li {
	padding: 0;
	background: none;
}

#minitabs a {
	display: inline-block;
	padding: 5px 10px;
	background: none;
	border: solid #D8DEE5;
	border-width: 1px 1px 0;
	border-radius: 3px 3px 0 0;
	color: #576170;
}

#minitabs a:hover {
	background: #F4F5F9;
}

#minitabs .activetab a,
#minitabs .activetab a:hover {
	background: #fff;
	position: relative;
	padding-bottom: 6px;
}

#minitabs .corners-top {
	display: none;
}

#mcp .forum-selection,
#cp-main .forum-selection2 {
	position: relative;
	top: -5px;
}

.linklist {
	overflow: visible !important;
}

.smileylist > a {
	border: none;
}

.simplePage {
	padding: 15px;
	background: #F5F6F7;
}

#cp-main p.error {
	margin-left: 10px;
}

#pageSearch {
	display: none;
	position: absolute;
	top: 80px;
	right: 15px;
}

#pageSearch input[type=text] {
	width: 20px;
	padding: 8px 32px 8px 12px;
	background: #fff;
	border: 1px solid #bec5cf;
	box-shadow: 0 1px 0 rgba(255,255,255,.6), inset 0 0 5px rgba(9,27,45,.07), inset 0 3px 10px rgba(9,27,45,.035);
	border-radius: 100px;
	font-size: 13px;
}

#pageSearch input[type=text]:focus {
	border-color: #8cc058;
	background: #fff;
	box-shadow: 0 0 5px rgba(108,215,0, .5), inset 0 0 5px rgba(9,27,45,.07), inset 0 3px 10px rgba(9,27,45,.035);
}

#pageSearch input[type=submit],
#pageSearchBtn {
	width: 28px;
	height: 28px;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 6px;
	background: transparent url(./styles/rainbow/imageset/ico/loupe2.png) center center no-repeat;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 1;
}

#pageSearchBtn {
	top: 82px;
	right: 21px;
	opacity: .65;
}

#pageSearch input[type=submit]:hover,
#pageSearchBtn:hover {
	opacity: 1;
}

#pageSearchH {
	width: 84px;
	height: 5px;
	background: transparent url(./styles/rainbow/imageset/h-szukaj.png) no-repeat;
	position: absolute;
	top: 94px;
	right: 50px;
	opacity: .6;
}

::-moz-selection { background: #8cc058; color: #fff; }
::selection { background: #8cc058; color: #fff; }

.regProfileFields {
	margin: 10px -15px -5px;
	padding: 10px;
	background: #dde3e9;
	border-top: 1px solid #cbd2d9;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}

.pm .postbody .content,
.pm .postbody .signature {
	margin-right: -125px;
	width: auto;
}

#cp-main .pm.withUserAvatar .content {
	padding-top: 65px;
}

.pm.withUserAvatar .postprofile {
	margin-top: -40px;
}

.pm-panel-message {
	overflow: visible;
}

form#mcp > h2 + .panel {
	min-height: 120px;
}

.postSubjectField {
	width: 482px !important;
}

#cp-main .postSubjectField {
	width: 334px !important;
}

.postThanks {
	margin: 20px 0 0;
	color: #576170;
	/* text-align: right; */
}

.postThanks span {
	padding: 3px 0 3px 15px;
	background: transparent url(./styles/rainbow/imageset/ico/likemin.png) 0 3px no-repeat;
	font-size: 10px;
	cursor: default;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.postThanks span {
		background-position: 0 5px;
	}
}

.postThanks strong {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	font-weight: normal;
}

.postThanks span:hover strong {
	opacity: 1;
	visibility: visible;
}
/*
.postThanks a {
	color: #929BA9 !important;
	font-weight: normal !important;
}
*/

.postrows .post:target {
	box-shadow: inset 0 0 15px rgba(255,190,0, .2) !important;
	position: relative;
	z-index: 1;
}

.panel.noborder {
	border: none;
	box-shadow: none;
}

.genderImg img {
	opacity: .6;
	margin-left: 3px;
	position: relative;
	top: 1px;
}
/*
.usersB {
	padding: 0 0 0 25px;
	background: transparent url(./styles/rainbow/imageset/ico/users2-o5.png) 2px 3px no-repeat;
}

.permB {
	padding: 0 0 0 25px;
	background: transparent url(./styles/rainbow/imageset/ico/users2-o5.png) 2px 3px no-repeat;
}

.birthdaysB {
	padding: 0 0 0 25px;
	background: transparent url(./styles/rainbow/imageset/ico/baloons-o5.png) 2px 3px no-repeat;
}

.statsB {
	padding: 0 0 0 25px;
	background: transparent url(./styles/rainbow/imageset/ico/graph-o5.png) 0 4px no-repeat;
}
*/
hr.normal {
	height: 0;
	border-color: #e0e3e7;
	box-shadow: 0 1px 0 #fff;
}

.signature * {
	color: #929BA9 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	font-style: italic !important;
}

.smileylist {
	margin: 0 !important;
}

.smileylist img {
	opacity: .15;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.smileylist:hover img {
	opacity: 1;
}

.smileylist:hover img:hover {
	opacity: .5;
}

.forumMod {
	display: block;
	margin-top: -14px;
	text-align: right;
	
}

.forumMod strong {
	font-weight: normal;
}

.forumMod a {
	color: #7E8CA1;
	/* color: #400AAA; */
}
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}