/* 
  -----------------------------------
  Tab Panel Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 8 - Glassy Green
  -----------------------------------
*/

.p7TP3-08 {
	width: auto;
	margin: 0 auto;
	padding: 8px;
	border-radius: 6px;
	background-color: #fff;
	/*box-shadow: 5px 5px 20px #000;
	 background-image: url(img/tpm08_scratch.jpg);*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
}



.p7TP3-08:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TP3-08 img {
	vertical-align: top;
}

/*Triggers construct - including arrows*/
.p7TP3tabs_08 {
	position: relative;
	z-index: 99;
	overflow: hidden;
	zoom: 1;
}
.p7TP3_arrows_08 .p7TP3_arrow_L, .p7TP3_arrows_08 .p7TP3_arrow_R {
	float: left;
	position: relative;
	z-index: 999999999999;
	height: 12px;
	overflow: hidden;
	width: 20px;
	top: 12px;
}
.p7TP3_arrows_08 .p7TP3_arrow_R {
	float: right;
}
.p7TP3_arrows_08 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 20px;
	background-repeat: no-repeat;
}
.p7TP3_arrows_08 .p7TP3_arrow_L a {
	background-image: url(img/tpm08_west.png);
	background-position: 0px 0px;
}
.p7TP3_arrows_08 .p7TP3_arrow_R a {
	background-image: url(img/tpm08_east.png);
	background-position: 0px 0px;
}
.p7TP3_arrows_08 a:hover, .p7TP3_arrows_08 a:focus {
	outline: 0;
}
.p7TP3_arrows_08 .p7TP3_arrow_R a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
.p7TP3_arrows_08 .p7TP3_arrow_L a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TP3_arrows_08 a, .p7TP3_tabs_08 a, .p7TP3_tabs_08 a:visited {
	font-size: 15px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
/*Trigger Viewport*/
.p7TP3-08 .p7TP3tabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TP3-08 .p7TP3tabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TP3_tabs_08 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TP3_tabs_08 a img {
	border: 0;
}

.p7TP3_tabs_08 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
	margin-bottom: 8px;
}





.p7TP3_tabs_08 .tpmfirst {
	margin-left: 0px;

}
.p7TP3_tabs_08 a, .p7TP3_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;*/
}
.p7TP3_tabs_08 a, .p7TP3_tabs_08 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	border-radius: 5px;
	/*border: 1px solid rgba(0,0,0,0.5);
	background-color: rgba(60,204,204,0.5);
	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);*/
}

.p7TP3_tabs_08 a:hover, .p7TP3_tabs_08 a:focus {
	background-color: #DDD;
	border-color: #E8E8E8 #C7C7C7 #C7C7C7 #E8E8E8;
}
.p7TP3_tabs_08 a:hover, .p7TP3_tabs_08 a:focus {
	outline: 0;
	color: #000;
	background-color: #e6e6e6;
	/*border: 1px solid rgba(0,0,0,0.5);*/
}
.p7TP3_tabs_08 a.open, .p7TP3_tabs_08 a.open:visited {
	background-color: #222;
	border-color: #666 #000 #000 #666;
}
.p7TP3_tabs_08 a.open, .p7TP3_tabs_08 a.open:visited {
	color: #fff;
	
	background-color: #52bbe7;
	
	z-index: 999;
	/*background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.5);*/
}





/*Panels*/
/*Outer Wrapper*/
.p7TP3cwrapper_08 {
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #999999;
	border-radius: 6px;
	background-color: #fff;
	/*background-color: rgba(0,0,0,0.35);*/
}
.p7TP3cwrapper_08.arrows_on {}



/*Individual panels*/
.p7TP3_content_08 {
	padding: 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
.p7TP3_content_08 a {
	text-transform: none;
	color: #00649c;
}
.p7TP3_content_08 a:hover, .p7TP3_content_08 a:focus {
	color: #8cc63f;
}
