/* 
  -----------------------------------
  Tab Panel Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Carbon
  -----------------------------------
*/


.p7TP3-10 {
	width: auto;
	margin: 0 auto;
	padding: 0px;
	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-10:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TP3-10 img {
	vertical-align: top;
}

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

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





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

}
.p7TP3_tabs_10 a, .p7TP3_tabs_10 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_10 a, .p7TP3_tabs_10 a:visited {
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	display: block;
	/*
	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_10 a:hover, .p7TP3_tabs_10 a:focus {
	background-color: #DDD;
	border-color: #E8E8E8 #C7C7C7 #C7C7C7 #E8E8E8;
}
.p7TP3_tabs_10 a:hover, .p7TP3_tabs_10 a:focus {
	outline: 0;
	color: #52bbe7;
	background-color: transparent;
	/*border: 1px solid rgba(0,0,0,0.5);*/
}
.p7TP3_tabs_10 a.open, .p7TP3_tabs_10 a.open:visited {
	background-color: #222;
	border-color: #666 #000 #000 #666;
}
.p7TP3_tabs_10 a.open, .p7TP3_tabs_10 a.open:visited {
	color: #52bbe7;
	font-weight:bold;
	background-color: transparent;
	
	z-index: 999;
	/*background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.5);*/
}





/*Panels*/
/*Outer Wrapper*/
.p7TP3cwrapper_10 {
	/*-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;*/
	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_10.arrows_on {}



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