﻿.calendar {
	text-align: center;
}
.month {
	color: #286165;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
.days {
	font-variant:small-caps;
	text-align: center;
}
.date {
	text-align: center;
}
.event {
	color: white;
	background: #286165;
	text-align: center;

}
.event_prf {
	color: black;
	background-color: #BDF4BA;
	text-align: center;
}
.event_sc {
	color: black;
	background-color: #D9B8F6;
}
.event_pd {
	color: black;
	background-color: #BCC3F3;
}
.noevent {
	color: black;
	background: #white;
}
.today {
	color: white;
	/* background: #8FBACB; */
	background: #6F0000;
	text-align: center;
}
.noborder {
	border-width: 0px;
}


/* Event Listings */
.eventdate {
	color: #286165;
}
.eventdesc {
	color: black;
}


/* Tool Tips */
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:50px; margin-left:-25px;
    width:250px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url(images/tooltip/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:5px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}
