  body
  {
    font-family: Arial;
    font-size:0.9em;
    line-height:130%;
    background-color:#000000; 
  }

  h1
  {
    line-height:130%;
  }
       
  a
  {
    color: #66CCFF;
    text-decoration:none;
  }

  a:hover
  {
    color: #FF0000;
  }
         
  table.tbl_day_desc
  {
    position:relative; 
    width:200px;
    background-color:#FFFFBB;
    border:1px solid #000000;
    z-index:20000;
    padding:2px;
    font-size:0.9em;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
    font-family:Arial, sans-serif
  }
      
  #dhtmlgoodies_tooltip
  {
    background-color:#FFFFBB;
    border:1px solid #000;
    position:absolute;
    display:none;
    z-index:20000;
    padding:2px;
    font-size:0.9em;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
  }

  #dhtmlgoodies_tooltipShadow
  {
    position:absolute;
    background-color:#555;
    display:none;
    z-index:10000;
    opacity:0.7;
    filter:alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -moz-border-radius:6px; /* Rounded edges in Firefox */
  }
