/* Cascading Stylesheets for www.herdsoft.com.
 *
 */


/* Pad body area on the right to make place for the map element to the right of it. */
@media screen {
  body { padding-right: 10em; addling-left: 0em; }

  div.map { color:#ffffff; background-color:#990000; font-size:10pt; list-style-image:url(/img/bullet.png);
    top: 0em; right: 0em; bottom: 0em; width:11em; }

  div.map { position: fixed; } /* Setting based on content-negotation for other Browsers */

  div.map ul { padding-left:10px; margin-left:10px; }
  div.map li { list-style-image:url(/img/bulletn.png) } 
  div.map a:link { color:#ffffff; }
  div.map a:visited { color:#ffffff; }
}



/* Additional formatting for pages created by winhelpcgi.cgi */
#winhelpcgi { padding-left:22px; margin-left:0px; }
li.booktopic { list-style-image:url(/img/booktopic.png) }
li.bookopen { list-style-image:url(/img/bookopen.png) } 

/* special definitions when printing.
 * Do not print the navigation bar.
 */
@media print {
  /* Don't print the navigation menu */
  td.menu, div.map, #hideprint { display:none; }
}
