body {
	line-height:18px;
	font-size:80%;
	background:#336;
	color: #ccf;
}

table { 
	border: 1px solid #88c;
	border-collapse: collapse;
	margin: 0px;
	background-color:#fff;
	color: #000033;
}

tr#header {
	background-color:#aaf;
	margin: 0px;
}

table#checkList thead th {
	border: 1px solid #88c;
  	cursor: pointer;
  	user-select: none;
  	background-color:#ccf;
}

table#checkList td, th {
	border: 1px solid #88c;
}

table#checkList tbody tr.odd td {
  background-color:#ccf;
}

table#checkList tbody tr.even td {
  background-color:#aaf;
}

table#outputItem {
  	background-color:#aaf;
  	border: 0px none;
}

table#outputItem td, th {
	border: 0px none;
}
