/* 
  -----------------------------------
  Accordion Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - Deja Vu
  -----------------------------------
*/

.p7APM12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	border: 0;
	margin: 0 auto;
	width: auto;
}

.p7APM12 hr {
	color: #884100;
}

.p7APM12 .p7APMtrig {
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
	background-image: url(img/p7apm_dejatrigger.jpg);
	background-repeat: repeat-x;
	background-color: #6f6f8e; /* match darkest in the trig wash ORIG 808080 */
}
.p7APM12 .p7APMtrig h3, .p7APM12 .p7APMtrig h4 {
	font-size: 11px;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0.5px !important;
}
.p7APM12 .p7APMtrig a {
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	padding: 5px 8px 5px 20px;
	color: #000 !important;
	font-weight: bold;
	background-image: url(img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #333;
	border-top: 1px solid #B6B6B6;

/* TS gray scheme */	
	background-color: #b8b8b8;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #333333;

}
.p7APM12 .p7APMtrig .p7APM_ext, .p7APM12 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	color: #6E3300 !important;  /* ORIG = 999 */
	background-color: #c8c8c8 !important;  /* ORIG = 333 */
	border-color: #4a4a4a #000 #000 #4a4a4a !important;
	letter-spacing: 0.1em !important;
	font-size: inherit !important;
	font-weight: bold !important;
}

.p7APM12 .p7APMtrig .p7APM_ext:hover {
	color: #0020a0 !important;
}

.p7APM12 .p7APMtrig a:hover {
	color: #0020a0 !important;
}
.p7APM12 .p7APMtrig a:active, .p7APM12 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}

.p7APM12 .p7APMtrig .p7APMtrig_down {
	letter-spacing: 1px;
	background-image: url(img/p7apm_south_gray.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
/* ORIG FOR DejaVu scheme
	background-color: #000 !important;
	color: #CCC !important;
*/
/* TS blue scheme
	background-color: #63637A!important;
	color: #EEE !important;
	border-color: #000 !important;
*/
/* TS gray scheme */	
	color: #444 !important;
	font-weight: bold;
	background-color: #d8d8d8;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #333333;
}
.p7APM12 .p7APMtrig .p7APMtrig_down:hover {
	color: #FFF;
}
.p7APM12 .p7APMcwrapper {
	position: relative;
}
.p7APM12 .p7APMpanelcontent {
	padding: 10px;
	line-height: 1.5em;
	background-image: url(img/p7apm_bevel_white.jpg); /* ORIG down-wash grey */
	background-repeat: repeat-x;
	background-color: #FFF; /* ORIG #FFF */
}
.p7APM12 .p7APMcontent h2, .p7APM12 .p7APMcontent h3 {  /* originally included h4 */
/*	font-size: 1em; */
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}

.p7APM12 .p7APMcontent h4 {
/*	font-size: 1em; */
	margin: 0px 0px 0px 7px !important;
	line-height: normal;
	letter-spacing: 0.1em;
}

.p7APM12 .p7APMcontent h5 {
	font-size: 11px;
	margin: 18px 0px -8px 1px !important; /* 11 0 3 7 */
	line-height: normal;
	letter-spacing: 0px;
	/*	letter-spacing: 0.1em; */
/*	background: #d4d4d4; /* no background */

/*	color: #6f6f83 !important; /* light blue */
/*	color: #6E3300 !important; /* red */
	color: #333 !important;
	font-weight: normal;
/*	border-top: 1px solid #555555; */
/*	border-bottom: 1px solid #333333; */

/*	background-color: #d8d8d8; */

/*	border-top: 1px solid #6E3300; */
/*	border-left: 2px solid #884100; */

/*	border-top: 1px solid #6f6f8e;
	border-left: 1px solid #6f6f8e; */

}

.p7APM12 .p7APMcontent p {
	margin: 6px 0;
/*	font-size: 1em; */
}
.p7APM12 .current_mark {
	font-weight: normal !important;
}

