.rowAction-item
{
	float:left;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	margin: 0 1px;
	cursor:pointer;
	overflow:hidden;
}
.rowAction-item-noAction
{
	float:left;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	margin: 0 1px;
	cursor:default;
	overflow:hidden;
}
.rowAction-status-active_disabled
{
	background-color: #d7f8d6;
}
.rowAction-status-inactive_disabled
{
	background-color: #ffd7d7;
}
.rowAction-status-unapproved_disabled
{
	background-color: #ffffbb;
}
