/**
 * @section titles screen
 *
 * 
 */
table.titlestable {
    width: 100%;
    text-align: left;
}

table.titlestable td.leftimage {
    vertical-align: top;
}

div#ticketseller table.titlestable td.titlesdate {
    background: #2AB2C5 url('../../images/titlesdate_bg.png') no-repeat top left;
    width: 95px;
    height: 29px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 15px;
}

div#ticketseller table.titlestable td.titlestitle {
    background: #2AB2C5 url('../../images/titlestitle_bg.png') no-repeat top left;
    text-transform: uppercase;
}

div#ticketseller table.titlestable td.titlestitle h2 a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

span.venue {
    color: #000;
    font-weight: bold;
}









