/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - Transparently
  -----------------------------------
*/

.p7APM12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0 auto;
	width: auto;
	background-image: url(img/p7apmTransparently.png);
}
.p7APM12 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM12 .p7APMtrig h3, .p7APM12 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 14px;
	font-weight: normal;
}
.p7APM12 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 8px 8px 8px 20px;
	color: #000 !important;
	font-weight: bold;
	background-image: url(img/p7apmPlus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #bfc46f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDD667;
	border-right-color: #949B4A;
	border-bottom-color: #949B4A;
	border-left-color: #CDD667;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}
.p7APM12 .p7APMtrig .p7APM_ext, .p7APM12 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_white.gif) !important;
	color: #000 !important;
	background-color: #6196EC !important;
	letter-spacing: normal !important;
}
.p7APM12 .p7APMtrig a:hover {
	color: #000 !important;
	background-color: #C8D064 !important;
}
.p7APM12 .p7APMtrig a:active, .p7APM12 .p7APMtrig a:focus {
}
.p7APM12 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apmMinus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000 !important;
	background-color: #95c7f9;
}
.p7APM12 .p7APMcwrapper {
	position: relative;
}
.p7APM12 .p7APMpanelcontent {
	line-height: 1.5em;
	color: #000;
	margin: 0;
}
.p7APM12 .p7APMcontent h2, .p7APM12 .p7APMcontent h3, 
.p7APM12 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
}
.p7APM12 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM12 .current_mark {
	font-weight: bold !important;
}
