a {
   color: #095e7d;
}

h1, h2, h3 { color: #095e7d; }

#nav li a {
   background-color: #095e7d;
   color: white;
}

#subnav li a {
   background-color: white;
   color: #095e7d;
}

#divNav { 
   border-right: solid 1px #095e7d;
   border-bottom: solid 1px #095e7d;
   border-left: solid 1px #095e7d;
}

#navfooter {
   border-top: solid 1px #095e7d;
}

#stmtitles div {
   padding-bottom: 5px;
   margin-bottom: 5px;
}

#stmtitles table {
   width: 100%;
   border-collapse: collapse;
   font-size: 0.8em;
   border-bottom: 1px solid gray;
}

#stmtitles th {
   padding: 0 20px 0 10px;
   text-align: left;
   border: 1px solid gray;
   background-color: #095e7d;
   color: white;
}

#stmtitles th#url {
   padding-right: 0;
}

#stmtitles th a {
   color: #eee;
}
#stmtitles td {
   padding: 0 0.5em;
}
th#vol { width: 13%; }
th#title { width: 50%; }
th#author { width: 22% }
th#url { width: 15% }
th.asc-sort  {
   background: url('asc-sort.png') no-repeat 90% 50%;
}
th.desc-sort  {
   background: url('desc-sort.png') no-repeat 90% 50%;
}


tr.alternate {
   background-color: #ddd;
}

p.stmpages {
   color: gray;
   text-align: right;
}

form {width: 90%;}

table {width: 90%; margin: 0; border: 0; float: left;}
