body.sub #Col2 ol#EventMonths {
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #E3F5F4;
	list-style: none;
	height: 20px;
}
body.sub #Col2 ol#EventMonths li {
	margin: 0 0 0 5px;
	display: inline;
	line-height: 20px;
}
body.sub #Col2 ol#EventMonths li a {
	padding: 4px 3px 4px 3px;
	text-decoration: none;
}
body.sub #Col2 ol#EventMonths li a:hover {
	background-color: #018E9F;
	color: white;
}

div#EventList {
	margin: 0;
	padding: 10px;
	background-color: #E3F5F4;
}
body.sub #Col2 h2.month {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #C7C7C8;
}
div.item {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #C7C7C8;
}
div.item img {
	float: left;
}
div.item div.detail {
	margin: 0 10px 0 80px;
}
body.sub #Col2 div.item div.detail p {
	font-size: 11px;
}
body.sub #Col2 div.item div.detail p.meta span.label {
	color: #018E9F;
	font-weight: bold;
}
body.sub #Col2 div.item div.detail p.offer {

}
body.sub #Col2 div.item div.detail p.offer span.label {
	color: #018E9F;
	font-weight: bold;
}
body.sub #Col2 div.item div.detail p.offer span.note {
	font-style: italic;
	font-size: 10px;
	color: #CCCCCC;
}


/* DHTML Calendar Styles */
table.calendar {
	margin: 5px 0 0 0;
	width: 100%;
}
table.calendar tr td {
	padding: 5px;
}

.calheading {
	background-color: #E1DECD;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.calnavleft {
	background-color: #E1DECD;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.calnavright {
	background-color: #E1DECD;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

.caldayheading {
	background-color: #BDBDBD;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.caldaycells{
	color: #000;
	background-color: #E3F5F4;
	font-size: 11px;
	text-align: center;
	border: 1px white solid;
	cursor: pointer;
}

.caldaycellhover{
	color: #018E9F;
	background-color: #FEECEB;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

.caldayselected{
	background-color: #018E9F;
	color:	#fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.calblanktop {
	background-color: #fff;
}
.calblankbot {
	background-color: #fff;
}

table.data_input tr td.label {
	text-align: left;
	padding: 5px 5px 0 0;
	color: #333333;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}
table.data_input tr td.input {
	width: 100%;
}

