body {font-size: 0.8em; font-family: Verdana, Georgia, serif;}

h1 {font-size: 2em; width: 100%; margin: 20px 10px 10px 10px; text-shadow: 2px 2px 0 #eee;}
h2 {font-size: 1.5em; width: 100%; text-align: center; margin: 20px; text-shadow: 2px 2px 0 #eee;}

table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:98%; margin: 10px;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
th, td {padding:9px 14px 9px; text-align:center; }
 
th {padding-top:11px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
 
td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
 
tr.odd-row td {background:#f6f6f6;}
 
td.first, th.first {text-align:left}
 
td.last {border-right:none;}
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
}

#container {width: 900px; margin: 20px auto 0 auto;}
  .header #logo {float: left; clear: both;}
    #logo img {float: left; clear: left;}
    #logo div {float: left; position: relative; top: 15px; left: 10px; font-size: 1.6em; letter-spacing: -2px;}
  .nav {
      margin: 10px 0;
      float: left; clear: both;
      background-color: #fafafa;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, #efefef, #f2f2f2);
      background-image: -moz-linear-gradient(top, #efefef, #f2f2f2);
      background-image: -ms-linear-gradient(top, #efefef, #f2f2f2);
      background-image: -o-linear-gradient(top, #efefef, #f2f2f2);
      background-image: linear-gradient(top, #efefef, #f2f2f2);
      border: 1px solid #ccc;
      border-bottom: 1px solid #bbb;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      line-height: 1;
      text-align: center;
      text-shadow: 0 1px 0 #eee;
      width: 100%;
    }
    .nav li {
      margin: 4px 0px;
      font-size: 1em;
      float: left;
      background-color: #eeeeee;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f7f7f7));
      background-image: -webkit-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -moz-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -ms-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -o-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: linear-gradient(top, #fafafa, #f7f7f7);
      border: 1px solid #ccc;
      border-bottom: 1px solid #bbb;
      line-height: 1;
      text-align: center;
      text-shadow: 0 1px 0 #eee;
      width: 100px; 
    }
    .nav li:first-child {
      margin-left: 4px;
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
    }
    .nav li:hover {
      background-color: #dddddd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
      background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
      background-image: linear-gradient(top, #dddddd, #bbbbbb);
      border: 1px solid #bbb;
      border-bottom: 1px solid #999;
      cursor: pointer;
      text-shadow: 0 1px 0 #ddd; }
    .nav li.current {
      border: 1px solid #aaa;
      border-bottom: 1px solid #888;
      -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
      box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
    .nav li a {text-decoration: none; color: #333; width: 100%; height: 100%; display: block; padding: 8px 0;}
    .nav li.right {float: right; width: 280px; cursor: auto; padding: 4px 0 5px 0; margin-right: 4px;}
      .nav li.right:hover {background-image: auto;}
      .nav li.right input[type='submit'] {position: relative; top: -1px;}
    
  #main {
    margin: 10px 0;
    float: left; clear: both;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #efefef, #f2f2f2);
    background-image: -moz-linear-gradient(top, #efefef, #f2f2f2);
    background-image: -ms-linear-gradient(top, #efefef, #f2f2f2);
    background-image: -o-linear-gradient(top, #efefef, #f2f2f2);
    background-image: linear-gradient(top, #efefef, #f2f2f2);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    text-align: left;
    text-shadow: 0 1px 0 #eee;
    width: 892px; 
    padding: 4px;
    float: left; clear: both;
    }
    #main #page {
      height: 100%; width: 892px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f7f7f7));
      background-image: -webkit-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -moz-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -ms-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: -o-linear-gradient(top, #fafafa, #f7f7f7);
      background-image: linear-gradient(top, #fafafa, #f7f7f7);
      border: 1px solid #ccc;
      border-bottom: 1px solid #bbb;
      float: left; clear: both;
    }
      #page #left {
        float: left; clear: left; width: 150px; background-color: #fafafa; border-right: 1px solid #bbb; height: 100%;
      }
        #page #left ul {
          line-height: 1;
          text-align: center;
          text-shadow: 0 1px 0 #eee;
          width: 100%;
        }
        #page #left ul li {
          font-size: 1em;
          float: left;
          background-color: #eeeeee;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f7f7f7));
          background-image: -webkit-linear-gradient(top, #fafafa, #f7f7f7);
          background-image: -moz-linear-gradient(top, #fafafa, #f7f7f7);
          background-image: -ms-linear-gradient(top, #fafafa, #f7f7f7);
          background-image: -o-linear-gradient(top, #fafafa, #f7f7f7);
          background-image: linear-gradient(top, #fafafa, #f7f7f7);
          border-bottom: 1px solid #bbb;
          line-height: 1;
          text-align: center;
          text-shadow: 0 1px 0 #eee;
          width: 150px; 
        }
        #page #left ul li:hover {
          background-color: #dddddd;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
          background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
          background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
          background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
          background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
          background-image: linear-gradient(top, #dddddd, #bbbbbb);
          border-bottom: 1px solid #999;
          cursor: pointer;
          text-shadow: 0 1px 0 #ddd; }
        #page #left ul li.current {
          border-bottom: 1px solid #888;
          -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
          -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
          -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
          -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
          box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
        #page #left ul li a {text-decoration: none; color: #333; width: 100%; height: 100%; display: block; padding: 8px 0;}
      #page #right {
        float: left; clear: right; width: 739px; height: 100%;
      }
      #page #graph {
        width: 98%; height: 500px; margin: 0 10px;
      }
      #page #pager {
        width: 95%; height: 30px; margin: 10px 0; padding: 0 10px;
      }
        #pager #previous {float: left;}
        #pager #next {float: right;}