#mainContainer{
	width:99%;
	//height:80%;
	
}
#boardContainer{
	padding-left:65px;
	padding-top:5px;
	width:450px;
	height:500px;
	float:left;
	//background-image:url('../demo-images/board-bg-wood.jpg');
	background-repeat:no-repeat;
}

#rightColumn{
	width:345px;
	height:380px;
	left: 450px;
	top:180px;
	//float:right;
	position:absolute;
}
#gameListContainer{
	width:345px;
	height:380px;
	//background-image:url('../demo-images/bg-details.gif');
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:5px;
	
}
#logo{
       width:800px;
       position:relative;
       background:#1C1C1C;
       top:0;
       left:0px;
}

#pie{
       position:fixed;
       bottom:0;

}

body{
	font-family:Trebuchet MS;
	//background-color:#2f5e80;
	background-color: #E5E4E2;
}
table{
	font-size:0.8em;
}
#divMoves{
	clear:both;
	font-size:1em;
	font-style:italic;
	width:340px;
	height:320px;
	overflow:auto;
	
	background-color:#FFF;
	margin-top:1px;
	padding:0;
	
	line-height:130%;
	
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	
}
#divMoves a{
	text-decoration:none;
	//height:550px;
}
#options{
	background-color:#FFF;
	margin-top:0px;
	padding:0;
	
	border:1px solid #DDD;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	
	width:340px;	
	font-size:0.8em;

}

#buttons{
	margin-top:5px;
	//background-color:#DDD;
	padding:5px;
	clear:both;
	border:1px solid #DDD;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	height:20px;
	width:350px;	
	font-size:0.8em;		
}
#options p{
	margin:0px;
	margin-top:5px;
}
input{
	width:50px;
	margin-right:2px;
	float:left;
	border:1px solid #000;
	background-color:#FFF;
}
#players,#activeMove{
	text-align:center;
	clear:both;
	font-size:1.3em;
	font-weight:bold;
	height:35px;
	width:490px;
	//color:#FFF;
	color:black;
}
a{
	color:#363636;
	text-decoration:underline;
}
#moveTab{
	display:none;
}
#gameList{
	width:340px;
	height:380px;
}
#tabs{
	position:absolute;
	width:345px;
	left:5px;
	top:-11px;
	z-index:100;
}
#tabs .tabInactive{
	position:relative;
	top:-2px;
	//background-image:url('../demo-images/tab-inactive.gif')
	background-color: #D8D8D8;
	
}
#tabs .tabActive{
	//background-image:url('../demo-images/tab-active.gif');
	background-color: #848484;
}
#tabs div{
	background-position:bottom left;
	float:left;
	background-repeat:no-repeat;
	width:112px;
	//height:15px;
	font-size:0.8em;
	text-align:center;
	line-height:25px;
	cursor:pointer;
	border-left: 1px black solid; 
	border-bottom: 1px black solid;
	border-right: 1px black solid; 
	border-top: 1px black solid;
}
#tabs div span{
	font-weight:bold;
	display:block;
}
#tabs .tabInactive span{
	padding-top:3px;
}
#tabs .tabActive span{
	padding-top:0px;
	color:#FFF;
}
#scrollDivGames{
	overflow: auto; 
	width: 15px; 
	height: 380px;
	border-left: 1px gray solid; 
	border-bottom: 1px gray solid;
	border-right: 1px gray solid; 
	border-top: 1px gray solid;
	padding:0px;
	margin: 0px;
	background-color:#FFF
}
table,tr,td{
	vertical-align:top;
}

#pgnList{
	display:none;
}
#divListOfPgns{	/* Box where the actual pgn links are located */
	width: 340px; 
	height:380px;
	background-color:#FFF;

}

#tabOptions{
	margin-top:5px;
	margin-left:5px;	
	position:relative;
	top:1px;
	height:25px;
	display:none;
}

.tabDetails{
	padding:2px;
	text-align:center;
	width:300px;
	margin-right:3px;
	font-size:0.8em;
	float:left;
	cursor:pointer;
	border:1px solid #000;
	border-bottom:0px;
	position:relative;
}

.tabDetailsActive{
	background-color:#FFF;	
}
.tabDetailsInactive{
	background-color:#CCC;
	border-bottom:1px solid #000;
	position:relative;
	top:-1px;
	margin-top:2px;
	height:15px;
}

#boardOptions,#gameDetails{	
	//height:35px;
}
#gameDetails td{
	font-size:12px;
}

td.tableWidget_headerCell{
	background-color:#676767;
	color:#FFF;
	border-right:1px solid #666;
	border-left:1px solid #999;	
	border-top:1px solid #999;
	border-bottom:1px solid #999;	

}
div.widget_tableDiv{
	border:1px solid #444;
}
div.ChessMoveIndicator{
	border:3px solid #F9F340;
	opacity:0.5;
	filter:alpha(opacity=50);
}

div.ChessBoardInner60{
	border:1px solid #70472a;
	border-left:1px solid #54351f;
	border-bottom:1px solid #54351f;
}
