/* 
    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_today {
background-color: lightskyblue;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.cal_td_daysnoevents {
background-color: white;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.cal_td_dayshasevents {
background-color: white;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.ev_td_left{
background-color: white !important;
}
.ev_link_weekday{
color: black !important;
}
.ev_td_today{
background-color: lightskyblue !important;
}
.cal_td_daysoutofmonth {
background-color: lightgrey;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.cal_td_daysnames {
background-color: lightskyblue !important;
background-image: none !important;
}
.cal_td_weeklink{
background-color: darkgrey !important;
color: white;
}

.p0 w100{
background-color: white !important;
color: black !important;
}