.delete-button {
	background-image: url('images/delete.gif');
	height: 16px;
	width: 16px;
	border: none;
	cursor:pointer;
	float: left;
	background-color: Transparent;
	background-repeat: no-repeat;
}
.apply-button {
	background-image: url('images/apply.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	cursor:pointer;
	background-color: Transparent;
}
.cancel-button {
	background-image: url('images/delete.png');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	background-color: Transparent;
	cursor:pointer;
}
.edit-button {
	background-image: url('images/edit.gif');
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	border: none;
	background-color: Transparent;
	float: right;
	position: relative;
	right: 5%;
	cursor:pointer;
}
.rowStyle {
	cursor: pointer;
}
.inline-editinig-control-buttons {
	float: right;
	position: relative;
	right: 7%;
}
.smartcontrol-style {
	float: left;
	position: relative;
	left: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}