@charset "utf-8";



.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}


.CollapsiblePanelTab {
	width: 98%;
	float: right;
	padding: 35px 0;
	padding-right: 2%;
	background-image: url(../images/index_03_x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	text-align: right;
	background-color: #064393;
}


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


.CollapsiblePanelTab a {
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
}



.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 {
}

/* 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 {
}