.documentcreate {
	background-image: url("imgDocAdd") !important; 
}

.documentdelete {
	background-image: url("imgDocDelete") !important; 
}

.personcreate {
	background-image: url("imgUserAdd") !important; 
}

.persondelete {
	background-image: url("imgUserDelete") !important; 
}

.groupcreate {
	background-image: url("imgGroupAdd") !important; 
}

.groupdelete {
	background-image: url("imgGroupDelete") !important; 
}

.iconExcel {
	background-image: url("icons/excel.gif") !important; 
}

.aligntop {
	vertical-align: top;
}