/* Opacity Filters HERE Lets separate them for Validation*/

li.deleted_comment,tr.deleted_thread {
filter:alpha(opacity=50);
opacity:.5;
}

.user_cp_moderation_threads li.deleted_comment,.user_cp_moderation_threads tr.deleted_thread {
filter:alpha(opacity=100);
opacity:1;
}

.fp_boxgrid .boxcaption {
filter:alpha(opacity=70);
opacity:.8;
}
