/* LISTBUCKET PROPERTIES */

/*** PROFILE NAMES ***/
.menuitem-on, 
.menuitem-off {
  color : #000000;
  height : 16px;
  width : 155px;
  font-weight : normal;
  text-decoration : none;
  font-family: arial;
  font-size : 12px;
  white-space : nowrap;
}

A.menuitem-off:hover {
  background-color : #c7cee1;
}

/** MAIL AND SMS ICONS **/
.mailitem-on,
.mailitem-off {
  height : 16px;
  width : 18px;
}

/** ARCHIVE ICON **/
.archive-on,
.archive-off {
  height : 16px;
  width : 62px;
}

/** Space below history trash can **/
.historyitem-on,
.historyitem-off {
  height : 16px;
  width : 18px;
}

/** DOTTED SEPARATOR BACKGROUND**/
.sep-off{}

/** HIGHLIGHT ACTIVE PROFILE **/
.menuitem-on,
.mailitem-on,
.archive-on,
.historyitem-on,
.sep-on {
  background-color : #b1bfcc;
}

/** NEW, CHANGE, DELETE PROFILE ***/
.choiceheader,
.choice {
  color : #000000;
  font-weight : normal;
  text-decoration : none;
  font-size : 10px;
}

.choiceheader{
  font-weight : bold;
}

