@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
}
	.AccordionPanel {
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
		width: 198px;
	}
		.AccordionPanelTab {
			color:#FFF;
			cursor: pointer;
			margin: 0 3px 0 0;
			padding: 3px 0 3px 5px;
			min-height:14px;
			width:190px;
			font-weight:bold;
			font-size:10px;
			text-transform: uppercase;
			-moz-user-select: none;
			-khtml-user-select: none;
		}
		.AccordionPanelContent {
			background-color:#FFF;
			margin: 0px;
			overflow: auto;
			padding: 0px;
		}
		.AccordionPanelContent ul {
			margin:0;
			padding-left:5px;
			list-style:none;
		}
#F201 {
	background-color:#ff4f06;
}
#F201 a:hover {
	color:#ff4f06;
}
#F202 {
	background-color:#f57c02;
}
#F202 a:hover {
	color:#f57c02;
}
#F203 {
	background-color:#8d580b;
}
#F203 a:hover {
	color:#8d580b;
}
#F204 {
	background-color:#740003;
}
#F204 a:hover {
	color:#740003;
}
#F205 {
	background-color:#0899ae;
}
#F205 a:hover {
	color:#0899ae;
}
#F206 {
	background-color:#1a787c;
}
#F206 a:hover {
	color:#1a787c;
}
#F207 {
	background-color:#1e6129;
}
#F207 a:hover {
	color:#1e6129;
}
#F208 {
	background-color:#28a93d;
}
#F208 a:hover {
	color:#28a93d;
}