@charset "utf-8";

* {margin:0; padding:0}
html, body {width:100%; height:100%;}

body
{
    background-color: #ccc;
    color: #000;
    font-family: Arial, georgia, Helvetica, sans-serif;
    font-size: 1.01em;
    font-weight: 800;
}

a {text-decoration: none}

div.chess {
	min-height: 40px;
	min-width: 40px;
	background: #000;
}

.gcc_navi {
    width: 315px;
    margin: 10px 0;
    text-align: center;
}
.gcc_navi img {
    width: 25px;
    width: 25px;
    height: 25px;
    border: none;
}
.gcc_navi a:hover img {
    border: 1px solid #999;
    width: 23px;
    height: 23px;
}
img.play {margin-left: 10px;}
.gcc_board {
    display:block;
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    height: 320px;
    width: 320px;
    background-color: #999;
    cursor: pointer;
    margin-top: 5px;
    border: 2px solid #600;
}
.gcc_board div {
    float:left;
    height: 40px;
    width: 40px;
    text-align: center;
}


.gcc_board div.w {
    background:#fff;
	background-image: url("../graphics/eisgrauhell2.jpg");
}
.gcc_board div.b {
    background:#9cc3c0;
	/* background-image: url("../graphics/blau.jpg"); */
}
.gcc_board div span {
    font-size: 2em;
    display:block;
}

.gcc_board span.w {
    background: transparent;
    color: #990000;
}
.gcc_board span.b {
    background: transparent;
    color: #333399;
}

.showIndex {
	height: 20px;
	display: none;
}
.blind {display:none;}

#debug {position: absolute; top: 0; left: 50%; margin-top:5px;background:#eee;clear:both;}
#gs {
    position: absolute;
    left: 50%;
}
.gcc {
    position: relative;
}
a.gcc_piece
{
	display: block;
	position: relative;
	top:0;
	left:0;
	font-size:2em;
	font-weight: 600;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #009;
}

.gcc_field a.w {color: #f60; background: transparent}
.gcc_field a.b {color: #090; background: transparent}


div.gcc h2 {
	color: #900;
	font-size: 1.5em;
	padding: 10px 0px 10px 0px;
}
div.gcc_dump {
	position: absolute;
	top: 0;
	left: 340px;
	height: 320px;
	width: 50px;
	clear: both;
}

.gcc_dump div {
	height: 160px;
	width: 50px;
}

.gcc_dump a {
	float: left;
	font-size: 1.3em;
	width: 20px;
	height: 20px;
}

.gcc_dumpw a {
	color: #f60;
}

.gcc_dumpb a {
	color: #090;
}

div.gcc_notation {
	position: absolute; 
	top: 50px;
	left: 400px;
	width: 300px;
	height: 360px;
	color: #009;
	font: normal 300 0.99em/0.98em Georgia, serif;
	text-align: justify;
}

a.gcc_run {
	color: #533;
	font: normal 600 1em/1.4em Arial, sans-serif;
	padding: 1px:
}

a.gcc_run:hover {
	color: #fff;
}

span.gccComment {
	color: #666;
}

.gccAct {
	background: #def;
}


