@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}


/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background-color: #FC0;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 127px;
	width: 786px;
	height: 1095px;
	line-height: 1em;
	color: #630;
	text-align: center;
	visibility: hidden;
}

.thrColElsHdr #container #apDiv10 {
	border: medium none #660;
}


/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #333;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #660;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #666600 */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #690;
	color: #FC0;
	height: 35px;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 .CollapsiblePanelContent {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
	color: #660;
}
#apDiv12 {
	border: medium double #660;
}
.thrColElsHdr #container #apDiv15 #CollapsiblePanel2 .CollapsiblePanelContent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #333;
}
.thrColElsHdr #container #sidebar2 table tr td table tbody tr td #localinfo tr td .MenuBarActive {
	font-size: 8em;
}
.thrColElsHdr #container #sidebar2 table .CollapsiblePanelTab td table tbody tr td #localinfo {
	font-size: 12px;
}
.thrColElsHdr #container #sidebar2 table .CollapsiblePanelTab td table tbody tr td #localinfo {
	font-size: 1em;
}
.toplabel {
	font-size: 0.9em;
}
.dates {
	font-size: 0.8em;
	font-weight: normal;
}
.datesincommunityevents {
	color: #F90;
}

.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 .CollapsiblePanelOpen div {
	text-align: left;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 #dpv a {
	text-align: left;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 div a {
	text-align: left;
}

.thrColElsHdr #container #apDiv24 #apDiv30 h3 {
	color: #660;
}
.thrColElsHdr #container #apDiv24 #bulletinsannouncements #bulletinstitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #660;
	background-color: #FC0;
	display: inline;
}
.thrColElsHdr #container #apDiv24 #bulletinsannouncements h3 {
	font-size: 1em;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 p a strong {
	text-align: left;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 p {
	text-align: center;
}
.thrColElsHdr #container #sidebar2 #CollapsiblePanel1 a {
	text-align: left;
	font-weight: bold;
}
.jobpostingtitle {
	font-weight: normal;
	color: #333;
	background-color: #FC0;
	text-align: center;
	height: 25px;
	width: auto;
	font-size: small;
}

