/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html, body {margin:0;padding:0}



body {
     background-color: black;
     scrollbar-base-color: #330000;
     scrollbar-track-color: #505050;
     scrollbar-face-color: #999999;
     scrollbar-highlight-color: #000000;
     scrollbar-3dlight-color: white;
     scrollbar-darkshadow-color: #330002;
     scrollbar-shadow-color: #000000;
     scrollbar-arrow-color: #FFFFFF;
     }

.container {
     min-height: 100%;
     margin-bottom: -30px; 
     height:auto;
     } 

* html .container {
     height:100%;
     }

.title { 
     position: relative;
     height: 65px;
     width: 100%;
     margin: 0px;
     border-bottom: 1px solid white;
     background-image: ;
     background-repeat: no-repeat;
     background-color: #999999;
     }

ul {
     position: absolute;
     left: 0px;
     top: 48px;
     z-index: 16;
     margin-left: -1px;
     margin-top: -1px;
     padding-left: 0px;
     overflow: auto;
     }

ul li{
     display: inline;
     }

ul li a {
     background-color: black;
     color: white;
     font-weight: bold;
     text-decoration: none;
     padding-left: .3em;
     padding-right: .3em;
     padding-top: 3px;
     padding-bottom: 2px;
     border-left: 1px solid white;
     border-top: 1px solid white;
     border-right: 1px solid white;
     font-family:  Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     margin: 0px;
     }

ul li a:hover {
     background-color: white;
     color: black;
     }     

.top {
     position: relative;
     height: 90px;
     width: 100%;
     margin: 0px;
     background-color: black;
     background-image:;
     background-repeat: repeat-x;
     overflow: auto;
      }

.mid {
     position: relative;
     height: ;
     width: 100%;
     margin: 0px;
     text-align: center;
     background-color: black;
     background-repeat: repeat-x;
     overflow: none;
     }

.bottom {
     height: 30px;
     width: 100%;
     margin: 0px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     text-align: center;
     font-size: 10px;
     background-color: #999999;
     border-top: 1px solid white;
     overflow: none;
     clear: both;
     }

.clear {
     clear: both;
     height: 30px;
     }


img.th {
     border: 1px solid white;
     margin-left: 5px;
     margin-top: 5px;
     }

.vic {
     position: relative;
     left: 60%;
     top: 10px;
     }
