table.smallcal {				/* Calendar Container */
	width:100%;
	color:#530F57;
	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;
}

#smallcal .month-nav {		/* Previous (& Next) month navigation row */
	height:20px;
	line-height:20px;
	padding: 4px 2px 4px 2px;
	color:#530f57;
	background-color: #FFFEDB;
	border:1px solid #530F57;
	font-weight: bold;
	font-size:1.1em;
	margin-bottom:2px;
	margin-top:8px;
	margin-right:2px;
	margin-left:2px;
}

#smallcal .month-nav .cal_arrows {
	height: 20px;
	width: 40px;
	float: right;
	display:inline;
}

#smallcal .month-nav .cal_arrows img { width:20px;height:20px;border:none;} 

table.smallcal td.month-nav {		/* Previous (& Next) month navigation row */
	background-color: #223256;
	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:#FFFEDB; /*#666666;*/
	border:1px solid #530F57; /* #960D17; */
}

table.smallcal td.this-month-hasevents {
	background-color:#FFFEDB; 
	border:1px solid #530F57;
}

table.smallcal td.this-day {
	color: #FFF;
	background-color:#530F57; 
	border:1px solid #530F57;
}

table.smallcal a.popup {
	text-decoration:none;
	color: #0082d6;
}

table.smallcal a.popup span {
	display:none;
	font-size:0.8em;
	color:#000;
	background-color: #FFFFFF;
	text-align:left;
	border: 2px solid #666666;
	padding: 5px;
	font-weight: normal;
}

/*
table.smallcal a.popup:hover span {
	display: block;
	position: absolute;
	top: 100px; 
	left: 0px;
	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;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip ul.calendar-events  {
	margin:0.2em;
	padding:0 0 0 0.5em;
	text-indent:-0.5em;	/* hanging indent */
	text-align:left;
	overflow:hidden;
}




























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