#cal_lightbox {
	border: 8px solid #9adaa4;
	width: 718px;
	height: 582px;
	overflow: hidden;
}

#cal_lightbox .linner {
/* 	padding: 1px; */
}

#cal_lightbox .header {
	padding-top: 35px;
	padding-bottom: 3px;
	background-image: url('images_cal/lightbox_logo.png');
	background-position: top right;
	background-repeat: no-repeat;

	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #22B11C;
	padding-left: 18px;
}

#cal_lightbox .footer {
	background-image: url('images_cal/lightbox_footer.png');
	background-repeat: no-repeat;
	width: 700px;
	height: 18px;
	padding-right: 18px;
}

#cal_lightbox .footer, #cal_lightbox .footer a {
	color: white;
	font-size: 10px;
	line-height: 18px;
	font-family: Arial;
}

#cal_lightbox .footer .inner {
	display: none;
	float: right;
}

#cal_lightbox .body {
	padding-left: 18px;
	border-top: 1px solid #9adaa4;
	padding-top: 30px;
}

.vermincalendar th {
	font-size: 10px;
	font-family: Arial;
	color: #696969;
}

.vermincalendar {
	table-layout: fixed;
	border-spacing: 0px;
	margin-bottom: 35px;
}

.vermincalendar th.vermin {
	width: 156px;
}

.vermincalendar th.month {
	width: 44px;
}

.vermincalendar td.vermin, .vermincalendar td.vermin a {
	font-size: 11px;
	font-family: Arial;
	color: #22B11C;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
}

.vermincalendar td.vermin a:hover {
	text-decoration: underline;
}

.vermincalendar td.vermin {
	padding-left: 5px;
}

.vermincalendar th, .vermincalendar td {
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	height: 18px;
}

.vermincalendar th div, .vermincalendar td div {
	height: 18px;
	display: block;
}

.vermincalendar .last-row th , .vermincalendar .last-row td {
	border-bottom: none;
}