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: 1px gray solid;
}

.words {
	border-collapse: collapse;
	border: 0px none;
}	

.boardstyle td {
	padding: 0px;
}
.words td {
	padding: 0px 0px 2px 3px;
} 

.wordGrid td, .wordGridDim td, {
	padding: 0px;
}

.rules {
	width: 640px;
}

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

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

.wordGrid, .wordWrong, .wordGridDim {
	border-collapse: collapse;
	border: none;
}

.wordGrid td, .wordWrong td, .wordGridDim td {
	padding: 0px;
} 

.wordWrong {
	background-color: red;
}

.bsCellNormal, .wordCellNormal, .bsCellWrong, .wordCellWrong {
	text-align: center;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border: 1px gray solid;
}

.bsCellNormal div, .wordCellNormal div, .bsCellWrong div, .wordCellWrong div {
	font-weight: bold;
}

.wordGridDim .wordCellNormal {
	border: 1px #CCCCCC solid;
}

.wordGridDim .wordCellNormal div {
	color: #CCCCCC;
	font-weight: bold;
}

.letterWidget {
	width: 25px;
	height: 25px;
	border-collapse: collapse;
	border: none;
}

.letterWidget td {
	padding-left: 2px;
}

.bsCellNormal {
	background: url("../images/cell.jpg");
}

.bsBonusL2, .bsBonusL3, .bsBonusL4, .bsBonusW2, .bsBonusW3, .bsBonusW4 {
}

.bsBonusL2 {
	background: url("../images/cellL2.jpg");
}

.bsBonusL3 {
	background: url("../images/cellL3.jpg");
}

.bsBonusL4 {
	background: url("../images/cellL4.jpg");
}

.bsBonusW2 {
	background: url("../images/cellW2.jpg");
}

.bsBonusW3 {
	background: url("../images/cellW3.jpg");
}

.bsBonusW4 {
	background: url("../images/cellW4.jpg");
}

.bsCellWrong {
	background-color: red;
}

.wordCellWrong {
	background-color: red;
}

.letterPoints {
	vertical-align: bottom;
	text-align: left;
}

.letterPoints div {
	font-size: 8px;
		
}
.wrongMsg {
	height: 25px;
}

.wrongMsg div {
	color: #f59d07;
	font-weight: bold;
}

.simpleButtonA a, .finishButton 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;
}

.finishButton a {
	background: url("../images/cell.jpg");
}

.finishButton a:hover {
	background: url("../images/cellHighlight.jpg");
}

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

.counter {
	border-collapse: collapse;
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.counter td {
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #f59d07;
}

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

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