div.cal_large div.cal_header {
	white-space: nowrap;
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	font-weight: bold;
}

div.cal_small div.cal_header {
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.cal_header a {
	color: black;
}

div.cal_header a:hover {
}

div.cal_header a.prev {
}

div.cal_header a.prev:hover {
}

div.cal_header a.next {
}

div.cal_header a.next:hover {
}

div.cal_large div.cal_header span.cal_text {
	display: inline-block;
	width: 300px;
}

div.cal_small div.cal_header span.cal_text {
	display: inline-block;
	width: 200px;
}

div.cal_header span.cal_text span.month {
}

div.cal_header span.cal_text span.year {
}

div.cal_large div.cal_body {
	font-size: 20px;
	text-align: center;
	padding: 10px;
}

div.cal_small div.cal_body {
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

div.cal_body table {
	width: 100%;
	border-collapse: collapse;
}

div.cal_body tr {
}

div.cal_body tr.cal_header {
}

div.cal_large div.cal_body td {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	border: solid 1px black;
	padding: 5px;
}

div.cal_small div.cal_body td {
	text-align: center;
	vertical-align: middle;
	height: 15px;
	border: solid 1px black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.cal_large div.cal_body th {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	border: solid 1px black;
	padding: 5px;
}

div.cal_small div.cal_body th {
	text-align: center;
	vertical-align: middle;
	height: 15px;
	border: solid 1px black;
	padding: 5px;
}

div.cal_large div.cal_body th.kw {
	background-image: url(images/calendar/cal_back_top.png);
	color: white;
}

div.cal_large div.cal_body th.weekday {
	background-image: url(images/calendar/cal_back_top.png);
	color: white;
}
div.cal_small div.cal_body th.kw {
	background-image: url(images/calendar/cal_back_top_small.png);
	color: white;
}

div.cal_small div.cal_body th.weekday {
	background-image: url(images/calendar/cal_back_top_small.png);
	color: white;
}


div.cal_body td.week_index {
	background-color: #9b0101;
	color: white;
}

div.cal_body td.cal_emptycells {
	background-color: #cccccc;
}

div.cal_body td.cal_nonemptycell {
}

div.cal_body td.cal_nonemptycell span.day_index {
}

div.cal_body td.cal_nonemptycell div.eventlist {
	font-size: 12px;
}

div.cal_body td.cal_nonemptycell div.eventlist a {
	color: black;
}

div.cal_body td.cal_nonemptycell div.eventlist a:hover {
}

div.cal_body td.cal_nonemptycell span.day_index_noevent {
}

div.cal_body td.cal_nonemptycell div.day_index_event {
	font-weight: bold;
}

div.cal_small div.cal_body td.cal_nonemptycell div.event_popup {
	font-size: 11px;
}
div.cal_large div.cal_body td.cal_nonemptycell div.event_popup {
	font-size: 14px;
}
div.cal_body td.cal_nonemptycell div.event_popup {
	background-color: white;
	border: solid 1px grey;
	margin-left: -6px;
	z-index: 500;
}

div.cal_small div.cal_body td.cal_nonemptycell div.event_popup a,
div.cal_small div.cal_body td.cal_nonemptycell div.event_popup div {
	padding: 5px;
	width: 150px;
}
div.cal_large div.cal_body td.cal_nonemptycell div.event_popup a,
div.cal_large div.cal_body td.cal_nonemptycell div.event_popup div {
	padding: 10px;
	width: 200px;
}
div.cal_body td.cal_nonemptycell div.event_popup a,
div.cal_body td.cal_nonemptycell div.event_popup div {

	display: block;
	background-color: white;
	text-align: left;
	color: black;
}

div.cal_body td.cal_nonemptycell div.event_popup a:hover,
div.cal_body td.cal_nonemptycell div.event_popup div:hover {
	background-color: #dddddd;
}

div.cal_body td.cal_nonemptycell div.event_popup span {
}

div.cal_body td.cal_nonemptycell div.event_popup span span {
	font-weight: bold;
}
