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

#jevents_body .nav-items div.active a, .jev_header2 .active a {
  background-color:#10c10d;
  color:#FFFFFF;
}

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


.nav-items > div {
  border-bottom-color:#10c10d;
  border-bottom-style:solid;
  border-image:initial;
  border-left-color:initial;
  border-left-style:initial;
  border-right-color:#10c10d;
  border-right-style:solid;
  border-top-color:#10c10d;
  border-top-style:solid;
  border-width:1px 1px 1px 0;
  display:inline-block;
  line-height:23px;
  margin-left:-5px;
  padding:3px 0 2px;
  vertical-align:middle;
}

.nav-items > div:last-child {
  border-radius:0 5px 5px 0;
  border-right:1px solid #10c10d;
}

.nav-items > div:first-child {
  border-left:1px solid #10c10d;
  border-radius:5px 0 0 5px;
}