@charset "utf-8";
/* CSS Document */

.p7TPM04 {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif; /* Candara, Arial, Helvetica, sans-serif */
	-webkit-box-shadow: 0px 0px 20px rgb(0,0,0);
	box-shadow: 0px 0px 20px rgb(0,0,0), inset 0px 0px 15px rgb(0,0,0);;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.p7TPM04:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}

/*Triggers construct - including arrows*/
.p7TPMtabs_04 {
	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(img/tpm04_tabs.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}

.p7TPM_arrows_04 .p7TPM_arrow_L a {
	background-image: url(img/tpm04_west.png);
	border-right: 1px solid #000;
	border-bottom: none;
	text-decoration: none;
}
.p7TPM_arrows_04 .p7TPM_arrow_R a {
	background-image: url(img/tpm04_east.png);
	border-left: 1px solid #000;
	border-bottom: none;
	text-decoration: none;
}

/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_04 a, .p7TPM_tabs_04 a, .p7TPM_tabs_04 a:visited {
	font-size: .90em; /* 14px */
	padding-top: 6px !important; /* 12px !important */
	padding-bottom: 2px !important; /* 12px !important */
}

.p7TPM_tabs_04 a, .p7TPM_tabs_04 a:visited {
	display: block;
	color: #EDEDED;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(img/tpm04_tabs_red.jpg);
	background-repeat: no-repeat;
	border-bottom: none; /* 1px solid #000 */
	border-left: 1px solid #000;
}

.p7TPM_tabs_04 a:hover {
	outline: 0;
	color: rgb(255,204,0); /* 204,204,153 */
	text-shadow: 2px 2px 4px rgb(0,0,0);
	border-bottom: none;
}

.p7TPM_tabs_04 a:focus {
	outline: 0;
	color: rgb(0,0,0);
	border-bottom: none;
}

.p7TPM_tabs_04 a.open, .p7TPM_tabs_04 a.open:visited .p7TPM_tabs_04 a.open:hover {
	text-decoration: none;
	color: #000; /*000*/
	background-repeat: no-repeat;
	background-position: 0 -122px;
	border-bottom-color: transparent;
}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_04 {
	background-color: #FFF;
	border: 1px solid #000;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	position: relative;
	top: -1px;
}