.news_titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
.month {
	border-style: none;
	background-color: #f5f5f5;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #006699;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #CCCCCC;
}
.dayname td {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	font-family: Tahoma;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FFFFFF;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.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:20px;
	width:20px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	height:16px;
	width:16px;
	text-decoration: none;
	font-family: Tahoma;
}
.other {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #3E97CF;
	height:20px;
	width:20px;
	text-decoration: none;
	font-family: Tahoma;
}
.signs {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #3E97CF;
	height:20px;
	width:20px;
	text-decoration: none;
	font-family: Tahoma;
}
.today:hover {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #FFFF00;
	height:20px;
	width:20px;
	text-decoration: none;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
	text-decoration: none;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
	text-decoration: none;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
	text-decoration: none;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
	text-decoration: none;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

