/**
 * @section titles screen
 *
 * 
 */
table.titlestable {
    width: 100%;
}

table.titlestable td.leftimage {
    vertical-align: top;
    padding: 10px;
}

div#ticketseller table.titlestable td {
    vertical-align: top;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

span.divider {
    color: #FC0;
}

span.date {
    font-weight: bold;
}


