/**********************************************************************
   Id$
   translator.css - Drow Translator CSS
   ********************************************************************/

/* Translated word styles */

/* Non-word (eg-punctuation) style */
.trans_nonword {
 color: #E0E0E0;
}

/* Good trnslations */
.trans_good {
 color: #80FF80;
}

/* Not-so-good translations */
.trans_warn {
 color: #FFFF00;
}

/* Bad translations */
.trans_not {
 color: #FF8080;
}



