/*<style>*/
.possibilities-entry {
	font-size:12px !important;
}
.spacer {
	width:15px;
}
div#pen-picks input {
	width:30px;
}
#selected-pen-number {
	font-weight:bold;
}
#control-area label {
	padding-right:10px;
	font-weight:bold;
}
#control-area {
	width:165px;
	background-color:#EEE;
	padding-left: 5px;
}
#control-area2 {
	width:170px;
	background-color:#EEE;
	padding-left: 5px;
}

/*The Input fields after the pen is picked.*/
.pen-picked {
	cursor: pointer;
	cursor: hand;
}
/*
.pen-picked:hover {
	background:#FFCCCC;
}
*/
#pen-tool {
	text-align:center;
	font-size:11px;
}
#pen-tool input {
	border:1px solid #999;
}

/*The Cells that has error*/
.problem-cell {
	color:#f00;
}

#timer {
	font-weight:bold;
	font-size:11px;
}

#display_area {
	font-weight: normal;
	font-size:11px;
	width:530px;
}

.sub_title {
	font-size:11px;
}
#pause-hider {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	text-align:center;
	vertical-align:middle;
	width:325px;
	height:360px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.print-only {
	display:none;
}

body {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	}
	
form {margin-bottom:10px;}