.cal_entry {
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	padding-left: 3px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.cal_title {
	font-size: 12px;
	font-weight: normal;
}
.cal_desc {
	font-size: 12px;
	font-weight: normal;
}
.cal_name {
	font-size: 13px;
	font-weight: bold;
}
.cal_location {
	font-style: italic;
	font-size: 12px;
}
.cal_date {
	font-size: 12px;
	font-weight: bold;
}
.cal_info {
	font-size: 12px;
}
.cal_sites {
	font-size: 12px;
}
.cal_notes {
	font-size: 12px;
}
.cal_link {
	font-size: 12px;
	font-style: italic;
}
.cal_label {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.cal_block {
	padding-left: 3px;
	padding-bottom: 3px;
	background-color: #E2F0EB;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	width: 100%;
	
}

.cal_high {
	background-color: #E2F0EB;
	color: black;
}
