/*<style>*/
.possibilities-entry {
	font-size:12px !important;
}
.spacer {
	width:15px;
}
.control-button {
	width:150px;
}
div#pen-picks input {
	width:30px;
}
#selected-pen-number {
	font-weight:bold;
}
#control-area label {
	padding-right:10px;
	font-weight:bold;
}
#control-area {
	width:150px
}

/*The Input fields after the pen is picked.*/
.pen-picked {
	cursor: pointer;
	cursor: hand;
}
/*
.pen-picked:hover {
	background:#FFCCCC;
}
*/
#pen-tool {
	text-align:center;
}
#pen-tool input {
	border:1px solid #ccc;
}

/*The Cells that has error*/
.problem-cell {
	color:#f00;
}

#timer {
	font-weight:bold;
	color: #ffffff;
	background-color: #228822; 
	padding: 1px;

}
#pause-hider {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	text-align:center;
	vertical-align:middle;
	width:320px;
	height:345px;
	background:#fff;
}
.print-only {
	display:none;
}

INPUT {color: #222222; text-align: center;}

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

input.cell {
        width:40px;
        height:40px;
        font-size:30px;
        text-align:center;
        padding-top:1px;
        background:#FFFFFF;
        border:0px solid red;
}

h1.sudoku {
	margin:0px;
	padding:0px;
}

input#clock {
	border:1px solid #000000;
	background:#DDDDDD;
	width:378px;
	font-size:19px;
        text-align:center;
}

div#sudoku {
	background:#EEEEEE;
	padding:10px;
	border:1px solid #000000;
	width:385px;
}

.ptext {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#2222dd;}