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-collapse: collapse;
	text-align: center;
	border: 0px none;
}

.cell {
	font-size: 20px;
	border: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.highlight {
	background-color: #d0f3fe;
}

.borderedTable,.solver {
	border: solid #6083ae 1px;
}

.leftPanel {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.rightPanel {
	margin-left: 20px;
	padding-left: 20px;
} 

.langs div {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.highlightit {
	border: 0px solid #ffffff;
}

.highlightit:hover {
	border: 1px solid navy;
	width: 112px;
	height: 12px;
}

.highlightit:hover img {
	color: #333333;
	border: 2px; /* Dummy definition to overcome IE bug */
}

.noimg {
	width: 0px;
	heigth: 0px;
}

.img {
	
}

.notVisible {
	visibility: hidden;
}

.visible {
	
}

.tableBorderBottom {
	border-bottom: solid black 1px;
	height: 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
}

.labelPlayerTurn {
	font-style: italic;
	font-weight: bold;  
}

.textbox {
	width: 100px;
}

.novisible {
	display: none;
	visibility: hide
}


@media screen {
	.noprint_h {
		visibility: visible
	}
}

@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hide
	}
}