/* Turn <span class=day>D</span><span>a</span><span>y</span> into our logo */
span.day {color:#09f;font-weight:bold;font-size:95%;font-family:Chunk,Serif;} 
span.day+span {color:#f2b;font-weight:bold;margin-left:-0.4em;font-family:Chunk,Serif;}
span.day+span+span {color:#09f;font-weight:bold;font-size:95%;margin-left:-0.25em;font-family:Chunk,Serif;}

span.dinst {color:#09f;font-weight:bold;font-size:95%;}

span.note {color:olive;}

span.WWWS {  /*  graphical flag for API documentation */ 
  color:#990000;
  background-image:url("NVflag.gif");
  min-height:18px;
  background-repeat:no-repeat;
  padding-left:30px;
  background-position:center left;
}

span.exception {    /* graphical flag for API doumentation */
  color:#ff3300;
  background-image:url("throwError.gif");
  min-height:18px;
  background-repeat:no-repeat;
  padding-left:40px;
  background-position:center left;
}

span.callRef {       /* reference to an API call or constant */
  font-weight:bold;
  color:black;} 
  
li {marker-offset:3px;
  margin-left:-1.2em;}
