@charset "UTF-8";



.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
}


.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}


.CollapsiblePanelTab a {
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
}

