/* ----- comptes ----- */
/* Couleur du compte */	
#folderTree > treechildren::-moz-tree-cell-text(isServer-true) {
font-size: 12px !important;
color: white !important;
background-color: #29246c !important;
}

/* ----- dossiers ----- */
/* Couleur des dossiers avec messages non lus */
treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
	color: #6666ff !important;
    /*background-color: #FF0000 !important;*/
	}

/* Couleur des dossiers fermés avec messages non lus */
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, closed, subfoldersHaveUnreadMessages-true) {
	font-weight: bold !important;
	color: #6666ff !important;
	}
 
/* ----- messages ----- */
 /* Messages non lus */
#threadTree > treechildren::-moz-tree-cell-text(unread) {
	-moz-appearance: none !important;
	/*font-size: 13px !important;*/
	color: #6666ff !important;
	font-weight: bold !important;
	}
	
/* ----- discussions ----- */
/* Discussions avec messages non lus */	
/* fermée */
treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
     text-decoration: none !important;
     font-weight:  bold !important;
     color: #0058b0 !important;
   }

/* ouverte */   

   treechildren::-moz-tree-cell-text(container, closed, hasUnread, read, focus, selected),
   treechildren::-moz-tree-cell-text(container, hasUnread, read, focus, selected) {
     color: HighlightText !important;
   }