/*
-----------------------------------------------
vermontcommons.org
Stylesheet: Calendar.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 06 Sept 2007
----------------------------------------------- */

.calendar {
	border: 0;
	border-left: 1px solid #CCC;
	margin-left: 0;
	margin-right: 0;
}

.calendar th {
	font-size: 1.4em;
	text-shadow: #666 2px 2px 0;
	line-height: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #994A7F;
	color: #FFF;
	padding: 5px 0 3px;
	text-align: center;
}

.calendar th abbr { border: 0; }

.calendar td {
	font-size: 1em;
	vertical-align: top;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0;
	width: 70px;
	height: 70px;
	background: #FFF;
}

.calendar td.previous_month, .calendar td.next_month {
	background: #DDE9E6;
}

#content .calendar td ul { margin: 2px; list-style: none; }

.calendar td li {
	font-size: 1.1em;
	line-height: 1.4545em;
}

.calendar .date {
	font-size: 1.1em;
	line-height: 1em;
	color: #8f9fa1;
	display: block;
	padding: 2px;
	text-align: right;
}

#content .calendar a { border: 0; outline: 0; }

.calendar caption {
	font: 2em Times, 'Times New Roman', Georgia, serif;
	font-weight: normal;
	font-style: normal;
	color: #994A7F;
	margin: 0;
	width: 490px;
}

.calendar caption img { vertical-align: top; padding: 0 10px; }

/*
Legend */
.legend { padding: 1.8em 0 0; border: 1px solid #CCC; margin-bottom: 1.8em; }
.popup .legend { margin-left: auto; margin-right: auto; width: 497px; }
.legend h2, .legend p, .legend li { padding: 0 18px; }
.legend h2 { font-size: 1.2em; font-family: Verdana, sans-serif; color: #105C9D; margin: 0 0 1.5em; }
.legend ul { margin-left: 0; margin-top: 1.8em; list-style: none; }
.legend li acronym { border: 0; }

/*
vdwCal */

.vdwcal td li { margin-bottom: 5px; }
.vdwcal td li + li { border-top: 1px solid #CCC; padding-top: 5px; }
li.clinic_hr acronym, li.clinic_hr a:link, li.clinic_hr a:visited, li.clinic_hr a:hover, li.clinic_hr a:active { color: #407770; }
li.clinic_a acronym, li.clinic_a a:link, li.clinic_a a:visited, li.clinic_a a:hover, li.clinic_a a:active { color: #903232; }

#event_details {
	background: transparent url(/assets/templates/main/images/calendar/details-bottom.gif) no-repeat 50% 100%;
	width: 250px;
	padding: 0 0 15px;
	z-index: 200;
	line-height: 1.5em;
}

#event_details div.wrapper {
	background: transparent url(/assets/templates/main/images/calendar/details-top.gif) no-repeat 50% 0%;
	padding: 15px 30px 0 15px;
}

#event_details div.loading {
	font-style: italic;
	text-align: center;
	color: #666;
}

#event_details ul {
	padding: 0 0 9px;
	margin: 0;
}

#event_details .close {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

#pointer {
	background: transparent url(/assets/templates/main/images/calendar/pointer.gif); no-repeat 0 0;
	z-index: 201;
}

#event_details h3 { font-size: 1.6em; line-height: 1em; margin: 0; padding-bottom: 0.6429em; }
#content #event_details ul { margin: 0; }
#event_details li { font-size: 1.1em; margin: 0; }
#event_details li + li { border: 0; padding: 0; }
#event_details p { font-size: 1.1em; margin: 0; padding-bottom: 9px; }
#event_details p.print { padding: 0; }

/* PNG BG Override for Non IE 6 Browsers */
td > #event_details { background: transparent url(/assets/templates/main/images/calendar/details-bottom.png) no-repeat 50% 100%; }
td > #event_details div.wrapper { background: transparent url(/assets/templates/main/images/calendar/details-top.png) no-repeat 50% 0%; }	
td > #pointer { background: transparent url(/assets/templates/main/images/calendar/pointer.png); no-repeat 0 0; }

