/* Most of these tweaks are from the info found at the URL below: */
/* http://www.linnhe2.free-online.co.uk/thunderbird/chrome.html */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

tree {
    font-size: 13px;
}

#folderTree treechildren {
  background-color: #eeeeee !important;
  font-weight: bold;
  font-size: 13px;
  padding-top: 10px;
}


#folderTree treechildren::-moz-tree-row(odd) {
  background-color: #eeeeee !important;
}

#folderTree treechildren::-moz-tree-row(even) {
  background-color: #efefef !important;
}


#folderview-cycler-next {
  list-style-image: url(chrome://messenger/skin/icons/arrow/arrow-right.png) !important;
}

#folderview-cycler-prev {
  list-style-image: url(chrome://messenger/skin/icons/arrow/arrow-left.png) !important;
}


#folderPaneHeader {
  background-color: #dddddd !important;
}

#folderview-cycler-next {
  list-style-image: none !important;
}
#folderview-cycler-prev {
  list-style-image: none !important;
}

