@charset "UTF-8";

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Tahoma, Verdana;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	background-color: #203850;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px;
	background-color: #32587E;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
