hlayout.getElement().setAttribute("cellpadding", "10");
VerticalPanel vlayoutLeft = new VerticalPanel();
vlayoutLeft.setStyleName("fill-layout-width");
profileList = new CellList<ProfileRecord>(new ProfileCell());
profileList.setPageSize(25);
ContentGroupLabel leftLabel = new ContentGroupLabel("Available Profiles");
leftLabel.setIcon("common/profile.png");
vlayoutLeft.add(leftLabel);