/* 
    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: #0098d4;
  border: 1px solid #0098d4;
}

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

#jevents_body .nav-items > div,
.jev_header2 .active a:hover,
#jevents_body .nav-items > div a:hover{
  border: 1px solid #0098d4;
}
#jevents_body .nav-items > div:first-child,
.jev_header2 .active a:hover,
#jevents_body .nav-items > div a:hover {
  border-left: 1px solid #0098d4;
}
#jevents_body .nav-items > div:last-child,
.jev_header2 .active a:hover,
#jevents_body .nav-items > div a:hover{
  border-right: 1px solid #0098d4;
}

#jevents_body .nav-items div.active a, 
.jev_header2 .active a:hover,
.jev_header2 .active a {
  background-color: #0098d4;
}
#jevents_header>h2 { 
display:none!important;
}