@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */
.Accordion {
	overflow: hidden;
	width: 425px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #FFFFFF;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 56px;
}

/*.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}*/

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
/*.AccordionFocused .AccordionPanelTab {
	background-color: #dbdddc;
}*/

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
/*.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #e1003a;
}*/
.date {
	font-weight: bold;
	color: #E1003A;
	padding-right: 22px;
}
.date2 {
	font-weight: bold;
	color: #E1003A;
	padding-right: 5px;
}
.underline {
	text-decoration: underline;
}
