body{
	margin: 0px;
	padding: 0px;
	border-color: black;
}
img {
	margin: 0;
}

#pgnViever{
	position: relative;
}

#pgnViewerCont{
	position: relative;
}
.CGW-Chessmen-cont{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.cgw-body-cont{
	
}

.cgw-note-cont{
	padding: 3px;
}

.CGW-Board-Description{
	font-weight: normal;
	font-size: 80%;
}

.cgw_mainvariation, .cgw_mainvariation a,.cgw_subvariation a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.cgw_subvariation,.cgw_subvariation a{
	text-decoration: none;
	font-weight: bold;
	color: Gray;
}

.cgw_mainvariation a:hover,.cgw_subvariation a:hover{
	text-decoration: underline;
}

.cgw_active_move,.cgw_active_move a{
	color: #4c81c6;
	text-decoration: underline;
}

.cgw_mainvariation a:active {
}

.CGW-board-button, .x-btn-text{
	width: 15%;
}
.CGW-Key-test{
}

.CGW-float-right{
	float: right;
	margin: 10px 0 10px 10px;
}

.CGW-float-left{
	float: left;
	margin: 10px 10px 10px 0;
}

.x-board-frame{
	background: url(../images/default/board/background/frame.jpg);
}

.about_headline{
	font-size: x-large;
	font-weight: bold;
	color: #00637f;
}

.about_version{
	font-size: small;
	font-weight: bold;
	color: gray;
}

.about_url{
	font-size: small;
}

.copyright{
	font-size: small;
	font-weight: normal;
	color: black;
}
.about_text{
	font-size: small;
	font-weight: normal;
	color: #2f2f2f;
}
.about_LICENSE{
	font-size: small;
	font-weight: normal;
	color: #771e1e;
	
}

.about_help{
	font-size: small;
	font-weight: normal;
	color: #2f2f2f;
	background-color: white;
	padding: 3px;
}

