body {
	padding: 0px;
	margin: 0px;
	background-color: #556B2F;
}

h1 {
	clear: left;
}

h2 {
	clear: left;
}

h3 {
	margin: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p {
	margin-top: 4px;
	margin-bottom: 10px;
}

th {
	text-align: center;
	background-color: #A2CD5A;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

td {
	text-align: center;
	background-color: #CAFF70;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

menu {
	float: right;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}

.menuItem {
	display: inline;
	background-color: #556B2F;
	margin-left: 5px;
}

.menuLink {
	color: white;
	text-decoration: none;
}

table.center {
	margin-left: auto; 
    margin-right: auto;
}

ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

li {
	list-style: none;
	background-color: #CAFF70;
	border-radius: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
}

#logoContainer {
	float: left;
	font-style: bold;
	font-size: x-large;
}

.contentContainer {
	background-color: white;
	border-radius: 20px;
	height: 100%;
	font-family: arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 20px;
}

.topLeft {
	border-top-left-radius: 10px;
}

.topRight {
	border-top-right-radius: 10px;
}

.bottomRight {
	border-bottom-right-radius: 10px;
}

.bottomLeft {
	border-bottom-left-radius: 10px;
}

#searchPlayer {
	float: right;
	clear: right;
	z-index: 10;
	opacity: 1.0;
	background-color: white;
	padding-bottom: 0px;
}

#versionSelection {
	float: right;
	clear: right;
	z-index: 10;
	opacity: 1.0;
	background-color: white;
}

#timePeriodSelection {
	float: right;
	clear: right;
	z-index: 10;
	opacity: 1.0;
	background-color: white;
}

.roundedBox {
	border-radius: 15px;
	border-style: solid;
	border-width: 3px;
	border-color: #556B2F;
	padding: 15px;
}

#news, #stats, #mapStats {
	clear: left;
	z-index: 9;
}

.newsItemInfo {
	font-size: small;
}

.textArea {
	border-radius: 15px;
	background-color: #CAFF70;
	margin-bottom: 10px;
	padding: 10px;
}

.textArea ol {
	list-style: decimal;
	background-color: inherit;
	padding-right: 10px;
}

.textArea ul {
	list-style: square;
	background-color: inherit;
	padding: 10px;
	padding-left: 20px;
}

.textArea li {
	list-style: inherit;
}

.pageSegment {
	float: none;
	clear: left;
}

.infoBlock {
	float: left;
	margin: 10px;
	padding: 10px;
}

.leftStackable {
	float:left;
}

.footerNotices {
	clear: both;
	text-align: center;
	font-size: small;
	padding-top: 30px;
}

#playerInfo {
	/* text-align: center; */
}

#downloadClient {
	float: right;
	clear: right;
	background-color: white;
}

#statsContainer {
	clear: both;
}
