/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}*/
a {
	text-decoration: none;
	color: #006699;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
.year {
	background-color: #e4e4e4;
	text-align: center;
	width:583px;
	border: 1px solid #CCCCCC;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
	width: 441px;
	margin-right: auto;
	margin-left: auto;
}
.yearname {
	text-align: center;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
/*	background-color: #DADADA;*/
	color: #5D5D5D;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: none;
	border-width:1px;
	width:63px;
	height:30px;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	height: 35px;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:63px;
	color: #aaaaaa;
	background-color: #dddddd;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #EcEcEc;
	color: #000000;
	height:63px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #0000FF;
	color: #FFFF00;
	height:63px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:63px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #667171;
	height:63px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #667171;
	height:63px;
	width:20px;
}
.saturday a {
	color: #667171;
}

.set {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	height:63px;
	width:20px;
	cursor:pointer;
	background: #CCCC00;
}

.set a {
	background-color: #ffff99;
	color: red;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	position:absolute;
	z-index:15;
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
	margin-top:-15px;
	margin-left:15px;
}
