@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Fx3 TCP (Planets), Mark II - 02Feb2009 */
/* Active tab */
.tabbrowser-tab[selected="true"], .tabs-bottom,
  [class="close-button tabs-closebutton"] {
  background-color: #354A61 !important;
}

/* Make the active tab text some color, not bold */
.tabbrowser-tab[selected="true"] .tab-text {
        color: #E7F1F5 !important;
  font-weight: normal  !important;
}

/* Inactive tab, with alpha channel just a little transparent */
.tabbrowser-tab:not([selected="true"]) {
  background-color: rgba(33,91,146,0.9) !important;
}

/* Make the inactive tab text some other color, not bold */
.tabbrowser-tab:not([selected="true"]) .tab-text {
        color: #C4DDE8 !important;
  font-weight: normal  !important;
}

/* Hide focus ring on an active tab */
.tab-text { border: none !important; }


/* Color the tab scrollbuttons, alltabs-button  */
.scrollbutton-up, .scrollbutton-down {
  background-color: #9EB8CF !important; 
}
.tabs-alltabs-button {
  background-color: #9EB8CF !important; 
}
/* Thanks for all the fish */