/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.0.x style)
	Based on style:		
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* profileview.css
----------------------------------------*/
/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .total_views	{ text-align: center !important; width: 15%; }
table.table1 .last_view	{ text-align: left; width: 20%; }
table.table1 .contact	{ text-align: left; width: 20%; }

dl.detailspv {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

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

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

/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
}
h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}
h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4d352a;
	font-size: 2em;
	margin: 0 0 0.2em 0;
}
h2.solo {
	margin-top: 20px;
	margin-bottom: 1em;
}
h3, #qr_editor_div h2 {
	/* Sub-headers (also used as post headers, but defined later) */
	text-transform: none;
	border-bottom: 1px dashed #fbeed9;
}
h4 {
	/* Forum and topic list titles */
	font-size: 1.6em !important;
	padding:0 5px;
}
h4 a {
	color:white !important;
}
p {
	line-height: 1.3em;
	font-size: 1.1em;
	color: #543326
}
img {
	border-width: 0;
}
.1 {
	border:1px solid #dfc9a7;
	background:none;
	padding:1px;
	background:#fff8ec;
}
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 {
	padding: 0 20px;
	min-width: 650px;
	max-width: 1024px;
	margin: 0 auto;
}
#simple-wrap {
	padding: 6px 10px;
}
#page-body {
	margin: 4px 0;
	clear: both;
}
#page-footer {
	clear: both;
}
#page-footer h3 {
	margin-top: 20px;
}
#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}
a#logo:hover {
	text-decoration: none;
}
#pm-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 400px;
	text-align: center;
	margin-left: -200px;
	margin-top: -100px;
	border: 1px solid #d7e0e4;
	padding: 10px;
}
#main-block {
	width: 100%;
	background-image: url('styles/prosilver/theme/images/kapysta/portal/my_wood.jpg');
	background-position:center top;
	background-repeat: repeat-y;
	background-color: black;
	min-height:1024px;
}
#skypedetectionswf {
	position: absolute;
	height: 1px;
	width: 1px
}
/* 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: 40%;
	margin-left : 100px;
}
#site-description h1 {
	margin-right: 0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}
.navbar {
	display: block;
	width: 250px;
	/*margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 10px;*/
	padding: 0 8px;
	/*float: right;*/
	background-color: #e4d4ad;
	background-image: url(styles/prosilver/theme/images/r_top_nav.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.bot_img_user_block {
	height:15px;
	background: url(styles/prosilver/theme/images/r_top_nav.png) center no-repeat;
	background-color: #e4d4ad;
}
.navbar2 {
	padding: 0 20px;
	margin-left : 40px;
	width: 100%;
	float: right;
	background-color: transparent;
	background-image : url(styles/prosilver/theme/images/copy.png);
	background-position : top left;
	background-repeat : no-repeat;
}
.navbar .inner {
	border-bottom: none
}
.forabg {
	margin: 20px 8px;
	padding: 0 5px;
	clear: both;
}
.forumbg {
	margin:20px 8px;
	padding: 0 5px;
	clear: both;
}
.panel {
	padding-right: 10px;
 padding-top;
50px;
	color: #3f3f3f;
}
.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: #fff8ec;
}
.bg2 {
	background-color: #fff8ec;
}
.bg3 {
	background-color: #fff8ec;
}
.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;
	background-color : #e4d4ad;
	padding: 5px;
	margin: 0;
}
ul.linklist li {
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 0px;
	font:bold 12px 'Trebuchet MS';
	line-height: 13px;
}
ul.linklistfooter {
	display: block;
	background-color : #e4d4ad;
	padding: 5px;
	margin: 0;
}
ul.linklistfooter li {
	list-style-type: none;
	width: auto;
	margin-right: 0px;
	font:bold 12px 'Trebuchet MS';
	line-height: 13px;
}
ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 0px;
	text-align: left;
}
ul.linklist li.nonefloat {
	list-style-type: none;
	float: none;
	width: auto;
	margin-right: 0px;
	font:bold 12px 'Trebuchet MS';
	line-height: 13px;
}
ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-weight: bold;
}
ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}
ul.rightside {
	float: left;
	margin-right: 5px;
	text-align: left;
}
/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}
#ucp-main table.table1 {
	padding: 2px;
}
table.table1 thead th {
	font-weight: normal;
	color: #543326;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
	color: #000;
	border: 1px solid #000;
}
table.table1 thead th span {
	padding-left: 7px;
}
table.table1 tbody tr {
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}
table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}
table.table1 tbody td {
	padding: 5px;
	border: 1px solid #000;
}
table.table1 tbody th {
	padding: 5px;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}
/* Specific column styles */
table.table1 .name {
	text-align: left;
}
table.table1 .posts {
	text-align: center !important;
	width: 7%;
}
table.table1 .joined {
	text-align: left;
	width: 15%;
}
table.table1 .active {
	text-align: left;
	width: 15%;
}
table.table1 .mark {
	text-align: center;
	width: 7%;
}
table.table1 .info {
	text-align: left;
	width: 30%;
}
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 .simplename {
	color: #333333;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
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;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

.forumbg-table > .inner > span.corners-top {
	margin: 0 -4px -1px -4px;
}

.forumbg-table > .inner > span.corners-bottom {
	margin: -1px -4px 0 -4px;
	border-collapse: collapse;
	border: 1px solid #000;
}
/* 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-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	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 {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	font-size:12px;
	font-family:Verdana;
	margin-right:15px;
}
.pagination span.page-sep {
	display: none;
}
li.pagination {
	margin-top: 0;
}
.pagination strong, .pagination b {
	font-weight: normal;
}
.pagination span strong {
	margin: 0 2px;
	color: #514329;
	font-size:16px;
	font-weight:bold;
	background-color: #fbeed9;
	border: 1px solid #dfc9a7;
	padding:8px;
}
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight:bold;
	text-decoration: none;
	color: #514329;
	margin: 0 2px;
	padding:4px;
	background-color: #fff8ec;
	border: 1px solid #dfc9a7;
	font-size:12px;
}
.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}
.pagination img {
	vertical-align: middle;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}
.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}
.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #4d352a;
}
/* 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: left;
	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 {
	background-color: #ececec;
}
div.rules {
	padding: 0 10px;
	border-left:1px solid #dfc9a7;
	border-right:1px solid #dfc9a7;
	border-bottom:1px solid #dfc9a7;
	border-top:3px solid #4d352a;
	margin:10px;
	color: #575757;
	font: 14px 'Trebuchet MS'
}
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;
}
/* Start Mod Breizh Ajax Checks */
#ajaxfrom {
	display: none;
}
.checks_details {
	display: bloc;
	margin-top: 8px;
}
.checks_print {
	margin: 1em 0 0 17em;
}
/* END Mod Breizh Ajax Checks */
#top {
	position: absolute;
	top: -20px;
}
.rank_progress_bar {
	border: 1px solid #b4bac0;
	margin-right: 1em;
	position: relative;
	clear:right
}
.rank_progress_bar span {
	z-index:2;
	position:relative
}
.rank_progress_bar .bar {
	background-color: #fff;
	border-right: 1px solid #b4bac0;
	display:block;
	height: 100%;
	z-index:1;
	position:absolute;
	top: 0;
	left: 0
}
.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/*My css right block*/
.forabg_right {
	margin-bottom: 4px;
	clear: both;
	padding-top:4px;
}
.forabg_right .up {
	height: 36px;
	background: url(styles/prosilver/theme/images/kapysta/top.png) 0 0 no-repeat
}
.inner_middle ul.forums {
}
.forabg_right .bottom {
	height:13px;
	background: url(styles/prosilver/theme/images/kapysta/bottom.png) 0 0 repeat-y
}
.forabg_right .top {
	background: url(styles/prosilver/theme/images/kapysta/middle.png) 0 0 no-repeat
}
.forabg_right li.header dt, .forabg_right li.header dd {
	color: #A64F59;
	padding-bottom: 20px
}
/*My css forum block*/


.forumlist_general {
	margin:0 5px;
	padding:5px;
	background:#c2bfba
}
.forumlist_inner {
	background:#fefefe
}
.forum_inner_back {
	padding:8px;
	background:#ffffff
}
.forum_inner {
	background:#a7e1ff
}
.forum_inner_panel {
	padding:2px;
}
 #page_up padding: 100px 35px 10px 35px;
}
#page_middle {
	padding:150px 40px 0 40x;
	margin: 100px 0 0 0
}
#page_bottom {
	padding: 0 25px 0 25px;
	height:210px
}
.forabg_center {
	background: #e4d4ad;
}
.forabg_center .top {
	background: #e4d4ad
}
.forabg_center .middle {
	background: transparent;
	border: none;
	margin:0 3px;
	padding:5px
}
.blog_right_inner .forabg_center .middle {
	background: transparent;
	border: none;
}
.blog_right_inner .forabg {
	margin:5px 5px 15px 5px
}
#page_middle h2 {
	text-align:center;
	/*padding-top: 190px;*/
	color: #4d352a;
}
#page_middle #left_menu td {
	border:4px double
}
.blog_right .middle .bg1, .blog_left .bg1 {
	background-color: #fff8ec;
}
.blog_left .bg1 {
	margin:2px
}
.blog_right .middle .bg1 {
	margin:4px
}
.blog_right .middle .random {
	margin:4px;
	background-color: #fff8ec;
}
#page_middle .topic_bg1 .bg1, #page_middle .topic_bg1 .bg2, #page_middle .topic_bg1 .bg3 {
	background: none
}
#page_middle .topic_bg1 {
	margin:4px 4px 6px 4px;
}
.forabg_center thead tr {
	background: #50751E;
	border: 4px #ffffe3 double;
}
.forabg_center tbody {
	border-left: #85704e double 4px;
	border-bottom: #85704e double 4px;
	border-right: #85704e double 4px;
	border-top: #85704e solid 2px;
	margin:0 3px
}
.forum_com, .forum_com_1 {
	margin:10px;
	border-left:1px solid #dfc9a7;
	border-right:1px solid #dfc9a7;
	border-bottom:1px solid #dfc9a7;
	background: #fff8ec !important;
}
.forum_com {
	border-top:3px solid #50751e
}
.forum_com_1 {
	border-top:3px solid #806b2a
}
#cp-menu #navigation li {
}
.forabg_center .tablebg_blog {
	background-color: #e4d4ad;
}
.forabg_center .tablebg_blog .blog_new dl {
	padding: 10px;
	background-color: #faf2df;
	margin:4px
}
#mChatmain {

}
.forabg_center ul.topiclist {
}
/*recent_topic*/

.recent_topic {
	margin:-10px 0 5px 0
}
.head {
	background:#fbeed9 !important;
	border: 1px double #dfc9a7 !important;
	font:1.5em 'Trebuchet MS';
	text-align:center;
}
.theme {
	border:1px solid #dfc9a7 !important;
	font-size:1.4em;
	padding:4px 4px 4px 8px !important
}
/*table_blog*/

.tablebg_blog .content {
	border-top:1px dashed #dfc9a7;
	padding-top:8px;
	margin-bottom:8px;
	font-size:1.4em
}
.tablebg_blog a {
	font-size:1.4em
}
.tablebg_blog .num_replies a {
	font-size:1.3em
}
/*inputbox*/
 

 
  input.inputbox:focus {

}
.inputbox {
	color: #777;
	padding-left: 10px;
	min-width: 150px;
	border: 1px solid #dfc9a7;
	border-radius: 2px;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;
}
input.inputbox {
	height: 20px;
}
/*topics*/
.forabg ul.topiclist, .forumbg ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
	position:relative;
}
.forabg ul.topiclist .header, .forumbg ul.topiclist .header {
	position:relative;
	z-index:1;
	background: #e4d4ad;
	padding:3px
}
.forabg ul.topiclist .header:before, .forabg ul.topiclist .header:after, .forumbg ul.topiclist .header:before, .forumbg ul.topiclist .header:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -10px;
}
.forabg ul.topiclist .header:before, .forumbg ul.topiclist .header:before {
	border-width: 0 10px 10px 0;
	border-right-color: #222;
	left: 0;
}
.forabg ul.topiclist .header:after, .forumbg ul.topiclist .header:after {
	border-width: 0 0 10px 10px;
	border-left-color: #222;
	right: 0;
}
 .forabg ul.topics, .forumbg ul.topics, .  ul.forums {
padding:40px 0 0 0;
background:#fff8ec
}
.forumbg .bg2, .forumbg .bg1 {
	background:#fef8ec;
}
/*Table forumbg-table*/
.padding {
	padding:20px;
	margin:0 20px 0 20px
}
.bg6 {
	background:#fff8ec
}
.bg7 {
	background:#fbeed9
}
.forumbg-table {
	border:1px solid #dfcda7;
}
.forumbg-table table.table1 thead {
	font-size: 1.5em !important;
	color:#fff !important;
}
.forumbg-table table.table1 tbody tr {
	text-align:center
}
.forumbg-table h3 {
	font-size:1.8em;
	color:#fff;
	margin:10px 5px 10px 5px;
	padding:5px;
	border-bottom-color:#fbeed9
}
/*Forum_content_bottom*/

.forum_content_bottom {
	border: 1px solid #dfc9a7;
	background: #fbeed9;
	padding-top: 10px;
	margin:5px;
	padding:5px;
}
.forum_content_bottom .bg8 {
	margin-bottom: 5px;
	min-height: 60px;
	background: #fff8ec;
	padding:10px
}
/*Other*/

.who_online {
	margin:20px 20px 0 20px;
	padding-bottom:20px;
	padding-top:20px
}
.pools_panel {
	background:#fbeed9 !important;
	margin:10px;
	border:3px double #dfc9a7;
}
.heightpanel {
	min-height:155px
}
.heightclanpanel {
	min-height:500px
}
.p_info {
	padding-left:30px
}
/*menu_css*/
 .l-triangle-top {
	border-color: #d9542b transparent transparent;
	border-style:solid;
	border-width:40px;
	height:0px;
	width:0px;
	position: relative;
	float: left;
	top: 1px;
	left: -45px;
}
.l-triangle-bottom {
	border-color: transparent transparent #d9542b;
	border-style:solid;
	border-width:40px;
	height:0px;
	width:0px;
	position: relative;
	float: left;
	top: -40px;
	left: -125px;
}
.r-triangle-top {
	border-color: #d9542b transparent transparent;
	border-style:solid;
	border-width:40px;
	height:0px;
	width:0px;
	position: relative;
	float: right;
	right: -45px;
	top: -45px;
}
.r-triangle-bottom {
	border-color: transparent transparent #d9542b;
	border-style:solid;
	border-width:40px;
	height:0px;
	width:0px;
	position: relative;
	float: right;
	top: -85px;
	right: -125px;
}
.rectangle {
	background: transparent;
	height: 40px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 500; /* the stack order: foreground */
	margin: 0px 0;
}
#top-search input {
	border:1px solid #dfc9a7;
	background:#fff8ec;
	margin:5px 3px;
	padding:7px;
	border-radius:3px;
}
#username, #password {
	margin-top:10px
}
#session_lang_select label{
display: block;
float: left;
}
#session_lang{
display: block;
width: 126px;
margin: 0 0 4px 0;
}
.navbar .linklist{
	margin-top: 15px;
	}
/* Link Styles
---------------------------------------- */

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

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: underline; }
a:active	{ color: #d2d2d2; text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	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;
}

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

/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

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

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

a.topictitle:active {
	color: #898989;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

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

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* 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 {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

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

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

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.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* 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;
}
.blog_right .top a:visited, .blog_right .top a:hover,.blog_right .top a:active,.blog_right .top a:link{color: #fff;}

.blog_right .middle strong a{ color: #487133; }
/* 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 {
	padding: 2px 0;
}
.center_panel_mods_chat ul.topiclist dt {
	min-width: 725px;
}
.center_panel_mods ul.topiclist dt {
	min-width: 725px;
}
.center_panel_mods ul.topiclist .row dt {
	min-width: 60%;
}
.main_block_bg ul.topiclist dt {
	display: block;
	float: left;
	width: 100%;
	/*padding-left: 5px;*/
	padding-right: 5px;
	padding-top: 5px;
}
.main_block_bg ul.topiclist dd {
	display: block;
	float: left;
	padding: 7px 0;
}
ul.topiclist dt {
	display: block;
	float: left;
	max-width: 490px;
	/*width: 100%;*/
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
ul.topiclist dd {
	display: block;
	float: right;
	padding: 7px 0;
}
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 {
	border-bottom: 1px solid #dfc9a7;
	padding: 3px;
}
li.row strong {
	font-weight: normal;
	color: #000000;
}
li.row:hover {
	background-color: #f6f6f6;
}
li.row:hover dd {
	border-left-color: #CCCCCC;
}
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;
}
li.header dt {
}
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 */
	display : block;
	background-color : none;
	text-align : center;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'MoyenageRegular' !important;
	font-weight: normal;
	font-size: 26px;
}
/* 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 */
}
dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}
/* 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;
}
dd.lastpost {
	width: 25%;
	font-size: 1.1em;
}
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: 45px;
}
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 {
	margin: 10px 10px 5px 20px;
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
	display: block;
	margin-top: 20px;
}
#page_middle h2 a {
	padding: 10px 0;
}
.pagination span {
	display: block;
	height: auto;
	margin-top: 15px;
}
.pagination .page-dots {
	display: inline;
}
.buttons div.reply-icon {
	margin-top: 6px;
}
div[class].topic-actions {
	height: auto;
}
/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 75%;
	float: left;
	clear: both;
}
.pm-panel-message .postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 70%;
	float: right;
	clear: both;
}
.pm-panel-message .postprofile img {
	max-width: 100px !important;
	max-height: 100px !important;
}
.blog_topic .topic-actions {
	padding: 10px 20px 3px 20px
}
.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.7em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	color: 50751e !important;
}
.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}
.postbody .content {
	font-size: 1.4em;
	padding-left: 10px;
	padding-top: 10px;
}
.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;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}
.content h2, .panel h2 {
	font-weight: normal;
	color: #4d352a;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.panel h3 {
	margin: 0.5em 0;
	color: #4d352a;
}
.panel p {
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-top: 20px;
	line-height: 1.4em;
	text-align : center;
	display : block;
	background-color : #e4d4ad;
}
.content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
dl.rankthemes, dl.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}
dl.rankthemes dt, dl.faq dt {
	font-weight: bold;
	color: #333333;
}
.content dl.rankthemes, .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 {
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}
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 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}
/* 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 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
}
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: 10px 0 10px 5px;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid;
	width: 23%;
	display: inline;
	float: left;
	padding: 0 5px 0 5px;
}
.com_right .postprofile {
	float: none;
}
.com_right .com_profile {
	border-left: 1px solid #dfc9a7;
	box-shadow: -3px 0px 1px 0px #fbeed9;
	-moz-box-shadow: -3px 0px 1px 0px #fbeed9;
	-webkit-box-shadow: -3px 0px 1px 0px #fbeed9;
	margin: 10px 0 10px 5px;
}
.com_header {
	border-bottom: 1px dashed #d1bba6
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}
.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 4px;
}
.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: 65% !important;
	margin-bottom: 2px;
}
/*my*/

.topic_bg1 .postprofile {
	float: left
}
.avatar_forum img {
	border: #CCC 1px solid;
	margin-right: 3px;
	background-color: #FFF;
	padding: 3px;
	max-width: 150px;
	max-height: 150px;
	margin-left: 20px;
}
.avatar_pm img {
	border: #CCC 1px solid;
	margin-right: 3px;
	background-color: #FFF;
	padding: 3px;
	max-width: 150px;
	max-height: 150px;
	margin-left: 3px;
}
p.comments_border {
	padding: 10px 0;
	background-color: #f5f5f5;
	border-bottom: solid 1px #dedede;
	margin: 0 0 3px 0;
}
#quick_reply, #qr_editor_div, #qr_showeditor_div {
	margin: 10px
}
#quick_reply .panel, #qr_editor_div, #qr_showeditor_div {
	background: #4d352a;
	-moz-box-shadow: inset 2px 2px 0px 0px #fff, inset -1px -1px 0px 0px #fff, 0 0 5px #68645e;
	-webkit-box-shadow: inset 2px 2px 0px 0px #fff, inset -1px -1px 0px 0px #fff, 0 0 5px #68645e;
	border: 3px solid #fbeed9;
	box-shadow: inset 2px 2px 0px 0px #fff, inset -1px -1px 0px 0px #fff, 0 0 5px #68645e;
}
#quick_reply .panel h3, #qr_editor_div h2, #qr_editor_div a {
	color: #fff
}
#qr_editor_div label {
	color: #fff !Important;
	padding-left: 10px;
}
/* Stack */
.stack {
	position: relative;
	z-index: 10;
}
.stack img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 10px solid #ffffef;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px #676767;
	-moz-box-shadow: 0 1px 4px #676767;
	box-shadow: 0 1px 4px #676767);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after {
	content: "";
	border-radius: 3px;
	width: 87%;
	height: 100%;
	position: absolute;
	border: 10px solid #ffffef;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	margin: 0 0 0 13px
}
.stack:before {
	top: 4px;
	z-index: -10;
} /* 1st element in stack (behind image) */
.stack:after {
	top: 8px;
	z-index: -20;
} /* 2nd element in stack (behind image) */
/* Fourth stack example (Similar to the second but rotated left) */
.stack.rotated-left:before {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.stack.rotated-left:after {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*Forum*/

.forum_profile .forum_table_li {
	float: left
}
/*Latest_war_portal*/

.matchbg {
	border-bottom: 1px dashed #ca7f32;
	padding-bottom: 10px;
	padding-top: 5px;
}
td.clanname a {
	font-size: 16px !important
}
td.clanname a {
	text-align: right;
	font-size: 16px !important
}
td.clanname {
	text-align: left;
}
dl.latest_war_portal {
	margin: 5px !important;
}
.matchbg dl.innerbg dd {
	padding: 5px;
	float: none
}
dd.discussion_portal {
	text-align: center;
}
dd.ladders_portal {
	text-align: center;
}
#latest_war_portal {
	font: 12px tahoma
}
#latest_war_portal dd {
	border-left: none !important;
}
/*search_result*/
.search_bg {
	margin: 10px;
	padding-top: 10px;
}
.pagination_portal {
	line-height: 40px;
	padding: 30px
}
.forum_profile {
	list-style: none
}
.info_legenda {
	margin: 10px;
	display : block;
	background-color : #e4d4ad;
	padding : 10px 10px 10px 10px;
	color: #543326
}
.head_img_q {
	width: 300px;
	height: 243px;
	margin: 0 auto;
	background: url(/forum/styles/prosilver/theme/images/img_for_q.png) no-repeat center center;
}
.your_fianna_mb_key {
	font-size: 24px;
	font-family: 'MoyenageRegular' !important;
	text-align: center;
	margin-top: 20px;
}
.your_fianna_mb_key span {
	display: block;
	width: 650px;
	height: 50px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 3px solid #543326;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: inset 0px 0px 10px 5px rgba(50, 50, 50, 1);
	box-shadow: inset 0px 0px 10px 5px rgba(115, 56, 38, 1);
	background: #FFEDC2;
	font-weight: bold;
}
.question{
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 10px 10px 0px 10px;
	}
.answer{
font-size: 14px;
color: black;
padding: 0px 10px 10px 10px;
border-bottom: 2px dotted #000;
margin: 10px 10px 10px 10px;
	}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.button_bg {min-height:55px; background:none !important;}

.buttons {
	float: left;
	width: auto;
	height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.skype-icon, .skype-icon a         { background: none top left no-repeat; width: 16px; }
.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; }
.quickquote-icon, .quickquote-icon a		{ background: none top left no-repeat; }

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

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

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.quickquote-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }
/* Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
	left: 10px;
	z-index: 0;
	position: relative;
}
#cp-main {
	float: left;
	width: 81%;
	z-index: 1;
	position: relative;
}
#cp-main .content {
	padding: 0;
}
#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #dfc9a7;
	margin-left:5px;
	margin-right:10px;
}
#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 {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}
#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%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}
/* CP tabbed menu
----------------------------------------*/
#tabs_ucp {
	height:60px
}
#tabs {
	line-height: normal;
	margin: 0 0 -1px 7px;
	min-width: 570px;
	margin-bottom : 15px;
}
#tabs_1 {
	line-height: normal;
	margin: 0 0 0 7px;
	min-width: 570px;
}
#tabs ul, #tabs_1 ul, #tabs_2 ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.bg_cp_users_block {
	background:#e3d4ad;
	padding:0 5px;
	/*margin-top: -255px;*/
}
.h2_cp_panel_users {
	text-align: center;
	margin-top: 245px;
	color: #4d352a;
}
.bg_cp_users_block #tabs ul li .cp_users_link {
	margin-bottom: 5px;
	border: none;
	padding-right: 17px;
	display: block;
	height: 28px;
	background: url('styles/prosilver/theme/images/right_uzor.jpg') no-repeat center right;
	background-color: #4d372a;
	color: #fff;
}
.bg_cp_users_block #tabs ul li .cp_users_link_2 {
	/*width: 78px;
	word-wrap: break-word;
	white-space: pre-wrap;*/
	border: 1px solid #808080;
}
.bg_cp_users_block #tabs ul li .cp_users_link_2:hover {
	background: rgb(217,191,126); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5YmY3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjdkNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 191, 126, 1)), color-stop(100%, rgba(143, 125, 81, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9bf7e', endColorstr='#8f7d51', GradientType=0 ); /* IE6-8 */
	color:#FFF;
}
.bg_cp_users_block #tabs .activetab .cp_users_link .cp_users_link_2 {
	background: rgb(234,205,138); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhY2Q4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmE3NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 205, 138, 1)), color-stop(100%, rgba(191, 167, 109, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacd8a', endColorstr='#bfa76d', GradientType=0 ); /* IE6-8 */
	color:#FFF;
}
#tabs li, #tabs_1 li, #tabs_2 li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	float:left;
}
#tabs_2 a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 25px 1px 0 0px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#tabs a, #tabs_1 a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 1px 0px 0;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#tabs_1 a {
	padding: 0 0 40px 5px;
}
#tabs a {
	padding: 0 0 0px 0px;
}
#tabs a span, #tabs_1 a span, #tabs_2 a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 6px 10px 10px 5px;
	color: #828282;
	white-space: nowrap;
}
#tabs a:hover span, #tabs_1 ul a:hover span, #tabs_2 ul a:hover span {
	color: #bcbcbc;
}
#tabs .activetab a, #tabs_1 .activetab a, #tabs_2 .activetab a {
	background-position: 0 0;
}
#tabs .activetab a span, #tabs_1 .activetab a span, #tabs_2 .activetab a span {
	background-position: 100% 0;
	/*color: #333333;*/
	background: rgb(234,205,138);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 205, 138, 1)), color-stop(100%, rgba(191, 167, 109, 1)));
	background: -webkit-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%);
	background: -o-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%);
	background: -ms-linear-gradient(top, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%);
	background: linear-gradient(to bottom, rgba(234, 205, 138, 1) 0%, rgba(191, 167, 109, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacd8a', endColorstr='#bfa76d', GradientType=0 );
	color: #FFF;
}
#tabs a:hover, #tabs_1 a:hover, #tabs_2 a:hover {
	background-position: 0 -70px;
}
#tabs a:hover span, #tabs_1 a:hover span, #tabs_2 a:hover span {
	background-position:100% -70px;
}
#tabs .activetab a:hover, #tabs_1 .activetab a:hover, #tabs_2 .activetab a:hover {
	background-position: 0 0;
}
#tabs .activetab a:hover span, #tabs_1 .activetab a:hover span, #tabs_2 .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}
#tabs_panel {
	position:relative;
	z-index:2;
}
/* 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: #fbeed9;
	border-top: 1px solid #dfc9a7;
	border-left: 1px solid #dfc9a7;
	border-bottom: 1px solid #dfc9a7;
	margin-left:5px;
}
#navigation a:hover {
	text-decoration: none;
	color: #bcbcbc;
	background: #fbeed9;
	border-top: 1px solid #dfc9a7;
	border-left: 1px solid #dfc9a7;
	border-bottom: 1px solid #dfc9a7;
	margin-left:5px;
}
#navigation #active-subsection a {
	display: block;
	color: #d3d3d3;
	background-color: #fff8ec;
	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 {
}
#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 {
	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 */
.reply-all a.left {
	background-position: 3px 60%;
}

.reply-all a.left:hover {
	background-position: 0px 60%;
}

.reply-all {
	font-size: 11px;
	padding-top: 5px;
}
/* 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;
}
.bg_cp_modera_block #cp-menu{
	margin-left: -97px;
	}
.bg_cp_modera_block .bg3 .inner{
	width: 91%;
	float: right;
	}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
	font-size: 1em;
}

select:focus {
	outline-style: none;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #514329 !important;
	font-size:12px;
}

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: 8px 0 5px 0;
	background-color: #e4d4ad;
}
fieldset.blog_label {
	text-align: left !important;
	margin: 8px 0 5px 0;
	padding-left:100px
}

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

fieldset.display-options label.display-block {display:block !important}	

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

/* 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 */
.jumpbox select, .quickmod select {width:200px}

fieldset.jumpbox {
	text-align: right;
	margin:15px 10px 0 10px;
	height: 2.5em;
	padding-bottom: 10px;
}

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

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

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 2px 0;
}

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

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

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 500px;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	color: #333333;
	overflow:auto;
}

/* Emoticons panel */
#smiley-box {
}

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

/* Input field styles
---------------------------------------- */
.inputbox {
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
	outline-style: none;
}

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

textarea.inputbox {
	width: 85%;
	margin:10px 10px 10px 0;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top left;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

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

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	outline-style: none;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float:left;
}

#forum-search{position:relative; bottom:5px}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-bottom:8px;
	padding:5px;
	padding-left: 17px;
}

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

.button_align {height:30px}
/* 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/prosilver/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/prosilver/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%; background: #867447;}	/* 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;
}

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

/* #minitabs fix for IE */
.tabs-container {
	zoom: 1;
}

#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #536482;
}
h1 {
	color: #FFFFFF;
}
h2 {
}
h3 {
	border-bottom-color: #dfc9a7;
	color: #50751e;
	font-size:1.6em
}
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 {
	color: #FFFFFF;
}
.navbar {
}
#pagecontent .forabg, #pagecontent .forumbg {
	background:#543326
}
.forumbg-table {
	background:#4d352a
}
.panel {
	color: #28313F;
}
.post:target .content {
	color: #000000;
}
.post:target h3 a {
	color: #000000;
}
.bg1 {
	background-color: #fff8ec;
	padding: 0 10px;
}
.bg2 {
	background-color: #fff8ec;
	padding: 0 10px;
}
.bg3 {
	background-color: #fff8ec;
	padding: 0 10px;
	border: 1px solid #dfc9a7;
	-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
	box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
	-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
}
.bg5, .bg4 {
	background-color: #fff8ec;
	padding: 0 10px;
	-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
	box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
	-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
}
.bg5 {
	border-bottom:1px solid #dfc9a7
}
.bg4 {
	border-top:1px solid #dfc9a7
}
.bg5, .bg4 {
	border-left:1px solid #dfc9a7;
	border-right:1px solid #dfc9a7;
}
.ucprowbg {
	background-color: #DCDEE2;
}
.fieldsbg {
	background-color: #E7E8EA;
}
span.corners-top {
}
span.corners-top span {
}
span.corners-bottom {
}
span.corners-bottom span {
}
/* Horizontal lists
----------------------------------------*/

ul.navlinks {
}
/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #fef8ec;
}
table.table1 tbody tr {
	border-color: #BFC1CF;
	background: #FFF;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	/*background-color: #867447;*/
	color: #000;
}
table.table1 td {
	color: #536482;
}
table.table1 tbody td {
}
table.table1 tbody th {
	color: #333333;
	background-color: #FFFFFF;
}
table.info tbody th {
	color: #000000;
}
/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}
dl.details dd {
	color: #536482;
}
.sep {
	color: #1198D9;
}
/* Pagination
---------------------------------------- */

.pagination span strong {
}
.pagination span a, .pagination span a:link, .pagination span a:visited {
}
.pagination span a:hover {
	color: #aaa
}
.pagination span a:active {
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("./styles/prosilver/theme/images/icon_pages.gif");
}
.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}
.row .pagination span a:hover, li.pagination span a:hover {
}
/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}
.error {
	color: #BC2A4D;
}
.reported {
	background-color: #F7ECEF;
}
li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
/* you can add a background for stickies and announcements*/
}
div.rules {
	background-color: #fbeed9;
	color: #BC2A4D;
	margin: 0 30px;
}
p.rules {
	background-color: #ECD5D8;
	background-image: none;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link {
	color: #514329;
}
a:visited {
	color: #514329;
}
a:hover {
	color: #9c0c2f;
}
a:active {
	color: #514329;
}
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}
/* Links for forum/topic lists */
a.forumtitle {
	color: #105289;
}
/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #BC2A4D;
}
a.forumtitle:active {
	color: #105289;
}
a.topictitle {
	color: #50751e;
	font-size:16px !important;
}
/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #BC2A4D;
}
a.topictitle:active {
	color: #105289;
}
/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #dfc9a7;
}
.postlink:visited {
	color: #5D8FBD;
}
.postlink:active {
	color: #368AD2;
}
.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}
.postlink:link {
	color:#b93200
}
.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}
/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}
.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}
.postprofile a:active {
	color: #105289;
}
/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}
.search .postprofile a:hover {
	color: #D31141;
}
/* Back to top of page */
a.top {
	background-image: url("./styles/prosilver/imageset/icon_back_top.gif");
}
a.top2 {
	background-image: url("./styles/prosilver/imageset/icon_back_top.gif");
}
/* Arrow links  */
a.up {
	background-image: url("./styles/prosilver/theme/images/arrow_up.gif")
}
a.down {
	background-image: url("./styles/prosilver/theme/images/arrow_down.gif")
}
a.left {
	background-image: url("./styles/prosilver/theme/images/arrow_left.gif")
}
a.right {
	background-image: url("./styles/prosilver/theme/images/arrow_right.gif")
}
a.up:hover {
	background-color: transparent;
}
a.left:hover {
	color: #368AD2;
}
a.right:hover {
	color: #368AD2;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #fff8ec;
}
ul.topiclist li {
	color: #4C5D77;
}
.forumbg ul.topics, .forabg ul.forums, .forabg ul.topics {
	-moz-box-shadow: inset 5px 5px 0px 0px #fbeed9, inset -5px -5px 0px 0px #fbeed9, 0 0 3px #68645e;
	-webkit-box-shadow: inset 5px 5px 0px 0px #fbeed9, inset -5px -5px 0px 0px #fbeed9, 0 0 3px #68645e;
	border: 1px solid #dfc9a7;
	box-shadow: inset 5px 5px 0px 0px #fbeed9, inset -5px -5px 0px 0px #fbeed9, 0 0 3px #68645e;
}
}
ul.topiclist dd {
	border-left-color: #FFFFFF;
}
.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}
ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/prosilver/imageset/subforum_read.gif");
}
ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/prosilver/imageset/subforum_unread.gif");
}
li.row {
}
li.row strong {
	color: #000000;
}
li.row:hover {
	background-color: #F6F4D0;
}
li.row:hover dd {
	border-left-color: #CCCCCC;
}
.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}
li.header dt, li.header dd {
	color: #4d352a;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}
/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}
/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}
.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}
dl.faq dt {
	color: #333333;
}
.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}
/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}
/* Post noticies */
.notice {
	border-top-color:  #dfc9a7;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #fbeed9;
	background-image: url("./styles/prosilver/theme/images/quote.gif");
	border-color:#DBDBCE;
}
.rtl blockquote {
	background-image: url("./styles/prosilver/theme/images/quote_rtl.gif");
}
blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}
blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}
/* 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: #fbeed9;
	border-color:  #dfc9a7;
	;
}
.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-color: #DCDEE2;
	color: #666666;
}
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: #666666;
	border-left-color: #dfc9a7;
	box-shadow:-3px 0px 1px 0px #fbeed9;
	-webkit-box-shadow:-3px 0px 1px 0px #fbeed9;
	-moz-box-shadow:-3px 0px 1px 0px #fbeed9;
}
.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: #000000;
}
.online {
	background-image: url("./styles/prosilver/imageset/en/icon_user_online.gif");
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_topic_reply.gif");
}
.post-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_topic_new.gif");
}
.locked-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_topic_locked.gif");
}
.pmreply-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_pm_reply.gif");
}
.newpm-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_pm_new.gif");
}
.forwardpm-icon span {
	background-image: url("./styles/prosilver/imageset/en/button_pm_forward.gif");
}
a.print {
	background-image: url("./styles/prosilver/theme/images/icon_print.gif");
}
a.sendemail {
	background-image: url("./styles/prosilver/theme/images/icon_sendemail.gif");
}
a.fontsize {
	background-image: url("./styles/prosilver/theme/images/icon_fontsize.gif");
}
/* Icon images
---------------------------------------- */
.sitehome {
	background-image: url("./styles/prosilver/theme/images/icon_home.gif");
}
.icon-faq {
	background-image: none
}
.icon-shop {
	background-image: none
}
.icon-ups_shop {
	background-image: none
}
.icon-members {
	background-image: none
}
.icon-home {
	background-image: url("./styles/prosilver/theme/images/icon_home.gif");
}
.icon-ucp {
	background-image: none
}
.icon-register {
	background-image: none
}
.icon-logout {
	background-image: none
}
.icon-bookmark {
	background-image: url("./styles/prosilver/theme/images/icon_bookmark.gif");
}
.icon-bump {
	background-image: none
}
.icon-subscribe {
	background-image: url("./styles/prosilver/theme/images/icon_subscribe.gif");
}
.icon-unsubscribe {
	background-image: url("./styles/prosilver/theme/images/icon_unsubscribe.gif");
}
.icon-pages {
	background-image: url("./styles/prosilver/theme/images/icon_pages.gif");
}
.icon-search {
	background-image: url("./styles/prosilver/theme/images/icon_search.gif");
}
.icon-ranks {
	background-image: none
}
.icon-points {
	background-image: none
}
/* Profile & navigation icons */
.email-icon, .email-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_email.gif");
}
.aim-icon, .aim-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_aim.gif");
}
.yahoo-icon, .yahoo-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_yahoo.gif");
}
.web-icon, .web-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_www.gif");
}
.msnm-icon, .msnm-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_msnm.gif");
}
.icq-icon, .icq-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_icq.gif");
}
.jabber-icon, .jabber-icon a {
	background-image: url("./styles/prosilver/imageset/icon_contact_jabber.gif");
}
.pm-icon, .pm-icon a {
	background-image: url("./styles/prosilver/imageset/en/icon_contact_pm.gif");
}
.quote-icon, .quote-icon a {
	background-image: url("./styles/prosilver/imageset/en/icon_post_quote.gif");
}
.quickquote-icon, .quickquote-icon a {
	background-image: url("./styles/prosilver/imageset/en/icon_post_quickquote.gif");
}
/* Moderator icons */
.report-icon, .report-icon a {
	background-image: url("./styles/prosilver/imageset/icon_post_report.gif");
}
.edit-icon, .edit-icon a {
	background-image: url("./styles/prosilver/imageset/en/icon_post_edit.gif");
}
.delete-icon, .delete-icon a {
	background-image: url("./styles/prosilver/imageset/icon_post_delete.gif");
}
.info-icon, .info-icon a {
	background-image: url("./styles/prosilver/imageset/icon_post_info.gif");
}
.warn-icon, .warn-icon a {
	background-image: url("./styles/prosilver/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 {
	color: #333333;
	border-bottom-color: #333333;
}
#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}
/* CP tabbed menu
----------------------------------------*/
#tabs_1 a, #tabs_2 a, #tabs a {
	font-size: 12px;
	background: none;
	border: 1px solid #464646;
	text-shadow: 1px 1px 0px #1f1f1f;
	color: #fff;
	text-color: #fff;
	/*background: #616161;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4d362b) to(#946853));
	background: -webkit-linear-gradient(#4d362b, #946853); 
	background: -moz-linear-gradient(#4d362b, #946853);
	background: -ms-linear-gradient(#4d362b, #946853);
	background: -o-linear-gradient(#4d362b, #946853);
	background: linear-gradient(#4d362b, #946853); 
	-pie-background: linear-gradient(#4d362b, #946853);*/
	margin-bottom: 5px;
	border: none;
	padding-right: 17px;
	display: block;
	height: 28px;
	background: url('styles/prosilver/theme/images/right_uzor.jpg') no-repeat center right;
	background-color: #4d372a;
	color: #fff;
}
#tabs_1 a span, #tabs_2 a span, #tabs a span {
	padding: 6px 10px 6px 5px;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #808080;
}
#tabs_1 a:hover span, #tabs_2 a:hover span, #tabs a:hover span {
	/*background: #dac07f; 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dac07f) to(#8e7c51)); 
	background: -webkit-linear-gradient(#dac07f, #8e7c51); 
	background: -moz-linear-gradient(#dac07f, #8e7c51); 
	background: -ms-linear-gradient(#dac07f, #8e7c51); 
	background: -o-linear-gradient(#dac07f, #8e7c51);
	background: linear-gradient(#dac07f, #8e7c51);
	-pie-background: linear-gradient(#dac07f, #8e7c51); */
	
}
#tabs a span:hover{	
	background: rgb(217,191,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 191, 126, 1)), color-stop(100%, rgba(143, 125, 81, 1)));
	background: -webkit-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%);
	background: -o-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%);
	background: -ms-linear-gradient(top, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%);
	background: linear-gradient(to bottom, rgba(217, 191, 126, 1) 0%, rgba(143, 125, 81, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9bf7e', endColorstr='#8f7d51', GradientType=0 );
	color: #FFF;
	
}
#tabs a:hover{
	background: url('styles/prosilver/theme/images/right_uzor.jpg') no-repeat center right;
	background-color: #4d372a;
}
#tabs_1 .activetab a, #tabs_2 .activetab a, #tabs .activetab a {
	/*background-position: 0 0;
	background: #dac07f; 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dac07f) to(#8e7c51)); 
	background: -webkit-linear-gradient(#dac07f, #8e7c51); 
	background: -moz-linear-gradient(#dac07f, #8e7c51); 
	background: -ms-linear-gradient(#dac07f, #8e7c51); 
	background: -o-linear-gradient(#dac07f, #8e7c51); 
	background: linear-gradient(#dac07f, #8e7c51); 
	-pie-background: linear-gradient(#dac07f, #8e7c51); */
	margin-bottom: 5px;
	border: none;
	padding-right: 17px;
	display: block;
	height: 28px;
	background: url('styles/prosilver/theme/images/right_uzor.jpg') no-repeat center right;
	background-color: #4d372a;
	color: #fff;
}
#tabs_1 .activetab a span, #tabs_2 .activetab a span, #tabs .activetab a sapn {
	background-position:100% 0;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	padding-bottom:1px;
}
#tabs_1 .activetab a:hover span, #tabs_2 .activetab a:hover span, #tabs .activetab a:hover span {
	color: #ffffff;
}
/* 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 a {
	color: #333;
}
.rtl #navigation a {
	background-position: 0 100%;
}
#navigation a:hover {
	color: #BC2A4D;
}
#navigation #active-subsection a {
	color: #D31141;
}
#navigation #active-subsection a:hover {
	color: #D31141;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}
#cp-main .panel {
	background-color: #F9F9F9;
}
#cp-main .pm {
	background-color: #FFFFFF;
}
dl.mini h3 {
	color:#333333;
}
/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("./styles/prosilver/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/prosilver/theme/images/corners_right.gif");
}
#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("./styles/prosilver/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/prosilver/theme/images/corners_right.gif");
}
/* Friends list */
.cp-mini {
}
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
----------------------------------------*/
select {
	border-color: #dfc9a7;
	background-color: #fff8ec;
	color: #000;
	padding:5px;
	margin:4px
}
label {
	color: #425067;
}
option.disabled-option {
	color: graytext;
}
/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}
/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}
fieldset.fields2 dl:hover dt label {
	color: inherit;
}
/* Quick-login on index page */
fieldset.quick-login input.inputbox {
}
/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}
/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #fffff3;
	color: #333333;
}
.inputbox:hover {
	border: 1px solid #cf7f32;
}
.inputbox:focus {
	border: 1px solid #dfc9a7;
	color: #0F4987;
}
/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #fbeed9;
	border:1px solid #dfc9a7 !important;
	box-shadow:0 3px 0 #dfc9a7;
	-webkit-box-shadow:0 3px 0 #dfc9a7;
	-moz-box-shadow:0 3px 0 #dfc9a7;
	padding:5px;
	border-radius:5px;
	font-size:12px;
	position:relative;
	margin-bottom:10px
}
a.button1:active, a.button2:active, input.button1:active, input.button2:active {
	color: #000;
	background-color: #fbeed9;
	border:1px solid #dfc9a7 !important;
	box-shadow:inset 0 -1px 0 #dfc9a7;
	-webkit-box-shadow:inset 0 -1px 0 #dfc9a7;
	-moz-box-shadow:inset 0 -1px 0 #dfc9a7;
	padding:5px;
	padding-top:3px;
	border-radius:5px;
	font-size:12px;
	top:3px;
}
a.button1, input.button1 {
	border-color: #666666;
}
input.button3 {
	background-image: none;
}
/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}
input.search {
	background-image: url("./styles/prosilver/theme/images/icon_textbox_search.gif");
}
input.disabled {
	color: #666666;
}
/*My colours*/

.innerbg {
	box-shadow:inset inset 0 1.5px 3px #bebebe, 0 0 0 5px #fbeed9;
	-webkit-box-shadow:inset 0 1.5px 3px #bebebe, 0 0 0 5px #fbeed9;
	-moz-box-shadow:inset 0 1.5px 3px #bebebe, 0 0 0 5px #fbeed9;
	padding:3px;
	margin:3px;
	border: 1px solid #dfc9a7
}
.forabg .inner tr.genmed, .clan_info_profile, .theme, .forumbg .inner thead {
	font:14px 'Trebuchet MS'
}
.leaguetable thead {
	font:12px 'Trebuchet MS'
}
li.header dt {
	/*font:bold 15px 'Trebuchet MS'*/
	font-family: 'MoyenageRegular' !important;
	font-weight:normal;
	font-size: 20px;
	text-align: center;
	margin: 0 0 0 -5px;
}
.blog_right a {
	font:14px 'Trebuchet MS'
}
tr.genmed .played {
	background:#cadaba
}
tr.genmed .not_accept {
	background:#eee
}
tr.genmed .not_played {
	background:#fcfed2
}
.clan_a a {
	color:#50751e !important;
	font:bold 14px 'Trebuchet MS' !important
}
.author_a a {
	color:#aa0000 !important;
	font:bold 14px 'Trebuchet MS' !important
}
.title_a {
	font:bold 18px 'Trebuchet MS' !important
}
.blog_new a {
	font:14px 'Trebuchet MS'
}
#postingbox h3{
	padding:0 10px;
	}
#postingbox dt label{
	padding:0 10px;
	}
#options-panel fieldset.fields1{
	padding: 0 10px;
	}
.rules_body #page_middle {
	padding: 40px 15px 0 15px;
	margin: 0px 30px 0 30px;
	background: #e4d4ad;
	padding-bottom: 20px;
}
/* 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 */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}
/*
.icon-thanks					{ background-image: url("./styles/prosilver/theme/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./styles/prosilver/theme/images/icon_thanks_toplist.gif"); }
*/
/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }

/* Profile & navigation icons */
.thanks-icon, .thanks-icon a		{ background-image: url("./styles/prosilver/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("./styles/prosilver/imageset/removethanks.gif"); }
/* [begin] Add this to social bookmark by Porutchik */
/**
* styles/prosilver/theme/shareonbookmark.css
*
* I'm request you retain the copyright notice below including the link to site author.
* @version $Id: shareonbookmark.css, v 1.0.0 2010/12/11 01:10:26 Porutchik Exp $
* @copyright (c) 2010 Sergey aka Porutchik, http://forum.aeroion.ru
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/* Borrowed from http://www.ebay-forum.ru/phpBB2/index.html */

/************	Social buttons
******************************************/
/*.share {margin: 0 3px 0 3px;list-style-type: none}*/
.share {margin: 0 3px 0 3px;list-style-type: none;font-size:11px;letter-spacing:0px;white-space:nowrap}
.share a {
	display: block;
	width: 16px;
	height: 16px; 
	float: left;
	margin: 0 2px;
	padding-top: 2px;
	background: url('./styles/prosilver/theme/images/shareicons.gif') no-repeat;
}
.share a {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.share:hover a {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.share .vk {
	background-position: 0 0;
}
.share .fb {
	background-position: -16px 0;
}
.share .tw {
	background-position: -32px 0;
}
.share .od {
	background-position: -48px 0;
}
.share .lj {
	background-position: -64px 0;
}
.share .mr {
	background-position: -80px 0;
}
.share .bd {
	background-position: -96px 0;
}
.share .ya {
	background-position: -112px 0;
}
.share .yaru {
	background-position: -128px 0;
}
.share .dl {
	background-position: -144px 0;
}
/* [end] Add this to social bookmark by Porutchik */
/* proSilver Board_Rules Styles
---------------------------------------- */

#rules .faq  {
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

#rules .faq a {
	font-weight: bold;
}

#rules dl.faq1  {
	padding-left: 40px;
}

#rules .faq1  dd {
	margin-top: 1em;
}

#rules .fragment {
	background-color: #ECD5D8;
	color: #9C2A4D;
	margin: -2px;
	padding: 5px;
	border-radius: 5px;
}

#rules h2.fragment {
	margin: 0.2em 0 0;
	border: none;
}

#rules .fragment a {
	color: #9C2A4D;
}

#rules ul, #rules ol {
	margin-bottom: 0;
}

#rules li {
	padding-top: 0.7em;
}

#rules .contents {
	font-size: 1.1em;
	padding: 0.4em 0;
	border-bottom: 1px solid #CCCCCC;
}

#rules span.hr {
	display: block;
	margin-left: 22px;
	margin-right: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.icon-rules {
	padding: 1px 0 0 17px;
}

.rtl .icon-rules {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}
/* SAFE GT ADDON BY Soshen 2011 <nipponart.org>
---------------------------------------- */
ul.safegt-icons
{
list-style: none;
padding: 0px;
margin: 35px 0 0 0;
}

ul.safegt-icons li {
    display: block;
	height: 15px;
	margin: 2px 0 0 0;
}

ul.safegt-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

ul.safegt-icons li span { display:none; }
ul.safegt-icons li a:hover { background: none; }

li.xboxgt-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_xbox.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}

li.psngt-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_psn.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}

li.wiigt-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_wii.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}

li.steamgt-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_steam.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}

li.xfiregt-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_xfire.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}

li.origin-icon
{
background-image: url("./styles/prosilver/theme/safegt/icon_origin.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 16px;
}
/** 
*
* @package Buttons menu MOD
* @author Kamahl www.phpbb3hacks.com
* @version 2.1.0
* @copyright (c) 2011 Kamahl www.phpbb3hacks.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

#menu {
	margin: auto;
	padding-top: 170px;
	margin-left: 100px;
	height: 40px;
	width: 825px;
	margin-bottom:0px
}
#menu #top-search {
	height: 30px;
	width: 160px;
	margin-top: -55px;
	margin-right: 665px;
}
#menu ul {
	list-style: none;
	height:35px;
}
#menu ul li {
	float:none;
	position:relative;
}
/*ховер для верхнего меню*/
#menu ul li.menu-button:hover > a {
	/*box-shadow: inset 0 3px 0 1px #995543;
	-webkit-box-shadow: inset 0 3px 0 1px #995543;
	-moz-box-shadow: inset 0 3px 0 1px #995543*/
	-webkit-box-shadow:  0px 0px 15px 4px rgba(1, 1, 1, 0.5);
	box-shadow:  0px 0px 15px 4px rgba(1, 1, 1, 0.5);
}
#menu ul li:hover {
	outline: 0 none;
}
#menu ul li a {
	display: block;
	padding: 5px 1px 5px 1px;
	margin: 0px 7px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(1, 1, 1, 1);
}
#menu ul ul {
	display: none;
	position: absolute;
	z-index: 1000;
	list-style: none;
	height: 30px;
	box-shadow: 0 0 5px #bebebe;
	-webkit-box-shadow: 0 0 5px #bebebe;
	-moz-box-shadow: 0 0 5px #bebebe;
}
#menu ul ul li {
	display: block;
	min-width: 215px;
	/*height: 30px;*/
	border-top: 1px solid transparent;
	background: #fbeed9 !important;
	border-radius:2px;
	border:1px solid #dfc9a7;
}
#menu ul ul li:hover, #menu ul ul li:focus {
	box-shadow:inset 0 1.5px 3px 0 #bebebe;
	-webkit-box-shadow:inset 0 1.5px 3px 0 #bebebe;
	-moz-box-shadow:inset 0 1.5px 3px 0 #bebebe;
	border:1px solid #dfc9a7;
}
#menu ul ul li a {
	display: block;
	font-size: 14px !important;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 8px 13px 6px 13px;
	color: #575757 !important;
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.2);
	text-shadow: 1px 1px 2px rgba(1, 1, 1, 0);
}
#menu ul ul li a:hover {
	color: #fff !important
}
/* IE 9 hack */     
#menu ul ul li:first-child {
	border-top: 2px solid transparent\9;
}
.deleted {
	background-color: #A19CA6;
}

.foe {
	background-color: #FF6600;
}

.num_replies {
	float: right;
}

.no_blogs {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#replies {
	text-align: center;
	margin-top: 5px;
	margin-bottom:5px;
}

/**
* Left menu
*/
#left_menu {
	width: 220px;
	vertical-align: top;
}

.left_menu_title {
    color:white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 5px 0;
	position:relative;
		 background: #50751e;
		 background: -webkit-gradient(linear, left top, left bottom, from(#7ba05b), to(#50751e));
background: -webkit-linear-gradient(top, #7ba05b, #50751e);
background: -moz-linear-gradient(top, #7ba05b, #50751e);
background: -ms-linear-gradient(top, #7ba05b, #50751e);
background: -o-linear-gradient(top, #7ba05b, #50751e);
   background-image: -ms-linear-gradient(top, #7ba05b 0%, #50751e 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
	z-index:1;
	margin:-15px 10px 10px 10px;
}

.left_menu_title:before, .left_menu_title:after
{
    content: '';
    position: absolute;
    border-style: solid;
}
.left_menu_title:before
{
  width: 0; 
	height: 0; 
	left: -8px; 
	top: -1px;
	top: 0px; 
	border: 5px solid; 
		border-right:3px solid;
	border-color: transparent #4c3c18 #4c3c18 transparent ; 
}

.left_menu_title:after
{
      width: 0; 
	height: 0; 
	right: -7px; 
	top: -1px; 
	border: 5px solid;
	border-left:3px solid;	 
	border-color: transparent transparent #4c3c18 #4c3c18;
}

#blog_searchform {
	color: #FFFFFF;
	margin-top: 5px;
	white-space: nowrap;
}

/**
* Buttons
*/
.blog-icon span {
	background: transparent none 0 0 no-repeat;
	background-image: url("./styles/prosilver/imageset/en/button_blog_new.gif");
}

.buttons div.blog-icon {
	width: 96px;
	height: 25px;
}

.clan_profile-icon span {
	background: transparent none 0 0 no-repeat;
	background-image: url("./styles/prosilver/imageset/en/button_clan_profile.gif");
}

.buttons div.clan_profile-icon {
	width: 120px;
	height: 25px;
}

/**
My
**/
.blog_general{
width: 100%;
 margin: auto; }
 

.blog_left{
width:220px;
float:left}

.blog_right{
float:left;
width: 715px;
margin-left:10px;}
.blog_right .top span{color: #fff}
.blog_right .top {font-size:16px}







.blog_right .forabg_center{margin-bottom:10px}


.who_online{clear:left;}

.top_header{margin: 5px 5px 0 5px; border-bottom: 1px dashed #d1bba6}
.blog_right .middle .random {padding: 0 10px}
.blog_right .middle  span.date {float:right; font-size:1.3em}
.view_blog_main .blog_right .middle  span.date {float: none; font-size:0.7em}
.blog_right .bottom_header{font-size:1.3em}

.com_left, .com_right {float:left; display: block;}

.com_left{width:74%}

.com_right {width:26%}

#right_menu {}

.blog_topic {margin-left:10px;margin-right:10px;
margin-bottom: 3em;
background: #fbeed9;
border-left: 1px solid #dfc9a7;
border-right: 1px solid #dfc9a7;
border-bottom: 1px solid #dfc9a7;
border-top:3px solid #50751E;
-webkit-box-shadow:  0px 0px 5px #d7d7d7;
box-shadow: 0px 0px 5px #d7d7d7;
-moz-box-shadow:0px 0px 5px #d7d7d7;}

.bg8{background:#e4d4ad; box-shadow:0 0 2px #dfc9a7; -moz-box-shadow:0 0 2px #dfc9a7; -webkit-box-shadow:0 0 2px #dfc9a7; margin:10px}

#right_menu .bg2, #right_menu .bg1 {background:none}

#page_middle .clear {clear:left;}

.com_header {
margin: 0px 6px 4px 6px;
min-height:25px}

.com_content {
padding:10px 5px 10px 5px;
min-height: 100px; 
font:14px  "Trebuchet MS";
text-indent: 20px;
color: #575757 !important;
text-align:justify;}

textarea.inputbox{width:95%}

.com_left .com_header li.header_li{float:left}

.com_left .com_header li.header_li_right{float:right}

#header_ul{list-style:none; margin:5px 3px 5px 3px}

.middle_blog{margin-left:8px; margin-right:8px; margin-bottom:8px;
background: #fff8ec;
border: 1px solid #dfc9a7;
-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;}

.forabg_center .top  #replies{font-size:16px; color:white}

.fancy-hr{border:none;
height:4px;
background: #fbeed9;
-webkit-box-shadow: 0px 0px 7px #d7d7d7;
box-shadow: 0px 0px 7px #d7d7d7;
-moz-box-shadow:0px 0px 7px #d7d7d7;}

.userblog-icon, .userblog-icon a { background: url("./styles/prosilver/imageset/icon_contact_blog.gif") top left no-repeat; }

ul.profile-icons li.userblog-icon { width: 21px; height: 20px; } 

#header_ul h3 {color: #50751E; font-size:14px}

.com_header ul.profile-icons{padding-top:0;}

#postform .bg3 {margin:0 10px 10px 5px}
#postform .bg2{margin:0 10px 10px 5px; background:none}
 #cp-main .bg2{background:none !important; border:none !important; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important;}
#postform #postingbox2 {margin:0 10px 10px 5px;background-color: #fff8ec; border-top:1px solid #fbeed9 !important;
border-bottom: 1px solid #dfc9a7; border-left:1px solid #dfc9a7;border-right:1px solid #dfc9a7;
-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7; 
-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
padding:10px}

#postform #postingbox {margin:0 10px 0px 5px;background: #fff8ec !important;
border-top: 3px solid #50751E; border-left:1px solid #dfc9a7;border-right:1px solid #dfc9a7; border-bottom: 1px solid #fbeed9 !important;
-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7; 
-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;}

#cp-main .panel{margin:0 10px 10px 5px;background: #fff8ec;
border-bottom: 1px solid #dfc9a7; border-left:1px solid #dfc9a7;border-right:1px solid #dfc9a7; border-top:3px solid #50751E;
-webkit-box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
box-shadow: inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7; 
-moz-box-shadow:inset 5px 5px 0px #fbeed9, inset -5px -5px 0px #fbeed9, 0px 0px 5px #d7d7d7;
padding:15px}
#cp-main .panel #postingbox2 {border-top:1px solid fbeed9;}

/*blog_topic*/

.blog_topic .panel{background:none; margin:10px; border:3px double #dfc9a7; box-shadow:  1px 1px 2px 0 #676767; -webkit-box-shadow:  1px 1px 2px 0 #676767; -moz-box-shadow: 1px 1px 2px 0 #676767}

#right_menu .blog_topic .post {margin:10px;}

#right_menu .blog_topic .content{border-top:1px dashed #dfc9a7; padding-top:5px;}

.rating {margin-left:5px; font-size:1.3em}


.clear_topic {clear:right;}
 
/*View_blog*/
#view_blog{padding:10px;}

/*Myblog_left*/

#page_middle #myblog_left{border:1px solid #dfc9a7; background:#fbeed9; }

#page_middle #myblog_left .bg1, #page_middle .blog_left .bg1 {margin:5px; margin-bottom:15px; min-height:120px; box-shadow: 0 0 2px #dfc9a7; -moz-box-shadow: 0 0 2px #dfc9a7; -webkit-box-shadow: 0 0 2px #dfc9a7}


  #page_middle .blog_left,  #page_middle .blog_right {margin-top:20px;}
  
  .blog_left .bg1 {font-size:12px;}
  
  img.avatar_blog {border:1px solid #dfc9a7; background: #fbeed9; padding:3px; margin:3px}
  
  /*userlist*/
  
  .userlist_ul{
  list-style:none;
  display:block;
  margin:0; 
 }
   .userlist_li{
   margin-bottom:8px;
   background:#fff8ec;
  -moz-box-shadow: 0 0 2px #dfc9a7;
  -webkit-box-shadow: 0 0 2px #dfc9a7;
   box-shadow: 0 0 2px #dfc9a7;
   padding:10px;
   overflow:hidden;
   }
   
   .userlist_li dd{
   display: block;
float: left;}
   
   .userlist_li dt {
display: block;
float: left;
width: 50%;}
.usertitle{font-size:18px}
.posttitle{border-bottom:1px dashed #ca7f32;font-size:16px}
.gallery-icon, .gallery-icon a		{ background: none; top left no-repeat; }
ul.profile-icons li.gallery-icon	{ width: 20px; height: 20px; }
.gallery-icon, .gallery-icon a		{ background-image: url("./styles/prosilver/imageset/icon_contact_gallery.gif"); }

.buttons div.upload-icon	{ width: 96px; height: 25px; }
.upload-icon span	{ background-image: url("./styles/prosilver/imageset/en/button_upload_image.gif"); }

.icon-gallery {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
	background-image: none;
}

.rtl .icon-gallery {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

fieldset.gallery dd.simulate-dt label {
	margin-left:	0;
	float:			left;
	font-weight:	bold;
	text-align:		left;
	color:			#425067;
}
.rtl fieldset.gallery dd.simulate-dt label {
	text-align:		right;
}

fieldset.gallery dl:hover dd.simulate-dt label {
	color:			#000000;
}

fieldset.gallery dt.simulate-dt {
	width:			22em;
}

fieldset.gallery dt.first {
	min-height:		16em;
}

fieldset.gallery dd.simulate-dt {
	margin-left:	0;
	float:			left;
}

fieldset.gallery dd.simulate-dd {
	margin-left:	35em;
}

fieldset.gallery #format-buttons {
	margin-top: 0;
}

fieldset.gallery input.readonly, fieldset.gallery textarea.readonly {
	background: #DCDCDC;
}

dd.g_lastimage {
	padding-left: 5px;
	width: 30%;
}

dd.g_moderation {
	width: 35%;
}

dd.g_rating, dd.g_comments {
	width: 12%;
	text-align: center;
	font-size: 1.1em;
}

dd.g_status {
	width: 15%;
	text-align: center;
	font-size: 1.1em;
}

span.reported-images-number {
	color: red;
}

.g_unapproved {
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url("./styles/prosilver/imageset/icon_gallery_unapproved.gif");
}

.g_locked {
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url("./styles/prosilver/imageset/icon_gallery_locked.gif");
}

.g_reported {
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url("./styles/prosilver/imageset/icon_gallery_reported.gif");
}

input.autowidth-gallery {
	width: 96%;
	max-width: 186px;
}


.imagesize img{max-width:200px; max-height:200px}
/* proSilver Style Sheet DM Video
-------------------------------------------------*/

dl.icon {
	min-height: 35px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

dd.dmv-singer {
	width: 15%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.1em;
}

dd.dmv-title {
	width: 35%;
	text-align: left;
	line-height: 2.2em;
	font-size: 1.1em;
}

dd.dmv-views{
	width: 10%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.1em;
}

dd.dmv-lastpost {
	width: 15%;
	text-align: left;
	font-size: 1.1em;
}

dd.dmv-comments {
	width: 65%;
	margin-left: 10px;
	text-align: left;
	font-size: 1.1em;
}

dd.dmv-action{
	width: 10%;
	text-align: left;
	line-height: 2.2em;
	font-size: 1.1em;
}

.icon-videos
{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}


.buttons div.video-icon		{ width: 119px; height: 25px; }
.buttons div.video-comment	{ width: 119px; height: 25px; }

.video-icon span		{ background: transparent none 0 0 no-repeat; }
.video-icon span		{ background-image: url("./styles/prosilver/imageset/en/button_video_new.gif"); }
.video-comment span	{ background: transparent none 0 0 no-repeat; }
.video-comment span	{ background-image: url("./styles/prosilver/imageset/en/button_comment_new.gif"); }

.icon-videos 	{ background-image: none}

.facebook-icon, .facebook-icon a		{ background: none top left no-repeat; }
.twitter-icon, .twitter-icon a		{ background: none top left no-repeat; }
.orkut-icon, .orkut-icon a			{ background: none top left no-repeat; }
.digg-icon, .digg-icon a				{ background: none top left no-repeat; }
.myspace-icon, .myspace-icon a		{ background: none top left no-repeat; }
.delicious-icon, .delicious-icon a	{ background: none top left no-repeat; }
.technorati-icon, .technorati-icon a	{ background: none top left no-repeat; }

ul.profile-icons li.facebook-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.twitter-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.orkut-icon			{ width: 20px; height: 20px; }
ul.profile-icons li.digg-icon			{ width: 20px; height: 20px; }
ul.profile-icons li.myspace-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.delicious-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.technorati-icon	{ width: 20px; height: 20px; }

.facebook-icon, .facebook-icon a		{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_facebook.png"); }
.twitter-icon, .twitter-icon a		{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_twitter.png"); }
.orkut-icon, .orkut-icon a			{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_orkut.gif"); }
.digg-icon, .digg-icon a				{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_digg.gif"); }
.myspace-icon, .myspace-icon a		{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_myspace.png"); }
.delicious-icon, .delicious-icon a	{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_delicious.gif"); }
.technorati-icon, .technorati-icon a	{ background-image: url("./styles/prosilver/imageset/en/share_buttons/shareon_technorati.png"); }
/* proSilver Style Sheet DM Easy Download System
------------------------------------------------------------*/

dd.eds-title {
	width: 25%;
	overflow: hidden;
	text-align: left;
	line-height: 2.2em;
	font-size: 1.1em;
}

dd.eds-version {
	width: 5%;
	min-width: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.1em;
}

dd.eds-desc {
	width: 35%;
	overflow: hidden;
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
}

dd.eds-desc-small {
	width: 30%;
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
}

dd.eds-count {
	width: 10%;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
}

dd.eds-cost {
	width: 8%;
	min-width: 100px;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
}

dd.eds-filesize {
	width: 8%;
	min-width: 60px;
	overflow: hidden;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.eds-dl {
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 1.1em;
}

dd.eds-lastpost {
	width: 30%;
	min-width: 60px;
	text-align: left;
	font-size: 1.1em;
}

div.eds-legend {
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 1.1em;
}

.icon-download {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-download	{ background-image: none}
/*  	
--------------------------------------------------------------
Mods for medals.css X
-------------------------------------------------------------- */
.approve-icon, .approve-icon a	{ background: none top left no-repeat; }
.approve-icon, .approve-icon a	{ background-image: url("./styles/prosilver/imageset/icon_post_approve.gif"); }
ul.approve-icons, li.approve-icon { width: 20px; height: 20px; }

/* Icon images
---------------------------------------- */
.icon-medal {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}
.icon-medal	{ background-image: none }
.rtl .icon-medal {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

ul.profile-icons li.nominate-icon	{width: 20px; height: 20px;}
.nominate-icon, .nominate-icon a	{background: url("./styles/prosilver/imageset/icon_nominate.gif") no-repeat;}
/**
*
* @package mChat ProSilver Style
* @version 1.3.5 2010-12-02
* @copyright (c) RMcGirr83 ( http://www.rmcgirr83.org/ )
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

/* mChat
------------ */
div.mChatBG1 {
	background-color: #FBFBFB;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatBG2 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
}

div.mChatPanel {
	text-align: center;
	padding: 3px;
	clear: both;
}

input.mChatText {
	cursor: text;
	max-width:500px;
	min-width:420px;
	background-color: #fffff8;
	color: #333333;
	padding: 8px 10px;
	margin: 6px;
}

input.mChatText:focus{ }

input.mChatText:hover {}

div.mChatHover:hover {
	background-color: #F6F4D0;
}

div.mChatBodyFix {
	width: 100% !important;
	background-color: #fff8ec !important;
}

div.mChatStatic {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
}

div.mChatStats {
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-height: 1.3em;
	font-size: 1.1em;
	height: auto !important;
}

div.mChatRefresh {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin-top: 1.5em;
	clear: both;
}

input.mChatColor {
	width: 100%;
	text-align: center;
	background-color: #DEE3E7;
	border-style: none;	
}

div.mChatMessage {
	padding: 3px;
	font-size: 1.2em;
	width: 98%;

}

a.mChatScriptLink {
	text-decoration:none;
}

img.mChatImage{
	vertical-align: middle;
}

img.mChatImageLoad {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

img.mChatImageOk {
	vertical-align: middle;
	cursor: help;
}

img.mChatImageHideImg {
	vertical-align: middle; 
	cursor: help; 
	display: none;
}

div.mChatSound {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.mchat_alert {
	color: #7E2217;
	padding: 10px;
}

#mChatUserList {
	display: none;
	float: left;
}

.mChatAvatars {
	float: left;
	padding-right: 5px;
}

div.avatarMessage {
	margin-left: 50px;
	width: 90%;
	margin-right: 5px;
	word-break: break-all;
}
/* phpRivalsMOD 2.0 -- By Soshen - nipponart.org - Css addon
---------------------------------------- */


/** COLOR BASED **/
#menurivals { margin-bottom:5px ! important; }
#rivals { width: 950px; background: url(images/style5/sottorival.jpg) no-repeat; clear: top; margin: 5px 5px 5px 5px; height: 30px; color: F0F4F7; }
.rivallist { display: inline; list-style: none; float: center; font: bold 12px/20px 'Lucida Sans', sans-serif; cursor: pointer; padding: 0 5px 0 5px; }
.rivallist-UL { padding: 5px 10px 5px 50px; float: center; list-style: none;}
.rivallist-UL a {color: #fff;}
.tablerival { background: #2E5F92; border: 1px solid #2E5F92; width:100%; }
.row1 { background-color: #e4d4ad; padding: 4px; color: #543326; }
.row1-light { background-color: #D4DEE9; border: 0px !important; margin: 0 0 0 !important; padding: 0 0 0 5px !important; color: #2E5F92; font-size: 14px; }
.row2 { background-color: #fff8ec; padding: 4px; color: #2E5F92;}
.row3 { background-color: #fff8ec; border: 2px solid #fbeed9; padding: 4px; color: #2E5F92; }
.trasparent { background: none; border: 0; padding: 4px; }

.rvcat_ucp, .rvcat_ucp a:link, .rvcat_ucp a:active, .rvcat_ucp a:visited  { color: #FFFFFF; font-size: 15px; }
.rival_titoli { background-color: #2E5F92; border: 1px solid #2E5F92; border-width: 1px; padding: 4px; font-weight: bold; color: #FFFFFF; }
.favlist { margin-left: 50px; clear: both; }
.tablebg { width:100%; font-weight: bold; color: #F9F9F9; }
.tablebgtrasparent { border: 1px solid #dfc9a7; width:100%;color: #000;background:#fff8ec; box-shadow:inset 0 0 0 5px #fbeed9, 0 0 5px #bebebe; padding:5px }
.tablebg430 { background: #2E5F92; border: 1px solid #2E5F92; width: 430px !important; font-weight: bold; color: #F9F9F9; }
.cat, .cat a:link, .cat a:active, .cat a:visited { margin: 0; padding: 0; border: 0; text-indent: 4px; font-weight: bold; color: #F9F9F9; height: 10px; }
.subcat { margin: 0; padding: 0; border: 0; text-indent: 4px; font-weight: normal; color: #000; font-size: 14px; text-align: left; }
	.subcat img { vertical-align:middle ! important; margin-right:0px; z-index:-1; }
.cat-bigtitle { margin: 0; padding: 0; border: 0; text-indent: 4px; font-weight: bold; color: #000; font-size: 24px; text-align: center; }
.cat_title { color: #fff; font-size: 24px; margin: 0 6px 6px 6px ! important; }
.cat_title2 { color: #4a5861; font-size: 24px; margin: 0 6px 6px 6px ! important; font-weight: bold; }
.clandata { font-size: 16px; margin: 2px 4px 2px 4px; }
.chatfield { clear: both; display: block; width: 100%; min-height: 30px; max-height: 300px; background: #fbeed9;border:1px solid #dfc9a7; overflow: auto; }
	.chatfield li { padding:5px }
.chatfieldmain { clear: both; display: block; width: 95%; min-height: 30px; background: #fbeed9;border:1px solid #dfc9a7; padding:5px;overflow: none; list-style: none; margin:auto  }
	.chatfieldmain li { }
.rvu { text-decoration: underline !important; }
.rvchatlist { font-size: 14px; padding: 4px; font-weight: bold; }
.rv_errorbox {
	color: #b53d5a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px !important;
	padding: 5px 7px;
	display: block;
	margin: 10px 0 10px 0;
	border: 1px solid #deb7b7;
	background-color: #f4e1e6;
}

/** BUTTON **/
.rvbutton{ text-align:center; 
	border:1px solid #dfc9a7;
	padding:5px; 
	background: #fff8ec;
	display:block; 
	width:200px;
	margin:auto}
.rvbutton a:link, .rvbutton a:active, .rvbutton a:visited {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
	cursor: pointer;

}
.rvbutton a:hover {
	background: #fff;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	margin: 4px;
}
.rvbutton2 {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	padding: 5px;
	background: #fbeed9;
	border:1px solid #dfc9a7;
	box-shadow: 0 3px 0 #dfc9a7;
	-webkit-box-shadow: 0 3px 0 #dfc9a7;
	-moz-box-shadow: 0 3px 0 #dfc9a7;
	border-radius:5px;
	position:relative;
	
	
}
.rvbutton2:active{box-shadow:0 1px 0 #dfc9a7; -webkit-box-shadow:0 1px 0 #dfc9a7; -moz-box-shadow:0 1px 0 #dfc9a7;top:3px}
.rvbutton2:hover {
}


.rvbutton_chat {
	color: #FFFFFF !important;
	background-color: #2E5F92;
	background-image: -moz-linear-gradient(center top, #2E5F92, #2E5F92); /* Firefox >= 3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2E5F92), to(#2E5F92));/* Safari >= 4.0 */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2E5F92', EndColorStr='#2E5F92', GradientType=0); /* IE */
	border: 1px solid #C0C0C0; color: #000; cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height: 11px; padding: 6px 4px; text-decoration: none;
}

.rvbutton_chat:hover {
	color: #FFFFFF !important;
	background-color: #D4DEE9;
	background-image: -moz-linear-gradient(center top, #D4DEE9, #2E5F92); /* Firefox >= 3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D4DEE9), to(#2E5F92));/* Safari >= 4.0 */
	/*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D4DEE9', EndColorStr='#2E5F92', GradientType=0); /* IE */
	border: 1px solid #C0C0C0; color: #000; cursor: pointer; display: inline-block; font-size: 11px; font-weight: bold; line-height: 11px; padding: 6px 4px; text-decoration: none;
}

/** OTHER DEFINITION **/

h4 { margin: 5px 0 0 0 ; font-size: 1.1em; font-weight: bold; color: #F0F4F7; }
.infoclan { width:100%; }
.h4profile {color: #50751e; text-decoration: underline;border:1px solid #dfc9a7; background:#fbeed9; margin:10px; padding:5px}
.h2profile { color: #F9F9F9; margin: 5px 0 0 0 ; font-size: 1.5em; font-weight: bold; }
#copyright { text-align: center; color:#F9F9F9;}
#mappa_decerto { color:#FF0000 }
.gt { color:#4a5861; font-weight:lighter; }
.pmvp { color:#2E5F92; font-weight:normal; }
.role { color:#4a5861; font-weight:lighter; }
.bigname { font-size: 16px; }
.bigtitolo { font-size: 26px ! important; margin-bottom: 10px; text-align: center; }

.subtitle { font-size: 20px ! important; margin-top: 4px; margin-bottom: 10px; text-align: left !important; padding-left:50px; padding-bottom:10px; padding-top:10px; text-decoration:underline}

.ulladder li, .ulladder a { list-style: none; margin-left: 8px; vertical-align: middle; }
.clanpartecipanti { margin-left: 6px; }
#userstats { margin-top: 5px; }
.userleaderboard { margin-top: 20px; text-align:center; font-size:22px; font-weight:bold;
color: #543326
}
.rivalsli { margin-left: 6px; list-style-type: none; }
#vsicon img { display:block; height: 80px; width: 20px; }
.vsicon, .vsicon img { display:block; height: 80px; width: 20px; }
.teamform { display: block; float:right ! important; margin-right: 6px; }
.clanpagename { font-weight:bold; text-align:center ! important; font-size:24px; margin:20px 0 20px 0; }
.clanname, .clanname a:link, .clanname a:active, .clanname a:visited { font-size:14px; }
.rivalwinner { color: #FF0000; }
.rivalsmvp { font-weight: normal; margin-left:10px; }
.score { font-size:16px; font-weight: bold; }
.nomvp { background: #000000; color: #FFFFFF; }
.clanselect { background: #cccccc; color: #000000; font-weight: bold; }
.rivalpopup { display:none; width:430px; position:absolute; margin-left: -300px; z-index: 5 ! important; background: #F9F9F9; border: 1px solid #2E5F92; }
	.rivalpopup li, .rivalpopup ul { list-style: none; margin-left: 10px; }
.rivalpopup_clan { display:none; width:430px; position:absolute; margin-left:-430px; margin-top:-30px; z-index:3 ! important;  background: #F9F9F9; border: 1px solid #2E5F92; }
	.rivalpopup_clan li, .rivalpopup_clan ul { list-style: none; margin-left: 10px; }
.ulstats { list-style: none; margin-left: 10px; vertical-align: middle; font-size:16px; }
.forumdesc { margin-left:30px; font-weight:normal; }
.liladder { padding:0; }
	.liladder img { vertical-align:middle ! important; margin-right:0px; z-index:-1; }
.subladdername { font-size:16px; margin-left:2px; }
.1vs1 { vertical-align:top; }
.rules li { margin-left:30px; }
.rivalsicon { vertical-align:middle; }
.clantrofei, .clantrofei ul, .clantrofei li, .clantrofei img { list-style: none; display: inline; text-align: center !important; vertical-align: middle; }
.ladwinner { font-size:24px; font-weight:bold; text-align:center; }
.frostul, .frostul li { margin: 6px 6px 6px 6px; list-style-type: none; }
.clan_chat { margin-top: 2px ! important; margin-bottom: 2px ! important; max-height: 160px; overflow: auto ! important; }
		.chat_msg  li { background-color: #fff8ec; border: 1px solid #dfc9a7;padding: 8px 1px 8px 1px; color: #575757; margin-top: 5px; list-style: none; text-align: left ! important; width:300px }
	.msg_time { padding:5px; background-color: #dfc9a7; font-weight: bold; color: #575757; vertical-align: middle ! important; margin-right: 5px;}
	.msg_text { padding-right: 5px; vertical-align: middle ! important; font-weight: normal; }
	.msg_text img { vertical-align:middle ! important; }
	.msg_more {display:block; padding:5px 5px 5px 10px;}
.tablebghidded { table-layout:fixed; display:none; padding-top:10px; width:100% !important; border:1; border-collapse:collapse; border-spacing:0; padding:2px; }
.ladderimg, .ladderimg img { padding-left: 4px; padding-right: 4px; vertical-align: middle !important; margin: 0; }
.alltimestats { display: block; float: left; margin:0 0 50px 0; }
.clanprofileright { display: block; float: left; padding-top: 8px; margin-left: 10px; vertical-align: top; text-align: center; min-height: 300px; }
.rivalsgraph { clear: both; margin: 0; padding: 0; }
.rivalsgraphbig { display: block; width: 100%; height: 200px; float: left; margin-right: 10px; text-align: center !important; }
.alltimetitle { font-size: 24px !important; text-align: center; color: #000000; margin-bottom: 0; }
.alltimetitleul { clear: both; font-size: 16px !important; text-align: left; color: #000000; list-style: none; z-index: 2; }
.reputation { font-size: 20px; margin: 16px 4px 2px 4px; }
.reputation img { vertical-align: middle ! important; }
.clanvote { float: right; }
.rvadvbanner, .rvadvbanner img { float: right; z-index: 3; margin: 0; padding: 0; vertical-align: top; }
.random-menu { display: block; float: left; margin: 0; vertical-align: top; width: 20%; min-height: 100px; text-align: center; font-weight: bold; font-size: 14px; }
.randomimg { display: block; float: right; margin: 0; vertical-align: top; width: 80%;}
.imgi, .imgi a:link, .imgi a:active, .imgi a:visited, .imgi a:hover , .imgi img { cursor: pointer; }
.filtrino { text-align:left; margin:5px 5px 5px 5px; font-size:14px ! important; font-weight:bold; background: #A79363; padding:10px }
.i_abcdz { margin: 0 0 0 2px; padding: 0 4px 0 4px;  color: #fff8ec !important;text-transform:uppercase }
.i_abcdz:hover { margin: 0 0 0 2px; padding: 0 4px 0 4px; color: #2E5F92 !important;  text-transform:uppercase; }
.i_all { margin: 0 0 0 2px; padding: 0 4px 0 4px; color: #fff8ec !important; text-transform:uppercase ! important; }
.i_all:hover { margin: 0 0 0 2px; padding: 0 4px 0 4px;  color: #2E5F92 !important;  text-transform:uppercase; }

/** IMAGESET **/
.imgbutton { display:inline ! important; height:25px ! important; vertical-align:top; }
.imgbutton a:link, .imgbutton a:active, .imgbutton a:visited { display:inline; height:25px ! important; }
.imgbutton a:hover  .rivabaseimg { display:none; cursor: pointer; z-index:-1; }
.rivaloverimg { display:none; cursor: pointer; z-index:-1; }
.imgbutton a:hover  .rivaloverimg { display:inline; cursor: pointer; z-index:1; }
.status_icon, .status_icon img { vertical-align:middle ! important; margin-top:0; margin-bottom:0;}

/* TABS */
ul.tabs-nav, ul.dropdown { list-style: none; margin: 0; overflow: hidden; padding: 0;  }
	ul.tabs-nav li, ul.dropdown-nav li { float: left; }
		ul.tabs-nav li a, ul.dropdown-nav li a { display: block; float: left; cursor: pointer; outline: none; position: relative; text-decoration: none; white-space: nowrap; z-index: 200; }
		ul.tabs-nav li.active a, ul.dropdown-nav li.active a { cursor: default; }
.tabs-panel, .dropdown-panel { clear: both; display: none; }
.panel-active { display: block; }
.tabs-panel { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-background-clip: padding-box; }
/* My TABS */
#clan_tabs ul.tabs-nav, ul.dropdown { list-style: none; margin: 0 80px 0 80px; overflow: hidden; padding: 0;}
	#clan_tabs ul.tabs-nav li, ul.dropdown-nav li { float: left; }
		#clan_tabs ul.tabs-nav li a, ul.dropdown-nav li a { display: block; float: left; cursor: pointer; outline: none; position: relative; text-decoration: none; white-space: nowrap; z-index: 200; }
		#clan_tabs ul.tabs-nav li.active a, ul.dropdown-nav li.active a { cursor: default; }
#clan_tabs .tabs-panel, .dropdown-panel { clear: both; display: none; }
#clan_tabs .panel-active { display: block; }
#clan_tabs .tabs-panel { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-background-clip: padding-box; }


/* TABS CLAN */
.main4tabs {padding: 10px 10px 10px 10px; }
	#clanpage .tabs { margin: 10px 0;  }
		#clanpage ul.tabs-nav { background-position: -20px -580px; height: 49px; line-height: 32px; margin-bottom: -1px; width: 100%; }
			#clanpage ul.tabs-nav li { text-transform: none;height: 49px; }
			#clanpage ul.tabs-nav li.active .left{background:url('/forum/styles/prosilver/theme/images/kapysta/clan/ltabs.png'); float:left;height:49px; width:30px }
			#clanpage ul.tabs-nav li.active .center{background:url('/forum/styles/prosilver/theme/images/kapysta/clan/ctabs.png'); float:left;height:49px; }
			#clanpage ul.tabs-nav li.active .right{background:url('/forum/styles/prosilver/theme/images/kapysta/clan/rtabs.png'); float:left;height:49px; width:30px }
#clanpage ul.tabs-nav li  .left{background:  url('/forum/styles/prosilver/theme/images/kapysta/clan/ltabs_na.png'); float:left; height:49px; width:29px}	
#clanpage ul.tabs-nav li  .center{background:  url('/forum/styles/prosilver/theme/images/kapysta/clan/ctabs_na.png'); float:left; height:49px;}
#clanpage ul.tabs-nav li .right{background:  url('/forum/styles/prosilver/theme/images/kapysta/clan/rtabs_na.png'); float:left;height:49px; width:29px}

		
				#clanpage ul.tabs-nav a, #clanpage ul.tabs-nav h1 { float: left; font-size: 16px; line-height: 30px; margin: 0; text-decoration: none; padding: 10px 0 2px 0; }
				#clanpage ul.tabs-nav span { display: block; float: left; height: 33px; width: 2px;  }
					#clanpage ul.tabs-nav li.active span.right { background-position: 0 -580px; }
					#clanpage ul.tabs-nav li.active span.left { background-position: 100% -580px;  }
					#clanpage ul.tabs-nav li.active a, #clanpage ul.tabs-nav li.active h1 { color: #BC2A4D; cursor: default; }
					#clanpage ul.tabs-nav li.active a:hover { color: #BC2A4D; cursor: default; }
					#clanpage ul.tabs-nav li.active a { display: block; padding: 10px 15px 2px 15px; }
		#clanpage .tabs-panel {}
		
/* TOURNAMENT BRACKETS */
.boxtournament { background-color: #FFFFFF; overflow:auto ! important; min-width: 600px ! important; }
.boxtournament .row2 { background-color: #F0F4F7; border: 2px solid #2E5F92; border-right: 0px; padding: 4px; color: #2E5F92; height: 30px !important; width: 180px !important; }
.boxtournament .tablebg { background: #FFFFFF; border: 0px; width: 100%; color: #4a5861; }
.boxtournament .tablebg tr { background: #FFFFFF; }
.boxtournament .bg1 { width: 360px !important; }
.boxtournament .rowF { background-color: #F0F4F7; border: 2px solid #2E5F92; border-left: 0px; padding: 4px; color: #2E5F92; width: 30px; }
.boxtournament .rowFF { background-color: #F0F4F7; border: 2px solid #2E5F92; border-left: 0px; padding: 4px; color: #2E5F92; width: 4px; }
.boxtournament .rowX {  background: none; border: 0; padding: 4px; color: #2E5F92; vertical-align: middle; }
.boxtournament .rowGR { background: none; border: 0; padding: 0; color: #2E5F92; vertical-align: middle; width: 20px !important; }
.boxtournament .rowGZ { background-image: url('rivals/images/tourlimtbig.png'); border: 0; padding: 0px; color: #2E5F92; width: 130px !important; }
.boxtournament .sepiaor { background: none; border: 0; padding: 0; color: #2E5F92; vertical-align: middle; width: 100px !important; }
.boxtournament .tdround { text-align: center; vertical-align: middle; width: 360px; padding-bottom: 10px; }
.boxtournament .tdround  span { font-size: 18px; font-weight: bold; display: block; }
 .roundtitle { text-align: left !important; margin-left: 20px; }
.tourament_title { font-weight: bold; font-size: 18px; }
.statsbox { margin-top: 44px; }
		
/* POSITIONING */
.rvleft, .rvleft img { text-align: left; }
.rvright, .rvright img { text-align: right; }
.rvcenter, .rvcenter img { text-align: center ; }
.rvmiddle, .rvmiddle img { vertical-align: middle; }
.rvtop, .rvtop img { vertical-align: top !important; }
.rv400 { width: 400px; }
.rv300 { width: 300px; }
.rv240 { width: 240px; }
.rv200 { width: 200px; }
.rv180 { width: 180px; }
.rv160 { width: 160px; }
.rv120 { width: 120px; }
.rv5 { width: 5px; }
.rv15 { width: 15px; }
.rv20 { width: 20px; }
.rv30 { width: 30px; }
.rv80 { width: 80px; }
.rv60 { width: 60px; }
.rv50 { width: 50px; }
.rv40 { width: 40px; }
.rv100 { width: 100px; }
.rvh80 { height: 80px !important; }
.rvh60 { height: 60px !important; }
.rvfloatright { float: right; }


/* My css */
.bg10{box-shadow:0 0 5px #bebebe, inset 0 0 0 3px #fbeed9;
-webkit-box-shadow:0 0 5px #bebebe, inset 0 0 0 3px #fbeed9;
-moz-box-shadow:0 0 5px #bebebe, inset 0 0 0 3px #fbeed9;
 border:1px solid #dfc9a7;}
 
#clan_top{
margin:0 2px 0 2px;
padding: 0 0 0 0
}

#clan_middle{
background: url('styles/prosilver/theme/images/kapysta/clan/clan_middle.png');
margin:0 2px 0 2px; background-repeat : repeat-y;
}

#clan_bottom{
background: url('styles/prosilver/theme/images/kapysta/clan/clan_bottom.png');
margin:0 2px 0 2px;
padding:0 0 100px 0;
background-repeat : no-repeat;
}
#clanpage #pagecontent{
    margin:0 30px 0 32px;
background:
;
}

#pagecontent {margin:10px 20px 10px 20px}

.clan_innerpanel{clear:left;}
#clan_innerpanel_top{
    margin:0 8px 0 8px;
    padding:5px;
    text-align: center;
    color:black !important;
	background:#867447;
	border:3px solid #fbeed9;
	box-shadow:0 0 5px #808080, inset 0 1.5px 3px 0 #575757;
	-webkit-box-shadow:0 0 5px #808080, inset 0 1.5px 3px 0 #575757;
	-moz-box-shadow:0 0 5px #808080, inset 0 1.5px 3px 0 #575757;
	position:relative;
	z-index:1
}
.clan_innerpanel_middle{
    margin:0 12px 0 12px;
	  height:500px;
     overflow:auto;
	 border: 4px double #dfc9a7;
     box-shadow:0 0 5px #bebebe;
     -webkit-box-shadow:0 0 5px #bebebe;
     -moz-box-shadow:0 0 5px #bebebe;
     background:#fbeed9
     }
.clan_innerpanel_middle .postbody .content {height:100px}	

.bg9 {background:#fff8ec;
border:1px solid #dfc9a7;
padding:5px;
margin:5px} 

#clan_innerpanel_bottom{
    margin:0 12px 10px 12px;
    padding:0 0 35px 0;
    }
#clan_tabs{
position:relative;
    height:49px;
    margin:0 2px -8px 2px;
}

#clan_info_all{margin-bottom:10px}
.clan_logo{
    float:left;
    margin:0 50px 80px 20px;
    width:200px;
    height:200px;
    padding:10px;
    border:10px solid #fbeed9;
    box-shadow:0 0 0 1px #dfc9a7,0 0 5px #bebebe, inset 0 0 0 1px #dfc9a7;
	-webkit-box-shadow:0 0 0 1px #dfc9a7,0 0 5px #bebebe, inset 0 0 0 1px #dfc9a7;
	-moz-box-shadow:0 0 0 1px #dfc9a7,0 0 5px #bebebe, inset 0 0 0 1px #dfc9a7;
    background:#fff8ec;
    
}
.clan_info{
    float:left;
	    box-shadow:inset 0 3px 5px 0 #bebebe;
		-webkit-box-shadow:inset 0 3px 5px 0 #bebebe;
		-moz-box-shadow:inset 0 3px 5px 0 #bebebe;
		padding:10px;
		border:1px solid #dfc9a7;
		width:520px;
		
	}
.clan_info_about{background:#fbeed9; border:1px solid #dfc9a7; padding:10px; text-align:center;    margin:5px 0 5px 0;}	
	.clan_info_profile{    margin:5px 10px 5px 10px;}
	
	
.clan_logo p{
   text-align: center !important;}

.clan_info_about {
    font-size:16px !important; 

}
.clan_info_bilboard {width:500px; height:150px}
.clan_info_about span, .clan_info_profile span{
    font-weight:bold;
    border-bottom: 1px dashed #000;
}
.clan_info_about strong, .clan_info_profile strong{color:#50751e}

.clan_info_profile p{
line-height:1.5;
margin:0;
}
.clan_top_tabs{background: url('styles/prosilver/theme/images/kapysta/clan/clan_up.png');
height:100px; background-repeat:no-repeat}
/* My Fonts */

.forabg .inner tr.rvcenter{font-size:16px !important;}

.forabg .inner tr.rvcenter, .forumbg .inner thead{ text-transform:capitalize !important;}

.forabg .inner tr.genmed{font-size:14px;}

.clan_top_inner{padding-top:40px; font-size:20px; text-transform:none !importent}

#cp-main .tablebg {background:none !important; border:none; color:#514329; }

#cp-main .tablebg  .rvcenter{   color:#514329;}

#cp-main  .rvcat_ucp,#cp-main  .rvcat_ucp a:link,#cp-main  .rvcat_ucp a:active,#cp-main  .rvcat_ucp a:visited{color:#50751E;}

#cp-main .tablebg .cat {background:#487133; color: #fff !important;border:3px solid #fbeed9;-webkit-box-shadow:inset 0px 0px 5px #d7d7d7; box-shadow:inset 0px 0px 5px #d7d7d7;-moz-box-shadow:inset 0px 0px 5px #d7d7d7; }

#cp-main .tablebg .row1{
	border:none; color:#514329;
	}

#cp-main .tablebg .rvcenter{color:#514329;}

#table_clan_ucp {border: 1px solid #dfc9a7 !important;-webkit-box-shadow: 0px 0px 5px #d7d7d7; box-shadow: 0px 0px 5px #d7d7d7;-moz-box-shadow: 0px 0px 5px #d7d7d7;}

#cp-main .tablebg #other_clan{font-size:16px}

.other_clan_li {float:left; list-style:none;}



ul#clan_news{list-style:none}

ul#clan_news li {float:left;}

ul#clan_news li#clan_small_news {width:40%}

ul#clan_news li#clan_blog_news {width:60%; min-width:350px}

/*Ladders*/
.Ladders {margin:10px; border:1px solid #dfc9a7; box-shadow: 0 0 5px #d7d7d7; -webkit-box-shadow: 0 0 5px #d7d7d7; -moz-box-shadow: 0 0 5px #d7d7d7; background:#fef7ec; padding:5px;}
.ladders_table {box-shadow:}

.b9 {}

/*subladders*/

#subladder-left{width: 15%;
float: left;}
#subladder-right{width: 85%;
float: left;}

section#content {
 width: 150px;
 position: relative;
 text-align: center;
}

h1 {
 color: black;
 margin-bottom: 1em;
}

div.dropdown {
 text-align: left;
 font-size: 0.9em;
 color: #f0f0f0;
 text-shadow: 0px 1px 1px black;
 width: inherit;
}
div.dropdown.closed ul {
 margin-top: 0px;
}
div.dropdown.closed ul li {
 margin-top: -40px;
 height: 0px;
}
div.dropdown.closed div.title:after {
 margin-top: -14px;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
div.dropdown div.title {
 width: 100%;
 height: 40px;
 border: 1px solid #dfc9a7;
 padding: 12px;
 cursor: pointer;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background:#fbeed9;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -ms-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;
 -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
 -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
 box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
}
div.dropdown div.title:after {
 display: block;
 content: "?";
 position: absolute;
 right: 20px;
 margin-top: -12px;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
}
div.dropdown ul {
 overflow: hidden;
 -webkit-transition: margin-top 1s;
 -moz-transition: margin-top 1s;
 -o-transition: margin-top 1s;
 transition: margin-top 1s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
 -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
 box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), 0px 2px 6px rgba(0, 0, 0, 0.6);
 -webkit-border-radius: 0px 0px 3px 3px;
 -moz-border-radius: 0px 0px 3px 3px;
 -ms-border-radius: 0px 0px 3px 3px;
 -o-border-radius: 0px 0px 3px 3px;
 border-radius: 0px 0px 3px 3px;
}
div.dropdown ul li {
 width: 100%;
 height: 40px;
 border: 1px solid rgba(25, 25, 25, 0.3);
 padding: 12px;
 vertical-align: top;
 overflow: hidden;
 cursor: pointer;
 -webkit-transition: margin-top 0.5s, height 0.5s;
 -moz-transition: margin-top 0.5s, height 0.5s;
 -o-transition: margin-top 0.5s, height 0.5s;
 transition: margin-top 0.5s, height 0.5s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(230, 230, 230, 0.6)), color-stop(100%, rgba(160, 160, 160, 0.6)));
 background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.6), rgba(160, 160, 160, 0.6));
 background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 0.6), rgba(160, 160, 160, 0.6));
 background-image: -o-linear-gradient(top, rgba(230, 230, 230, 0.6), rgba(160, 160, 160, 0.6));
 background-image: linear-gradient(top, rgba(230, 230, 230, 0.6), rgba(160, 160, 160, 0.6));
}
div.dropdown ul li:first-child {
 border-bottom: none;
 border-top: none;
}
div.dropdown ul li:last-child {
 border-top: none;
 -webkit-border-radius: 0px 0px 3px 3px;
 -moz-border-radius: 0px 0px 3px 3px;
 -ms-border-radius: 0px 0px 3px 3px;
 -o-border-radius: 0px 0px 3px 3px;
 border-radius: 0px 0px 3px 3px;
}
div.dropdown ul li:hover {
 text-shadow: 0px 1px 1px black, 0px 0px 4px white;
}
div.dropdown ul li:before {
 content: " ";
 display: inline-block;
 position: relative;
 background: transparent url("line-stop.png");
 margin-top: -12px;
 margin-right: 10px;
 width: 20px;
 height: 40px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
 opacity: 0.7;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}

.rightborder {border-right:1px solid #dfc9a7 !important}

.leaguetable{border:1px solid #dfc9a7; box-shadow: 0 0 5px #bebebe;-webkit-box-shadow: 0 0 5px #bebebe;-moz-box-shadow: 0 0 5px #bebebe;}

.leaguetable thead {background:#543326; font-size:14px; }
.leaguetable th {padding-right:3px !important}

/*Tabs*/
.clanpagetabs .tabs-nav{font-size: 13px;
padding: 0 0 0 2px;
height: 30px;
margin:5px 30px 0 30px}

.clanpagetabs .tabs-nav li{
border: 2px solid #4d362b;
border-bottom: 2px solid #4d362b;
padding: 4px 10px;
text-decoration: none;
display: inline-block;
background-color : #e4d4ad;
margin-left: -2px;
vertical-align: top;
min-height: 16px;
}
.clanpagetabs .tabs-nav .active{
color: #000;
border: 2px solid #4d362b;
background:;
border-bottom: 0;
padding-bottom: 6px;
position:relative;}

.clanpagetabs .tabs-nav .active a {color:50751e; font-weight:bold}

.borderbottom{border-bottom:2px solid #50751e; border-right:none !important; border-top:none !important;  border-left:none !important; width:550px; padding-top:6px !important;margin-left:-2px !important}

/*subladders*/
.subladders_infoblock {margin:0 15px -20px 15px; overflow:hidden;}

.subladders_logo {float:left; width:150px; height:150px;}

.subladders_shortinfo {margin: 0 0 0 170px
display: block;
background-color : #e4d4ad;
padding : 10px 10px 10px 10px
}

.subladders_title {border-bottom: 1px solid #4d362b;
padding: 0 0 17px;
margin: 0 0 18px;
min-height: 38px;}
.subladders_title h1.subladders_titleh1 {font: normal 26px Arial;
color: #4d362b
}

.subladders_about {font-size: 13px;
margin: -2px 0 13px;
color: #4d362b
}

.ucp1vs1_border {border-bottom:2px dashed #dfc9a7; margin-top:5px; margin-bottom:10px; padding-bottom:10px}
/* inner corners */

span.portal-corners-top-inner {
	margin: 0 -5px;
}
span.portal-corners-bottom-inner {
	margin: 0 -5px;
	clear: both;
}
.bg_cp_modera_block {
	background: #e3d4ad;
	padding: 5px 5px;
}
.bg_cp_bank_block {
	background: #e3d4ad;
	padding: 5px 5px;
}
span.portal-corners-top-inner, span.portal-corners-bottom-inner {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
/* main menu, user menu and the links */

.portal-navigation {
	width: auto;
}
.portal-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.portal-navigation ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.portal-navigation ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/arrowbullet.gif");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	font-weight: bold;
	;
}
.portal-navigation-fianna-mb-key ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/wrench.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 8px 0 7px 21px;
	font-weight: bold;
}

.portal-navigation-new-posts ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/new_posts.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 8px 0 7px 21px;
	font-weight: bold;
}
.portal-navigation-unread-posts ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/unread_posts.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 8px 0 8px 21px;
	font-weight: bold;
}
.portal-navigation-self-posts ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/self_posts.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 8px 0 10px 21px;
	font-weight: bold;
}
.portal-navigation-bookmarks ul li a {
	background: url("./styles/prosilver/theme/images/portal/user_menue_icons/bookmark.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 3px 0 6px 21px;
	font-weight: bold;
	;
}
.portal-navigation-main-subscribed ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/subscribed.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 5px 0 5px 21px;
	font-weight: bold;
	;
}
.portal-navigation-private-mesage-info ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/pm.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 6px 0 6px 21px;
	font-weight: bold;
	;
}
.portal-navigation-profile ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/profile.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 6px 0 6px 21px;
	font-weight: bold;
	;
	;
}
.portal-navigation-mcp ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/moderator.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 6px 0 6px 21px;
	font-weight: bold;
	;
}
.portal-navigation-acp ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/acp.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 6px 0 6px 21px;
	font-weight: bold;
	;
}
.portal-navigation-login-logout ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/user_menue_icons/logout.png");
	background-repeat: no-repeat;
	background-position: center left; /*custom bullet list image*/
	display: block;
	padding: 6px 0 6px 21px;
	font-weight: bold;
	;
}
.portal-navigation div.menutitle {
	padding: 1px 0;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
}
.calendar-info {
	list-style-type: none;
}
.portal-events li.row {
	border-top: 0px;
	list-style-type: none;
}
/*
* top spacing between portal body table and headerbar spacing is usually 10px
*/
#portal-body {
	padding-top: 0px;
}
/*
* This is needed in order to have the same spacing between blocks
* as we have between the top blocks and the headerbar
*/
#portal-body .forabg {
	margin-bottom: 0px;
}
/**
* margin spacing as in default prosilver for the forumlist
*/
#portal-forumlist .forabg {
	margin-bottom: 4px;
}
/* RTL language fixes */
.rtl .portal-navigation ul li a {
	background-image: url("./styles/prosilver/theme/images/portal/arrowbullet_rtl.gif");
	background-position: center right; /*custom bullet list image*/
	padding-right: 19px; /*link text is indented 19px*/
}
/* My Css*/


#page_middle {
	/*padding:10px 15px 0 35px;
margin:255px 0 0 0;*/
padding: 40px 5px 0 5px;
	margin: 0px 30px 0 30px;
	background: #e4d4ad;
	padding-bottom: 20px;
}
#page_middle_portal {
	margin: 0px 30px 0 30px;
	background: none;
}
.krohi {
	margin: 35px 30px 0 30px;
}
.main_block_bg #page_middle {
	background:none;/*padding: 10px 5px 0 5px;
	margin: 0px 15px 0 45px;*/
	}
.bg_chat_mod {
	margin: 0px 30px;
	background: #e3d4ad;
	padding-bottom: 20px;
}
.bg_chat_mod .center_panel_mods_chat ul.topiclist dt {
	min-width: 944px;
}
.bg_chat_mod #page_middle {
	background: #e3d4ad;
	margin: 0px;
}
.bg_chat_mod .center_panel_mods_chat {
	width: 954px;
}
.block_speed_duel {
	margin:0px;
	width:195px;
	padding:10px;
	background: none;/*border: #242424 2px solid;*/
	}
.brosit_vizov {
	margin:0px;
	padding-top:6px;
	height:41px;
	background:url("./styles/prosilver/theme/images/portal/brosit_vizov.png") no-repeat center;
	margin-bottom:2px;
}
.prinyat_vizov {
	margin:0px;
	padding-top:6px;
	height:41px;
	background:url("./styles/prosilver/theme/images/portal/prinyat_vizov.png") no-repeat center;
	margin-bottom:2px;
}
.nativ_liga_block {
	margin:0px;
	padding-top:6px;
	height:41px;
	background:url("./styles/prosilver/theme/images/portal/nativ_liga_img_block.png") no-repeat center;
	margin-bottom:2px;
}
.nv_liga_block {
	margin:0px;
	padding-top:6px;
	height:41px;
	background:url("./styles/prosilver/theme/images/portal/nv_liga_img_block.png") no-repeat center;
}
.link_for_block_speed_duel {
	margin:0px;
	margin-left:33px;
	padding:0px;
	display:block;
	width:127px;
	height:35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.link_for_block_speed_duel:hover {
	margin:0px;
	margin-left:33px;
	padding:0px;
	display:block;
	width:127px;
	height:35px;
	background:#ff0606;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-opacity: 0.23;
	-khtml-opacity: 0.23;
	opacity: 0.23;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=23);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=23);
	filter:alpha(opacity=23);
}
.r_and_l_panel .forabg_center {
	background:none;
}
.separate_block {
	background: #e4d4ad;
}
.r_and_l_panel ul.forums {
	background-color:#e4d4ad;
}
.cistom_block_social ul {
	background:none;
}
.cistom_block_social .top {
	display:none;
}
.cistom_block_social .separate_block {
	background:none;
}
.cistom_block_social .r_and_l_panel ul.forums {
	background:none;
}
.na_sait_fianna {
	margin: -30px 0 0 30px;
	width:170px;
	height:34px;
	background:url("./styles/prosilver/theme/images/portal/na_sait_fianna.jpg") no-repeat center;
}
.cistom_block_social .link_fianna {
	display:block;
	height:34px;
}
.cistom_block_social .inner {
	margin-top: -30px;
}
.separate_block {
}
.center_panel_mods {
}
.center_panel_mods_chat {
}
.speed_block {
	background:#e4d4ad;
}
.forum_inner_panel div {
	margin-bottom:10px;
}
.fianna_clan_blok #page_middle {
	padding: 10px 5px 0 5px;
	margin: 0px 30px 0 30px;
	background: none;
}
.fianna_clan_blok #page_middle #clan_tabs .tabs-nav .center {
	font-family: 'MoyenageRegular' !important;
	margin: 0px;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal !important;
}
.r_and_l_panel {
/*border-top:#242424 2px solid;*/
	}
.r_and_l_panel .header {
/*border-left:#242424 2px solid;
	border-right:#242424 2px solid;*/
	}
.r_and_l_panel .separate_block {
/*border-left: #242424 2px solid;
	border-right: #242424 2px solid;
	border-bottom: #242424 2px solid;*/
}
.cistom_block_social .r_and_l_panel {
	border: none;
}
.cistom_block_social .r_and_l_panel .separate_block {
	border: none;
}
.cistom_block_social .bot_img_user_block {
	background:none;
}
.shirina {
	width:498px;
}
.copyright strong a {
	color:#FFF;
}
.copyright strong a:hover {
	color:#CCC;
}
.copyright strong a:visited {
	color:#FFF;
}
.matchstatus {
	width:197px;
}
.create_clan_bg {
	background-color: #e4d4ad;
	padding-bottom: 20px;
	margin: 0 30px;
}
.create_clan_bg h2 {
	padding-top: 40px;
	text-align: center;
	font-family: 'MoyenageRegular' !important;
	font-size: 25px;
}
fieldset.submit-buttons {
	float: right;
	min-height: 50px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 760px;
}
fieldset.display-actions {
	float: right;
	line-height: 2em;
	padding-right: 1em;
	text-align: right;
	white-space: nowrap;
	width: 760px;
}
.donate_moneta {
	width: 150px;
	height: 232px;
	position: absolute;
	margin-left: 890px;
}
.email_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-left: 10px;
}
.viewonline_body_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-left: 10px;
	margin: 0px 30px;
}
.viewonline_body_add_bg h2 {
	text-align:center;
}
.email_add_bg .titlespace {
	text-align: center;
}
.report_body_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-left: 10px;
	margin: 0px 30px;
}
.report_body_add_bg h2 {
	text-align:center;
}
.reputation_body_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-left: 10px;
	margin: 0px 30px;
}
.reputation_body_add_bg h2 {
	text-align:center;
}
.reputation_body_add_bg .bg2 {
	background-color: #e4d4ad;
	padding: 0 10px;
}
.mvp_chart_body_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-bottom:20px;
	padding-left: 10px;
	margin: 0px 30px;
}
.mvp_chart_body_add_bg h2 {
	text-align:center;
}
.topten_hits_body_add_bg {
	background: #e4d4ad;
	padding-top: 30px;
	padding-bottom:20px;
	padding-left: 10px;
	margin: 0px 30px;
}
.topten_hits_body_add_bg h2 {
	text-align:center;
}
.index_body_gallery img {
	border-width: 0;
	max-width:160px;
}
.view_blog_class_ots textarea.inputbox {
	width: 600px;
	margin-left: 90px;
}
.view_blog_class_ots .com_profile img{
	max-width: 150px !important;
	max-height: 150px !important;
	padding-left: 1px;
	}
.h4profile a {
	color: #514329 !important;
}
tr.genmed .not_accept {
	color: #514329;
}
.tablebg {
	background: #514329;
}
.forumbg .inner ul.topics .bg2 .forumline img {
	max-width: 150px;
}
.view_topic_body_file {
	background: #e4d4ad;
	padding-bottom:20px;
	margin: 0px 30px;
}
.view_topic_body_file_2 {
	background: #e4d4ad;
	padding-bottom:20px;
	margin: -10px 30px 0px 30px;
}
.footer_view_topic_body_file_2 {
	margin:0px 122px;
}
.ucp_agreement {
	background: #e4d4ad;
	padding-bottom:20px;
	padding:10px;
	margin: 0px 30px;
}
.ucp_agreement h2 {
	text-align:center;
}
.ucp_agreement fieldset.submit-buttons {
	margin: 0 auto;
	float:none;
	min-height: 50px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 760px;
}
.pm-panel-message fieldset.display-actions {
float: right;
line-height: 2em;
padding-right: 1em;
text-align: right;
white-space: nowrap;
width: 680px;
}
.highslide-body table.table1 thead th {
color: #640000;
font-weight: bold;
}
.mcp_move_bg{
	background: #e4d4ad;
	padding-top: 30px;
	padding-bottom:20px;
	padding-left: 10px;
	margin: 0px 30px;
	}
.mcp_move_bg h2 {
	text-align:center;
}
.center_panel_mods .first{
	display: block;
	padding: 5px;
	}
.center_panel_mods .first a strong{
	color: #4d352a;
	}
#ctabs {
	height:1%;
	overflow:hidden;
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

#ctabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#ctabs li {
	display: inline;
	margin: 10px;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#ctabs a {
	float: left;
	background: none;

	border: 1px solid #464646;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 6px 10px 6px 5px;
	text-shadow: 1px 1px 0px #1f1f1f;
	color: #fff;
	text-color: #fff;
	background: #616161; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4d362b) to(#946853)); /*old webkit*/
	background: -webkit-linear-gradient(#4d362b, #946853); /*new webkit*/
	background: -moz-linear-gradient(#4d362b, #946853); /*gecko*/
	background: -ms-linear-gradient(#4d362b, #946853); /*IE10*/
	background: -o-linear-gradient(#4d362b, #946853); /*opera 11.10+*/
	background: linear-gradient(#4d362b, #946853); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#4d362b, #946853); /*PIE*/
	padding: 7px 12px;
}

#ctabs a span {
	padding: 6px 10px 6px 5px;
	white-space: nowrap;
	color: #cccccc;
}


#ctabs .activetab a {
	background-position: 0 0;
	background: #dac07f; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dac07f) to(#8e7c51)); /*old webkit*/
	background: -webkit-linear-gradient(#dac07f, #8e7c51); /*new webkit*/
	background: -moz-linear-gradient(#dac07f, #8e7c51); /*gecko*/
	background: -ms-linear-gradient(#dac07f, #8e7c51); /*IE10*/
	background: -o-linear-gradient(#dac07f, #8e7c51); /*opera 11.10+*/
	background: linear-gradient(#dac07f, #8e7c51); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#dac07f, #8e7c51); /*PIE*/
}

#ctabs .activetab a span {
	background-position:100% 0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	padding-bottom:7px;
}

#ctabs a:hover {
	background: #dac07f; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dac07f) to(#8e7c51)); /*old webkit*/
	background: -webkit-linear-gradient(#dac07f, #8e7c51); /*new webkit*/
	background: -moz-linear-gradient(#dac07f, #8e7c51); /*gecko*/
	background: -ms-linear-gradient(#dac07f, #8e7c51); /*IE10*/
	background: -o-linear-gradient(#dac07f, #8e7c51); /*opera 11.10+*/
	background: linear-gradient(#dac07f, #8e7c51); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#dac07f, #8e7c51); /*PIE*/
}

#ctabs a:hover span {
	background-position:100% -70px;
	color: #e4d4ad;
}

#ctabs .activetab a:hover {
	background-position: 0 0;
}

#ctabs .activetab a:hover span {

	background-position: 100% 0;
}

.rtl #ctabs {
	margin: 20px 7px -1px 0;
}

.rtl #ctabs a {
	float: right;
}

/*Tabs*/
#ctabs ul{font-size: 13px;
padding: 0 0 0 2px
}

#ctabs  ul li{
text-decoration: none;
display: inline-block;
margin-left: -2px;
vertical-align: top;
min-height: 16px;
}
#ctabs  ul li.activetab{
color: #000;
background:;
border-bottom: 0;
padding-bottom: 6px;
position:relative;}
