/* LISTBUCKET PROPERTIES */

/*** PROFILE NAMES ***/
.menuitem-on, 
.menuitem-off {
  background: #bbb;
  color : #fff;
  height : 22px;
  width : 155px
  border: 1px solid #999;
  font-family: verdana, arial, sans-serif;
  font-weight : bold;
  text-decoration : none;
  font-size : 11px;
  white-space : nowrap;
}

#ListBucket a{
display: block;}

#ListBucket a:hover{
background-color: #a80216;}

.menuitem-on{
background: #8a99ba;}

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

td.menuitem-off:hover{
background-color: #a80216;}

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

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

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

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

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

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

.choiceheader{
  font-weight : bold;
}
