.calendar_table {
	font-family: 'verdana';
	font-size: 12px;
	width: 100%;
	border-top: solid silver 1px;
	border-right: solid silver 1px;
	border-bottom: solid silver 1px;
	margin-right: 5px;
}
.calendar_table td {
	border-left: solid silver 1px;
}
.calendar_table .empty {
	background-color: #e7ebf7;
}
.calendar_table .eventday {
	cursor: pointer;
}

.calendar_table .calendar_header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	height: 35px;
}
.calendar_table .calendar_header td {
	border-bottom: solid silver 1px;
}

.calendar_table .calendar_weekdays {
	background-color: #0e0f13;
	font-weight: bold;
	text-align: center;
}
.calendar_table .calendar_weekdays td {
	width: 14.25%;
	border-bottom: solid silver 1px;
	color: #fff;
}

.calendar_table .calendar_body_days td {
	font-size: 10px;
	height: 100px;
	text-align: left;
	padding: 3px;
	border-bottom: solid silver 1px;
}

.calendar_table .calendar_monthyearform {
	text-align: center;
}
.calendar_table .calendar_monthyearform .select_date_form {
	padding: 0;
	margin: 0;
}
.events_popup {
	display: none;
}
