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

.mod_events_monthyear, .mod_events_table {
  width: 100% !important;
}

.jeventpage .nav_bar_cell {
  padding: 1em;
}

.mod_events_latest_table {
  border-collapse:separate; 
  border-spacing: 0 .5em;
}

.mod_events_latest_first, .mod_events_latest {
  padding: 1em !important;
  border-width: 0px 0px 0px 8px !important;
  border-color: #699 !important;
}

.mod_events_td_todaynoevents {
    border-color: #699 !important;
}

.mod_events_td_daywithevents, .mod_events_td_todaywithevents {
  border-color: #699 !important;
  background-color: #699 !important;
}

.mod_events_td_daywithevents a, .mod_events_td_todaywithevents a {
  color: white !important;
}

.mod_events_td_dayname .sunday {
  color: white !important;
}

.ev_td_li {
  border-color: #699 !important;
}

.cal_td_daysnoevents, .cal_td_dayshasevents, .cal_td_today {
  background-color: white !important;
}

.cal_td_today {
  border-color: #699 !important;
}

.eventstyle {
  border-color: #699 !important;
  border-width: 0 0 0 8px !important;
  margin-bottom: 0.2em !important;
}

.ev_td_today {
  background-color: #699 !important;
}

.ev_td_today a {
  color: white !important;
}

.event_legend_container {
  display: none !important;
}

.cabeceraProx h3{
  font-size:2em;
  color:#699
}