
div.c_marked {
	background-color:#A0ADBC;
	position:absolute;
}
		
div.c_marked_t {
	background-color:#FF7B00;
	position:absolute;
	cursor:crosshair;
}
		
div.c_unmarked {
	background-color:#3F4C68;
	position:absolute;
}
		
div.c_unmarked_t {
	background-color:#486991;
	position:absolute;
	cursor:crosshair;
}
		
table.rule {
	cursor:default;
	padding:0px;
	margin:0px;
	border-width:0px;
	position:relative;
	left:8px;
	top:0px;
}
		
tr.rule {
	cursor:default;
	padding:0px;
	margin:0px;
	border-width:0px;
}
		
td.unmarked {
	background-color:#486991;
	width:20px;
	height:20px;
	cursor:default;
	color:#E3E3E3;
	font-size:9pt;
	padding:0px;
	margin:0px;
	border-width:0px;
	text-align:center;
}
	
td.marked {
	background-color:#FF7B00;
	width:20px;
	height:20px;
	cursor:default;
	color:#404040;
	font-size:9pt;
	padding:0px;
	margin:0px;
	border-width:0px;
	text-align:center;
}
		
td.space {
	background-color:transparent;
	width:10px;
	height:10px;
	cursor:default;
	color:#404040;
	font-size:9pt;
	padding:0px;
	margin:0px;
	border-width:0px;
}
		
table.data {
	cursor:default;
	padding:0px;
	margin:0px;
	border-width:0px;
	position:relative;
	left:8px;
	top:0px;
	font-weight:normal;
	font-size:9pt;
	color:#3B454E;
}
		
form.control {
	position:relative;
	left:8px;
	top:0px;
}

div.bottom {
	position:absolute;
	left:5px;
	bottom:5px;
	width:790px;
	height:15px;
	background-color:#293B4D;
	font-family:sans-serif;
	font-size:8pt;
	color:#C3CACF;
}

div.array {
	position:absolute;
	left:160px;
	top:55px;
	width:635px;
	height:520px;
	background-color:#1D3149;
	font-family:sans-serif;
	font-size:9pt;
	color:#ECECEC;
}

div.main {
	position:absolute;
	left:5px;
	top:5px;
	width:800px;
	height:600px;
	background-color:#E7E7E7;
}

div.header {
	position:absolute;
	left:5px;
	top:5px;
	width:790px;
	height:45px;
	background-color:#293B4D;
	font-family:sans-serif;
	font-size:18pt;
	color:#ECECEC;
}

div.pref {
	position:absolute;
	left:5px;
	top:55px;
	width:150px;
	height:520px;
	background-color:#D2D2D2;
	font-family:sans-serif;
	font-size:9pt;
	color:#18262F;
	font-weight:bold;
}

p.capt {
	margin:5pt;
	font-size:8pt;
	color:#595F6D;
}

