/* +++ changelog +++
09-14-2006
  - block new ad on "scoop" pages.
07-01-2006
  - complete rewrite, site is trying to make it harder to select their ads.
04-13-2006
  - fixed blocked "continued" links on article pages.
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.gripe2ed.com/scoop") {

  center > br, center > br + img, center > br + img + table {
    display: none !important;
  }
}

@-moz-document url-prefix("http://www.infoworld.com/article/") {

/* block ads */
  .artText table,                                          /* text ad box on left margin      */
  td[width="350"],                                         /* empty space in "TOP NEWS        */
  span.tiPageTitle + br + img + table,                     /* bottom print mag subscription   */
  span.tiPageTitle + br + img,
  span.tiPageTitle + br,
  span.tiPageTitle,
  td[width="242"] table:first-child + br + table + table,  /* search jobs @ careerbuilder.com */
  td[width="242"] table:first-child + br + table,          /* "research center" ad box        */
  td[width="242"] table:first-child + br,
  span.adTitle                                             /* leftover plain text header      */

  {
    display: none !important;
  }
}

@-moz-document domain(infoworld.com) {

/* block ads */
  td[width="240"],                                         /* remove top subscribe box        */
  table[style="border: 1px solid rgb(153, 153, 153);"],    /* webcasts ad                     */
  table[bgcolor="#f5f5f5"],                                /* special advertising partners    */
  ilayer, iframe 

  {
    display: none !important;
  }
}