@charset "UTF-8";

.CollapsiblePanel {
	margin-bottom:10px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #F85D10;
	border-left-color: #F85D10;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #F85D10;
	font-weight: bold;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

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

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFFFFF;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #ffffff;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ffffff;
}
.CollapsiblePanelRight {
	margin-bottom:0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #F85D10;
	border-left-color: #F85D10;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:20px;
	float: right;
	width:auto;
}
