@charset "UTF-8";


.CollapsiblePanel {
	border-bottom-style: dashed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #C9C8BA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	font-style: normal;
}

.CollapsiblePanelTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB0004;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(/_images/layout/arrow_left_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

a.CollapsiblePanelTab:link, a.CollapsiblePanelTab:visited, a.CollapsiblePanelTab:active, a.CollapsiblePanelTab:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB0004;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(/_images/layout/arrow_left_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.CollapsiblePanelContent {
	margin-top: 5px;

}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB0004;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(/_images/layout/arrow_left_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB0004;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(/_images/layout/arrow_left_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;

}

.CollapsiblePanelFocused .CollapsiblePanelTab {

}

#nav_left, #nav_left ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#nav_left a {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/_images/layout/bg_nav_left_out.gif);
	color: #5F5F5F;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	list-style-type: none;
	text-decoration: none;
	margin-left: 0px;
	width: 100%;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 8px;
		}

#nav_left a:active, #nav_left a:hover {
	color: #BB0004;
	background-image: url(/_images/layout/bg_nav_left_in.gif);
	text-decoration: none;
}
