/* 
    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.
*/

.jev_catselect{
     display: none;
}
.ev_table{
     border-color: #008AD3;
     max-width: 100%;
     width: 100%;
}
.ev_table td{
     border-color: #008AD3;
}

.mod_events_latest_table{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display:block;
    padding:5px;
}

.mod_events_latest{
    margin-top:20px;
    display:block;
}

.mod_events_latest_table .date{
    border: 1px solid #008ad3;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin:0 auto;
}

.mod_events_latest_table .month{
    color:#008ad3;
    text-align:center;
}

.mod_events_latest_table .day{
    background-color: #008ad3;
    text-align:center;
    color:#fff;
}

.mod_events_latest_table .time{
    margin-top:5px;
    text-align:center;
}

.mod_events_latest_table .titolo{
    margin:2px;
}


.contentheading{
    color: #1586C3;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}

.ev_link_row{
    color: #1586C3 !important;
    font-family: tahoma,arial,helvetica,sans-serif  !important;
    font-size: 14px  !important;
    text-align: justify;
    text-decoration: none;
    text-decoration-color: #1586C3  !important;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

a:hover{
   color: #52b6ec !important;
   text-decoration: none;
}