table.smallcal {				/* Calendar Container */
	width:100%;
	font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	color: #006;
	text-align: center;
	font-weight: 900;
	border:none;
}

table.smallcal a {
	text-decoration:none;
}
table.smallcal a:hover {
	text-decoration:underline;
}

table.smallcal td {
	vertical-align:middle;
	padding:0;
	margin:0;
}

table.smallcal td.month-nav {		/* Previous (& Next) month navigation row */
	background-color: #006;
	color: #FFFFFF;
	padding:0;
}

table.smallcal td.month-nav img {		/* Previous (& Next) month navigation row */
	margin:3px 0 0 0;
	border:none;
}

table.smallcal div.month-year {		/* Name of Month & Year Block */
	text-align:center;
	margin:2px 0 0 0;
	font-size:1.1em;
}

table.smallcal div.month-nav-prev {		/* Previous (& Next) month navigation cell */
	text-align:right;
	float:left;
	width: 12%;
}
table.smallcal div.month-nav-next {		/* Previous (& Next) month navigation cell */
	text-align:left;
	float:right;
	width: 12%;
}
table.smallcal td.day-of-week {
	text-align:center;
	display:none;
}

table.smallcal tr.week-row {			/* Row container for each week of days */
}

table.smallcal tr.week-row td {
}

table.smallcal td.other-month {
	visibility:hidden;
}

table.smallcal td.this-month {
	background-color:#666666;
}

table.smallcal td.this-month-hasevents {
	color:#006;  /* #000000; */
	background-color: #FFFFFF;
}

table.smallcal td.this-day {
	background-color:#666666; 
	color:#FFFFFF;
}

table.smallcal a.popup {
	text-decoration:none;
	color:#006;
	background-color: #FFFFFF;
}

table.smallcal a.popup span {
	display:none;
	font-size:0.8em;
	color:#006;
	background-color: #FFFFFF;
	text-align:left;
	border: 4px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: normal;
}

table.smallcal a.popup:hover span {
	display: block;
	position: absolute;
	top: 15.5em; 
	left: 2em;
	width:14em; 
	z-index:100;
}

table.smallcal a.popup span li { 
	padding-bottom: 5px; 
}

table.smallcal .day-in-month {
	padding-top:2px;
	padding-bottom:2px;
}
table.smallcal .event-container {
}

table.smallcal ul.calendar-events {
	margin:0.2em;
	padding:0 0 0 0.5em;
	text-indent:-0.5em;	/* hanging indent */
	text-align:left;
	overflow:hidden;
}

table.smallcal ul.calendar-events li {
}
table.smallcal ul.calendar-events li a 
{
	text-decoration:none;
}
table.smallcal ul.calendar-events li a:hover 
{
	text-decoration:underline;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
