
.ui-state-highlight { height: 3em; line-height: 3em; background-color:yellow;}

.divIconWrapper{
	cursor:move;
	border: 1px solid #5475AB;
	height: 20px;
	width: 22px;
	margin:3px 3px 0px 0px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; 
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; 
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}

.floatleft{float:left;}

.divIcon{
	margin: 2px 0px 0px 3px;
	height:16px;
	width: 16px;
	background-image:url("images/ui-icons_5475ab_256x240.png");
}

.iconTriangleNS {background-position:-128px -16px}

.divIconHover {background-image:url("images/ui-icons_ffffff_256x240.png"); }