@charset "utf-8";
/* CSS Document */

.localendar-close {
  position: absolute;
  top: 4px;
  right: 4px;
  margin:2px;
  border: none;
}
.localendar-mini td, th {
	width: 32.8px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-family: arial;
	font-size: 13px;
}
.localendar-label,.localendar-time,.localendar-title {
  font-family:arial;font-size:12px;
}
.localendar-label {
  font-weight:bold;font-size:14px;
}
.localendar-hasEvents {
	cursor: pointer;
	background-image: url(images/circle.gif);
}
.localendar-selected {
	background-image: url(images/x.gif);
}
.localendar-monthName{
	background-color:#3e4051;
	color: #FFF;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	}
	
  /* Uncomment this to hide the Month name
  display:none;
  */
.localendar-balloon{
  text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-weight: bold;
	font-weight: bold;
	font-weight: bold;
}

