@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }
html, body { height: 100%; }
body { background-color: #F2F2F2; font-size: 11px; font-family: Arial, Helvetica, sans-serif;  }
#position { position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; overflow: visible; }
#wrapper { position: absolute; top: -297px; left: -498px; }

table { border-collapse: collapse; width: 900px; }
th, td { border: 1px solid #008751; padding: 5px 7px; vertical-align: top; }
th { color: #008751;  background-color: #DCEBE3; }
td { text-align: center; }
thead th { font-size: 16px; font-weight: bold; text-align: center; }
tbody th { font-size: 11px; text-align: left;}
tbody th.section { background-color: #008751; color: #FFFFFF; font-size: 16px; font-weight: bold; text-align: center; }


tr.even th { background-color: #A6CFBC; }
tr.even td { background-color: #DCEBE3; }

.sup { font-size: 9px; position: relative; top: -3px;}
.sub { font-size: 9px; position: relative; top: 3px; }

thead th.empty { border-top: none; border-left: none; background: none; }

#close { text-indent: -9000px; width: 30px; height: 30px; display: block; position: absolute; top: -15px; right: -15px; background: url(../img/closebox.png) no-repeat left top; }
