img { border: 0px; }

a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: underline;
	color: #AE3B54;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: white;
	text-align: center;
}
.month {
	border: 1px solid red;
	background-color:  white;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
  font-family : Verdana, Times, Courier, serif;
	color       : black;
	font-weight : bold;
	font-size   : 18px;
  text-align: center;
	background-color:  white; /* #EFF3FF; */
	border: 0px outset red;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #EFF3FF; /* #005E9E; */
	color: #000000;
	border: 1px outset red; /* #F5F7D2; */
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color:  white; /* #e4e4e4; */
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
  border: 1px solid #005E9E;
  background-color: #EFF3FF;
	height:100px;
	width:100px;
}
.monthday {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color:  white;
	color: #005E9E;
	height:100px;
	width:100px;
	vertical-align: top;
	border: 1px solid #005E9E;
}
.today {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/* background-color: #F14E3D; */
	border: 1px solid red;
	color: #005E9E;
	height:100px;
	width:100px;
	vertical-align: top;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:100px;
	width:100px;
	vertical-align: top;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:100px;
	width:100px;
	vertical-align: top;
	border: 1px solid #005E9E;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:100px;
	width:100px;
	vertical-align: top;
	border: 1px solid #005E9E;
}
.saturday a {
	color: black; /* #667171; */
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:100px;
	width:100px;
	vertical-align: top;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:100px;
	width:100px;
	vertical-align: top;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:100px;
	width:100px;
	vertical-align: top;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 0px;
	color: red;
	width: 100%;
}
