body {
	font-family:"Century Gothic";
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border:1px solid #dc5b9c;
	background-color: #ffffff;
	text-align: center;
	margin-left:20px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #dc5b9c;
		border-style: outset;
	border-width:1px;
	
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #a9a9ab;
	color: #ffffff;
	border-style: outset;
	border-width:1px
	
}
.weeknumtitle {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
	
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #e9e9e9;
	
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 11px;
	
}
.datepicker {
	background-color: #e4e4e4;
	
}
.datepickerform {
	margin: 0px;
	
}
.monthnavigation {
	font-family:"Century Gothic";
	
}
.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 {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
	border:1px solid #E6E6E6;

}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #707070;
	height:90px;
	width:90px;
			border:1px solid #E6E6E6;

}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #707070;
	color: #ffffff;
	height:90px;
	width:90px;
			border:1px solid #E6E6E6;

}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:90px;
	
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
			border:1px solid #E6E6E6;

}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
			border:1px solid #E6E6E6;

}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color:#eb62a6;
	background-color: #efefef;
	height:90px;
	width:90px;
	border:1px solid #E6E6E6;
}
.event a {
	font-weight:normal;
	background-color: #efefef;
	color: #707070;
	font-size: 11px;
	line-height:14px;

}

.event a:hover {
	background-color: #efefef;
	color: #707070;
	font-size: 11px;
	line-height:14px;
}

.time {
	font-weight: bold;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #E6E6E6;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color:#eb62a6;;
	background-color: #f3d2e3;
	height:90px;
	width:90px;
	
}
.todayevent a {

	color:#707070;
}
.eventcontent {
	font-size: 10px;
	border-width: 1px;
	width: 100%;
	text-align:left;
}



