ul.checklist {
	list-style: none;
	border: 1px inset #999999;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FCFCFC;
	font-size: 12px;
}

ul.checklist, ul.checklist li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

ul.checklist a {
	display: block;
	padding-left: 25px;
	text-indent: -25px;
	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: #FFF !important;
	text-decoration: none;
}

ul.checklist a.style1 {
	background-color: #FCFCFC;
}

ul.checklist a.style2 {
	background-color: #F6F6F6;
}

ul.checklist a.style1active {
	background-color: #FCFCCC;
}

ul.checklist a.style2active {
	background-color: #F6F6C6;
}

ul.checklist a.style1:hover, ul.checklist a.style1active:hover {
	background: #9C9C9C !important;
}

ul.checklist a.style2:hover, ul.checklist a.style2active:hover {
	background: #909090 !important;
}

.checklistButton {
	color: #000;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 18px;
	background-color: #D0D0D0;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
}

a.checklistButton:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #E0E0E0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

.checklistDisplay {
	border: 1px inset #999999;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #F0F0F0;
	cursor: pointer;
}

.checklistDisplayInner {
	padding: 3px;
	font-size: 12px;
}

.checklistDisplayNoneSelected {
	font-size: 12px;
	font-style: italic;
}

