@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("phpclasses.org") {

 center > noscript
  {
    display: none !important;
  }

 .nbgd,
 .nbgu
  {
    border: 0 !important;
  }

 html,
 body,
 [bgcolor]
  {
    background: #222 !important;
    color: #ccc !important;
  }

 a:link
  {
    color: #E8E1BD !important;
  }
 a:visited
  {
    color: #C8C19D !important;
  }
 a:link:hover,
 a:visited:hover
  {
    background-color: transparent !important;
    color: #fff !important;
  }

 label
  {
    color: #000000 !important;
  }

 .box,
 .nbtd,
 .nbtu
  {
    background: #555 !important;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #000 !important;
    border-top: 1px solid #999 !important;
    color: #ccc !important;
    padding: .25em !important;
    -moz-border-radius: 0 !important;
  }
 .nbld,
 .nblu
  {
    background: #333 !important;
    border-top: 1px solid #000 !important;
    border-right: 1px solid #666 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #999 !important;
    color: #ccc !important;
    padding: .25em !important;
    -moz-border-radius: 0 !important;
  }

 #EchoTopic .nblu
  {
    background: none !important;
    border: 0 !important;
  }

 tr[id^="toprated"] > td
  {
    padding: .25em !important;
  }

 td[width="336"][height="280"]
  {
    width: auto !important;
  }

/* PHP Code Syntax Highlighting */
 code > font
  {
    color: #ccc !important;
  }
 code > font > font[color="#c00000"]
  {
    color: #8F8F8F !important;
  }
 code > font > font[color="#0000bb"]
  {
    color: #65CD99 !important;
  }
 code > font > font[color="#004000"]
  {
    color: #D5AC8E !important;
  }

}