/************************************************

*	name:	  Tabs With Grey Backgroung

*	author:	  eric77

*	date:	  October 2008

*	version:  1.1



*************************************************/



/* :::::::::::::::::::::::::::::::::::::Do Not Remove This Line:::::::::::::::::::::::::::::::::::::::: */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* ::::::::::::::::::::::::::::::::::::::::::::Findbar::::::::::::::::::::::::::::::::::::::::::::::::::*/

#FindToolbar > *,
.findbar-container > * 
{display:-moz-box !important;}

#FindToolbar 
{background: rgb(218, 233, 249) !important; border: 0px !important;}

/*::::::::::::::::::::::::::::::::::::::::::::::Tabs::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.tabbrowser-tabs
{-moz-appearance: none !important; background: #686868 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAYCAIAAAC0rgCNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADVJREFUeNpikpGRYeLj4wNjfn5+Jh4eHiYODg4mNjY2JmZmZiYQYGRkBGMGBgaCNJoYQIABAHGIAXvF+7hOAAAAAElFTkSuQmCC) repeat-x top !important;}

.scrollbutton-up,
.scrollbutton-down,
.tabs-alltabs-button,
.tabbrowser-tab:not([selected="true"]),
.tabbrowser-tab:not([selected="true"]):hover
{background-color: rgb(232, 232, 232) !important;}

.tabbrowser-tab:not([selected="true"])
{opacity: 0.6 !important;}

.tabbrowser-tab:not([selected="true"]):hover
{opacity: 0.9 !important;}

.tabbrowser-tab[selected="true"]
{background-color: rgb(232, 232, 232) !important;}

.tabs-bottom 
{background: rgb(232, 232, 232) !important; border-bottom: none !important;}