html, body {
	margin: 0;
	height: 100%;
}
body {
	margin-top: 16px;
}
.Sunny {
	background: none;
}
.Rainy {
	background: url(../images/Rain.gif) repeat 0 0;
}
.Thunderstorm {
	/*background: url(../images/Thunderstorm.gif) repeat 0 0;*/
	background: url(../images/Rain.gif) repeat 0 0;
}
.Day {
	background-color: rgb(131, 164, 255);
}
.Sunset {
	background-color: rgb(110, 51, 51);
}
.Night {
	background-color: rgb(1, 1, 1);
}
.Sunrise {
	background-color: rgb(194, 89, 53);
}
#head {
	height: 160px;
}
#seafloor {
	background: #FFF;
	background: url(../images/Seafloor.png) repeat-x 0 0;
	width: 100%;
	height: 160px;
}
#weather {
	background-color: rgb(131, 164, 255);
}
#weather2 {
	margin: 0 auto;
	width: 768px;
	background-color: rgb(131, 164, 255);
}
#island {
	background: url(../images/Island.png) no-repeat 0 0;
	height: 160px;
	width: 768px;
	text-align: center;
}
#logo {
	position: relative;
	top: 80px;
	border: none;
	width: 300px;
	height: 49px;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 10px;
}
#body {
	background: #808080 url(../images/Stone.png);
}
#content {
	background: none #fff;
	width: 768px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 5px;
}
#bedrock {
    width: 100%;
    height: 16px; 
    background: #000 url(../images/Bedrock.png);
}
#weatherTime {
	width: 130px;
	height: 67px;
	float: right;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 30px;
}
.weatherDaySunny {
	background: url(../images/docked_blue_sun.png) no-repeat 0 0;
}
.weatherDayRainy {
	background: url(../images/docked_gray_rainy.png) no-repeat 0 0;
}
.weatherDayThunderstorm {
	background: url(../images/docked_gray_thunderstorm.png) no-repeat 0 0;
}
.weatherNightSunny {
	background: url(../images/docked_black_moon-full_partly-cloudy.png) no-repeat 0 0;
}
.weatherNightRainy {
	background: url(../images/docked_black_rainy.png) no-repeat 0 0;
	color: #FFF;
}
.weatherNightThunderstorm {
	background: url(../images/docked_black_thunderstorm.png) no-repeat 0 0;
	color: #FFF;
}
.treeElementToggle {
    font-size: smaller;
    text-decoration: none;
    vertical-align: top;
    margin-right: 5px;
}
/*#content h3 {
	margin: 0;
}*/
#content p {
	margin-top: 0;
}
ul.tabs {
	margin: 0 auto;
	padding: 0 5px 0 0;
	list-style: none;
	height: 26px;
	width: 768px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #000;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	margin-left: 2px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
/*ol.rules {
	list-style-type: none;
}
ol.rules li:before {
	content: "%uFFFD" counter(item, decimal) ;
}
ol.rules li dl dt {
	font-weight: bold;
}*/
#messages {
	height: 150px;
	overflow-y: scroll;
	border: 1px solid;
	padding: 0 2px;
}
.online {
	color: green;
}
#status .offline {
	color: red;
}
.playerEntry {
	text-align: center;
	border: solid 1px black;
	width: 100px;
	padding-top: 5px;
	display: inline-block;
	margin: 2px 0;
}
.playerEntry img {
	width: 49px;
	height: 102px;
}

.minecraftGui/*-border*/ {
	position: absolute;
	/*top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;*/
	display: none;
	padding: 0px 17px 17px 17px;
	border-style: solid;
	border-color: #FFF #666 #666 #FFF;
	border-width: 4px;
	background: #C6C6C6;
	outline: 2px solid #000;
	width: 500px;
	top: 313px;
	left: 50%;
	margin-left: -258px;		
}
.minecraftGui table {
	background-color: rgb(198, 198, 198); 
	width: 100%;
	border: none;
}
.minecraftGui td, .minecraftGui th {
    padding: 5px;
    margin: 0;
}
.minecraftGui th {
	font-family: minecraftfont;
	color: #363636;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.minecraftGui td:empty {
	height: 8px;
	width: 8px;
	background-color: #c6c6c6;
}
.minecraftGui td:not(:empty) {
	border-style: solid;
	border-color: #373737 #ffffff #ffffff #373737;
	border-width: 2px;
	background: #8b8b8b;
	height: 16px;
	font-family: minecraftfont;
	color: #363636;
	font-size: 12px;
}
.minecraftGui td.avatar {
	background: #000000;
	width: 100px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}
.minecraftGui td:not(.avatar) img {
	height: 16px;
	width: 16px;
}
.playerEntry.online {
	color: green;
	border-color: green;
	background-color: rgb(200, 255, 200);
}
#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
}
.popup {
    z-index: 2;
}