
.toolbar {
	width: 200px;
	text-align: center;
}

.toolbarcont {
	height: 0px;
	width: 223px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	background: #FFFFFF;
}

.givenidinner {
	color: #999999;
	font-family: sans-serif;
	font-size: 8px;
	background: none;
	text-align: center;
	font-weight: bold;
	width: 39px; 
	height: 35px;
	line-height:95%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.givenid {
	color: #999999;
	font-family: sans-serif;
	font-size: 14px;
	background: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.givenidhighlight {
	color: #444444;
	font-family: sans-serif;
	font-size: 14px;
	background: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.givencell {
	height: 80px;
	width: 80px;
	background: url(../gfx/emptygradlarge.gif);
	color: #555555;
	text-align: center;
	border: 1px solid #444444;
	margin: 0px;
	padding: 0px;	
}

.cell { 
	height: 20px;
	width: 20px;
	background: url(../gfx/givengrad.gif);
	color: #555555;
	text-align: center;
	border: 1px solid #444444;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:200%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.cellhighlight { 
	height: 20px;
	width: 20px;
	background: url(../gfx/givengrad.gif);
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #FF0000;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:200%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.cellhighlightgiven { 
	height: 20px;
	width: 20px;
	background: url(../gfx/givengrad.gif);
	color: #555555;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #FF0000;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:200%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.cellselected { 
	height: 20px;
	width: 20px;
	background: url(../gfx/givengrad.gif);
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FF0000;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:200%;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.gameboard {
	border: none;
	padding: 10px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

.cell hover {
	border: 1px solid #FFFFFF;
}

.tablecell {
	border: 1px solid #000000;
}

.popup {
	display: none;
	position: fixed;
	top: 1;
	left: 1;
	width: 400px;
	height: 300px;
}

.popupbg {
	position: fixed;
	z-index:4;
	padding: 0px;
	background-color: #222222;
	width: 100%;
	height: 100%;
	margin: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	top: 0px;
	left: 0px;
	min-height: 100%;
}

.popupcont {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #000000;
	top: 25%;
	left: 25%;
	width: 100%;
	height: 100%;
	background: #DDDDDD;
	z-index:500;
	margin-bottom: 0;
	bottom: 0; 
}

.popupbot {
	height: 30px;
	width: 400px;
	background: #999999;
}

.popupwait {
	background: url(../gfx/ajax-loader.gif); 
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	height: 300px;
	width: 400px;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}

