.month tr{
	border-bottom: 1px solid #004a9a;
	border-left: 1px solid #004a9a;
}

.month td{
	border-right: 1px solid #004a9a;
}

.year {
	border: none;
	text-align: center;
}
.month {
	border: none;
	border-collapse: collapse;
	background-color: #004a9a;
	text-align: center;
	width: 100%;
}

.month table{
	border: none;
	border-collapse: collapse;
}

.month table td, .month table tr{
	border: none;
}

.yearname {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	height: 24px;
}
.dayname {
	text-align: center;
	font-size: 110%;
	background-color: #7299c3;
	color: #fff;
	height: 20px;
	width: 13%
}
.weeknumtitle {
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	background-color: #7299c3;
	height: 20px;
	width: 7%
}
.weeknum {
	text-align: center;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
	color: #004a9a;
	background-color: #bdcfe3;
	padding: 2px;
}
.yearnavigation {
	font-size: 100%;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation a{
	font-size: 120%;
	font-wight: bold;
	color: #fff;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
}
.nomonthday {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
	background-color: #bdcfe3;
	color: #004a9a;
}
.monthday {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
	font-weight: normal;
	background-color: #f9f9f9;
	color: #004a9a;
	padding: 2px;
}

.today {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
	font-weight: normal;
	background-color: #dfe8f3;
	color: #004a9a;
	padding: 2px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
}
.sunday {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
	font-weight: normal;
	background-color: #f9f9f9;
	color: #004a9a;
	padding: 2px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
	font-weight: normal;
	background-color: #f9f9f9;
	color: #004a9a;
	padding: 2px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}

.eventcontent {
	font-size: 10px;
	border: none;
	width: 100%;
	background-color: #004a9a;
	color: #fff;
	margin-bottom: 4px;
}

.no_report {
	font-size: 10px;
	border: none;
	width: 100%;
	background-color: #c00;
	color: #fff;
	margin-bottom: 4px;
}

.eventcontent tr.row_1 td, .no_report tr.row_1 td{
	text-align: right;
	font-weight: bold; 
	padding: 2px;
}

.eventcontent tr.row_2 td, .no_report tr.row_2 td{
	text-align: left;
	padding: 2px;
}

.eventcontent tr.row_2 td a, .no_report tr.row_2 td a{
	color: #fff;
}

.eventcontent tr.row_3 td, .no_report tr.row_3 td{
	border-top: 1px solid #fff;
	text-align: right;
	padding: 2px;
}