/* Style Sheet for Kotze index/default page(s) */

body {
   background-color: #efefef;
   color: #333;
   font-family: Georgia, Palatino, Garamond, serif;
   font-size: 88%;
   font-weight: normal;
   margin: 0;
   padding: 0;
   text-align: center;
   }
	
a:link {
   color: #c00; 
   font-weight: bold;
   text-decoration: none;
   }

a:visited {
   color: #366; 
   font-weight: bold;
   text-decoration: none;
   }

a:hover {
   color: #f00; 
   font-weight: bold;
   text-decoration: none;
   }

a:active {
   color: #f30; 
   font-weight: bold;
   text-decoration: none;
   }

img {
   border: 0;
   }
img.trees25 {
   height: 65px;
   vertical-align: middle;
   width: 85px;
   }
img.arrow {
   height: 14px;
   vertical-align: middle;
   width: 14px;
   }
	
h1 {
   font-size: 2em;
   text-align: center;
   }

h2 {
   font-size: 1em;
   margin-bottom: 2em;
   text-align: center;
   }

#indexpage {
   background: #fff;
   border-left: solid 1px #999;
   border-right: solid 1px #999;
   margin: 0 9em 0 2em;
   padding: 2em;
   text-align: left;
   }

.start {
   font-size: 1.5em;
   margin: auto;
   text-align: center;
   }

.version {
   list-style-type: lower-alpha;
   }

#menu {
   font-size: 1em;
   line-height: nornmal;
   margin: auto 1em;
   padding: auto;
   position: absolute; top: 1em; right: -1em;
   text-align: center;
   width: 9em;
   }
   .logo {
      margin: auto;
      padding-bottom: 1em;
      text-align: center;
      }
   .menuitem {
      font-size: .9em;
      line-height: normal;
      margin: 20px auto auto auto;
      padding: .2em;
      }
   .topic, .urhere {
      font-size: .9em;
      font-weight: bold;
      line-height: normal;
      }
   #menu hr {
      width: 50%;
      }

table {
   border-collapse: collapse;
   margin-bottom: 1em;
   font-size: .9em;
   width: 100%;
   }
th {
   border-style: none;
   text-align: center;
   vertical-align: bottom;
   }
td.desc {
   border: 1px solid #999;
   padding: .5em;
   text-align: left;
   vertical-align: top;
   width: 49%;
   }
td.dl {
   border: 1px solid #999;
   padding: .5em;
   text-align: center;
   vertical-align: middle;
   width: 24%;
   }
   
.note, .sic {
   color: #00c;
   }
   
.sep {
   margin: 3em auto;
   }
   
.short {
   width: 40%;
   }

#finis {
	margin: 2em auto 0;
	text-align: center;
	}


