/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
}


.ui-state-default .ui-icon {
    background-image: url("/images/ui-icons_888888_256x240.png");
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
    margin-top: 1px;
}

.ui-icon {
    background-image: url("/images/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-dropdownchecklist-selector
{
	height: 17px !important;
	cursor: pointer;
	vertical-align:middle;
}

.ui-dropdownchecklist-text
{
	line-height: 17px !important;
	font-size: 12px !important;
}
