body, html {
	height: 100%;
	margin: 0px;
	padding: 0;
	background-size: cover;
	font-family: 'Cuprum', sans-serif, Arial;
	font-size: 16px;
}

body {
	background: #55575c url(/bg.jpg);
}

th {
	cursor:pointer;
	padding: 0 7px;
	background: #5E5860;
	color: white;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin: 19px 0 27px 0;
}

input {
	border-radius: 5px;
	outline: none;
}

figure {
	margin: 0;
}

a {
	color: #57007F;
}

.red-text {
	color: darkred;
}

.special_block {
	padding: 0 10px;
	text-align: center;
}

#left hr {
	margin: 3px 0;
}

h2 {
	text-align: center;
	margin: 5px 0;
}

.language-link {
	float: left;
	border-radius: 5px;
	display: inline-block;
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    width: 33px;
    height: 23px;
    margin-left: 10px;
}

.language-link.non-active {
	cursor: pointer;
}

.language-link img {
	border: 1px solid #555;
	display: inline-block;
}

.language-link.non-active img {
	opacity: 0.5;
}

.language-link.non-active:hover img {
	opacity: 1;
}

.hide {
	display: none;
}

.nhide {
	display: block !important;
}

.uppercase {
	text-transform: uppercase;
}

.logo {
	font-family: "PFFuelPro";
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.logo span {
	display: inline-block;
	font-size: 50px;
}

.logo span.first-span {
	font-size: 80px;
}

#alley_table, #alley_table2 {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 15px;
	background: #ccc;
	width: 730px;
}

table.clans_table th {
	font-size: 15px;
	padding: 5px 14px 5px 6px
}

.order_up {
	background: url(/images/arrow.png) no-repeat 99% center #c3d3ff;
	padding: 5px 14px 5px 6px !important;
	color: black;
}

.order_down {
	background: url(/images/arrow2.png) no-repeat 99% center #c3d3ff;
	padding: 5px 14px 5px 6px !important;
}

#alley_table td, #alley_table2 td, #alley_table th, #alley_table2 th {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px;
}

#alley_table a, #alley_table2 a {
	color: #000;
}

#alley_table a:hover, #alley_table2 a:hover {
	color: #666;
}

#container {
	width:1260px;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
}

#subcontainer {
	padding-bottom: 80px;
	overflow: hidden;
	padding-top: 10px;
}

#subcontainer #content {
	background-color: #f3f5f9;
	color: black;
	overflow: hidden;
    background-repeat: repeat-y;
    background-size: 400px;
    background-image: url(../images/left.png);
}

/* Right panel */

#right {
	background-repeat: no-repeat; 
	width: 860px;
	float:right;
}

#right #top-panel {
	height: 40px;
	line-height: 40px;
	background-color: #5E5860;
	overflow: hidden;
}

#right #top-panel a {
	color: white;
}

#right #top-panel #languages {
	overflow: hidden;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

#right .wg-btn {
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}

#right h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100px;
	padding-right: 65px;
}

#right h1 a {
	background-image: url(../images/smile.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	padding-left: 100px;
	display: inline-block;
	font-size: 50px;
	height: 100px;
	text-decoration: none;
	color: black;
}

#right h1 a i {
	font-size: 30px;
	display: block;
}

#right #frontTable {
	padding: 0 10px;
}

#right #frontTable table {
	width: auto;
}

#right #frontTable table td {
	height: 42px;
}

#right #frontTable table td input[type=radio] {
	cursor: pointer;
}

#right #users-container {
	padding: 0 10px;
}

#right #users-container .stat-top {
	overflow: hidden;
	font-size: 19px;
}

#right #users-container .stat-top a {
	float: right;
	font-weight: bold;
}

#right #users-container .stat-top a img {
	float: right;
	margin-left: 5px;
}

#right #users-container #alley_table {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 15px;
	background: #ccc;
	width: 100%;
}

#right #users-container #statistic_table {
	border-spacing: 0px;
	width: 700px;
}

#right #users-container #statistic_table td {
	vertical-align: top;
	border: none;
	border-collapse: collapse;
}

/* Left Panel */

#left {
	color: black;
	float: left;
	width: 400px;
}

#left ul {
	margin: 0 0 10px 0;
}

#left h2.donate_h {
	margin: 0;
	padding: 12px 0 12px 50px;
	background: url(/images/wolf.png) no-repeat 110px top;
	background-size: contain;
}

#left h2 span {
	border-bottom: 1px dotted black;
	cursor: pointer;
}

#left #tabs {
	clear: both;
}

#left #tabs div {
	text-align: center;
	float: left;
	width: 25%;
	background-color: #5E5860;
	cursor: pointer;
	color: white;
	height: 40px;
	line-height: 40px;
}

#left #tabs div.active,
#left #tabs div:hover {
	background-color: #f3f5f9; 
	color: black;
}

#left #tabs div.active span {
	border-right: 1px solid #f3f5f9;
}

#left #tabs div span {
	display: block;
	border-right: 1px solid #fff;
}

#left #tabs div span .red-text {
	color: dodgerblue;
    font-weight: normal;
}

#left #tabs-containers div.container {
	padding: 10px;
	overflow: hidden;
	background-color: #fff; 
	min-height: 220px;
	font-size: 15px;
}

#left .useful-links {
	border-bottom: 1px dotted;
	cursor: pointer;
	color: #57007F;
}

#left .useful-links-container {
	display: none;
}

#left .useful-links-container ul {
	margin: 10px 0 0 0;
}

.update_panel span {
	display: block;
	padding-left: 10px;
}

.update_panel span.date {
	color:#e00;
	font-weight: bold;
	padding: 0;
}

.faq_panel div {
	margin-bottom: 10px;
}

.faq_panel span {
	display: block;
}

.faq_panel span.question {
	display: block;
	font-weight: bold;
}

#donate_panel {
	display: none;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	width: 1260px;
	height: 50px;
	margin-top: -70px;
}

#footer_container {
	color: #fefefe;
	width: 1260px;
	overflow: hidden;
}

.light_green td, span.light_green {
	background: #CCFF65;
	color: black;
}

.default_gray td, span.default_gray {
	background: #ccc;
}

.camo td, span.camo {
	background: #c5a66d;
	color: black;
}

.green td, span.green {
	background: #9CF68A;
}

.pink td, span.pink {
	background: pink;
}

.red td, span.red {
	background: #ffff99;
	color: black;
}

.blue {
	background: #d1effc;
}

.very_green td, span.very_green {
	background: #caf;
}

.positive {
	font-weight: bold;
	color: purple;
}

.negative {
	font-weight: bold;
	color: darkblue;
}

.green_text {
	font-weight: bold;
	color: darkgreen;
}

td.green_text_left {
	color: darkgreen;
}

td.red_text {
	font-weight: bold;
	color: darkred;
}

.change {
	text-align: right;
}

.selected {
	background: #c3d3ff;
}

.copyrights {
	float: left;
	margin-top: 5px;
}

.copyrights a {
	color: #fefefe;
	font-weight: bold;
}

#legend {
	overflow: hidden;
	margin: 10px 0;
}

#legend div.cub {
	white-space: nowrap;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}

#legend span {
	border: 1px solid black;
	width: 20px;
	height: 20px;
	display:block;
	float: left;
	margin-right:5px;
}

#update_panel_id2 {
	display: none;
}

#update_panel_id {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: black;
	display: inline-block;
	margin: 5px;
}

/* Positions page */

.clans #content {
	width: auto;
	float: none;
	padding: 5px 20px 20px 20px;
}

.clans #content #alley_table, .clans #content #alley_table2 {
	width:100%; 
	margin: 0 auto; 
	font-size: 20px;
}

.clans #content #alley_table th, .clans #content #alley_table2 th, .contest #content #alley_table th,  .contest #content #alley_table2 th {
	cursor: auto;
}

form label {
	cursor: pointer;
	margin-right: 20px;
}

form td.fronts label {
	margin-right: 15px;
}

.redio_div {
	display:none;
}

.fbFeedbackContent { 
	background: white;
}

.clan-input {
	border-radius:6px;
	padding: 3px 0 3px 5px;
	font-size: 16px;
}

.loading {
	overflow:hidden;
	height: 70px;
	padding: 10px;
}

/* Custom */

.b-widget-commercial {
	width: auto !important;
}

.rank-delta {
	color: green;
}

.rank-delta.red-text {
	color: darkred;
}

.awards span {
	display: inline;
	float: right;
}

.awards {
	text-align: right;
}

.awards img {
	margin-left: 3px;
	height: 18px;
	display: block;
}