.tableContainer {
    background-color: #919396;
    width: 810px;
    float: left;
    /*background-image: url(../images/style/tableBackground.png);*/
}

.timetable h2 {
    width: 100%;
    background-image: url(../images/style/headerBackground.png);
    background-repeat: repeat-x;
    height: 28px;
    font-size: 2em;
    line-height: 1.5em;
    color: #ffffff;
    padding: 0;
}

.timeTableFoot {
    width: 810px;
    height: 40px;
    background-image: url(../images/style/tableFoot.png);
}

table {
    /*width: 770px;
    margin: 0 20px 20px 20px;*/
    background-color: #ffffff;
    border-spacing: 5px;
    empty-cells: hide;
    table-layout: fixed;
    width: 810px;
    padding: 30px 20px 0 20px;
    background-image: url(../images/style/tableBackground.png);
}

tr {
    margin-bottom: 5px;
}

th {
    background-color: #000000;
    color: #ffffff;
    font-size: 1.1em;
    padding: 3px;
}

td {
    border: 1px #000000 solid;
    border-bottom-width: 2px;
    border-right-width: 2px;
    font-size: 0.8em;
    vertical-align: top;
}

td h3 {
    padding: 2px 4px;
    background: none;
    font-size: 1em;
    font-weight: bold;
}

td h3 a {
    float: right;
    font-weight: normal;
}

td p {
    padding: 0 0.6em;
    border-bottom: 1px #000000 solid;
}

ul {
    list-style: none;
    padding: 3px;
}

li {
    /*position: relative;*/
    width: 100%;
}

li div {
    padding: 10px;
    position: absolute;
    background-color: #ffffcd;
    z-index: 10;
    margin-left: 20px;
    border: 2px #000000 solid;
    cursor: auto;
    font-size: 1.3em;
    color: #000099;
}

li div h4 {
    font-size: 1.6em;
    text-align: center;
    color: #000000;
}

li p {
    border: none;
}

.venueOne td {
    background-color: #ffebd1;
}
.venueTwo {
    background-color: #d9d7eb
}

.venueThree {
    background-color: #e1eec1;
}

.venueFour {
    background-color: #fffac0;
}