/* 
    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.
*/

.ev_navigation table tbody tr td:first-child {
  display: none;
}

.cal_div {
  border: none;
}

.cal_div .topleft, .cal_div_month, .cal_div_currentmonth {
  display: none;
}

.cal_div_weekrow {
  background-color: aliceblue;
}

.cal_div_today span {
  background-color: #d7ecff;
}

.cal_div_weeklink {
  width: 0px;
}

.cal_div_weeklink span {
  display: none;
}

.cal_div_daynames, .cal_div_day0, .cal_div_day1, .cal_div_day2, .cal_div_day3, .cal_div_day4, .cal_div_day5, .cal_div_day6 {
  width: 14.285%;
}

.cal_div_daynames {
  margin-bottom: 10px;
  color: rgba(11, 70, 130, 1);
}

.cal_div_day0 > span {
  border-left: 1px rgb(207, 207, 207) solid;
}

.cal_div_day6 > span {
  border-right: 1px rgb(207, 207, 207) solid;
}

.cal_div_weekrow:last-child {
  border-bottom: 1px rgb(207, 207, 207) solid;
}

#jevents_body .event_legend_container {
  margin-top: 10px;
  background-color: unset;
  display: none;
}

a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
  font-weight: unset;
  font-size: 12px;
}

.cal_div_daysnoevents span div div, .cal_div_today span div div {
  border: none !important;
  padding: 0 !important;
}

a.cal_daylink:link, a.cal_daylink:visited, a.cal_daylink:hover {
  font-size: 14px !important;
}

a.cal_daylink:hover {
  color: unset;
}

.ev_td_li {
  border: none !important;
  padding: 0 !important;
}

a.ev_link_row {
  font-size: unset !important;
  color: unset !important;
}