﻿#zoneMid {
    width: 830px;
    }

#zoneRight {
    display: none;
    }

div.textLeft {
    width: 320px;
    overflow: hidden;
    float: left;
    }
    
div.textRight {
    width: 330px;
    overflow: hidden;
    float: right;
    }
    
.textRight h4 {
    padding-top: 2.5em;
    }

table.even {
    background-color: #cccccc;
    margin-left: 100px;
    z-index: 1;
    }
    
table.odd {
    background-color: #eeeeee;
    margin-left: 100px;
    z-index: 1;
    }
    
td.locationName {
    color: #000033;
    font-size: 1.2em;
    height: 20px;
    vertical-align: middle;
    width: 400px;
    }
    
td.locationDesc {
    height: 50px;
    vertical-align: top;
    width: 400px;
    }
    
td.locationRight {
    height: 14px;
    max-width: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    }
    
div.imgCoverParent img {
    height: 138px;
    width: 138px;
    }
    
td div.imgCoverParent {
    position: relative;
    max-height: 140px;
    max-width: 140px;
    
    }
    
table.even div.imgCoverChild {
    background: url('../../img/imgCover-c.gif') no-repeat scroll;
    margin-top: -140px;
    position: absolute;
    height: 142px;
    width: 140px;
    }
    
table.odd div.imgCoverChild {
    background: url('../../img/imgCover-e.gif') no-repeat scroll;
    margin-top: -140px;
    position: absolute;
    height: 142px;
    width: 140px;
    }