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

.divDecor .p7APM01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	width: 500px;	/*background-image: url(img/p7apmTransparently.png);*/
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: .1em !important;
	font-size: 11px;
	font-weight: normal;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 8px 8px 8px 20px;
	color: #300 !important;
	font-weight: normal;
	background-image: url(img/p7apm_plus_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: none;
	border-top: 1px solid #9581A0;
	border-right: 1px solid #6A5775;
	border-bottom: 1px solid #6A5775;
	border-left: 1px solid #9581A0;
	font-variant: small-caps;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	/*background-image: url(img/p7apm_page_white.gif) !important;*/
	color: #FFF !important;
	background-color: #786385 !important;
	letter-spacing: normal !important;
}
#divMainContent .p7APM01 .p7APMtrig a:hover {
	color: #300 !important;
	background-color: #CFE6FF !important;
	border-color: #000;
	text-decoration: none;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
		background-image: url(img/p7apm_minus_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #300 !important;
	background-color: #CFE6FF;
	border-color: #000;
	letter-spacing: .15em;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.p7APM01 .p7APMpanelcontent {
	padding: 10px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
#p7APM_1, #p7APM_2 {
	margin-bottom: 20px;
}
.p7APMcontent img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#p7APM_1 .divDisplay, #p7APM_2 .divDisplay, #p7APM_3 .divDisplay {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
