@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}


.CollapsiblePanelTab {
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Verdana";
	font-size: 1em;
	font-weight: normal;
	float: none;
	width: auto;
	color: #AD001E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.CollapsiblePanelContent {
	margin: 10px;
	padding: 10px;
	background-color: #FFF;
	font-family: "Verdana";
	text-align: justify;
}


.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #AD001E;
	font-family: "Verdana";
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}



.CollapsiblePanelClosed .CollapsiblePanelTab {
	appearance: hyperlink;
	color: #AD001E;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;

}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #AD001E;
	color: #FFF;
}
