/* hovertip */
#hovertip {
	position: absolute;
	display: none;
	border: 1px solid #886e32;
	padding: 5px;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	background: #a18138;
	color: #e9efcf;
}
/* hovertip */

.year {		
	width: 140px;
	background-color: #ffffff;
	text-align: center;	
}
.month {	
	width: 154px;
	background: url(../images/ym_bg.jpg) no-repeat top center;
	border-style: none;
	border-collapse: collapse;	
	text-align: center;
	vertical-align: middle;
}
.yearname {	
	text-align: center;
	font-size: 12px;	
	font-weight: bold;
}
.monthname {	
	height: 20px;		
	font-size: 9pt;
	font-weight: bold;	
	padding: 0px;
	margin: 0px;
	color: #FDEFCF;	
	text-align: center;
	vertical-align: middle;
	border: 0px;
}
.dayname {
	text-align: center;
	width: 22px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/nap_bg.jpg) no-repeat;
	color: #F1E3C4;	
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.weeknumtitle {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 22px;
	color: #75695f;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #75695f;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;	
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {		
	height: 20px;
	color: #FDEFCF;	
	font-size: 8px;
	font-weight: bold;
	vertical-align: middle;	
	text-decoration: none;
	border: 0px;	
	margin: 0px;
}
.monthnavigation a {		
	color: #FDEFCF;	
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.monthnavigation a:hover {	
	color: #ffffff;	
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;	
	height: 20px;
	width: 22px;
}
.monthday {
	text-align: center;
	background: url(../images/mnap_bg.jpg) no-repeat;	
	font-size: 11px;	
	color: #A78535;	
	width: 22px;
	height: 20px;
}
.today {
	text-align: center;	
	background: url(../images/mnap_bg.jpg) no-repeat;	
	font-size: 11px;	
	color: #5A4618;
	width: 22px;
	height: 20px;	
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height: 20px;
	width: 22px;
}
.sunday {
	text-align: center;
	font-size: 11px;	
	background: url(../images/mnap_bg.jpg) no-repeat;	
	color: #5D1111;
	height: 20px;
	width: 22px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	background: url(../images/mnap_bg.jpg) no-repeat;	
	font-size: 11px;	
	color: #A78535;	
	width: 22px;
	height: 20px;	
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;	
	background: url(../images/event_bg.jpg) no-repeat;	
	color: #ffffff;
	height: 20px;
	width: 22px;	
	text-align: center;
    }
    
.event a {	
	color: #ffffff;
	text-decoration: none;
    }
    
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #75695f;
	background-color: #7fa0ce;
	height: 20px;
	width: 22px;
}
.selectedevent a {
	background-color: #7fa0ce;
	color: #75695f;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #791213;
	background-color: #ffffff;
	height: 20px;
	width: 22px;
}
.todayevent a {
	color: #791213;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
