@charset "UTF-8";

/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 130px;
	overflow: auto;
	width: 400px;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
* html .checklist label { height: 1%; }

.subCat { display:none; }

.subclassTitle {
	display: block;
	padding: 2px;
	font-weight:bold;
	border-bottom: dotted 1px #CCCCCC;
}
.checklist input {
	font-size: 9px;
}
