/* 
 * $Id: sidebar.css,v 1.1.1.1 2006/10/11 20:45:19 eric Exp $
 * based on Eric A. Meyer's CSS2 Quick Reference Sidebar Tabs stylesheet
 */

body {margin: 0; padding: 87px 0 0; background: #EFEEDA; color: brown; font-size: 12px;}

p.idx a {font-family: fixed;}
a:link {text-decoration: none; color: #993300;}
a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: none;  color: #FFFFFF; background-color: #993300;}

div.topLinks {padding: 4px 0 0 1px; background: #EFEEDA; border-bottom: 1px solid gray; 
   white-space: nowrap; text-align: left; font: bold 11px Arial, sans-serif; 
   position: fixed; top: 0; bottom: auto; height: auto; left: 0; right: 0; width: 100%;
}

div.topLinks a {color: #brown; text-decoration: none; background: #EFEEDA; padding: 2px 2px 0; 
   margin: 0; border: 1px solid gray;
}

div.topLinks a.noborder {border-style: none;}

a#current {color: black; background: #FFFEED; border-bottom-color: #F3F3F3;}

/* non-topLink styles */

h4 {margin: 1.5em 0 0.25em 0; padding-left: 0.25em; border-bottom: 1px solid gray;}

p {margin: 1px 0; padding: 0.1em 0.5em; font-family: sans-serif;}
p.even {background-color: #FFFEED;}
p.odd {background-color: #EFEEDA;}

