@charset "utf-8";

/**
 * This file is part of phpMCWeb.
 * phpMCWeb is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * phpMCWeb is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with phpMCWeb. If not, see <http://www.gnu.org/licenses/>.
 */

body {
	background-image: url('bg.png');
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img.status {
	padding-top: 2px;
}

div.container {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.left {
	background-image: url('left.png');
	width: 162px;
	height: 750px;
	position: relative;
	margin-left: 12px;
	float: left;
	color: #FFF;
}

div.left #players {
	float: left;
	width: 138px;
	height: inherit;
	margin-top: 12px;
	margin-left: 12px;
	overflow-y: auto;
}

div.left #players #op {
	color: #C00;
	font-weight: bold;
}

div.main {
	background-image: url('main.png');
	width: 800px;
	height: 750px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	color: #FFF;
}

div.main #logo {
	background-image: url('top.png');
	width: 252px;
	height: 66px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
}

div.main #basicinfo {
	width: 175px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	text-align: right;
}

div.main_topright_left {
	width: 60px;
	float: left;
	font-weight: bold;
}

div.main_topright_right {
	width: 105px;
	text-align: left;
	margin-left: 10px;
	float: left;
}

div.main #menu {
	text-align: center;
	height: 50px;
	margin-top: 123px;
	margin-left: 25px;
	margin-right: 25px;
}

div.main #content {
	background-image: url('content.png');
	height: 579px;
	width: 773px;
	margin-left: 13px;
	margin-bottom: 14px;
	position: absolute;
	bottom: 0;
}

div.main #content #page {
	height: 560px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.version {
	width: 500px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.version a {
	color: #000;
	font-weight: bold;
}

div.button {
	background: url('button_right.png') right no-repeat;
	padding-right: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
	cursor: pointer;
}

div.button span { 
	background: url('button_left.png') left no-repeat;
	padding-left: 15px;
	line-height: 44px;
	position: relative;
	display: block;
	white-space: nowrap;
}

div.button:hover {
	background:url('button_righthover.png') right no-repeat;
}

div.button:hover span {
	background:url('button_lefthover.png') left no-repeat;
}

a:link {
	color: #E2E2E2;
	text-decoration: none;
}

a:active {
	color: #E2E2E2;
	text-decoration: none;
}

a:visited {
	color: #E2E2E2;
	text-decoration: none;
}

a:hover {
	color: #E2E2E2;
	text-decoration: underline;
}