.status_disabled {
	color: #DF0000 !important;
}
.status_onmod{
	color: #8F8300 !important;
}
.status_active{
	color: #359F00 !important;
}
.status_deleted{
	color: #CF00A4 !important;
}
.status_deny{
	color: #DF0000 !important;
}

.status_not_installed{
	color: #BDBF00 !important;
}
.status_worked{
	color: #359F00 !important;
}
.status_error{
	color: #DF0000 !important;
}


/* indexed pages*/
.indexed-pages span.accept{
	color : #359F00;
}
.indexed-pages span.forbidden{
	color : #DF0000;
}