IMG { border-style: none; }

/* mozdev CSS */

body {
  font-family: arial,helvetica,sans-serif; font-size: 0.8em;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: white;
}

DIV.content {
padding-left: 10px;
padding-right: 10px;
}

P.deprecated {
text-align: center;
border: solid red;
}

DIV.deprecated {
text-align: center;
border: solid red;
}

#mozdev-logo {
  background-color: #970000;
  background-image: url(http://www.mozdev.org/sharedimages/header.gif);
  background-position: 148px 0;
  background-repeat: no-repeat;
  color: inherit;
  font-size: smaller;
  height: 69px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  text-align: left;
}

#mozdev-logo :visited {
  background-color: transparent; /* black in N4; inherit is green */
  color: #600;
}

#mozdev-logo a,
#mozdev-logo img {
  border: 0;
  padding: 0;
  margin: 0;
}

#mozdev-logo a {
/* LIR */
/*The image*/
  background-image: url(http://www.mozdev.org/sharedimages/mozdev.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0;
/*Size of the image*/
  padding-top: 69px;
  width: 148px;
/*Hide the original item*/
  overflow: hidden;
/* WIN IE5 hack */
  height: 69px; voice-family: "\"}\""; voice-family:inherit;
  height: 0;
}

:link {
  background-color: transparent;
  color:#910;
}

#sitenav strong {
  color:#910;
}

:link:active {
  background-color: inherit;
  color:#f60;
}

:visited {
  background-color: inherit;
  color:#600;
}
ABBR {
  cursor: help;
}