.tab {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	margin-top: 18px;
}

.tab-sel-on, .tab-sel-on > a {
	background: #324678 !important;
	color: white !important;
}

.tab-sel-off {
}

.tab a {
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
}

.tab > li {
	cursor: pointer;
	display: inline;
	border: 1px solid #aaa;
	padding: 4px;
	margin-right: 0px 5px 0px 0px;
	background: #eee;
}

.tab-body {
	border: 1px solid #aaa;
	padding: 5px;
}

.livegame th {
	font-weight: bold;
}

.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-moves a {
	font-size: 80%;
	text-decoration: none;
}

.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;
}
