#calcontainer {
	display:block;
	margin: 10px 10px 10px 0px;
	width:700px;
}

#calcontainer a:link {
	color: #36679a; 
}

#calcontainer a:hover {
	text-decoration: underline !important;
}

.smallcal_head {
	color: #36679a;   
	}

.smallcal_head a:link, .smallcal_head a:visited, .smallcal_head a:hover {
	color: #36679a;
	text-decoration: none;
	font-size: 11px;
	}

td.smallcal, td.smallcal_last, td.smallcal_today, td.smallcal_weekend {
	vertical-align: top;
	margin: auto auto;
	width: 20px;
	height: 18px;
	border: 1px solid #eee;
	text-align: center;
	}

td.smallcal {
	background: #fff;
	color: #000;
	}

td.smallcal_last {
	background: #eee;
	color: #666;
	}

div.smallcal_last {
	background: #eee;
	border: 1px solid #666;
	}

td.smallcal_today {
	background: #ace;
	color: #000;
	border: 1px solid #668cd9;
	}

td.smallcal_weekend {
	background: #e1ecff;
	color: #000;
	}

td.smallcal a:link, td.smallcal a:visited, td.smallcal a:hover, td.smallcal_weekend a:link, td.smallcal_weekend a:visited, td.smallcal_weekend a:hover, td.smallcal_today a:link, td.smallcal_today a:visited, td.smallcal_today a:hover {
	text-decoration: none;
	color: #36679a;
	}	    

td.smallcal_last a:link, td.smallcal_last a:visited, td.smallcal_last a:hover {
	text-decoration: none;
	color: #666;
	}

#largecalendar {
	width: 700px;
}

#largecalendar th {
	font-size: 12px;
}

.largecal_head {
	margin: 0px 0px 10px 0px;
	padding: 12px;
	font-size: 18px;
	color: #36679a;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.largecal_head a:link, .largecal_head a:visited, .largecal_head a:hover {
	color: #36679a;   
	text-decoration: none;
	font-size: 12px;
	}

td.largecal, td.largecal_last, td.largecal_today, td.largecal_weekend {
	vertical-align: top;
	margin: auto auto;
	width: 14%;
	padding: 2px;
	height: 100px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	text-align: left;
	}

td.largecal {
	background: #fff;
	color: #000;
	}

td.largecal div, td.largecal_last div, td.largecal_today div, td.largecal_weekend div {
	font-size: 10px;
	text-align: center;
	margin: 18px 0px 0px 0px;
	color: #000;
	font-weight: bold;
}

td.largecal_today div {
	color: #000;
}

td.largecal_last {
	background: #eee;
	color: #666;
}

td.largecal_today {
	background: #ACE;
	color: #000;
	border: 1px solid #668cd9;
}

td.largecal_weekend {
	background: #fff;
	color: #000;
}

td.largecal a:link, td.largecal a:visited, td.largecal a:hover, td.largecal_weekend a:link, td.largecal_weekend a:visited, td.largecal_weekend a:hover, td.largecal_today a:link, td.largecal_today a:visited, td.largecal_today a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #36679a;    
}

.eventList {
	list-style: none;
}

.eventList li {
	margin: 0px 0px 4px 0px;
}

.eventList li a {	
	font-size: 10px !important;
}

.eventList li span.eventTime {
	color: #000;
	font-size: 10px;
	font-style: italic;
}

#eventDayList {
	
}

#eventDayList li {
	list-style-type: decimal;
	list-style-position: inside;
}

.calEventLink {
	text-decoration: none;
	cursor: pointer;
}


a.calEventLink:hover {
	text-decoration: underline;
}

.eventDayTable tr td {
	padding: 2px 10px 2px 0px;
}