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

treechildren::-moz-tree-cell(unread) {
    background-color:#F2F8FF !important;
}

treechildren::-moz-tree-cell(replied) {
    background-color:#E6FFE6 !important;
}
treechildren::-moz-tree-cell(replied,selected) {
    background-color:#009900 !important;
}
treechildren::-moz-tree-cell(replied,current) {
    background-color:#009900 !important;
}
treechildren:-moz-tree-cell-text(replied,current) {
	color: #FFFFFF !important;
}

treechildren::-moz-tree-cell(imapdeleted) {
    background-color:#F8F8F8 !important;
}
treechildren:-moz-tree-cell-text(imapdeleted) {
	color: #999999 !important;
}
treechildren::-moz-tree-cell(imapdeleted,selected) {
    background-color:#999999 !important;
}
treechildren::-moz-tree-cell(imapdeleted,current) {
    background-color:#999999 !important;
}
treechildren:-moz-tree-cell-text(imapdeleted,selected) {
	color: #F8F8F8 !important;
}
treechildren:-moz-tree-cell-text(imapdeleted,current) {
	color: #F8F8F8 !important;
}


/*
treechildren::-moz-tree-cell-text(imapdeleted, offline) {
    background-color:#DDDDDD !important;
  text-decoration: line-through;
}
*/


/* Folderpane(color/text) & Messagepane(color)
treechildren {
	background-color: #F1F1F1 !important;
}
*/

/* Messagepane text 
treechildren:-moz-tree-cell-text(unread) {
	font-size: 10pt !important;
	font-family : Times New Roman bold !important;
	color: #D50000 !important
}

treechildren:-moz-tree-cell-text(read) {
	font-size: 10pt ! important;
	font-family : Times New Roman bold !important;
}
*/