.year {
	border-style:outset; 
	border-width: 1px; 
	background-color: #e4e4e4; 
	text-align: center;
}

.month {
	border-style: none; 
	background-color: #D8D7C1; 
	text-align: center; 
	border-collapse: collapse ;
	border:1px solid #333333; 
	border-right:2px solid #9C9A61;
	width:158px;

	margin:0;

}

.month td{
	padding:3px;
}

.yearname {
	text-align: center; 
	font-size: 19px; 
	font-weight: bold;
}

.monthname {
	text-align: center;
	/* font-size: 11px; */
	font-weight: bold;

}

.monthname a{
	text-decoration:none;
	color:#333333;
}

.monthname a:hover{color:#333333}

.dayname td{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;

}

.daynamesat{
	color:#333333;
}

.daynamesun{
	color:#333333;
}

.dayname td {
	text-align: center; 
	/* font-size: 11px; */ 
	color: #4d581b;
/*	border:1px solid black;*/
	background:#EBEBDF;
}

.yearnavigation {
/*	font-size: 12px; */
}

.datepicker {
	background-color: #e4e4e4;
}

.datepickerform {
	margin: 0px;
}

.monthnavigation {

	font-family: verdana;
	font-weight: bold; 
/*	font-size: 7px;*/
	border:1px solid #333333;
	background:#EBEBDF;

}

.monthnavigation A{
	text-decoration:none;
	color:#333333;
}

.monthnavigation a:hover{color:#333333}

.today_name a{
	text-decoration:none;
	color:#333333;
}

.today_name a:hover{color:#333333}

.weathertxt {
	font-family: verdana;
	/* font-size: 11px; */
}

.monthpicker {
	/* font-size: 11px; */ 
	background-color: #eeeeee;
}

.yearpicker {
	/* font-size: 11px; */ 
	background-color: #eeeeee;
}

.pickerbutton {
	/* font-size: 11px; */ 
	background-color: #eeeeee; 
	border-style: solid; 
	border-color: #000000; 
	border-width: 1px;
}

.nomonthday { height:15px;
 	width:20px;
	background-color: #EBEBDF;
 }

.monthday {
/*	border:1px solid #333333; */
	text-align: center; 
/*	font-size: 9px; */
	background-color: #EBEBDF; 
/*	color: #FFFFFF; */
	height:15px; 
	width:20px;

}

.monthday a {
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
}

.today {text-align: center;
 /*	font-size: 9px; */
	background-color: #555555;
 	color: #FFFFFF;
 	height:15px;
 	width:20px;
}

.selectedday {text-align: center;
 	/* font-size: 11px; */
 	font-weight: bold;
 	background-color: #CCCCCC;
 	height:15px;
 	width:20px;
}

.sunday {
	text-align: center;
 /*	font-size: 9px;*/
 	color: #FFFFFF;
 	height:15px;
 	width:20px;
/* 	border:1px solid black; */
	background-color: #9C9A61 !important;
}

.sunday a {
	color: #667171;
}

.saturday {
	text-align: center;
 	/* font-size: 11px; */
 	color: #333333;
 	height:15px;
 	width:20px;
/* 	border:1px solid black; */
	background-color: #D8D7C1 !important;
}

.saturday a {
	color: #667171;
}

.event {
	text-align: center;
 	/* font-size: 11px; */
 	font-weight: bold;
 	color: black;
 	background-color: white;
 	height:15px;
 	width:20px;
}

.event a {
	color: black;
 	font-weight: bold
}

.selectedevent {
	text-align: center;
 	/* font-size: 11px; */
 	font-weight: bold;
 	color: red;
 	background-color: #ffff99;
 	height:15px;
 	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:15px;
 	width:20px;
}

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

#calendar_categories{
	width:149px;

	text-align:left;
	background-color: #F2BC1C; 
	
	border-bottom:2px solid #9C9A61;
	border-right:2px solid #9C9A61;
	border-left:1px solid #333333;
	border-top:none;
}

#calendar_categories a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:normal;

}
