.checkList
{
	overflow: auto;
	height: 100%;
	background: #dfe8f6;
}

.checkList TABLE
{
	table-layout: fixed
}

.checkList TD
{
	height: 20px
}

.checkList DIV
{
	display: none
}

.checkList LABEL
{
	margin-left: 4px
}

.sqlFilter SPAN DIV
{
	display: none;
	border: solid 1px #98c0f4;
	overflow: hidden;
	margin: 0px;
	margin-right: -3px;
}

.sqlFilter HR
{
    border-top: 1px solid #99bbe8;
    color: #fff;
    background-color: #f0f5fa;
    height: 2px;

}

DIV.checkListElementItem
{
	display: block !important;
	float: none;
	cursor: pointer;
	border: none !important;
	width: 100%
}
