#calendar_container {
	width: 400px;
	margin: 0 auto;
}
#calendar_header {
	width: 400px;
}
.calendar_days IMG {
	display: none;
}

#calendar_header td.left {
	width: 193px;
	border-bottom: 1px solid #eaeaea;
	height: 39px;
	vertical-align: top;
}
#calendar_header td.left cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	left: 46px;
	top: 17px;
	font-style: normal;
	position: relative;
}
#calendar_header td.center {
	width: 108px;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	height: 39px;
	/*vertical-align: top;*/
}
#calendar_header td.center cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	left: 12px;
	top: 3px;
	font-style: normal;
	position: relative;
}

#calendar_header td.right {
	width: 97px;
	border-bottom: 1px solid #eaeaea;
	height: 39px;
}
#calendar_week {
	width: 357px;
	margin-left: 21px;
}
#calendar_week td {
	width: 51px;
	vertical-align: top;
	height: 30px;
	text-align: right;
}
#calendar_week td cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	right: 6px;
	top: 10px;
	font-style: normal;
	position: relative;
}
#calendar_month {
	width: 358px;
	border-collapse: collapse;
	margin-left: 21px;
}
#calendar_month td.cells {
	width: 50px;
	height: 26px;
	background-color: white;
	border: 1px solid #eaeaea;
	padding: 0px;
	vertical-align: top;
	empty-cells: show;
	}
table.calendar_days {
	width: 19px;
	position: relative;
	top: 2px;
	left: 22px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}
table.calendar_days td.number {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 0px;
	padding: 0px;
	text-align: center;
}
table.calendar_days td.n {
	height: 5px;
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
}
table.calendar_days td.g {
	height: 5px;
	background-color: #6d6d6d;
	border: 0px;
	padding: 0px;
}
td.a {
	height: 5px;
	background-color: #ffbf00;
	border: 0px;
	padding: 0px;
}
table.calendar_days td.v {
	height: 5px;
	background-color: #7fc31b;
	border: 0px;
	padding: 0px;
}
table.calendar_days td.c {
	height: 5px;
	background-color: #00a0c6;
	border: 0px;
	padding: 0px;
}
