/**
 * Yamb
 *
 * @package Games
 */

#table {
	color: #1D1D1D;
	padding: 15px;
	float: left;
	margin-bottom: 12px;
	background: url('/img/yamb/back.png') repeat;
}
#scoresTable {
	float: left;
	border: 5px solid #f0f0f0;
	border-collapse: collapse;
	padding-left: 1px;
	background: #f0f0f0;
	vertical-align: top;
	line-height: 21px;
}
#scoresTable td, #scoresTable th {
	border: 1px solid #cccccc;
	padding: 0px 5px;
}
#scoresTable tr.sum {
	border: 2px solid #cccccc;
	font-weight: bolder;
}
#scoresTable tr.total {
	font-weight: bolder;
	font-size: 14px;
}
#c_sum{
	font-weight:bolder;
	text-align:center;
}
#yamb_controls {
	float: left;
	margin-left: 20px;
	text-align: center;
}
#status {
	width: 200px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 18px;
}
#phase {
	font-size: 1.6em;
	display: none;
	color: #fff;
}
#phaseCnt {
	font-weight: bold;
}
.dice {
	margin:15px 4px;
	cursor:pointer;
	padding:1px;
}

.help{
	display: block;
	visibility: hidden;
	background: #F1F1EC;
	border: 1px solid #1D1D1D;
	padding: 16px;
	margin-top: 40px;
}
#rollsLeft, #score, #score2, #topscore{
	font-weight:bolder;
	font-size:18px;
}

#topScoreBox {
	font-size: 14px;
	color: #F1F1F1;
	margin-top: 40px;
}
#topScore {
	font-weight: bold;
}
