/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 8 - Glassy Green
  -----------------------------------
*/
.p7TPM08 {
	width: auto;
	margin: 0 auto;
	padding: 16px;
	border-radius: 10px;
	background-color: #FFE7C6;
	box-shadow: 5px 5px 20px #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.p7TPM08:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM08 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_08 {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_08 .p7TPM_arrow_L, .p7TPM_arrows_08 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999999999;
	height: 12px;
	overflow: hidden;
	width: 20px;
	top: 12px;
}
.p7TPM_arrows_08 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_08 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 20px;
	background-repeat: no-repeat;
}
.p7TPM_arrows_08 .p7TPM_arrow_L a {
	background-image: url(img/tpm08_west.png);
	background-position: 0px 0px;
}
.p7TPM_arrows_08 .p7TPM_arrow_R a {
	background-image: url(img/tpm08_east.png);
	background-position: 0px 0px;
}
.p7TPM_arrows_08 a:hover, .p7TPM_arrows_08 a:focus {
	outline: 0;
}
.p7TPM_arrows_08 .p7TPM_arrow_R a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
.p7TPM_arrows_08 .p7TPM_arrow_L a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_08 a, .p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	font-size: 0.8em;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
/*Trigger Viewport*/
.p7TPM08 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM08 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_08 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_08 a img {
	border: 0;
}
.p7TPM_tabs_08 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 4px;
	margin-bottom: 10px;
}
.p7TPM_tabs_08 .tpmfirst {
	margin-left: 0px;

}
.p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	background-color: #FFE7C6;
	border-top: 1px solid #92CED3;
	border-right: 1px solid #65BBC2;
	border-bottom: 1px solid #65BBC2;
	border-left: 1px solid #92CED3;
}
.p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,1);
	background-color: #186321;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 10 10px rgba(255,255,255,0.2), inset 10 10px 10px rgba(255,255,255,0.25), inset 10 -15px 30px rgba(0,0,0,1);
}
	.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	background-color: #186321;
	border-color: #E8E8E8 #C7C7C7 #C7C7C7 #E8E8E8;
}
.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	outline: 0;
	color: #FFF;
	background-color: #393;
	border: 1px solid #186321;
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	background-color: #FFE7C6;
	border-color: #fff #000 #000 #fff;
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	color: #000;
	background-color: FFE7C6;
	z-index: 999;
	border: 1px solid #000;
}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_08 {
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #ACB6BD;
	border-radius: 6px;
	background-color: #FFE7C6;
}
.p7TPMcwrapper_08.arrows_on {}

/*Individual panels*/
.p7TPM_content_08 {
	padding: 10px;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #186321;
}
.p7TPM_content_08 a {
	text-transform: none;
	color: #FFF;
}
.p7TPM_content_08 a:hover, .p7TPM_content_08 a:focus {
	color: #000;
}
