@charset "UTF-8";


.CollapsiblePanel {
	margin: 0 0 10px 0;
	padding: 0px;
	width: 515px;
}

.CollapsiblePanelTab {
	color: #C47C00;
	font: bold 1.2em sans-serif;
	background-color: #FFF;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelTab img {
	margin: 0 5px 0 0 !important;
	padding: 0;
	}


.CollapsiblePanelContent {
	width: 100%;
	margin: 5px 0 0 15px;
	padding: 0px;
}

.CollapsiblePanelContent ul {
	margin: 0 0 0 5px;
	}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}


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

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* 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 {
	background-color: #FFF;
	color: #422906;
}

/* 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.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFF;
}


.CollapsiblePanel2 {
	margin: 0 0 10px 0;
	padding: 0px;
	width: 515px;
}

.CollapsiblePanelTab2 {
	color: #853F00;
	font: bold 1.1em sans-serif;
	background-color: #FFF;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
	
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFF;
	color: #422906;
}
