@charset "UTF-8";/* SpryAccordion.css - Revision: Spry Preview Release 1.4 *//* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */.Accordion {	overflow: hidden;	margin-right: auto;	margin-left: auto;	margin-top: auto;	margin-bottom: auto;	outline:none;}.AccordionPanel {	margin: 0px;	padding: 0px;}.AccordionPanelTab {	border-bottom: 1px solid #25588b;	margin: 0px;	padding: 2px;	cursor: pointer;	-moz-user-select: none;	-khtml-user-select: none;}/* This is the selector for a Panel's Content area. It's important to note that * you should never put any padding on the panel's content area if you plan to * use the Accordions panel animations. Placing a non-zero padding on the content * area can cause the accordion to abruptly grow in height while the panels animate. * * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel * Content container. * * The name of the class ("AccordionPanelContent") used in this selector is not necessary * to make the widget function. You can use any class name you want to style an * accordion panel content container. */.AccordionPanelContent {	overflow: auto;	padding: 0px 10px 0px 0px;	height: auto;	background-image: url(../interface/background_menu.png);	border-right-width: thin;	border-right-style: solid;	border-right-color: #25588b;	color: #999999;	background-repeat: no-repeat;}.AccordionPanelOpen .AccordionPanelTab {}.AccordionPanelTabHover {	color: #FF9900;}.AccordionPanelOpen .AccordionPanelTabHover {	color: #FF6600;}
