a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
}
.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #dfd8d0;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 13px;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8D6360;
	
}
.dayname {
	display:none; /* HIDE CALLENDAR DAY NAMES */
	margin-top:0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #929292;
	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: 11px;
	height:16px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #EDE5DB;
	border-bottom:1px solid #777;
	padding:1px;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #DFD8D0;
}
.yearpicker {
	font-size: 11px;
	background-color: #DFD8D0;
}
.pickerbutton {
	font-size: 9px;
	background-color: #DFD8D0;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 11px;
	height:16px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	background-color: #ede5db;
	color: #384955;
	height:16px;
	margin:0;
	
	padding-left:3px;
	padding-right:3px;
	
	border-right:1px solid #d1ccc7;
	border-bottom:1px solid #d1ccc7;
}
.today {
	text-align: center;
	font-size: 11px;
	
	border: 1px solid #8D6360;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	/*font-weight: bold;*/
	/*background-color: #66ff66;*/
	height:16px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	
	padding-left:3px;
	padding-right:3px;

	color: #667171;
	height:16px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	
	padding-left:3px;
	padding-right:3px;
	
	color: #667171;
	height:16px;
}
.saturday a {
	color: #667171;
}

.event {
	text-align: center;
	font-size: 11px;
	/*font-weight: bold;
	color: red;*/
	background-color: #ede5db;
	height:16px;
	border-bottom: 1px solid #D1CCC7;
	border-right: 1px solid #D1CCC7;
}

.event a {
	/*
	background-color: #ffff99;
	*/
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	color: #000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #D9CBAE;
}
.selectedevent a {
	background-color: #D9CBAE;
	color: #111111;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*text-decoration:underline;*/
	/*color: red;*/
	background-color: #ccc;
	height:16px;
}
.todayevent a {
/*
	background-color: #ffff99;
	color: red;
	*/
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}
.eventcontent {
	font-size: 11px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

