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

.month {
	border-style: none; 
	background-color: #1B5197; 
	text-align: center; 
	border-collapse: collapse ;
	border:1px solid #24456C; 
	border-right:1px solid #24456C;
	width:100%;

	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 , .monthname a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.monthname a:hover , .monthname a:active{color:#7BA5D6}

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

}

.daynamesat{
	color:#FFFFFF;
}

.daynamesun{
	color:#FFFFFF;
}

.dayname td {
	text-align: center; 

	color: #4d581b;

	background:#7BA5D6;
}

.yearnavigation {

}

.datepicker {
	background-color: #e4e4e4;
}

.datepickerform {
	margin: 0px;
}

.monthnavigation {

	font-family: verdana;
	font-weight: bold; 
	border:1px solid #24456C;
	background:#7BA5D6;

}

.monthnavigation A , .monthnavigation A:visited{
	text-decoration:none;
	color:#ffffff;
}

.monthnavigation a:hover , .monthnavigation A:active{color:#24456C}

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

.today_name a:hover{color:#24456C}

.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: #F3F065;
 }

.monthday {

	text-align: center; 
	background-color: #F3F065; 
	height:15px; 
	width:20px;

}

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

.today {text-align: center;

	background-color: #D37726;
 	color: #FFFFFF;
 	height:15px;
 	width:20px;
}

.selectedday {text-align: center;

 	font-weight: bold;
 	background-color: #CCCCCC;
 	height:15px;
 	width:20px;
}

.sunday {
	text-align: center;

 	color: #333;
 	height:15px;
 	width:20px;
	background-color: #DFDC12 !important;
}

.sunday a {
	color: #333;
}

.saturday {
	text-align: center;
 	color: #333;
 	height:15px;
 	width:20px;
	background-color: #EFEC35 !important;
}

.saturday a {
	color: #333;
}

.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-weight: bold;
 	color: red;
 	background-color: #ffff99;
 	height:15px;
 	width:20px;
}

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

.todayevent {
	text-align: center;
 	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:1px solid #24456C;
	border-right:1px solid #24456C;
	border-left:1px solid #24456C;
	border-top:none;
}

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

}