html{
	background: #fdfdfd url(../../UserFiles/Site/Background.png) repeat scroll 0 0;
}

body{
  font-size:93%;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#container{
  background-color:transparent;
  position:relative;
  width:974px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:auto;
}

#header{
  clear:both;
  width:100%;
  background:url(../../UserFiles/Site/header.png);
  height:100px;

}

#logo{
	position:absolute;
	width: 80px;
	height: 80px;
	left: 10px;
	top: 10px;
	cursor:pointer;
	font-size:10px;
}

#logo:hover{
}

	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width: 100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

.col1{}

.col2{}

	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float: left;
	position: relative;
	padding: 10px 0 10px 0;
	overflow: hidden;
	min-height: 400px;
}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background: #FDFDFD;
		/* right column background colour */
	}
	.leftmenu .colleft {
	right: 75.4%;
	background: #c0d9e9 url(../../UserFiles/Site/Left_Menu.png) repeat scroll 0 0;
}
	.leftmenu .col1 {
		width: 73.3%;			/* right column content width */
		left: 101%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width: 22.6%;			/* left column content width (column width minus left and right padding) */
		left: 3.1%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	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: bold;
}

.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);
}


#DirCont .bd {
    overflow:auto;
    height:auto;
    background-color:fff;
    padding:10px;
}

#DirCont .ft {
    height:20px;
    padding:0;
}

#DirCont .yui-resize-handle-br {
    right:0;
    bottom:0;
    height: 8px;
    width: 8px;
    position:absolute; 
}

#treeDiv1{
  width: auto;
  float: left;
  padding-right: 1em;
  border-right: black thin double;
  overflow: auto;
}
#treeTarget1{
  width: auto;
  float: left;
  margin-left: 10px;
  overflow: auto;
}

#StatusCont{
  padding-top: 8px;
  padding-left: 5px;
  color: white;
  font-weight: bold;
}

.DirHeader{
  width: 100%;
  height: 1.1em;
  border: black 1px inset;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.LangMenu{
	position: absolute;
	left: 770px;
	width: 200px;
	top: 5px;
	text-align: right;
}
.LangMenu .hide{
}
.LangMenu .show img{
	*filter: Alpha(opacity='40'); 
	opacity:0.40;
}
.LangMenu li{
	display: inline;
}
.LangMenu a{
	text-decoration: none;
}
