/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - Transparently
  -----------------------------------
*/

.p7APM12 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 1em;
	padding: 0px;
	/*border-bottom: 4px solid #000;*/
	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;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold!important;
	/*border-top: 1px solid #F4FFFF;*/
	
}
.p7APM12 .p7APMtrig a {
	display: block;
	text-decoration: none;
	/*padding: 8px 8px 8px 20px;*/
	padding: 6px 8px 6px 20px;
	color: #0066FF !important;
	font-weight: bold;
	background-image: url(img/p7apmPlus_white.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 90%;
	/*background-color: #786385;*/
/*	border-top: 1px solid #F4FFFF;
	border-right: 1px solid #669999;
	border-bottom: 1px solid #669999;
	border-left: 1px solid #CCFFFF;*/
	
}
.p7APM12 .p7APMtrig .p7APM_ext, .p7APM12 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_white.gif) !important;
	color: #FFF !important;

}
.p7APM12 .p7APMtrig a:hover {
	color: #000 !important;
	/*background-color: #000 !important;*/
	/*border-color: #000;*/
}
.p7APM12 .p7APMtrig a:active, .p7APM12 .p7APMtrig a:focus {
/*	outline: 1px dotted #ccc;*/
}
.p7APM12 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apmMinus_white.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #0033FF !important;
	/*background-color: #252525;*/
	/*border-color: #000;*/
/*	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #669966;
	border-bottom: 1px solid #669966;
	border-left: 1px solid #FFFFFF;*/
}
.p7APM12 .p7APMcwrapper {
	position: relative;
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
}
.p7APM12 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.4em;
	color: #000;
	margin: 0;
}
.p7APM12 .p7APMcontent h2, .p7APM12 .p7APMcontent h3, 
.p7APM12 .p7APMcontent h4 {
	font-size: 100%;
	margin: 0px;
	line-height: normal;
	
}
.p7APM12 .p7APMcontent p {
	/*margin: 6px 0;*/
	margin: 4px 0;

}
.p7APM12 .current_mark {
	font-weight: bold !important;
}

