/* This is the global styles sheet */

.delete {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/cross.png');
}
.deletebtn {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/cross.png');
}
.emailbtn {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/envelope-red.png');
}
.lockedbtn {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/locked.png');
}
.unlockedbtn {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/unlocked.png');
}
.editbtn {
	height: 10px;
	width: 10px;
	background: url('/images/icons/10/edit.png');
}


/* Styles for minimise and expand boxes */
.minimise {
	width: 10px;
	height: 10px;
	background: url('/images/icons/10/minimize.png');
}
.maximise {
	width: 10px;
	height: 10px;
	background: url('/images/icons/10/expand.png');
}

/* styles for read/unread message */
.read {
	width: 10px;
	height: 10px;
	background: url('/images/icons/10/envelope-blue.png');
}
.unread {
	width: 10px;
	height: 10px;
	background: url('/images/icons/10/envelope-red.png');
}


#dsp_loading {
	background: url('/images/lightbox/loading.gif') no-repeat top left;
	width: 32px;
	height: 32px;
	float: right;
}