ul.checklist {
	list-style: none;
	border: 1px inset #999999;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #D6EEFB;
	font-size: 1em;
}

ul.checklist, ul.checklist li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

ul.checklist a {
	display: block;
	padding: 0 0 3px 20px;
	text-indent: -20px;
	text-decoration: none;
	color: #000;
}

ul.checklist li a.group {
	font-weight: bold;
}

ul.checklist li a.ingroup {
	text-indent: -10px;
}

ul.checklist a:hover {
	color: #000 !important;
	text-decoration: none;
}
ul.checklist a.style1 {
	background-color: #F6F6F6;
}
ul.checklist a.style2 {
	background-color: #F6F6F6;
}
ul.checklist a.style1active {
	background-color: #D6EEFB;
}
ul.checklist a.style2active {
	background-color: #D6EEFB;
}
ul.checklist a.style1:hover, ul.checklist a.style1active:hover {
	background: #E6EAED !important;
}

ul.checklist a.style2:hover, ul.checklist a.style2active:hover {
	background: #E6EAED !important;
}

ul.checklist input[type="checkbox"] {
	margin: 0 5px 0 0;
}
.checklistButton {
	color: #000;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 18px;
	background-color: #EFEFEF;
	cursor: pointer;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}
a.checklistButton:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #D6EEFB;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.checklistDisplay {
	border: 1px inset #999;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #D6EEFB;
	font-size: .9em;
	color: #000;
	cursor: pointer;
}

.checklistDisplayInner {
	padding: 3px;
	font-size: 1em;
}

.checklistDisplayNoneSelected {
	font-size: 1.1em;
}

