body,td,a,div,.p {
	font-family: tahoma, arial, sans-serif
}

h1 {
	font-size: 3em;
}

div,td {
	color: #000000;
	font-size: 13px;
}

a:link,.w,.w a:link {
	color: #0000cc
}

a:visited {
	color: #551a8b
}

a:active {
	color: #ff0000
}

.boardstyle {
	border: none;
	border-collapse: collapse;
	text-align: center;
}

.boardstyleheader {
	width: 50px;
	height: 50px;
	text-align: center;
}

.boardstyleCellNormal {
	border: solid black 1px;
	width: 17px;
	height: 15px;
	text-align: center;
}

.boardstyleCellOccupied {
	background-color: #DFDCD0;
}

.gwt-MenuBar {
	background-color: #5b8dff;
}

.gwt-MenuItem, .gwt-MenuItem-selected {
	font-size: 18px;
	padding: 0px 3px 0px 3px;
}

.gwt-MenuItem-selected {
	background-color:#7badff;
}

.boardGroupSelected div {
	color: #cccccc;	
}

.boardstyleGroupX {
	text-align: center;
	vertical-align: bottom;
	margin-left: auto; 
	margin-right: auto;
	border-right: 1px solid #EEEEEE;
}

.boardstyleGroupY {
	text-align: right;
	float: right;
	vertical-align: bottom;
	border-bottom: 1px solid #EEEEEE;
}

.boardstyle TD {
	padding: 1px;
}

.cell {
	font-size: 14px;
	border: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.cellSumY {
	font-size: 10px;
	margin-left: 3px;
}

.cellSumX {
	text-align: center;
	font-size: 10px;
}

.minTable {
	border-collapse: collapse;
	width: 100%;
}

.highlight {
	background-color: #d0f3fe;
}

.borderedTable {
	border: solid #6083ae 1px;
}

.solver {
	margin-top: 10px;
	width: 100%;
}


.notVisible {
	visibility: hidden;
}

.visible {
	
}

.leftPanel {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.langs div {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.tableBorderBottom {
		border-bottom: solid black 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;
}

.textbox {
border: 1px #000000 solid;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 2px;
height: 18px
}

.textbox {
	width: 100px;
}

.novisible {
		display: none;
		visibility: hide
}

.title {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 140px;
}

.title div {
	font-size: 35px;
}

.blueLabel {
	color: #3C3DF0;
}

@media screen {
	.noprint_h {
		visibility: visible
	}
}


@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hide
	}
	.title {
		font-size: 20px;
	}
	.cell {
		font-size: 10px;
		border: none;
		text-align: center;
		padding: 0px 0px 0px 0px;
		vertical-align: middle;
		margin: 0px 0px 0px 0px;
		border-spacing: 0px;
	}
	
	.cellSumY {
		font-size: 7px;
		margin-left: 2px;
	}
	
	.cellSumX {
		text-align: center;
		font-size: 7px;
	}

	.boardstyleCellNormal {
		border: solid black 1px;
		width: 12px;
		height: 12px;
		text-align: center;
	}
}


