table {
   border-collapse: collapse;
   border: 1px solid #ffffff;
   font: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   color: #fff;
   background: #79107E;
}
caption {
   padding: 0 .4em .4em;
   text-align: left;
   font-size: 13pt;
   font-weight: bold;
   color: #fff;
   background: transparent;
}
td, th {
   color: #fff;
   border: 1px solid #ffffff;
   padding: .3em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
thead th, tfoot th {
   border: transparent;
   text-align: left;
   font-size: 1.0em;
   font-weight: bold;
   color: #fff;
   border: 1px solid #ffffff;
   background: #530656;
}
tbody td a {
   background: transparent;
   color: #fff;
   text-decoration: none;
}
tbody td a:hover {
   background: transparent;
   color: #fff;
}
tbody th a {
   background: transparent;
   color: #fff;
   text-decoration: none;
   font-weight:normal;
}
tbody th a:hover {
   background: transparent;
   color: #ccc;
}
tbody th, tbody td {
   vertical-align: top;
   text-align: left;
}
tfoot td {
   border: 1px solid #a4c7db;
   background: #C5BA85;
}
.odd {
   background: #600764;
}


