 .CSSTable {
     margin: 0px;
     padding: 0px;
     box-shadow: 10px 10px 5px #888888;
     border: 1px solid #000000;
     -moz-border-radius-bottomleft: 5px;
     -webkit-border-bottom-left-radius: 5px;
     border-bottom-left-radius: 5px;
     -moz-border-radius-bottomright: 5px;
     -webkit-border-bottom-right-radius: 5px;
     border-bottom-right-radius: 5px;
     -moz-border-radius-topright: 5px;
     -webkit-border-top-right-radius: 5px;
     border-top-right-radius: 5px;
     -moz-border-radius-topleft: 5px;
     -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
 }
 
 .CSSTable table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%;
     height: 100%;
     margin: 0px;
     padding: 0px;
 }
 
 .CSSTable tr:last-child td:last-child {
     -moz-border-radius-bottomright: 5px;
     -webkit-border-bottom-right-radius: 5px;
     border-bottom-right-radius: 5px;
 }
 
 .CSSTable table tr:first-child td:first-child {
     -moz-border-radius-topleft: 5px;
     -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
 }
 
 .CSSTable table tr:first-child td:last-child {
     -moz-border-radius-topright: 5px;
     -webkit-border-top-right-radius: 5px;
     border-top-right-radius: 5px;
 }
 
 .CSSTable tr:last-child td:first-child {
     -moz-border-radius-bottomleft: 5px;
     -webkit-border-bottom-left-radius: 5px;
     border-bottom-left-radius: 5px;
 }
 
 .CSSTable tr:hover td {}
 
 .CSSTable tr:nth-child(odd) {
     background-color: #aad4ff;
 }
 
 .CSSTable tr:nth-child(even) {
     background-color: #ffffff;
 }
 
 .CSSTable td {
     vertical-align: middle;
     border: 1px solid #000000;
     border-width: 0px 1px 1px 0px;
     text-align: left;
     padding: 7px;
     font-size: 10px;
     font-family: Arial;
     font-weight: normal;
     color: #000000;
 }
 
 .CSSTable tr:last-child td {
     border-width: 0px 1px 0px 0px;
 }
 
 .CSSTable tr td:last-child {
     border-width: 0px 0px 1px 0px;
 }
 
 .CSSTable tr:last-child td:last-child {
     border-width: 0px 0px 0px 0px;
 }
 
 .CSSTable tr:first-child td {
     background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
     background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
     background: -o-linear-gradient(top, #005fbf, 003f7f);
     background-color: #005fbf;
     border: 0px solid #000000;
     text-align: center;
     border-width: 0px 0px 1px 1px;
     font-size: 10px;
     font-family: Arial;
     font-weight: bold;
     color: #ffffff;
 }
 
 .CSSTable tr:first-child:hover td {
     background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
     background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
     background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
     background: -o-linear-gradient(top, #005fbf, 003f7f);
     background-color: #005fbf;
 }
 
 .CSSTable tr:first-child td:first-child {
     border-width: 0px 0px 1px 0px;
 }
 
 .CSSTable tr:first-child td:last-child {
     border-width: 0px 0px 1px 1px;
 }
 
 .rand08 {
     border: 1px solid #2C6ED5;
     background-color: #C4D3e0;
 }
 
 .rand08 caption {
     color: #0055AA;
 }
 
 .rand08 th {
     background-color: #00a4e4;
     color: #FFFFFF;
     padding: 0.5rem;
 }
 
 .rand08 td,
 #rand08 th {
     border: 1px solid #FFFFFF;
     font-family: Verdana, Arial, sans-serif;
     font-size: 11px;
     font-weight: normal;
     padding: 0.5rem;
 }
 
 <!-- CSS goes in the document HEAD or added to your external stylesheet --> table.hovertable {
     font-family: verdana, arial, sans-serif;
     font-size: 11px;
     color: #333333;
     border-width: 1px;
     border-color: #999999;
     border-collapse: collapse;
 }
 
 table.hovertable th {
     background-color: #c3dde0;
     border-width: 1px;
     padding: 8px;
     border-style: solid;
     border-color: #a9c6c9;
 }
 
 table.hovertable tr {
     background-color: #d4e3e5;
 }
 
 table.hovertable td {
     border-width: 1px;
     padding: 8px;
     border-style: solid;
     border-color: #a9c6c9;
 }