/* Icon-Based  */

   .redlight {
        background:url('../img/ledred.png') top left no-repeat;
        padding-left: 20px;
        height: 16px;
   }

   .yellowlight {
        background:url('../img/ledyellow.png') top left no-repeat;
        padding-left: 20px;
        height: 16px;
   }

   .greenlight {
        background:url('../img/ledgreen.png') top left no-repeat;
        padding-left: 20px;
        height: 16px;
   }
