@charset "UTF-8";

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;

}

 */
.CollapsiblePanelTab {
	
	border-bottom: solid 1px #CCC;
	font:Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 12px;
}

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


.CollapsiblePanelClosed .CollapsiblePanelTab {

}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
