a {
	text-decoration: none;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	background-color: #ffffff;
	text-align: center;
}
.month {
	padding:0px;	
	border-style: none;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	color:#000000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
.monthnavigation a{
	color:#000000;
}
.monthpicker {
	font-size: 10px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 10px;
	background-color: #ffffff;
}
.pickerbutton {
	font-size: 10px;
	background-color: #ffffff;
}
.nomonthday {
	height:15px;
	width:15px;
}
.monthday {
	text-align: center;
	font-size: 10px;
	color: #384955;
	height:15px;
	width:15px;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #2960A3;
	height:15px;
	width:15px;
}
.today a{
	color: #ffffff;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color:#FF660C;
	height:15px;
	width:15px;
}
.selectedday a{
	color:#FFFFFF;
}
.sunday {
	text-align: center;
	font-size: 10px;
	color: #667171;
	height:15px;
	width:15px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 10px;
	color: #667171;
	height:15px;
	width:15px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffffff;
	height:15px;
	width:15px;
}
.event a {
	background-color: #ffffff;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffffff;
	height:15px;
	width:15px;
}
.selectedevent a {
	background-color: #ffffff;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffffff;
	height:15px;
	width:15px;
}
.todayevent a {
	background-color: #ffffff;
	color: red;
}
.eventcontent {
	color:#FFFFFF;
	font-size: 10px;
	width: 100%;
}

