/* ----------------------------------------------------------------------
 * nametag styling (only loaded for users that want to see the styling).
 * ---------------------------------------------------------------------- */

/* These map to the fonts that can be selected in the nametag editor. */
span.nametag.f1 { font-family: arial,helvetica,sans-serif; }
span.nametag.f2 { font-family: arial narrow,helvetica,sans-serif; }
span.nametag.f3 { font-family: Bookman Old Style; }
span.nametag.f4 { font-family: Comic Sans MS; }
span.nametag.f5 { font-family: Courier New,Courier; }
span.nametag.f6 { font-family: Times New Roman; }

/* These map to the colors that can be selected in the nametag editor. */
span.nametag.c1 { color: #000000; }
span.nametag.c2 { color: #774411; }
span.nametag.c3 { color: #721D4F; }
span.nametag.c4 { color: #101090; }
span.nametag.c5 { color: #004000; }
span.nametag.c6 { color: #990000; }

/* These map to "bold" and "italic" being enabled in the nametag editor. */
span.nametag.b  { font-weight: bold; }
span.nametag.i  { font-style: italic; }

