body{
}

img {
	margin: 0;
}
.cgw-note-cont{
	padding: 3px;
	font-size: 120%;
}

.cgw_mainvariation, .cgw_mainvariation a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.cgw_subvariation,.cgw_subvariation a{
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
.cgw_mainvariation a:hover,.cgw_subvariation a:hover{
	color: #4c81c6;
	text-decoration: underline;
}

.cgw_active_move,.cgw_active_move a{
	color: #4c81c6;
	text-decoration: underline;
}

.cgw_selected_move a{
	text-decoration: underline;
	color: blue;
}

.CGW-float-right{
	float: right;
	margin: 10px 2px 10px 2px;
}

.CGW-float-left{
	float: left;
	margin: 10px 10px 10px 0;
}

.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;
}

.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;
	padding: 5px;
}

.copyright{
	font-size: small;
	font-weight: normal;
	color: black;
}

.cgw-board-description{
	position: absolute;
	color: #e9cdbc;
	z-index: 2;
	font-weight: normal;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.CGW-outherFrame{
	z-index: 1;
}
.CGW-innerFramme{
	position: absolute;

	z-index: 2;
}

.x-panel-body {
	background: transparent none repeat scroll 0 0;
}

.cgw-board-field{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: auto;
}

.cgw-board-piece{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100000;
	cursor: pointer;
}

.CGW-frame-container{
	position: absolute;
	left: 0px;
	top: 0px;
}

.TransformationFrame{
	background-color: #fad9a3;
	position: absolute;
	border: 1px groove black;
}

.TransformationCont{
	z-index: 1;
	position: absolute;
}

.tagName{
	font-weight: bold;
}

.tagValue{
	padding-left: 5px; 
}

.tagContainer{
	padding: 5px;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}


.cgw_game_container{
	z-index: -100;
}
.cgw_main_container{
	position: relative;
	width: auto;
	height: auto;
}
.smallNote{
	padding: 3px;
	font-size: 110%;
	text-align: center;
	background-color: #f0f0f0;
	border: 0px outset #d3d3d3;
}
.cgw-notes-container{
	padding: 5px;
	background-color: #FFF;
	font-size: 120%;
}

.x-btn button{
    width:100%;
}
