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

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

.calendar th {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
}

.calendar th abbr { border: 0; }

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

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

#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: #8AB9E1;
	display: block;
	padding: 2px;
	text-align: right;
}

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

.calendar caption {
	font-family: 'Verdana', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #105C9D;
	line-height: 1em;
}

.calendar img { vertical-align: bottom; padding: 0 5px; }

/*
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/vna/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/vna/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 0.375em;
	margin: 0;
}

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

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

#event_details h3 { font-size: 1.4em; font-family: 'Verdana', sans-serif; margin: 0; padding-bottom: 0.6429em; color: #105C9D; }
#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; }

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

