/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	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: #FAEBD7;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e2e0d4;
	text-align: center;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #FAEBD7;*/
	/*color: #667171;*/
	/*background-color: #033E84;
	color: #e2e0d4;*/
	background-color: #5c847c;
	color: #FFFFFF;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	/*color: #667171;*/
	border-style: none;
	border-width:1px;
	color: #ffffff;	
	background-color: #202b2f;
		
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	width: 700px;
	border-style: none;
/*	background-color: #EEDFCC;*/
	background-color: #e2e0d4;		
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation, .monthnavigation a {
	width: 10px;
	font-family: Tahoma, Arial, sans-serif;
	/*background-color: #033E84;
	color: #e2e0d4;*/
		background-color: #5c847c;		
	color: #FFFFFF;
	font-size: 11px;
	
	
}
.monthpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;	
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	/*background-color: #F9F9C7;*/
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*border: 1px black solid;
	border-width: 1px;
	border-style: none;*/
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.sunday {
	/*background-color: #FFEFDB;*/
	background-color: #fda100;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #fda100;
	/*background-color: #FFEFDB;*/
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*color: #000000;*/
	color: red;
	background-color: #ffffff;
	height:20px;
	width:20px;
}

.event a {
	/*color: #000000;*/
	color: red;
}
.event a:hover {
	/*color: #000000;*/
	color: #667171;	
}
table.eventcontent{
	border: 1px red solid;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FDF5E8;
	font-size: 12px;
	
}
.eventcontent{
	color: #667171;	
}
.eventcontent a{
	color: #000000;	
}
.eventcontent a:hover{
	color: #667171;	
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #ff0000;
	/*background-color: #CDC9C9;*/	
	background-color: #ffffff;
	
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #ff0000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	/*background-color: #EEE9E9;*/
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
/** taskLayer **/

#taskLayer .month {
	width:700px;
	border-style: none;
	background-color: #e2e0d4;
	text-align: center;
}
#taskLayer .monthday {
	height: 70px;
}
