#mainContainer{
	width:100%;
	padding:5px;
}
div.odd,
td.odd 		{ background-color: #DDE8F0; color: #000; }
td.even 		{ background-color: #E8EfEF; color: #000; }

#boardContainer{
	padding-left:30px;
	padding-top:30px;
	width:540px;
	height:540px;
	float:left;
	background-image:url('../demo-images/board-bg-wood.jpg');
	background-image:none;
	background-repeat:no-repeat;
}

#rightColumn{
	width:390px;
	height:540px;
	float:left;
	position:relative;
}

#gameListContainer{
	width:390px;
	height:545px;
	padding:5px;
}

table{
	font-size:0.9em;
}
#divMoves{
	clear:both;
	font-size:1em;
	font-style:italic;
	width:100%;
	height:270px;
	overflow:auto;
	margin-top:5px;
	padding:5px;
	line-height:110%;
}

#divMoves a{
	text-decoration:none;
}

#options__{
	background-color:#FFF;
	margin-top:0px;
	padding:5px;
	
	border:1px solid #DDD;
	border-left:1px solid #000;
	border-top:1px solid #000;
	
	width:330px;	
	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;
	height:20px;
	width:330px;	
	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.4em;
	font-weight:bold;
	height:30px;
	width:550px;
	color:#333333;
	background-color:#transparent;
}
#activeMove{border:1px dotted #333333}
a{
	color:#363636;
	text-decoration:none;
}
#moveTab{
	margin:0px;
	padding:5px;
}
#gameList{
	width:100%;
	height:510px;
	overflow-y:auto;
	padding:5px;
	margin:5px;
}
#tabs_{
	position:absolute;
	width:360px;
	left:20px;
	top:-13px;
	z-index:100;
}

#tabs_ div{
	background-position:bottom left;
	float:left;
	background-repeat:no-repeat;
	width:95px;
	height:25px;
	font-size:0.8em;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}
#tabs_ div span{
	font-weight:bold;
	display:block;
}

#scrollDivGames{
	overflow: auto; 
	width: 360px; 
	height: 490px;
	border-left: 1px gray solid; 
	border-bottom: 1px gray solid;
	padding:0px;
	margin: 0px;
	background-color:#FFF
}
table,tr,td{
	vertical-align:top;
}

#pgnList{
	padding:0.2em;
}

#divListOfPgns{	/* Box where the actual pgn links are located */
	width: 350px; 
	height:480px;
}

#tabOptions{
	margin-top:10px;
	margin-left:10px;	
	position:relative;
	top:1px;
	height:23px
}

#tab2{
	font-size:0.8em;	
}


.tabDetails{
	padding:2px;
	text-align:center;
	width:100px;
	margin-right:3px;
	font-size:0.8em;
	float:left;
	cursor:pointer;
	border:1px solid #000;
	border-bottom:0px;
	position:relative;
}

#boardOptions,#gameDetails{
	height:120px;
}
#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;
}
