/* Override the default styles for the tab panels */

.p7TPcontent {
	color: #333333;
}
.p7TPcontent h2 {
	font-size: 1.5em;
	color: #CC6600;
}
.p7TPcontent h3 {
	font-size: 1.3em;
	color: #664D42;
}
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
}
.p7TPpanel {
	background-color: #C9C5A1 ;
	border: 1px solid #333333;
}
.p7TPcontent {
	border: 1px solid #999999;
	min-height: 485px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html .p7TPcontent {

	height: 485px;

}

/* EPM overrides */
/* put trigger links on separate lines */
.p7EPM05 .p7epm_trigs li, .p7EPM0X .p7epm_trigs a { float: none; display: block;}
/* remove borders on content block */
.p7EPM05 .p7epm_cwrapper {
border:none;
}
/* padding on content block */
.p7EPM05 .p7epm_content {
background-color:#FFFFFF;
border:0 none;
color:#000000;
line-height:1.5em;
padding: 0 0 0 20px;
}
