/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.cal_td_daysnames {
display:none;
}

div, a, a:link, ul.dualfish li ul li a span, ul.suckerfish li ul li a span, ul.dropline li ul li a span {
    font-family: basis-grotesque-regular-pro, arial;
}

td.ev_td_right ul.ev_ul {
    list-style: none;
}

ul.ev_ul {
    display: inline-block;
}

ul.ev_ul {
    list-style: none;
    margin: 0px 0px 35px;
    border: 1px solid #E6E6E6!important;
    background: #fff!important;
}

#jevents_body.contentpaneopen table.ev_table tbody tr td.ev_td_right ul.ev_ul div.section div.span6 {
    display: table-cell;
    vertical-align: top;
}

div#jevents_body.contentpaneopen table.ev_table tbody tr td.ev_td_right ul.ev_ul div.section div.span6 div.ev_paddding {
    padding: 3%;
}