@charset "utf-8";

.event-calendar{ margin:10px;}

/* event calendar */
/* these are for the TDs that contain the actual calendar days */
table.calTableSub td, div.calTdDayText {
	font-size: 10px;
}
td.calTdDay, td.calTdDayToday {
	padding: 4px 8px 12px;
}
td.calTdDay, td.calTdDayToday, td.calTdDayToday {
	border-width: 1px;
	border-style: solid;
}
td.calTdDay:hover {
	color:#000000;
}
td.calTdDayToday {
}
td.calTdNoDay {
	color:#003399;
}
div.calDayNum {
	font: italic 24px Garamond, Georgia, "Times New Roman", Times, serif;
}
td.calTdDay div.calDayNum {
}
td.calTdDayToday div.calDayNum {
}

/* these are for TDs that contain the days "Sunday, Monday, etc" */
table.calTableSub td.calTdHeader {
	font-size: 14px;
	padding: 2px;
}

/* these are for the links to events */
a.calAEvent, a.calAEvent:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.calAEvent:active, a.calAEvent:hover {
}

/* these are for the view next/previous month and print buttons */
input.calButton {
}
input.calButton:hover {
}
input.calSelect {
}
.calButtonBig {
}
.calButtonBigHover {
}



td.calTdDay, td.calTdDayToday, td.calTdDay div.calDayNum {
	color: #999999;
}
td.calTdDayToday div.calDayNum {
	color: #666666;
}

ul.eventform { list-style-type:none; margin-bottom:20px;}
ul.eventform li { float:left;}
ul.eventform li input { margin-top:4px;}
ul.eventform form li input { margin-top:2px}

/* BEGIN EVENT CALENDAR STYLES */

/* these are for the TDs that contain the actual calendar days */

/* these are for the TDs that contain the actual calendar days */
td.calTdDay {font-size: 12px; border: 1px dashed #CCCCCC; background-color: #FFFFFF;}

td.calTdDay a:link, td.calTdDay a:visited { color: #2e4C8C; text-decoration: none; font-weight:bold;}
td.calTdDay a:hover, td.calTdDay a:active { color: #d88a00; text-decoration: underline;}

.calTdDayText { color:#d88a00 !important; font-size:14px !important;}
td#td_today { background-color:#e0f0ff; color:#333333;}

td.calTdDay div.calDispDay, td.calTdDayToday div.calDispDay {color: #999999; font: italic 24px Georgia, "Times New Roman", Times, serif;}
td.calTdDayToday div.calDispDay {color: #6699CC;}

.calTdDayHover {font-size: 12px; border: 1px dashed #CCCCCC; background-color: #FFFFFF;}


/* these are for the links to events */
A.calAEvent:link, A.calAEvent:visited {font-size:11px;}

/* these are for the view next/previous month and print buttons */
.calSelect {font-size:16px; font-weight:bold; background-color:#FFFFFF}
.calButtonBig { font-size:15px; font-weight:bold}
.calButtonBig:hover {font-size:14px; font-weight:bold; background-color:#ffefd8}

/* this is for the pop up DIV that displays when you hover over an event */
#PopUpTip {font-size:12px; position:absolute; width:300px; border-top:1px solid #000000; border-left:1px solid #000000; border-right:3px solid #000000; border-bottom:3px solid #000000; background-color: #ffffff; padding: 6px; visibility: hidden; z-index:100}

/* END EVENT CALENDAR STYLES */