a.sudo_link {
	color: #000;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

table.sudotable td
{
	padding: 1px;
 	color: #000;
}

table.sudotable td.vsep
{
	padding: 0;
	width: 2px;
	background: #000;
 	color: #000;  
}

table.sudotable td.hsep
{
	padding: 0;
	height: 2px;
	background: #000;
 	color: #000;  
}

input.sudo_field
{
	padding: 1px;
	width: 25px;
	height: 25px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

input.sudo_generated {
	color: #0000d5;
	width: 50px;
}

input.sudo_doprint
{
	padding: 1px;
	width: 25px;
	height: 25px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	background: #fff;
	position: relative;
	top: 0px;
	left: 0px;
}

input.sudo_form, select.sudo_form {
	width: 100px;
 	color: #000;
}	

div.sudo_header
{
	background: #ff8000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	border-width: 1px;
	border-style: outset;
	border-color: #000;
	margin: 10px 0 1px 0;
}

div.sudo_status_line {
	background: #1F74F3;
	color: #fff;
	font-size: 7pt;
	font-weight: bold;
	font-family: sans-serif;
	border-width: 1px;
	border-style: outset;
	border-color: #000;
	height: 16px;
	position: absolute;
	top: 460px;
	left: 0px;
	width: 485px;
}

span.sudo_button {
	font-size: 14px;
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	background: #ccf;
	border-width: 3px;
	border-style: outset;
	border-color: #009;
	margin-top: 1px;
 	width: 30px;
}

span.sudo_button:hover {
	background: #ddf;
	border-color: #ff0;
 	border-width: 3px;  
}

span.sudo_button_create {
	font-size: 14px;
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	background: #3e3;
	border-width: 3px;
	border-style: outset;
	border-color: #009;
	margin-top: 1px;
 	width: 30px;
}
	
span.sudo_button_create:hover {
	background: #afa;
	border-color: #ff0;
 	border-width: 3px;  
}

div #sudo_status {
	text-align: center;
	font-size: 12px;
}

#sudo_gameplate {
	margin: 3px;
}

.sudo_control {
	border-right: #000 1px solid;
	padding-right: 10px;
	border-top: #000 1px solid;
	display: none;
	padding-left: 10px;
	background: #fff;
	left: 10px;
	padding-bottom: 10px;
	border-left: #000 1px solid;
	width: 350px;
	padding-top: 10px;
	border-bottom: #000 1px solid;
	position: absolute;
	top: 10px
}

.sudo_noprint input {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.sudo_noprint input:hover {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#sudo_clock input {
	width: 28px;
}

.sudo_form_controls {
	clear: both;
	position: absolute;
	top: 490px;
	left: 0px;
}

.sudo_field_info {
	position: absolute;
	top: 335px;
	left: 320px;
	width: 150px;
}

.sudo_settings {
	float:right;
	position: absolute;
	top: 145px;
	left: 310px;
}
