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

.jev_toprow div.nextmonth {
  background-color: #798910;
  border: 1px solid #000000;
}

.jev_toprow div.previousmonth {
  background-color: #798910;
    border: 1px solid #000000;
}

.jev_toprow div.currentmonth
{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#jevents_body .nav-items div.active a
{
  background-color: #798910;
  border: 1px solid #000000;
}

.nav-items > div {
    border: 1px solid #000000;
}

.nav-items > div:first-child {
   border: 1px solid #000000;
}

.nav-items > div:last-child {
   border: 1px solid #000000;
}

#jevents_body .nav-items div a:hover {
    border: 1px solid #000000;
}

#jevents_body .cal_today a.cal_daylink
{
  background-color: #798910;
}

#jevents_body .cal_today a.cal_daylink:hover
{
  color: #798910;
  border: 1px solid #798910;
}