#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#overlay .window {
	background-image: url(i/white.png);
	border: solid 1px #fff;
	margin-top: -1px;
	margin-left: 20px;
	min-height: 50px;
	width: 230px;
}

body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
}

#map {
	width:  1280px;
	height: 858px;
	background-color: #999;
	background-image: url( i/board.jpg );
	border: solid 1px #000;
}

#players .player {
	position: absolute;
	width: 20px;
	height: 20px;
	width: 92px;
	height: 118px;
	background-image: url( i/ranger.png);
}

#event {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1001;
	background-color: #ffffff;
}

.button
{
	width: 80px;
	color: #ffff00;
	background-color: #660000;
	cursor: pointer;
	padding: 4px;
	display: block;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

.circle {
	width: 48px;
	height: 48px;
	background-color: #33ee33;
	opacity: 0.5;
	border-radius: 24px;
	position: absolute;
}

#overlay .players {
	padding-top: 10px;
	padding-left: 10px;
}

#overlay .players a {
	display: block;
	padding: 2px;
	color: #666;
	text-decoration: none;
}

#overlay .players a.selected {
	color: #000;
}

#overlay .players a.me {
	font-weight: bold;
}


#overlay .console {
	max-height: 30px;
	overflow: hidden;
	font-size: 8pt;
}

#overlay .console p {
	background-color: #eaeaea;
	padding: 3px;
	display: block;
	font-size: 7pt;
	padding-left: 10px;
}


#splash {
	position: absolute;
	display: block;
	background-color: #fff;
	margin: 20px;
	padding: 20px;
	width: 450px;
	border: solid 1px #666;
}

#splash h3 {
	font-style: italic;
}	

#overlay .jars > div {
	display: none;
}
#overlay .jars > div.selected {
	display: block;
}
#overlay .jars .wrapper {
	width: 50px;
	overflow: hidden;
	display: inline-block;	
	margin-left: -7px;
}