#title {
	text-align: center;
	margin-top: 55px;
}

#leCreatorName {
	color: #AAAAAA;
	
	font-size: 10pt;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

table.gameTable {
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	
	/* for 3d effect that is not used */
	/* -webkit-transform-origin: 50% 100%;
	-webkit-transform: perspective(416px) rotateX(7deg); */
}

/* cell gradients generated with http://www.colorzilla.com/gradient-editor/ */

.cellGradient {
	color: white;
	
	cursor: default;
	
	background: #939393; /* Old browsers */
	background: -moz-linear-gradient(top,  #939393 0%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#777777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #939393 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #939393 0%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #939393 0%,#777777 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #939393 0%,#777777 100%); /* W3C */
}

.mouseOverCellGradient {
	color: white;
	
	cursor: pointer;
	
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f0f0f0 0%, #dcdcdc 50%, #c7c7c7 51%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f0f0f0), color-stop(50%,#dcdcdc), color-stop(51%,#c7c7c7), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #f0f0f0 0%,#dcdcdc 50%,#c7c7c7 51%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #f0f0f0 0%,#dcdcdc 50%,#c7c7c7 51%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #f0f0f0 0%,#dcdcdc 50%,#c7c7c7 51%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(135deg,  #f0f0f0 0%,#dcdcdc 50%,#c7c7c7 51%,#8c8c8c 100%); /* W3C */
}

.selectedCellGradient {
	color: black;
	
	cursor: pointer;
	
	background: #fcfbe4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcfbe4 0%, #f9f6bf 50%, #efea9f 51%, #ede62b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fcfbe4), color-stop(50%,#f9f6bf), color-stop(51%,#efea9f), color-stop(100%,#ede62b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #fcfbe4 0%,#f9f6bf 50%,#efea9f 51%,#ede62b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #fcfbe4 0%,#f9f6bf 50%,#efea9f 51%,#ede62b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #fcfbe4 0%,#f9f6bf 50%,#efea9f 51%,#ede62b 100%); /* IE10+ */
	background: linear-gradient(135deg,  #fcfbe4 0%,#f9f6bf 50%,#efea9f 51%,#ede62b 100%); /* W3C */
}

td.gameTable {
	text-align: center;
	width: 33px;
	height: 48px;
	
	/* for rounded corners */
	background-clip: padding-box;
    border-radius: 5px;
}

tr.gameTable {
	background-color: transparent;
}

#startscreenDiv {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	text-align: center;
}

#bottomBar {
	display: inline-block;
	position: relative;
	top: 15px;
}

#textContainer {
	text-align: center;
}

#textLeft {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
