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

/* change calendar background */

#jevents_body {
  background-color:transparent;
  border-color:transparent;
  border-radius:0;
  padding:0;
}
 
div#jevents {
   background-color:#c9bcb2;
  padding: 1em;
}

div.moduletable.home_events h3 {
  margin-bottom:3px;
}

div.moduletable.home_events {
  overflow-y:auto;
}

div.moduletable.home_events tr {
  border-color:#999999!important;
}

div.moduletable.home_events tr td {
  font-size:108%;
  padding:8px 0;
}

/* change line height in homepage module */

div.moduletable.home_events table tbody tr td span {
  line-height:inherit!important;
}

/* remove border-radius */
.nav-items > div:first-child, 
.nav-items > div:last-child,
.nav-items > div:first-child a:hover,
.nav-items > div:last-child a:hover,
.jev_toprow div.previousmonth,
.jev_toprow div.nextmonth {border-radius:0;}

/* hide table header and borders on Page "Events" */
div.cal_events table th {
	display:none;
}

div.cal_events table, div.cal_events table td  {
  border-color:transparent!important;
  border-width:0!important;
  padding-left:0!important;
}

/* change link design */

div.cal_events a.ev_link_row {
  font-weight:normal;
  text-decoration:underline;
  color:inherit;
}

div.cal_events a.ev_link_row:hover {
  text-decoration:none;
}