body {
	font-family: Verdana, Arial, sans-serif;
}

table.fulltable{
	border: 1px solid #006B9F;
}

.time_left {
	font-size:11px;
 	padding:0; margin:0;
	text-align:right;
	color: #006B9F;
	padding-bottom:2px;
}

td.cell {
        width:40px;
        height:40px;
		background:#ff0000;
}
td.readonly {
	background:#CCE9F7;
}
/* depricated 
div.cell {
        width:40px;
        height:40px;
}
*/
a.sudoku {
	font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
	color:#000000;
}

a.sudokumin {
	font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
	color:#000000;
	text-decoration:none;
}

td.sol {
        width:30px;
        height:30px;
        text-align:center;
        font-family:Arial, Helvetica, sans-serif;
        font-size:24px;
        background:#FFFFFF;
        border:0px solid #006B9F;
}
input.cell {
float:left;
display:block;
        width:40px;
		height:32px;/*
        height:40px;
        */
        font-size:22px;
        text-align:center;
        padding-top:9px;
        background:#FFFFFF;
        border:0px solid red;
}

h1.sudoku {
	margin:0px;
	padding:0px;
}
input.button {
	font-size:12px;
	border: 1px solid #0090D3;
	background:#fff;
	font-weight:bold;
	color: #0090D3;
	height:22px;
	padding-bottom:1px;
}
input#clock {
	border:1px solid #000000;
	background:#DDDDDD;
	width:378px;
	font-size:19px;
    text-align:center;
}

div#sudoku {
	background:#fff;
	padding:0px;
	width:385px;
}

