/* Calendar ------------------------------------------------------- */
#calendarMonth,
#calendarLinks,
#calTools,
.vevent {height: 1%;}
#calendarMonth:after,
#calendarLinks:after,
#calTools:after,
.vevent:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*> #calendarMonth,
*> #calendarLinks,
*> #calTools,
*> .vevent {min-height: 1px; height: auto;}

#pageCalendar h1#pageTitle {
	width: auto;
	border-color: #00A9B2;
	margin-right: 28px;
}

#calSwitch {
	position: absolute;
		left: 698px;
		top: 60px;
	width: 208px;
	height: 23px;
}
	#calSwitch a {
		display: block;
		height: 23px;
		text-indent: -999em;
		background-image: url(images/modules/calTools.gif);
		overflow: hidden;
		cursor: pointer;
	}
		#calSwitch p#btnSwitchCal a {
			float: left;
			width: 93px;
			background-position: -244px 0;
		}
		#calSwitch #btnSwitchList a {
			float: left;
			width: 115px;
			background-position: -337px 0;
		}
			#calSwitch p.active a {
				cursor: default !important;
			}
			#calSwitch p#btnSwitchCal a:hover,
			#calSwitch p#btnSwitchCal.active a {
				background-position: -244px -23px;
			}
			#calSwitch p#btnSwitchList a:hover,
			#calSwitch p#btnSwitchList.active a {
				background-position: -337px -23px;
			}

#calTools {
	position: relative;
	z-index: 100;
	background: #D1E7E8;
	padding: 19px 0 0 15px;
	margin: 0 0 22px;
	width: 891px;
	height: 27px;
}
	#content #calTools p {
		float: left;
		font: 11px/15px Arial;
		text-transform: uppercase;
		padding: 0 11px 0 0;
	}

	#calTools #chooseType {
		float: left;
		width: 355px;
		height: 31px;
		font-size: 13px;
	}
		#chooseType .dropList {
			top: -1px;
		}
		#calTools #chooseType .dropList p {
			font-size: 100%;
			text-transform: none;
		}
		#calTools #chooseType .dropList li.allEvents {
			display: none;
		}
	#content.calGrid #chooseDate {
		display: none;
	}
		#chooseDate span.choose {
			position: relative;
				top: -9px;
			display: block;
			float: left;
			width: 51px;
			height: 33px;
				overflow: hidden;
			background: url(images/modules/calTools.gif) -244px -46px;
			text-indent: -999em;
		}

	#content #calToolsNav {
		position: absolute;
		left: 660px;
		padding: 0px;
		margin: 0px;
		top: 0;
		width: 244px;
		height: 46px;
		overflow: hidden;
	}
		#content #calToolsNav li {
			float: left;
			background: none;
			padding: 0;
			height: 46px;
		}
			#content #calToolsNav li a {
				display: block;
				height: 46px;
				background-image: url(images/modules/calTools.gif);
				text-indent: -999em;
			}
			#content #calToolsNav li.rss a {
				width: 124px;
			}
				#content #calToolsNav li.rss a:hover {
					background-position: 0 -46px;
				}
			#content #calToolsNav li.search a {
				width: 120px;
				background-position: -124px 0;
			}
				#content #calToolsNav li.search a:hover	{
					background-position: -124px -46px;
				}

#content p#dateSummary {
	position: static;
}
	/* Popup Calendar --------------------------------------------- */
#chooseDate .clearfix {
	position: absolute;
		left: -999em;
		top: 23px;
	width: 252px;
	background: #EDEDED;
	padding: 0;
	border: 4px solid #00A9B2;
}
#content #chooseDate h3 {
	background: #00A9B2;
	color: #FFF;
	font-size: 123.1%;
	text-align: center;
	padding: 7px 0;
}
#content #calendarLinks {
	width: 245px;
	background: url(images/modules/calTools.gif) -222px -96px no-repeat;
	padding: 26px 0 12px 8px;
	margin: 0 0 0 4px;
}
	#content #chooseDate.over .clearfix {
		left: -109px;
	}
	#content ul#calendarLinks li {
		display: inline;
		background: none;
		padding: 0;
	}
	#content #calendarLinks a,
	#content #calendarLinks span.prevMonth,
	#content #calendarLinks span.nextMonth {
		display: block;
		float: left;
		width: 30px;
		height: 20px;
		background: #B5BFC4;
		color: #526166;
		font: bold 100%/85% Arial;
		text-align: center;
		padding: 10px 0 0 0;
		margin: 0 3px 2px 0;
	}
		#content #calendarLinks a span {
			display: none;
		}
	#content #calendarLinks span.prevMonth,
	#content #calendarLinks span.nextMonth {
		position: static;
		color: #F7F7F7;
		background: #F7F7F7;
	}
		#content #calendarLinks a:hover {
			color: #FFF;
			background: #00858C;
			text-decoration: none;
		}
	/* Calendar Grid ---------------------------------------------- */
#calHeader {
	width: 902px;
		overflow: hidden;
}
	#content #calHeader .month {
		text-align: center;
		padding: 5px 0;
		border-top: 1px solid #D8DBE2;
		border-bottom: 1px solid #D8DBE2;
		margin: 0 0 23px;
	}
		#content #calHeader .month h2 {
			display: inline;
			color: #009DA5;
			font: normal 161.6%/182% Georgia;
			border: none;
			padding: 0;
		}
		#calHeader .month a {
			display: inline-block;
			width: 48px;
			height: 16px;
			background-image: url(/dhs/images/buttons_next_prev.gif);
			background-repeat: no-repeat;
			text-indent: -99999px;
		}
			#calHeader .month a.prev {
				background-position: 0 0;
			}

			#calHeader .month a.next {
				background-position: 0 -16px;
			}
				
	#weekHeaders {
		width: 903px;
		margin: 0 0 8px;
	}
	#content.calList #weekHeaders {
		display: none;
	}
		#weekHeaders span {
			display: inline-block;
			width: 121px;
			color: #686660;
			font: bold 85%/100% Arial;
			padding: 0 0 3px 7px;
			text-transform: uppercase;
			border-bottom: 4px solid #00A9B2;
			margin: 0 1px 0 0;
		}
#content .vcalendar {
	width: 902px;
		overflow: hidden;
	margin: 0 0 115px;
}
#content #calendarMonth {
	width: 904px;
	font-size: 100%;
	padding: 1px 0 0 0;
}
	#content.calGrid p.noEv {
		display: none;
	}
	#content.calList p.noEv {
		font-weight: bold;
		padding: 14px 0 17px 148px;
		border-top: 1px solid #D8DBE2;
	}
	#content #calendarMonth li {
		background: none;
	}
	#content.calGrid #calendarMonth li.day {
		position: relative;
		float: left;
		width: 128px;
		height: 158px;
			overflow: hidden;
		padding: 0;
		border-right: 1px solid #DEE7F5;
		border-bottom: 1px solid #DEE7F5;
		margin: 0;
	}
		#content.calGrid #calendarMonth li.noShow {
			display: none;
		}
		#content.calGrid #calendarMonth li.day h2 {
			color: #686660;
			font: bold 85%/85% Arial;
			padding: 7px 0 6px 7px;
			cursor: pointer;
		}
		#content.calGrid #calendarMonth li.day h2.over {
			background: url(images/structure/arrowMore.gif) 2em 9px no-repeat;
		}
			#content.calGrid #calendarMonth li.day h2 span {
				position: absolute;
					left: -999em;
			}
		#content.calGrid #calendarMonth li.prevMonth h2,
		#content.calGrid #calendarMonth li.nextMonth h2 {
			color: #98B1D4;
		}
		#content.calGrid #calendarMonth li.day ul {
			position: absolute;
				left: -999em;
			width: 1px;
			overflow: hidden;
			padding: 0 7px 7px 7px;
		}
		#content.calGrid #calendarMonth li.day ul.show {
			position: relative;
				left: 0;
			width: auto;
		}
		#content.calGrid #calendarMonth li.day li {
			display: none;
			float: none;
			width: auto;
			min-height: 1px;
			padding: 0;
			margin: 0;
		}
			#content.calGrid #calendarMonth li.day li.what {
				display: block;
			}
				#content.calGrid #calendarMonth li.day li.what h3 {
					display: inline;
					color: #5B89CD;
					font: normal 85% Arial;
				}
					#content.calGrid #calendarMonth li.day li.what h3 a {
						display: block;
						width: 114px;
						color: #5B89CD;
						line-height: 100%;
						padding: 0 0 3px;
					}
						#content.calGrid #calendarMonth h3 a span.more {
							padding: 0 6px 0 0;
						}
				#content.calGrid #calendarMonth li.day li.what p {
					display: none;
				}

#content .day p.more {
	position: absolute;
		left: 0;
		top: 122px;
	width: 128px;
	height: 36px;
	background: transparent url(images/modules/moreEventsBG.png) repeat-x;
	padding: 8px 0 0 7px;
}
	#content .today p.more {
		background: transparent url(images/modules/moreEvents2BG.png) repeat-x;
	}
	#content.calList p.more {
		display: none !important;
	}
	.day p.more a {
		width: 115px;
		background-position: 0 -280px;
		border-top-color: #D8DBE2;
	}
		.day p.more a:hover {
			background-position: 0 -300px;
		}
	.today p.more a {
		background-position: 0 -320px;
		border-top-color: #D8DBE2;
	}
		.today p.more a:hover {
			background-position: 0 -340px;
		}

#content.calGrid #calendarMonth li.today {
	background: #F2F5FB;
}
	/* Calendar List ---------------------------------------------- */
#content.calList #calendarMonth {
	padding: 0;
}
	#content.calList #calendarMonth li {
			clear: both;
		padding: 0 0 12px;
	}
		#content.calList #calendarMonth li ul {
			margin: 0;
		}
		#content.calList #calendarMonth ul.vevent {
			padding: 15px 0 9px 0;
			border-top: 1px solid #DEE7F5;
		}
			#content.calList #calendarMonth li li {
				clear: none;
				float: left;
				border: none;
			}
		#content.calList h2 {
			color: #009DA5;
			font: normal 161.6%/182% Georgia;
			border-top: 1px solid #D8DBE2;
			padding: 7px 0 7px 5px;
			margin: 0;
		}
		#content.calList li.empty h2 {
			border-top: 1px solid #D8DBE2;
		}
				#content.calList #calendarMonth li.when {
					width: 133px;
					color: #009DA5;
					font: bold 93%/116% Arial;
					padding: 0 10px 0 5px;
				}
					#content #calendarMonth abbr {
						font-size: 100% !important;
						font-weight: bold;
						border: none;
					}
					#content.calList #calendarMonth li.when span {
						display: none;
					}
				#content.calList #calendarMonth li.what {
					width: 363px;
					padding: 0 10px 0 0;
				}
					#content.calList #calendarMonth li.what h3 {
						color: #2C5D92;
						font: 93%/116% Arial;
						text-transform: none;
						padding: 0;
					}
						#content.calList #calendarMonth li.what a {
							display: block;
							width: 360px;
							color: #2C5D92;
							font-weight: bold;
						}
					#content.calList #calendarMonth li.what p.description {
						font-size: 85%;
						padding: 0 0 10px;
					}
				#content.calList #calendarMonth li.where {
					width: 216px;
				}
					#content.calList #calendarMonth li.what p.location {
						font-size: 93%;
					}
				#content.calList #calendarMonth li.how {
					width: 166px;
					font-size: 85%;
				}
					#content.calList #calendarMonth li.how a {
						color: #C52500;
					}
						#content.calList #calendarMonth li.how a span.more {
							padding: 0 5px 0 0;
						}

#content.calList #calendarMonth li.day {
	display: none;
}
#content.calList #calendarMonth li.current,
#content.calList #calendarMonth li.active {
	display: block;
}
#content #calendarMonth .category {
	display: none;
}

/* Month Picker */

