/* ==UserStyle==
// @name         Len R's Transparent UI Popups
// @author       LenR
// @version      v1.1
//
// ==/UserStyle==*/


/***********************************************

 ***********************************************/

popup /*context*/
,menupopup /*:not([type="places"]):not([place]),  /*top menu, bk-fwd, tab-context, 2nd level menus*/
,#editBookmarkPanel

,div[id*="dropdown"] /*,div[onmouseout]    /*gen page popups*/
,TABLE[class="glossarycontainer"]/*dell.com*/
,DIV[id="main_submenu"]/*slickdeals*/
,div.presence_menu_opts /*facebook bottombar*/
,div.navigator_menu /*facebook topbar*/
	{-moz-appearance: none !important;
	border: 1px solid !important;
	background: rgba(255,255,255,.96) !important;}

DIV[class="qmmc"]>DIV[style*="visibility: inherit;"] /*sdn*/
,UL[class="main-sub-nav"]/*lavasoft etc*/
,popup:not(:hover) /*context*/
	{opacity:.95 !important;}

menupopup:not(:hover)/*:not([type="places"]):not([place])*/
,#editBookmarkPanel:not(:hover)
	{opacity:.93 !important;}


div[id*="dropdown"]:not(:hover) /*gen popups*/
,TABLE[class="glossarycontainer"]:not(:hover)/*dell.com*/
,DIV[id="main_submenu"]:not(:hover)/*slickdeals*/
,UL[class="main-sub-nav"]:not(:hover)/*lavasoft etc*/
,IFRAME[id="gbi"] /*goog - more*/
,DIV[class="qmmc"]>DIV[style*="visibility: inherit;"]:not(:hover) /*sdn*/
,td.dynmenubrdr /*ebay*/
	{opacity:.85 !important;}

#gbar:not(:hover) IFRAME[id="gbi"]/*goog - more*/
,div.presence_menu_opts:not(:hover) /*facebook bottombar*/
,div.navigator_menu:not(:hover) /*facebook topbar*/
,td.dynmenubrdr:not(:hover) /*ebay*/
	{opacity:.7 !important;}


TABLE[style*="background-color: rgb(238, 238, 238);"],/*addthis gray*/
label.odd/*aios gray*/
	{background-color:rgba(200,200,200,.3) !important;}


menulist>menupopup{ /*dropdown selector: not trans (or text invis)*/
	opacity:1!important;}

  /*#PopupAutoComplete,*/
tooltip {
	-moz-appearance: none !important;
	padding: 0px !important;
	margin-left: 16px !important;
	  /*background: rgba(255,255,255,.88) !important;*/
   	font-weight: bold !important;
	background: rgba(0,0,0,.88) !important;
	color: white !important;
	border: 1pt solid !important;
	-moz-border-radius: 3pt !important;
	border-color: rgba(0,0,0,0)  !important;
	  /*border-color: rgba(255,255,255,.07)  !important;*/}




/***********************************************
                find-dialog
 ***********************************************/
@-moz-document url(chrome://global/content/commonDialog.xul),
url(chrome://inspector/content/viewers/dom/findDialog.xul){
    dialog {
	background: rgba(255,255,255,.7) !important;
	padding: 2pt !important;
	border: 2pt solid !important;
	border-color: rgba(0,0,0,.1)  !important;
	-moz-border-radius: 4pt !important;
        /*color: white !important;  /*white text if changed to blk bknd*/}

    dialog:not(:hover):not(:focus):not(:active):not([role="alert"])
	{opacity: .5 !important;}

  /*#info.header {font-size: 12pt !important;}
    vbox > description {font-weight: bold !important;} /*main text*/
  /*description, checkbox {font-size: 9pt !important;}*/
}




/***********************************************
                fb fix
 ***********************************************/

@-moz-document domain("facebook.com") {

#presence_bar {background:none!important; /*margin-top:-12px!important;*/}
#presence_ui.clearfix {
	background: rgba(255,255,255,.5) !important;}
.chat_window {opacity: .95 !important;}
.chat_window:not(:hover) {opacity: .85 !important;}
.chat_window_wrapper:not(:hover) {background: none !important;}

}/*end @-moz-document domain("facebook.com")*/



/***********************************************
                hulu fix
 ***********************************************/

/*@-moz-document domain("www.hulu.com") {

  #PopupAutoComplete {
	display:none !important;}

  #video_search_term_suggestion:not([style$="display: none;"]) {
	opacity: .95 !important;}

  }/*end @-moz-document domain("www.hulu.com")*/




/***********************************************

 ***********************************************/

/*menupopup[type="places"][place]
	{-moz-appearance: none !important;
	background:white!important;}*/


/*panel[id^="Popup"],/*autocomplete
popup, popup>.popup-internal-box>scrollbox>box/*right-click
	{-moz-appearance: none !important;
	background: rgba(255,255,255,.6) !important;
	background-color: rgba(255,255,255,.6) !important;
	opacity:.7 !important;}*/



/*@-moz-document url(chrome://browser/content/preferences/preferences.xul) {
    label{
        color: black !important;
    }
    prefwindow{
	background-color: rgba(255,255,255,.7) !important;
    }
}*/