
/*body {
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	vertical-align: top;
	font-size: .813em;
	line-height: 1.4em;
	color: #44525E;
}*/

#myCheckList, #selected {
	display: block;
	margin-bottom: 10px;
	width: 250px;
}

.checkList{
	border: 1px solid #ccc;
	display: block;
	height: 300px;
	overflow-y: scroll;
}

.checkList .toolbar{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	overflow: hidden;
}

.checkList .toolbar .txtFilter{
	width: 180px;
	margin-left: 3px;
	border:1px solid #ccc;
}

.checkList .toolbar .filterbox{
	display: inline-block;
	float: right !important;
}

.checkList .toolbar .chkAll{
	margin-top: 7px;
	border-right: 1px solid #ccc;
}

.checkList .table{
	width: 100%;
	border-spacing: 0;
}

.checkList .table td{
	padding: 2px;
	border-bottom: 1px solid #eee;
}

.checkList tr td:first-child{
	width: 16px;
}

.checkList tr td label{
	display: inline-block;
	/*width: 100%;*/
	color: #583d3d;
}

.highlight{
	background-color: #FFC;
}