/* 
    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: #ff6600;
    border: #ff6600;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
	background-color: #ff6600;
}
.nav-items > div {
	border: 1px solid #ff6600;
}
#jevents_header h1 {
  	color: #1b75bb;
}
#jevents_body .cal_today a.cal_daylink {
  	padding: 2px;
  border: 1px solid #ff6600;
  background-color: transparent;
  color: #333;
  border-radius: 0px;
}
#jevents_body a.cal_titlelink:hover {
  	background-color: inherit;
}