.calendar_layout {
	border: 1px solid #222222;
	font-size: 9px;
	line-height: normal;
	color: #CCCCCC;
}
.calendar_layout td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222222;
	width: 15px;
	text-align: center;
}
.day_today{
	background-color: #252525;
}

.date_event_place {
	font-size: 9px;
	background-color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77777;
	width: 100%;
	line-height: normal;
}
.event_day {
	background-color: #684500;
	font-weight: bold;
}
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
}
