/*
 * $Id: sitemap.css 1627 2009-01-13 13:47:41Z rafi $
 *
 * Style sheet for the sitemap.
 */

div#sitemapnav {
   text-align: center;
   word-spacing: 1em;
   margin-bottom: 2ex;
   padding: 0.7ex 0.5ex 0.7ex 0.5ex;
   border: 1px dashed #e3e3e3;
}

table#smlayouttable {
   width: 100%;
}

td.smtd {
   width: 33%;
   vertical-align: top;
}

div.smletterdiv {
   font-size: large;
   font-weight: bold;
   color: black;
   padding-left: 2pt;
   background-color: #e3e3e3;
}

ul.smul {
   list-style-type: none;
   margin-left: 2ex;
   margin-top: 1ex;
   padding: 0;
}

ul.smul li {
   margin-top: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0.5ex;
   padding: 0;
   border: 0;
}

