.rules {
	width: 540px;
}

.cell {
}

.cellDim {
	color: #dddddd;
}

.infoImg {
	width: 20px;
	height: 20px;
}

.boardstyleCellNormal, .boardstyleCellSetByUser, .boardstyleCellHint {
	width: 25px;
	height: 25px;
	text-align: center;
	border: solid black 1px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.boardstyleCellSetByUser .cell {
	color: blue;
}

.boardstyleCellHint {
	background-color: gray;
}

.boardstyleCellHeader, .boardstyleCellHeaderRL, .boardstyleCellHeaderBL {
	width: 25px;
	height: 25px;
	text-align: center;
	border: solid #aaaaaa 1px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.boardstyleCellHeaderBL {
	border-bottom: solid black 1px;
}

.boardstyleCellHeaderRL {
	border-right: solid black 1px;
}

.boardstyleheader {
	width: 50px;
	height: 50px;
	text-align: center;
}

.boardstyle TD {
	padding: 1px;
}

.groupLabel {
	font-weight: bold;
}

.gwt-MenuBar {
	background-color: #5b8dff;
}

.gwt-MenuItem, .gwt-MenuItem-selected {
	font-size: 18px;
	padding: 0px 3px 0px 3px;
}

.gwt-MenuItem-selected {
	background-color:#7badff;
}

.novisible {
		display: none;
		visibility: hide;
}

.blueLabel {
	color: #3C3DF0;
}

.solver {
	margin-top: 20px;
	width: 100%;
}

.tableNoSpace {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
	
.title {
	font-size: 3em;
}

