@charset "UTF-8";
.Accordion1/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* 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.
 */
 {
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: black;
	border-bottom-color: gray;
	border-left-color: gray;
	width: 615px;
	margin-bottom: 20px;
}
.Accordion1  a:link {
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Accordion1  a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #006699;
}
.Accordion1  a:visited {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.Accordion1   a:active {
	color: #006699;
}
.Accordion1  h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
	color: #333333;
}
.Accordion1  p {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.Accordion #more_link {
	text-align: right;
}
.AccordionPanel #more_link a:link {
	color: #333333;
	font-weight: normal;
}
.AccordionPanel #more_link a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.AccordionPanel #more_link a:visited {
	font-weight: normal;
	color: #333333;
}
.AccordionPanel #more_link a:active {
	font-weight: normal;
	color: #333333;
}
.Accordion1:focus {
	outline: none;
}
.AccordionPanel1/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") 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 container.
*/
 {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
}
.AccordionPanel   #inset {
	margin: 10px;
	background-image: url(../images/tan_px_bg.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.AccordionPanel   #inset   p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.AccordionPanel  #inset  h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.AccordionPanel #asset_insert {
	margin-bottom: 12px;
	height: 60px;
	padding-right: 0px;
	padding-left: 0px;
}
.AccordionPanelTab1/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") 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 tab container.
 */
 {
	background-color: #CCCCCC;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(../images/accord_mediumltgry.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	background-position: center;
	text-decoration: none;
	margin: 0px;
}
.AccordionPanelTabHover1/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
 {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/accord_mediumgry.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
.AccordionPanel1Content1 {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFEC;
	background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	background-position: bottom;
}
.AccordionPanelContent_Asset {
	overflow: hidden;
	height: 490px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/accord_panelbg_wmgry.jpg);
	background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
.AccordionPanelOpen .AccordionPanelTab1 {
	background-color: #999999;
	background-image: url(../images/accord_mediumgry.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover1 {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/accord_mediumgry.jpg);
	background-repeat: repeat-x;
}
.AccordionFocused .AccordionPanelTab1 {
	background-color: #CCCCCC;
	background-image: url(../images/accord_mediumltgry.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab1 {
	background-color: #999999;
	background-image: url(../images/accord_mediumgry.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
