/* 
    Document   : chess
    Created on : 2013-9-15, 21:30:46
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/
#wraper{
	float: left;
}
.chess_container
{
	position: relative;
	margin: 30px auto auto 35px;
	border:2px solid #333
}
#part1,#part2{
	/*position: relative;*/
	margin: 0px auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#gapbar{
	width: 100%;
}
.box{
	float: left;
	border: 1px solid #ccc;
	border-right: 0px;
	border-bottom: 0px;
}
.role{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	line-height: 25px;
}
.part1.role,#instruct p,#parts p.p1{
	background-color: green;
	color: red;
}
.part2.role,#instruct p.vs,#parts p.p2 {
	background-color: black;
	color: #fff;
}
.role.active{
	background-color: yellow;
	color: #000;
}
.mask{
	position: absolute;
	background-color: #eee;
	opacity: 0.2;
	filter:alpha(20);
}
.mask.active{
	border: 1px dashed #ccc;
	opacity: 1;
	filter:alpha(100);
}
#instruct{
	width: 250px;
	height: 150px;
	margin: 50px;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	float: left;
	background-color: #CCC;
}
#parts {
	width: 250px;
	height: 50px;
	margin: 50px 250px 50px 50px;
	float: left;
	clear: right;
}

#instruct p,#parts p{
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin: 0px auto;
}
#parts p{
	float: left;
	margin-left: 50px;
	text-align: center;
}
#tools{
	float: left;
	text-align: center;
	width: 250px;
	height: 50px;
	margin: 50px 250px 50px 50px;
	float: left;
	clear: right;
}