@charset "utf-8";
/* CSS Document */
.checklist {border: 1px solid #ccc;list-style: none;height: 15em;overflow: auto;width:500px;background-color:#fff;overflow:hidden;}
.checklist, .checklist li.region, .checklist li.department{ margin: 0; padding: 0; }
li.office, li.jobTitle{ list-style:none;overflow:auto;}
.checklist label {display: block;padding-left: 25px;text-indent: -25px;overflow:auto;}
.checklist label:hover { background:  #99CCFF; color: #fff;} 
a.expandButton{color:#0066CC;
text-decoration:underline;
}
.checklist input{
	width:20px;
}
.checklist ul {
	overflow:auto;
}
.checklist ul li ul{
	margin-left:20px;
overflow:auto;
}
