body, html {
	height: 100%;
	margin: 0px;
	padding: 0;
	background: url('/end/res/images/end3.jpg') fixed;
	background-size: cover;
}

table {
	width: 700px;
}

th {
	cursor:pointer;
	padding: 0 7px;
}

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

input {
	border-radius: 5px;
}

input[type="radio"] {
	background: #1D1D1F;
}

#left hr {
	margin: 3px 0;
}

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

.uppercase {
	text-transform: uppercase;
}

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

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

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

.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;
	color: black;
}

#statistic_table {
	border-spacing: 0px;
}

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

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

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

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

#subcontainer {
	padding-bottom: 75px;
}

#content {
	color: #C3C4C5;
	background: #1D1D1F;
	padding: 5px 20px 0px 20px;
	border: 1px solid black;
	width: 700px;
	float:right;
	border-radius: 10px;
}

#right {
	float:right;
}

#left {
	color: #C3C4C5;
	background: #1D1D1F;
	float: left;
	width: 450px;
	border: 1px solid black;
	border-radius: 10px 10px 0 0;
}

#left ul {
	margin: 0;
}

#left h2.donate_h {
	margin: 0;
	padding: 10px 0;
	background: url(/images/donate2.png) no-repeat 50px top;
}

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

#donate_panel {
	display: none;
}

#footer {
	clear: both;
	margin: 0 auto;
	width:1200px;
	height: 75px;
	margin-top: -75px;
}

#footer_container {
	color: #fefefe;
	width:1200px;
}

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

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

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

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

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

.green_text_left {
	color: #7a7;
}

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

.change {
	text-align: right;
}

.selected {
	background: #c3d3ff;
}

.note {
	padding: 10px;
	color: #C3C4C5;
	font-size: 14px !important;
	clear: both;
}

.note a {
	color: #ccc;
}

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

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

.update_panel {
	padding: 5px 10px;
}

.update_panel a {
	color: #bB0000;
}

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

#legend {
	height: 20px;
}

#legend div {

	float: left;
	line-height: 20px;
	margin-right: 20px;
}

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

.positions #content, .contest #content {
	width: auto;
	float: none;
	padding: 5px 20px 20px 20px;
}

.positions #content #alley_table {
	width:80%; 
	margin: 0 auto; 
	font-size: 18px;
}

.positions #content #alley_table th {
	cursor: auto;
}

.positions #content #alley_table2 td {
	padding: 4px;
	text-align: right;
}

.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:hover {
	cursor: pointer;
}

.redio_div {
	display:none;
}

.btn {
	width: 129px;
	height: 28px;
	line-height: 28px;
	text-align: center !important;
	display: inline-block;
	font-family: "Arial", "Helvetica CY", "Helvetica", sans-serif !important;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.btn1 {
	background: url("/images/btn.png") no-repeat transparent;
}

.btn2 {
	background: url("/images/btn4.png") no-repeat transparent;
}

.btn1:hover {
	background: url("/images/btn2.png") no-repeat transparent;
}

.btn2:hover {
	background: url("/images/btn3.png") no-repeat transparent;
}

.fbFeedbackContent { 
	background: white;
}