body { 
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:11px;
	font-weight:normal;
	background-color:#EEEEEE;
	padding:0px;
	margin:0px;
}

.possibilities-entry {
	font-size:12px !important;
}

.spacer {
	width:10px;
}

.control-button {
	width:150px;
	background-color:#DDE0A8;
	}

.pause-button {
	width:70px;
	background-color:#DDE0A8;
}	

input { text-align:center; 
	font-family:Trebuchet MS,Arial,Georgia;
/*	background-image:url('background.gif'); */
	}
	
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 #CCCCCC;
}

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

#timer {
font-family:Arial,Helvetica;
font-size:14px;
	font-weight:bold;
}

#pause-hider {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	text-align:center;
	vertical-align:middle;
	width:320px;
	height:285px;
	background:#EEEEEE;
}

.box {
	border:1px solid black;
}

table.root-table input {
	background-color:#fff;
	color:#333333;
	font:18px bold;
	width:30px;
	border:0px solid #fff;
	font-family:Arial,Helvetica;
}

.line-v {
	background-color:#FFFFFF;
	width:28px;
}

.line-h {
	background-color:#FFFFFF;
	width:25px;

}