/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Transparent Tab Scope Previews                       |
|    Description:  |  Makes the Preview transparent until you hover over it|
|         Author:  |  -|Besnath|-                                          |
|   Date Created:  |  Fevrier, 2010                                        |
|   Last Updated:  |  none again                                           |
|        Version:  |  1.0                                                  |
|__________________|_______________________________________________________|

*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#tabscopePopup
{ -moz-appearance: -moz-win-glass !important; 
background: rgba(183,191,189,0.5) !important;  
text-shadow: 

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px !important;

color: black !important;
font-size: 13px !important;
font-weight: bold !important;   
border-left: 2px solid white !important;
border-right: 2px solid #7A9C9F !important;
-moz-border-top-colors: white #ccc #D1DFE1 !important; 
-moz-border-bottom-colors: #435657 #83BBBF #ccc !important;
-moz-border-left-colors: white #ccc #ccc !important;
-moz-border-right-colors:  #666 #4CB5B8 #274D54 !important;
-moz-box-shadow: inset 3px 12px 20px -6px rgba(255,255,255,0.8) !important;
-moz-border-radius: 8px !important;
}

#tabscopePopup:hover
{ -moz-appearance:  -moz-win-glass !important; 
background: rgba(183,191,189,0.5) !important;  
text-shadow: 

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px,

white 0px 0px 5px !important;

color: black !important;
font-size: 13px !important;
font-weight: bold !important;   
border-left: 2px solid white !important;
border-right: 2px solid #7A9C9F !important;
-moz-border-top-colors: white #ccc #D1DFE1 !important; 
-moz-border-bottom-colors: #435657 #83BBBF #ccc !important;
-moz-border-left-colors: white #ccc #ccc !important;
-moz-border-right-colors:  #666 #4CB5B8 #274D54 !important;
-moz-box-shadow: inset 3px 12px 20px -6px rgba(255,255,255,0.8) !important;
-moz-border-radius: 8px !important;
}

