body {
	font-size: 12pt;
	font-family: Arial, sans-serif;
	color: #333;
}

.toolbar {
	background-color: #c0c0c0;
	margin-bottom: 12px;
	padding: 4px;
	max-width: 848px;
}

.toolbar .right {
	float: right;
	margin-right: 4px;
}

.main-canvas {
	background-color: #351f01;
}

.resource-tool-slider {
  width: 200px;
}

.left-panel {
	width: 0px;
	display: inline-block;
	float: left;
}

.center-panel {
	display: inline-block;
	width: 640px;
	height: 480px;
	margin: 0 16px 0 0;
	float: left;
}

.right-panel {
	display: inline-block;
	width: 200px;
	height: 480px;
	float: left;
}

.game-log {
	width: 622px;
	height: 100px;
	padding: 8px;
	border: 1px solid #808080;
	overflow: auto;
}

.bottom {
	clear: both;
	margin-top: 8px;
}

.resource-status {
	
}

.season-status {
	margin: 0 22px;
}

.tool-select {
	border: 1px solid #333;
	margin-bottom: 8px;
}

.tool-select .title, .creature-view .title {
	background-color: #808080;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

.tool-select .panel {
	margin-top: -1px;
}

.tool-select .item {
	display: inline-block;
	padding: 8px;
	border: 1px solid #a0a0a0;
	margin: 6px;
	background-color: #e0e0e0;
	cursor: pointer;
	position: relative;
}

.tool-select .item:hover {
	background-color: #f6f6f6;
}

.tool-select .item.selected {
	background-color: #FFBB33;
	border-color: #FF8800;
}

.tool-select .item.disabled {
	opacity: 0.4;
	cursor: default;
}

.tool-select .item.disabled:hover {
	background-color: #e0e0e0;
}

.creature-view {
	border: 1px solid #333;
	margin-bottom: 8px;	
}

.creature-view .panel {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
}

.creature-view .creature {
	margin: 2px 4px 2px 4px;
	padding: 6px;
	position: relative;
}

.creature-view .icon {
	position: absolute;
	left: 8px;
	top: 8px;
	display: block;
}

.creature-view .label {
	margin-left: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.creature-view .health {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	display: inline-block;
}

