/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 7 - Blueberry
  -----------------------------------
*/
.p7TPM07 {
	width: auto;
	margin: 0 auto;
	padding: 16px;
	background-color: rgba(208,217,246,0.3);
	
	border-radius: 5px;
	border: 1px solid rgba(208,217,246,0.8);
}


/* removed code from .p7pm07 box-shadow: 5px 5px 10px #2A3E9F;*/


.p7TPM07:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM07:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
}
.p7TPM07 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_07 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
	
}
.p7TPM_arrows_07 .p7TPM_arrow_L, .p7TPM_arrows_07 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999;
}
.p7TPM_arrows_07 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_07 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	
}

/*box-shadow: 5px 5px 10px #290A2DE;*/


.p7TPM_arrows_07 .p7TPM_arrow_L a {
	background-image: url(img/tpm07_west.png) none;
	background-position: 0px 10px;
	
}
.p7TPM_arrows_07 .p7TPM_arrow_R a {
	background-image: url(img/tpm07_east.png) none;
	background-position: 0px 10px;
}
.p7TPM_arrows_07 a:hover, .p7TPM_arrows_07 a:focus {
	outline: 0;
}
.p7TPM_arrows_07 .p7TPM_arrow_R a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
.p7TPM_arrows_07 .p7TPM_arrow_L a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_07 a, .p7TPM_tabs_07 a, .p7TPM_tabs_07 a:visited {
	font-size: 90%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-family: Tahoma, Geneva, sans-serif;
}
/*Trigger Viewport*/
.p7TPM07 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM07 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_07 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
	
	
}
.p7TPM_tabs_07 a img {
	border: 0;
}
.p7TPM_tabs_07 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 3px;
}
.p7TPM_tabs_07 .tpmfirst {

}
.p7TPM_tabs_07 a, .p7TPM_tabs_07 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #647BC7;
	position: relative;
	z-index: 1;
	border-radius: 4px 4px 0 0;
}
.p7TPM_tabs_07 .tpmfirst a {
	border-left: 0;
	

}




.p7TPM_tabs_07 a:hover, .p7TPM_tabs_07 a:focus {
	outline: 0;
	color: #2B46A2!important;
}
.p7TPM_tabs_07 a.open, .p7TPM_tabs_07 a.open:visited {
	
	border-bottom-color: transparent;
	background-color: #FFF;
	z-index: 999;
	
}


/* box-shadow: 6px 6px 20px 6px #90A2DE;*/

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_07 {
	background-color: #FFF;
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #FFF;
	border-radius: 0px 4px 4px 4px;
}
.p7TPMcwrapper_07.arrows_on {
	border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPMcwrapper_07 .p7TPM_vp { filter: none;}

/*Individual panels*/
.p7TPM_content_07 {
	padding: 20px;
	color: rgba(68,93,176,1);
	font-size: 90%;
	line-height: 1.5em;
}
.p7TPM_content_07 a {
	text-transform: uppercase;
	color: #09C;
}
.p7TPM_content_07 a:hover, .p7TPM_content_07 a:focus {
	color: #000;
}
