div.calendar {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	/*text-align: center;*/
	font-weight: normal;
}
div.calendar a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
div.calendar a:hover {
	text-decoration: none;
	color: #3163CE;
}
div.calendar .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center; 
}
div.calendar .month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
div.calendar .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div.calendar .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color:#000000;
	border-style: outset;
	border-width:1px
}
div.calendar .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color:#004487; width:40px;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
div.calendar .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9; 
	border-style: outset; 
	border-width:1px
}
div.calendar .weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
div.calendar .yearnavigation {
	font-size: 12px;
}
div.calendar .datepicker {
	background-color: #e4e4e4;
}
div.calendar .datepickerform {
	margin: 0px;
}
div.calendar .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
div.calendar .monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
div.calendar .yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
div.calendar .pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
div.calendar .nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:40px;
	color: #aaaaaa;
}
div.calendar .monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4; 
	color: #384955;
	height:20px;
	width:40px;
}
div.calendar .today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color:#4DA1F7;
	color: #ffffff;
	height:20px;
	width:20px;
}
div.calendar .selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color:#CCCCCC;
	height:20px;
	width:20px;
}
div.calendar .sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
div.calendar .sunday a {
	color: #667171;
}
div.calendar .saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
div.calendar .saturday a {
	color: #667171;
}
div.calendar .event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red; color:#000000;
	background-color:#C7DDEE; 
	height:20px;
	width:20px;
	border:1px solid #004487;
}
div.calendar .event a {
	background-color:#C7DDEE;
	color: red; color:#000000;
}
div.calendar .selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red; color:#000000;
	background-color:#C7DDEE;
	height:20px;
	width:20px;
	border:1px solid #004487;
}
div.calendar .selectedevent a {
	background-color:#C7DDEE;
	color: red; color:#000000;
}
div.calendar .todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color:#C7DDEE;
	height:20px;
	width:20px;
	border:1px solid #004487;
}
div.calendar .todayevent a {
	background-color:#C7DDEE;
	color: red;
}
div.calendar .eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
