/* GeoZoo > A1 > Zoo > CSS.css */
div.TitleSub { width: 80%; margin-left: 6%; margin-right: 14%; text-align: center;
 position: absolute; top: 100px; }
h1#Title { }
div#Subtitle { margin-top: 10px; font-size: 125%; }
table#tabmain { }
td.tdleft { width: 75px; padding: 0px; }
td.tdright { width: 150px; padding: 0px; }

td.tdcenter { padding: 5px; background: #cfc; }
div.divpage { padding: 10px 50px 25px; background: #fffff0; }

h2 { background: #900; color: #fff; }
h4 { color: #900; }

/* PAGE INDEX / TABLE OF CONTENTS */
div.divTOC { color: #fff; }
div#h2I { background: #009; }

div#h2C h2 { background: #930; }
div#h2H h2 { background: #8b3c05; }
div#h2AN h2 { background: #7d4609; }
div#h2PH h2 { background: #6f4f0e; }
div#h2SS h2 { background: #615813; }
div#h2D h2 { background: #536117; }
div#h2EN h2 { background: #466b1c; }
div#h2AC h2 { background: #387420; }
div#h2B h2 { background: #2a7d25; }
div#h2M h2 { background: #1c862a; }
div#h2R h2 { background: #0e902e; }
div#h2EC h2 { background: #093; }
/*
div#h2C { background: #c30; }
div#h2H { background: #b93c05; }
div#h2AN { background: #a74609; }
div#h2PH { background: #944f0e; }
div#h2SS { background: #825813; }
div#h2D { background: #6f6117; }
div#h2EN { background: #5d6b1c; }
div#h2AC { background: #4a7420; }
div#h2B { background: #387d25; }
div#h2M { background: #25862a; }
div#h2R { background: #13902e; }
div#h2EC { background: #093; }
*/
div#h2EV h2 { background: #666; }
div#h2P h2 { background: #009; }
div.divTOC { }
div.divTOC a:link { color: #0ff; }
div.divTOC a:visited { color: #0ff; }
div.divTOC a:hover { color: #f00; background-color: #ff0; }
div.divTOC a:active {color: #0ff;}

h2.h2TOC { font-size: 125%; }
span.spanTOC { font-size: 75%; font-weight: normal; }
div.floatTOC { font-size: 75%; font-weight: normal; }

/* MISC */
img.arrow { position: relative; bottom: 2px; }

