/* Here's an example of an accordion Aqua Gradient theme that uses * different class names from the ones used in SpryAccordion.css, * to style the different parts of the accordion. */.AquaAccordion {	border-left: solid 1px gray;	border-right: solid 1px black;	border-bottom: solid 1px gray;	overflow: hidden;	font-family: "Times New Roman", Times, serif;	font-size: 16px;}.AquaAccordion .Tab {	height: 24px;	background-image: url(images/aqua-gradient.gif);	background-repeat: repeat-x;	background-color: #6dc1fc;	border-top: solid 1px black;	border-bottom: solid 1px gray;	margin: 0px;	padding: 2px;	cursor: pointer;	-moz-user-select: none;	-khtml-user-select: none;	text-align: center;}.AquaAccordion .Content {	overflow: auto;	height: 300px;	margin: 0px;	padding: 0px;	background-image: url(images/gray-gradient.gif);	background-repeat: repeat-x;}.AquaAccordion .hover {	background-image: none;	background-color: #33CCFF;}.AquaAccordion .open {	/* Add properties here. */}.AquaAccordion .closed {	/* Add properties here. */}.AquaAccordion .focused {	/* Add properties here. */}
