@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* easily customisable tabs: NO IMAGES; just google the
   balise if you don't understand how it works.
   If you do change colors, please create another style,
   it would avoid the loss of your settings */
   
tab.tabbrowser-tab
{  background: rgba(0,255,255,0.4) !important;
   font-size:15px !important;
   text-shadow: #ffffff 0px 0px 6px, #ffffff 0px 0px 6px,#ffffff 0px 0px 6px !important;
   margin-right: 2px !important;
   -moz-border-image: none !important;
   border-top-left-radius: 10px !important;
   border-top-right-radius: 10px !important;
   border-width: 1px !important;
   border-color: rgba(0,0,0,0.5) !important;
   -moz-border-left-colors:none !important;
   -moz-border-right-colors:none !important;
   -moz-border-top-colors:none !important;
}

tab[selected="true"].tabbrowser-tab
{   background: rgba(0,0,0,0.5) !important;
    color:#ffffff !important;
}

tab:not([selected="true"]):hover.tabbrowser-tab
{   background: rgba(0,128,255,0.6) !important;
}
