#livegame th {
	font-weight: bold;
	width: 590px;
}

.livegame {
	display: none;
}

.livegame-focus {
	display: block;
}

.livegame-header {
	cursor: pointer;
}

.livegame-header-focus {
	font-weight: bold;
	background-color: #f8f8f8;
}

.livegame-header-focus td {
	padding: 5px;
}

.livegame-game {
	padding: 5px;
	display: none;
}

.livegame-game-focus {
	background-color: #f8f8f8;
}

.livegame-board {
	float: left;
	margin: 0px 10px 5px 10px;
	width: 250px;
}

.livegame-moves {
}

.livegame-image {
	margin-bottom: 10px;
}

.livegame-movenr {
	color: #888;
}

.livegame-ply {
	padding: 3px;
	cursor: pointer;
}

.livegame-ply-focus {
	padding: 2px;
	border: 1px solid gray;
	background-color: #ddd;
}

.livegame-button {
	cursor: pointer;
	padding: 2px;
	border: 1px solid gray;
	background-color: #ddd;
}

.livegame-attr-white {
	text-align: left;
}

.livegame-attr-black {
	text-align: left;
}

.livegame-attr-result {
	text-align: right;
}

.livegame-whiteclock {
	float:left;
	color: black;
	border: 1px solid black;
	background: white;
	padding: 3px 6px;
	font-weight: bold;
}

.livegame-blackclock {
	float:right;
	color: white;
	border: 1px solid black;
	background: black;
	padding: 3px 6px;
	font-weight: bold;
}
