/* 
    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.previousmonth, .jev_toprow div.nextmonth {
  background-color: #00AACC;
  border: 1px solid #00AACC;
}
.jev_toprow div.currentmonth {
  border-top: 1px solid #00AACC;
  border-bottom: 1px solid #00AACC
}
#jevents_body .jev_toprow div.previousmonth a {
  padding-left: 15px;
}
#jevents_body .jev_toprow div.nextmonth a {
  padding-right: 15px;
}
