/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


menubar, menubutton, menulist, menu, menuitem * {
  font-size: 11pt !important;
}

treechildren::-moz-tree-cell-text(folderNameCol, isServer-true) {
  color: #000080 !important;
}

treechildren::-moz-tree-cell-text(hasUnreadMessages-true),
treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true, closed) {
  color: #1040d0 !important;
}

treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
  text-decoration: none !important;
  color: #1040d0 !important;
}

treechildren::-moz-tree-cell-text(unread) {
  color: #1040d0 !important;
}

treechildren::-moz-tree-row(selected) {
  background-color: #60a0e0 !important;
}

treechildren::-moz-tree-cell-text(selected) {
  color: white !important;
  background-color: #60a0e0 !important;
}

treechildren::-moz-tree-row(selected, focus) {
  background-color: #1040d0 !important;
}

treechildren::-moz-tree-cell-text(selected, focus) {
  color: white !important;
  background-color: #1040d0 !important;
}

* {
  font-family: FreeSans !important;
  font-size: 11pt !important;
}

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 

