/* Red: Mark visited links as read on unruly domains(*DM)*/
/* ===================================================== */
/* David McRitchie,  2009-04-08 installed Style 16842 */
/* 2009-05-21  include mozillazine, and several more sites, including blogs.*/
/* 2009-09-07  special marking for Google "This site may harm your computer." */
/* 2011-01-18  background  changes for support.mozilla.com & addons.mozilla.org */
/* 2011-02-27  a(anchor) in addons.mozilla.org messed up gallery review snapshots */ 
/* 2011-07-01  google top black bar made readable based on style-50108  */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mozilla.com"), domain("mozilla.org"), 
     domain("forums.mozillazine.org"), domain("kb.mozillazine.org"),
     url-prefix("http://www.google"), url-prefix("http://google"),
     domain("google.ca"), domain("google.com"), 
     domain("about.com"), domain("apple.com"), 
     domain("businessweek.com"), domain("bbc.co.uk"), 
     domain("battellemedia.com"),domain("blogspot.com"),
     domain("dailygyan.com"), domain("firefoxfacts.com"), domain("gizmodo.com"),
     domain("lifehacker.com"),  domain("microsoft-watch.com"), domain("msdn.com"), 
     domain("nature.com"),  domain("planet-google.com"),  
     domain("sciencedaily.com"), domain("sci-tech-today.com"),
     domain("scobleizer.com"), domain("slashdot.org"), domain("speedguide.net"),
     domain("synthstuff.com"), domain("urlesque.com"),
     domain("youtube.com") {
  a, .fl  {color: #0000CC !important; text-decoration: underline !important;}
  a:visited, .fl:visited { color: #CC0000 !important } 
}  /* end of unruly domain test/changes */

@-moz-document url-prefix("http://www.google"), url-prefix("http://google"),
     domain("google.ca"), domain("google.com") {
/* ===Highlight harmful site alert=== Google see style 16887 */
  div.s a[href^="/support/bin/answer"]{
  color: #FF0000 !important; background: #FFD1D1 !important;
  outline: red 2px solid !important; }

/* ===Google Black Bar  made readable ==== Google see style 50108 */
/* top bar style  from style 50108 jul 01 2011 */
#gbx4 { background-color: #DDDDDD !important; border-bottom: 1px solid #E14836 !important;}
/* top bar drop down from style 50108 jul 01 2011 */
.gbmc, #gbgs4 { background-color: #DDDDDD !important; }
.gbm { box-shadow: 0 1px 5px #999999 !important; } 
/* top bar items from style 50108 jul 01 2011*/
.gbzt-hvr, .gbzt:focus, .gbgt-hvr, .gbgt:focus { color:yellow !important; background: #c0c0c0 !important; } 
 .gbz0l .gbtb2 { border-top-color: #F0D0D0 !important; } 
.gbmt-hvr { background: #C0c0c0 !important;} /* <dropdown mouseover */

}  /* end of Google domain test/changes */

/* === Lighten background of LI (list) areas of addons and mozilla.support === */
/* === Now can at least can see links  in dark navy blue bottom area */
@-moz-document url-prefix("https://addons.mozilla.org") {  
  li,  fl {background-color: #F0F7FE !important; }}
@-moz-document url-prefix("http://support.mozilla.com") {  
  li,  a, fl {background-color: #F0F7FE !important; }}
/* end of additional extras on misbehaved addons & mozilla.support.com */
