body,td,a,div,.p {
	font-family: tahoma, arial, sans-serif
}

h1 {
	font-size: 3em;
}

div,td {
	color: #000000;
	font-size: 13px;
}

.boardstyle {
	border-collapse: collapse;
	border: none;
}

.rules {
	width: 640px;
}

.cell {
	font-size: 20px;
	width: 25px;
	height: 25px;
}

.cellDim {
	color: #CCCCCC;
}
.infoImg {
	width: 20px;
	height: 20px;
}

.boardstyleCellNormal, .boardstyleCellEmpty, .boardStyleCellInPlace, .boardStyleCellWrongPlace, .boardStyleCellSolution {
	width: 40px;
	height: 40px;
	text-align: center;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.boardstyleCellNormal {
	border-bottom: solid black 1px;
}

.boardStyleCellInPlace .cell {
	background-color: #88c88b;
	border: 4px #88c88b ridge;
}

.boardStyleCellWrongPlace .cell {
	background-color: #f43030;
	border: 4px #f43030 ridge;
}

.boardStyleCellSolution {
	border-bottom: none;
	border-top: solid black 3px;
}

.boardStyleCellNotExists1 .cell {
	background: transparent url("../img/x1.jpg");
}

.boardStyleCellNotExists2 .cell {
	background: transparent url("../img/x2.jpg");
}

.boardStyleCellM1 .cell {
	background-color: #fba956;
	border: 4px #fba956 ridge;
}

.boardStyleCellM2 .cell {
	background-color: #cc95f9;
	border: 4px #cc95f9 ridge;
}

.boardStyleCellM3 .cell {
	background-color: #fcf458;
	border: 4px #fcf458 ridge;
}

.boardStyleCellNotSelected1 .cell {
	background-color: white;
	border: 4px white ridge;
}

.boardStyleCellNotSelected2 .cell {
}


.boardstyle TD {
	padding: 1px;
}

.simpleButtonA a {
	background-color: #bfbcb0;
	text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	border: solid black 1px;
}

.simpleButtonA a:hover {
	background-color: #E0E0E0;
}

.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;
}

.gridMenu {
	background-color: #84ACFB;
	border: 1px solid #cccccc;
}

.gridMenu td {
	font-size: 20px;
	width: 25px;
	height: 25px;
}

.gridMenu div {
	font-size: 20px;
}

.headerDimed {
	color: #cccccc;	
}

@media screen {
	.noprint_h {
		visibility: visible;
	}
}

@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hide;
	}
}