/* 
###### CALENDAR STYLES ###### */
.cal-wrap {
	width: 596px;
	padding: 5px 3px 5px 5px;
	background-color: #9ccbe7;
	margin: 15px 0 30px 0;
}
.big-cal {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 1px solid #9ccbe7;
	border-width: 0 1px 1px 0;
	background-color: #cee3ef;
}
.big-cal caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4894d0;
	line-height: 50px;
	border-right: 1px solid #9ccbe7;
	background-image: url("../_images/cal_caption.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.big-cal caption a { text-decoration: none; margin: 0 10px; color: #F7DFA4; }
.big-cal th, .big-cal td {
	font-size: 10px;
	border: 1px solid #9ccbe7;
	border-width: 1px 0 0 1px;
	width: 84px;
	height: 65px;
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
	vertical-align: top;
}
.big-cal th {
	background-color: #E17702;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
}
.big-cal td a {
	background-color: #FAF687;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.big-cal td a:focus {
	background-color: #F6CFA5;
	border: none;
}
.big-cal td a span { visibility: hidden; display: none; }
.mini-cal strong { color: #FFFF99; }
.big-cal strong {
	display: block;
	background-color: #6baed6;
	text-align: right;
	border-bottom: 1px solid #9ccbe7;
	padding-right: 2px;
	color: #060078;
	line-height: normal;
}
.mini-cal .blank { color: #ee6666; }
.big-cal .blank, .big-cal .blank strong { color: #187ac2; }
.mini-cal .Sun, .mini-cal .Sat { background-color: #BB0000 !important; }
.big-cal .Sun, .big-cal .Sat { }
div#qTip {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 250px;
	left: -9000px;
	padding: 5px;
	border: 3px solid #666666;
	-moz-border-radius: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
div#qTip img.callout { 
	display: block;
	position: absolute;
	top: -23px;
	left: 48px;
}
div#qTip h4 {
	margin: 0 0 5px 0;
	padding: 1px 0 2px 0;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	color: #D65900;
	font-weight: bold;
}
#qTip h4 a { text-decoration: none; }
div#qTip a.close-button {
	display: block;
	position: absolute;
	top: 7px;
	right: 5px;
	border: 0;
}
div#qTip a img { border: 0; }
div#qTip p { line-height: 16px; }
#qTip div { margin: 10px 0; }
#qTip em { font-size: 11px; color: #587854; }
.event-list dd, .event-list dt { border-bottom: 1px solid #CCC; padding: 10px 0; }
#qTip div div, .event-list div { margin: 0 5px 0 20px; }
#qTip div a, .event-list a { float: left; height: 16px; width:16px; overflow: hidden; background-image: url('../_images/cal_add.gif'); text-indent: -9114px; }
#qTip div div a, .event-list div a {position: static; height: auto; width: auto; display: inline; overflow:visible; }
.event-list dt { font-size: 18px; font-weight: bold; background: none; color: #E77500; }
#qTip .description { font-size: 11px; }

.dtstart, .dtend { display: none; }
.big-cal dl { height: 51px; }
.big-cal dt { height: 100%; }
.big-cal dd { display: none; }
.summary { font-weight: bold; }


.small-cal { margin: 0 25px 30px 25px; border-collapse: collapse; float: left; }
.small-cal caption { font-size: 19px; text-transform: uppercase; text-align: left; padding: 0 0 4px 5px; margin: 1em 0 0 0; color: #666; word-spacing: -2px; }
.small-cal caption span { color: #060; }
.small-cal td, .small-cal th { width: 30px; text-align:center; color: #333; padding: 0; border-width: 0; font: 11px/24px arial; }
.small-cal th { font: 10px/20px arial; background-color: #FFEB7B; text-transform: uppercase; }
.small-cal a { font-weight: bold; color: #F04444 !important; }
.small-cal .blank { color: #bbb; }
.small-cal .today { background: #FFB951 url("../_images/cal_today.gif") center center; }
.small-cal .today .a { font-weight: bold; color: #1A484D; }
.small-cal dl { display: none; }
/*### END CALENDAR ###*/
