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

/* Menue: Veranstaltungen */
.ev_td_right {
  width: 80%;
}

.ev_td_left{
  background-color: #87CEEB;
  /* skyblue*/
  font-size: var(--body-font-size);
}

a.ev_link_row:link {
  font-size: var(--body-font-size);
  color: var(--cassiopeia-color-link);
}

a.ev_link_row:hover {
  font-size: var(--body-font-size);
  color: black;
}

a.ev_link_row:visited {
  font-size: var(--body-font-size);
  color: var(--cassiopeia-color-link);
}

/* ttable header row */
.cal_td_daysnames {
  background-color: royalblue;
  color: white;
}

/* table  header monthly view*/
.cal_div .cal_div_currentmonth {
  background-color: royalblue;
  color: white;
}