
/* ========================= LEFT COLUMN STYLE ========================== */


#leftcolumn {
	border-left: 1px solid #ccc;
	padding: 0;
	width: 150px;
	}

#leftcolumn dl {
	border: 0;
	font: 92% arial, helvetica, sans-serif;
	line-height: 130%;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.home {
	background-image: url(/images/hd_blueArrow.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	text-transform: uppercase;
	}

.home a, .home a:visited {
	border-bottom: 1px solid #f3f3f3;
	color: #333;
	display: block;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	width: 119px;
	}

.home a:hover, .home a:active {
	background-image: url(/images/hd_menuBgRoll.gif);
	background-repeat: no-repeat;
	color: #21699c;
	}

.jumpactive {
	background-image: url(/images/hd_menuBgRoll.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
	}

.jumpactive a, .jumpactive a:visited {
	border-bottom: 1px solid #f3f3f3;
	color: #21699c;
	display: block;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	width: 119px;
	}

.mainmenu {
	background-image: url(/images/hd_blueArrow.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	}

.mainmenu a, .mainmenu a:visited {
	border-bottom: 1px solid #f3f3f3;
	color: #333;
	display: block;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	width: 119px;
	}

.mainmenu a:hover, .mainmenu a:active {
	background-image: url(/images/hd_menuBgRoll.gif);
	background-repeat: no-repeat;
	color: #21699c;
	}

.indicator {
	background-image: url(/images/hd_menuBgRoll.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	}

.indicator a, .indicator a:visited {
	border-bottom: 1px solid #f3f3f3;
	color: #21699c;
	display: block;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	width: 119px;
	}





.calendarListing,
.calendarReoccurance {
			clear: both;
			height: auto;
			margin-bottom: 10px;
			width: 500px;
			height: auto !important;

			}
.calendarListing_all {
			clear: both;
			height: auto;
			margin: 20px 0 5px 55px;
			padding-bottom: 5px;
			width: 500px;
			}

			.calendarListing .calendarDate,
			.calendarReoccurance .calendarDate {
						position: relative;
						background-image: url(http://apps.icc.edu/images/icons.png);
						background-repeat: no-repeat;
						float: left;
						font-family: georgia, "Times New Roman", times, serif;
						height: 60px;
						/*
margin-right: 15px;

*/text-align: center;
						width: 40px;
						}
			.calendarListing .calendarDate {
						background-position: 0 -500px;
						}
			.calendarReoccurance .calendarDate {
						background-position: 0 -440px;
						}

		/*
	.calendarListing .sameDate {
						float: left;
						height: 60px;
						width: 55px;
						}
*/

						.calendarListing .calendarDate .day {
									color: #555;
									font-size: 22px;
									margin-top: 3px;
									}

						.calendarListing .calendarDate .month,
						.calendarReoccurance .calendarDate .month {
									color: #fff;
									font-size: 13px;
									margin-top: 1px;
									text-transform: uppercase;
									}
						.calendarReoccurance .calendarDate .month {
									color: #555;
									margin-top: 16px;
									}
						.calendarListing .calendarDate .dayOfWeek {
									color: #555;
									font-size: 12px;
									margin-top: 5px;
									text-transform: uppercase;
									}
			.calendarListing .calendarEvent,
			.calendarReoccurance .calendarEvent {
						position: relative; float: right;
						font-family: arial, helvetica, sans-serif;
						font-size: 11px;
						width: 450px;
						margin: 2px 0 10px 0;
						height: auto !important;
						}

						.calendarListing .calendarEvent strong.eventName,
						.calendarReoccurance .calendarEvent strong.eventName {
									color: #21699c;
									font-family: georgia, 'Times New Roman', times, serif;
									font-size: 16px;
									font-weight: bold;
									margin-right: 5px;
									}
			.calendarListing .calendarDescription {
						display: none;
						margin-top: 10px;
						line-height: 1.5em;
						}
