@charset "UTF-8";

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
}

.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	background: url(../images/button.png);
	height: 17px;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/linkbackground.png);/*
	background: #D6C5B5;*/
}

.CollapsiblePanelContent a {
	text-decoration: none;
}

.CollapsiblePanelContent a:hover {
	background: #F2E7D6;
}

.CollapsiblePanelTab a {
	color: black;
}

.CollapsiblePanelTab a:hover {
	color: black;
	border-bottom: 3px solid #000080;
	border-top: 3px solid #000080;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url(../images/buttonhighlight.PNG);
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background: url(../images/buttonhighlight.png);
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F2E7D6;
}

