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

#flatcal_minical tr td.flatcal_daycell a.flatcal_busylink {
	color: white;
	padding: 3px;
	border: 1px solid blue;
	background-color: blue;
	border-radius: 20px;
}

#flatcal_minical tr td.flatcal_daycell a.flatcal_busylink:hover {
	background-color:white;
	color: #555555;
}

#jevents .nav-items > div,
#jevents .nav-items > div:first-child {
	border-color: blue;
}

#jevents #jevents_body .nav-items div.active a {
	background-color: blue;
}

#jevents .jev_toprow div.previousmonth,
#jevents .jev_toprow div.nextmonth {
	background-color: blue;
	border-color: blue;
}

#jevents .jev_toprow div.currentmonth {
	background-color: rgba( 0,0,0,0 );
	border-color: blue;
}

#jevents a.ev_link_row:link,
#jevents a.ev_link_row:visited,
#jevents a.ev_link_row:hover {
  font-size: 1rem;
}
#jevents a.ev_link_row:link {
  color: blue;
}

