html {
	overflow:auto;
}
body {
	padding:0px;
	margin:0px auto;
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	width:750px;
}
a, a.hover{
	color:#0000ff;
}
h2{
	color:#3080d0;
	font-weight:bolder;
	font-size:16px;
	margin-top:30px;
	line-height:32px;
	text-align:center;
}
.navigation{
	margin:20px 0px; 
	text-align:center;
}
.navigation a{
	color:#3080d0;
}
#info{
	margin:10px auto 0px auto;
	width:680px;
	text-align:center;
	font-size:12px;
}
#rules{
	width:680px;
	margin:20px auto;
}
#top{
	margin:16px auto 4px auto;
	width:660px;
	text-align:right;
}
#main{
	margin:0px auto 0px auto;
	width:660px;
	height:420px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	background:url('img/board.gif') #bca67c;
}
#boardTable{
	width:660px;
	padding:10px;
}
#scoresTable{
	border:5px solid white;
	border-collapse:collapse;
	padding-left:1px;
	background:#ffffff;
	color:#222;
	font-size:12px;
	font-family:Arial, sans-serif;
}
#scoresTable td, #scoresTable th{
	border:1px solid #cccccc;
	padding:3px 6px;
}
#scoresTable th{
	padding:0px;
}
#scoresTable tr.sum{
	border:2px solid #cccccc;
	font-weight:bolder;
}
#scoresTable tr.total{
	!border-top:2px solid #cccccc;
	font-weight:bolder;
	!color:#3080d0;
	!color:#000;
	font-size:14px;
}
#c_sum{
	font-weight:bolder;
	text-align:center;
}
#dices{
	float:left;
	width:220px;
	height:200px;
	margin:10px auto;
	padding-top:10px;
}
.dice{
	margin:15px 4px;
	cursor:pointer;
	padding:1px;
}
#status{
	width:200px;
	background:white;
	height:28px;
	line-height:28px;
	!border-right:1px solid #aaa;
	!border-bottom:1px solid #aaa;
}
#phase{
	font-size:18px;
	color:#666666;
	font-weight:bolder;
	display:none;
}
#phaseCnt{
	font-weight:bold;
}
#loading{
	padding-top:6px;
}
.help{
	display:none;
	background:#F1F1EC;
	border:1px solid #bca67c;
	padding:16px;
	margin-top:40px;
}
#rollsLeft, #score, #score2, #topscore{
	font-weight:bolder;
	font-size:18px;
}
.btn{
	cursor:pointer;
	margin-left:4px;
}
.btndis{
	cursor:normal;
	opacity:0.8;
	MozOpacity:0.8;
	filter:alpha(opacity=80);
}
