.icon-16 { height:16px; width:16px}

.icon-loading { background-image: url(ico/loading.gif) !important; background-repeat: no-repeat; }
.icon-error { background-image: url(ico/error.gif) !important; background-repeat: no-repeat; }
.icon-modify { background-image: url(ico/modify.gif) !important; background-repeat: no-repeat; }
.icon-delete { background-image: url(ico/delete.gif) !important; background-repeat: no-repeat; }
.icon-add { background-image: url(ico/add.gif) !important; background-repeat: no-repeat; }
.icon-redo { background-image: url(ico/redo.gif) !important; background-repeat: no-repeat; }
.icon-save { background-image: url(ico/save.gif) !important; background-repeat: no-repeat; }
.icon-forward { background-image: url(ico/forward.gif) !important; background-repeat: no-repeat; }
.icon-play { background-image: url(ico/play.gif) !important; background-repeat: no-repeat; }
.icon-stop { background-image: url(ico/stop.gif) !important; background-repeat: no-repeat; }
.icon-pause { background-image: url(ico/pause.gif) !important; background-repeat: no-repeat; }
.icon-clock { background-image: url(ico/clock.gif) !important; background-repeat: no-repeat; }
.icon-download { background-image: url(ico/download.gif) !important; background-repeat: no-repeat; }
.icon-sync { background-image: url(ico/sync.gif) !important; background-repeat: no-repeat; }


.p-text-bold {
  font-weight: bold;
}
.p-align-right
{
	float:right;
}

.x-action-col-cell img {
    height: 16px;
    width: 16px;
    cursor: pointer;
}