/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - White Raspberry
  -----------------------------------
*/
.p7TPM12, .p7TPM12 .p7TPM_tabs_12 li, .p7TPM12 .p7TPMtabs_12_viewport,
.p7TPM12 .p7TPM_tabs_12 a, .p7TPM12 .p7TPM_tabs_12 a:visited, .p7TPM12 .p7TPMcwrapper_12, .p7TPM12 .p7TPM_content_12,
.p7TPM12 .p7TPM_arrows_12 a, .p7TPM12 .p7TPM_arrow_L, .p7TPM12 .p7TPM_arrow_R {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.p7TPM12 {
	width: auto;
	margin: 0 auto;
	padding: 16px;
	background-color: #000033;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 12px;
}
.p7TPM12 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPM12 .p7TPMtabs_12 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
}
.p7TPM12 .p7TPM_arrow_L, .p7TPM12 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999;
}
.p7TPM12 .p7TPM_arrow_R {
	float: right;
}
.p7TPM12 .p7TPM_arrows_12 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
}
.p7TPM12 .p7TPM_arrow_L a {
	background-image: url(img/tpm12_west.png);
	background-position: 0px 10px;
}
.p7TPM12 .p7TPM_arrow_R a {
	background-image: url(img/tpm12_east.png);
	background-position: 0px 10px;
}
.p7TPM12 .p7TPM_arrows_12 a:hover, .p7TPM12 .p7TPM_arrows_12 a:focus {
	outline: 0;
}
.p7TPM12 .p7TPM_arrows_12 .p7TPM_arrow_R a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
.p7TPM12 .p7TPM_arrows_12 .p7TPM_arrow_L a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM12 .p7TPM_arrows_12 a, .p7TPM12 .p7TPM_tabs_12 a, .p7TPM12 .p7TPM_tabs_12 a:visited {
	font-size: 15px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
/*Trigger Viewport*/
.p7TPM12 .p7TPMtabs_12_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM12 .p7TPMtabs_12_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM12 .p7TPM_tabs_12 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM12 .p7TPM_tabs_12 a img {
	border: 0;
}
.p7TPM12 .p7TPM_tabs_12 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 3px;
}
.p7TPM12 .p7TPM_tabs_12 .tpmfirst {

}
.p7TPM12 .p7TPM_tabs_12 a, .p7TPM12 .p7TPM_tabs_12 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: #B58D48;
	font-weight: bold;
}
.p7TPM12 .p7TPM_tabs_12 .tpmfirst a {
	border-left: 0;

}
.p7TPM12 .p7TPM_tabs_12 a:hover, .p7TPM12 .p7TPM_tabs_12 a:focus {
	outline: 0;
	color: #000;
}
.p7TPM12 .p7TPM_tabs_12 a.open, .p7TPM12 .p7TPM_tabs_12 a.open:visited {
	color: #000;
	border-bottom-color: transparent;
	background-color: #FFF;
	z-index: 999;
	-moz-box-shadow: 6px 6px 30px 6px #000;
	-webkit-box-shadow: 6px 6px 30px 6px #000;
	box-shadow: 6px 6px 30px 6px #000;
	font-weight: bold;
}
/*Panels*/
/*Outer Wrapper*/
.p7TPM12 .p7TPMcwrapper_12 {
	background-color: #FFF;
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #fff;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
}
.p7TPM12 .p7TPMcwrapper_12.arrows_on {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPM12 .p7TPM_vp {}

/*Individual panels*/
.p7TPM12 .p7TPM_content_12 {
	padding: 20px;
	color: #000;
	font-size: 1.5em;
	line-height: 1.5em;
}