/* 
    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.
*/

table.flatcal_main_t {
width: 99% !important; 
border: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
min-height:171px !important; 
height:auto !important; 
height: 171px !important; 
}
.full_cal_link{display: none;}
#flatcal_minical .flatcal_todaycell a{
background-color: #00a1df !important;
border-color:  #00a1df !important;
}
#flatcal_minical .flatcal_todaycell a:hover{
background-color: #fff !important;
border: 1px solid #00a1df !important;
}
#flatcal_minical .flatcal_busylink:link, #flatcal_minical .flatcal_busylink:visited{
background-color: #ff0e00 !important;
color: #ffffff !important;
}
a.flatcal_daylink, a.flatcal_busylink{
padding: 3px;
}
#jevents_body{
border: none !important;
border-radius: 0px !important;
background-color: transparent !important;
}
td.ev_detail.repeat{
font-style:italic;
padding-left: 0px !important;
padding-bottom: 10px !important;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames{
width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames{text-align:center;}
#jevents_body .cal_top_day_names{margin-top: 20px;}