/**
 * Board style
 */

.co_wrap {
	clear: both;
}

.co_board {
	border-width: 4px;
    	border-style: double;	
	padding: 4px;
}

.co_placement {
	margin: 1px;
	float: left;
}

.co_square {
	float: left;
	text-align: center;
	font-family: "Arial Unicode MS";	/* IE8 + XP */
}

.co_corner,
.co_col {
	float: left;
	text-align: center;
}

.co_rank {
	text-align: center;
	float: left;
	margin: 2px 0;
}

.co_vtop {
	height: 100%;
	vertical-align: top;
}

.co_vbottom {
	height: 100%;
	vertical-align: bottom;
}


.co_movenumber,
.co_sidetomove {
	float: left;
	padding-right: 5px;
}

.co_link { float: right; }

.co_info,
.co_castlingwhite,
.co_castlingblack,
.co_enpassant,
.co_playercontrol,
.co_movelist {
	width: 100%;
	clear: both;
	text-align: left;
}

/**
 * Player style
 */

.co_move {
	cursor: pointer;
}

.co_activeply {
	outline: 1px solid black;
}

/**
 * Overlay style
 */

#co_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    display: none;
    z-index: 10000;
}

#co_framebox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
	z-index: 10001;
	padding-top: 75px;
}

#co_framebox div {
	background: white;
        width: 930px;		/* change if you wish to resize the overlay iframe width */
	border-radius: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
}

#co_framebox div div {
	text-align: right;
	font-size: 14px;
}

#co_framebox div div span {
	margin-right: 10px; 
	cursor: pointer;
}

#co_framebox div div iframe {
	height: 650px;		/* change if you wish to resize the overlay iframe height */
}
