.year {		
	width: 185px;
	height: 25px;		
	padding: 1px;
	border-style: inside;		
	border-width: 1px;
	border-color: #EFE9DE;		
	text-align: center;
}

.month {	
	width: 175px;
	height: 27px;
	padding: 5px 0 0 0;	
	border-style: none;
	border-collapse: collapse;	
	text-align: center;
	vertical-align: middle;	
}

.yearname {			
	color: #E9E6D9;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;	
	text-align: center;					
}

.monthname {			
	color: #E9E6D9;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;				 	
	height: 30px;	
	background: #B9B496;
}

.dayname {	
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: #F7F6EE;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;	
	width: 20px;
	height: 20px;	
	vertical-align: middle;	
}

.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: 25px;
	color: #FDEFCF;	
	font-size: 8px;
	font-weight: bold;
	vertical-align: middle;	
	text-decoration: none;
	border: 0px;	
	margin: 0px;
	background: #B9B496;
}

.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: 9pt;
	background-color: #ffffff;
}

.yearpicker {
	font-size: 9pt;
	background-color: #ffffff;
}

.pickerbutton {

}

.nomonthday {
	margin: 0;
	0px 0 4px 0;
	text-align: center;	
	width: 20px;
	height: 20px;
}

.monthday {
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #5A5542;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;		
}

.today {	
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #610703;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;
}

.selectedday {
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #879178;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;	
}

.sunday {
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #610703;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;		
}

.sunday a {
	color: #ffffff;
}

.saturday {
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #5A5542;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;	
}

.saturday a {
	color: #ffffff;
}

.event {
	margin: 0px;
	padding: 0px 0 4px 0;
	border: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;	  
	background: url(../images/event_bg.jpg) no-repeat center center;	
}
    
.event a {	
	/*color: #879178;	*/
	color: #f7f6ee;
	text-decoration: none;	
}
	    
.selectedevent {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;		
	width: 20px;
	height: 20px;	
	background: url(../images/selectedevent_bg.jpg) no-repeat center center;	
}

.selectedevent a {
	color: #ffffff;
	text-decoration: none;
}

.todayevent {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;		
	width: 20px;
	height: 20px;	
    background: url(../images/todayevent_bg.jpg) no-repeat center center;		
}

.todayevent a {
	color: #ffffff;
	text-decoration: none;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

