.year {
	border-style:outset; 
	border-width: 1px; 
	background-color: #e4e4e4; 
	text-align: center;
}

.month {
	border-style: none; 
	background-color: #282827; 
	text-align: center; 
	border-collapse: collapse ;
	border:1px solid #BD0000; 
	border-right:2px solid #BD0000;
	width:350px;

	margin:0 0 10px 0;

}

.month td{
	padding:0px;
}

.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:#FFFFFF;
}

.monthname a:hover{color:#bd0000}

.dayname td{
	border-top:1px solid #BD0000;
	border-bottom:1px solid #BD0000;

}

.daynamesat{
	color:#FFFFFF;
}

.daynamesun{
	color:#FFFFFF;
}

.dayname td {
	width:14%;
	text-align: center; 
/* 	font-size: 11px; 		*/ 
	color: #E5E5E5;
/*	border:1px solid black;	*/
	background:#70706F;
}

.yearnavigation {
/*	font-size: 12px; 		*/
}

.datepicker {
	background-color: #e4e4e4;
}

.datepickerform {
	margin: 0px;
}

.monthnavigation {

	font-family: verdana;
	font-weight: bold; 
/*	font-size: 7px;			*/
	border:1px solid #BD0000;
	background:#70706F;
}

.monthnavigation A{
	text-decoration:none;
	color:#ffffff;
	display:block;
	width:50px;
}

.monthnavigation a:hover{color:#bd0000}

.today_name a{
	text-decoration:none;
	color:#FFFFFF;
}

.today_name a:hover{color:#bd0000}

.weathertxt {
	font-family: verdana;
}

.monthpicker {

	background-color: #eeeeee;
}

.yearpicker {
	background-color: #eeeeee;
}

.pickerbutton {
	background-color: #eeeeee; 
	border-style: solid; 
	border-color: #000000; 
	border-width: 1px;
}

.nomonthday { height:15px;
 	width:20px;
	background-color: #D8D8D8;
 }

.monthday {
	text-align: center !important; 
	background-color: #D8D8D8; 
	height:15px; 
	width:50px;
}

.monthday a {
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:50px;

}

.today {
	text-align: center;
 
	background-color: #C66A6A;
 	color: #FFFFFF;
 	height:15px;
 	width:50px;
}

.selectedday {text-align: center;
 	font-weight: bold;
 	background-color: #CCCCCC;
 	height:15px;
 	width:20px;
}

.sunday {
	text-align: center;
 	color: #FFFFFF;
 	height:15px;
 	width:50px;
	background-color: #BD0000 !important;
}

.sunday a {
	color: #667171;
	display:block;
	width:50px;
}

.saturday {
	text-align: center;
 	color: #FFFFFF;
 	height:15px;
 	width:50px;
	background-color: #A50000 !important;
}

.saturday a {
	color: #667171;
	display:block;
	width:50px;
}

.event {
	text-align: center;
 	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 #BD0000;
	border-right:2px solid #BD0000;
	border-left:1px solid #BD0000;
	border-top:none;
}

#calendar_categories a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:normal;

}
