/* 
    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.
*/
#jevents_body a.cal_titlelink {font-size: 14px !important; font-weight: bold;}
#jevents_body a.cal_titlelink:hover {font-size: 14px !important; color: #007a7a; font-weight: bold;}
#jevents_body .jev_underlay .jev_underlay_daynum_today div {
background-color: #dff0ef !important;
}
.rc-handle-container {width: auto !important;}
#eventlist {overflow: auto;}

div.eventfull_module div {
  border-style: solid;
  border-width: 0 0 1px 3px;
  border-top-color: #DDD;
  border-right-color: #DDD;
  padding: 2px;
}

a.cal_titlelink_module:link,
a.cal_titlelink_module:visited,
a.cal_titlelink_module:hover {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 1px;
}
