@charset "utf-8";
/* CSS Document */

/* CHESS_GAMES_SUBPAGES_STYLESHEET */

/* Theses are the Divs for the best chess games subPages */
#ContainerChessGamesSubPage {
	background-color: #09F;
	height: 820px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #F00;
}
#DescriptionHeader {
	background-color: #FFC;
	float: left;
	height: 192px;
	width: 768px;
	margin-top: 25px;
	margin-left: 25px;
}
#TopRightSubPage {
	float: left;
	height: 192px;
	width: 192px;
}
.item{
	width: 200px !important;
	height: 240px !important;
	margin-left:auto;
	margin-right:auto;
}
.CarouselExample{
	margin-top: 25px;
	margin-right: -125px;
}
#NotationBar {
	float: left;
	height: 576px;
	width: 384px;
	margin-top: 15px;
	margin-left: 85px;
}
#LeftSideBar {
	float: left;
	height: 576px;
	width: 192px;
}
#WhiteSideBar1 {
	background-color: #FFF;
	float: left;
	height: 576px;
	width: 96px;
}
#BlackSideBar1 {
	background-color: #999;
	float: right;
	height: 576px;
	width: 96px;
}

#RightSideBar {
	float: right;
	height: 576px;
	width: 192px;
}
#WhiteSideBar2 {
	background-color: #FFF;
	float: left;
	height: 480px;
	width: 96px;
}
#BlackSideBar2 {
	background-color: #999;
	float: right;
	height: 480px;
	width: 96px;
}

#LinksBar {
	float: left;
	height: 96px;
	width: 192px;
}
#HomeLink {
	background-color: #FFF;
	float: left;
	height: 96px;
	width: 96px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
#ChessGamesHomeLink {
	background-color: #FFF;
	float: left;
	height: 96px;
	width: 96px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
#EndGamePosition {
	float: right;
	height: 576px;
	width: 576px;
	margin-top: 15px;
	margin-right: 85px;
}