/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 8 - Glassy Green
  -----------------------------------
*/
.p7TPM08 {
	width: auto;
	margin: 0 auto;
	padding: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #434C53;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	background-image: url(img/tpm08_scratch.jpg);
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.p7TPM08 img {
	vertical-align: top;
	text-align: center;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_08 {
	position: relative;
	z-index: 9999;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.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: 15px;
	padding-top: 12px !important;
	padding-bottom: 12px !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: 6px;
	margin-bottom: 8px;
}
.p7TPM_tabs_08 .tpmfirst {
	margin-left: 0px;

}
.p7TPM_tabs_08 a, .p7TPM_tabs_08 a:visited {
	background-color: #7AC5CB;
	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: 12px;
	padding-left: 12px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: rgba(60,204,204,0.5);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	background-color: #DDD;
	border-color: #E8E8E8 #C7C7C7 #C7C7C7 #E8E8E8;
}
.p7TPM_tabs_08 a:hover, .p7TPM_tabs_08 a:focus {
	outline: 0;
	color: #000;
	background-color: rgba(200,200,200,0.5);
	border: 1px solid rgba(0,0,0,0.5);
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	background-color: #222;
	border-color: #666 #000 #000 #666;
}
.p7TPM_tabs_08 a.open, .p7TPM_tabs_08 a.open:visited {
	color: #DDD;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	border: 1px solid rgba(0,0,0,0.5);
}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_08 {
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #ACB6BD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
}
.p7TPMcwrapper_08.arrows_on {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPMcwrapper_08 .p7TPM_vp {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70222222', endColorstr='#70222222');
}

/*Individual panels*/
.p7TPM_content_08 {
	padding: 20px;
	font-size: 14px;
	line-height: 1.2em;
	color: #FFF;
	text-align: left;
}
