/* 
  -----------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Charcoal
  -----------------------------------
*/
/* HRs under buttons */
.p7EPM02 {
	/* border-bottom: 1px solid #000000; */
}
.p7EPM02 .p7epm_trigs {
	overflow: hidden;
}
/* contains button & Hr under button */
.p7EPM02 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
}
/* Contains each button */
.p7EPM02 .p7epm_trigs li {
	list-style-type: none;
	padding-bottom: 6px; /* Space to HR was 6 */
	float: none; /* Was left. required for centering */
	/* border: 1px solid #000000; */
	margin: 0px 3px 0px 3px;
}
/* All main buttons */
.p7EPM02 .p7epm_trigs a {
	color: #2d2d2d; /* was #387030 */
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 4px 4px 4px;
	margin: 0px 0px 20px 0px;
	line-height: 2.2em; /* vertical space between buttons */
	display: inline; /* Was block. Required for centering */
	text-decoration: none;
	background-color: #FDE0A0;
	border: 3px #ffffff;
	border-style: outset;
	float: none; /* Was left. Required for centering */
}
/* Main button rollover text color */
.p7EPM02 .p7epm_trigs a:hover {
	color: #006600;
}
/*Border around open topic */
.p7EPM02 .p7epm_cwrapper {
	border: 1px solid #333333;
	/* restore below if using HRs */
	/* border-bottom: 0; */
}
/* Opened topic text format */
.p7EPM02 .p7epm_content {
	padding: 12px 10px; /* White margin for panel content. Was 12px 24px */
	line-height: 1.5em;
	background-color: #FFFFFF;
	border: 0;
	color: #000000;
}
.p7EPM02 .p7epm_content.pan1 {}
.p7EPM02 .p7epm_content.pan2 {}
.p7EPM02 .p7epm_content.pan3 {}
.p7EPM02 .p7epm_content.pan4 {}
.p7EPM02 .p7epm_content.pan5 {}
.p7EPM02 .p7epm_trigs .p7epm_open {
	color: #000000 !important;
	background-color: #efe6aa; /* Main button activated color */
}
.p7EPM02 .p7epm_trigs .t1 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t2 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t3 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t4 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t5 .p7epm_open {}
.p7EPM02 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}

