table.gridtable {text-align: center;  color:#333333;    border-width: 1px;    border-color: #666666;    border-collapse: collapse;    width: 100%;}
table.gridtable th {border-width: 1px;    padding: 8px;    border-style: solid;   border-color: #666666;    background-color: #dedede;}
table.gridtable td {border-width: 1px;    padding: 8px;    border-style: solid;    border-color: #666666;    background-color: #ffffff;}
.normalc { border: 1px solid #333;   padding-top: 5px;    margin-bottom: 5px;    height: 30px;    display: inline-block;    width: 17%;    text-align: center;    cursor: pointer;}
.activec {    background-color: #333;    color: #fff;    font-weight: bold;}
table.gridtable tr{position: static;}
