/* 
  -----------------------------------
  Turansa Tab CSS
  -----------------------------------
*/
.p7TPM11 {
	width: auto;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #D7D7D7;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #78A5CC;
	background: linear-gradient(#78A5CC, #376B9D);
}
.p7TPM11:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM11 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_11 {
	position: relative;
	z-index: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 16px 0;
}
.p7TPM_arrows_11 .p7TPM_arrow_L, .p7TPM_arrows_11 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: auto;
}
.p7TPM_arrows_11 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_11 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TPM_arrows_11 .p7TPM_arrow_L a {
	background-image: url(img/tpm11_west.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_R a {
	background-image: url(img/tpm11_east.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_L a:hover {
	background-image: url(img/tpm11_west_over.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_R a:hover {
	background-image: url(img/tpm11_east_over.gif);
}
.p7TPM_arrows_11 a:hover, .p7TPM_arrows_11 a:focus {
	outline: 0;
}
.p7TPM_arrows_11 .p7TPM_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm11_east_down.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm11_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_11 a, .p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	font-size: 16px;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
/*Trigger Viewport*/
.p7TPM11 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM11 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_11 {
	margin: 0;
	padding: 0px;
	zoom: 1;
}
.p7TPM_tabs_11 a img {
	border: 0;
}
.p7TPM_tabs_11 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 6px;
}
.p7TPM_tabs_11 .tpmfirst {
	margin-left: 0px;
}
.p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	background-color: #2D4576;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
.p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #DDDDDD;
	border-radius: 5px;
	border: 1px solid rgba(51,51,51,.5);
	background-color: rgba(45,69,118,1);
	
}

.p7TPM_tabs_11 a:hover, .p7TPM_tabs_11 a:focus {
	background-color: #FFFFFF;
	border-color: #DDDDDD #DDDDDD #DDDDDD #DDDDDD;
}
.p7TPM_tabs_11 a:hover, .p7TPM_tabs_11 a:focus {
	outline: 0;
	color: #000;
	background-color: rgba(255,255,255,.5);
	border: 1px solid rgba(221,221,221,1);
}
.p7TPM_tabs_11 a.open, .p7TPM_tabs_11 a.open:visited {
	background-color: #C30;
	border-color: #333333 #333333 #333333 #333333;
	cursor: default;
}
.p7TPM_tabs_11 a.open, .p7TPM_tabs_11 a.open:visited {
	color: #DDD;
	background-color: rgba(204,51,0,1);
	z-index: 999;
	border: 1px solid rgba(51,51,51,.5);
}

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

/*Individual panels*/
.p7TPM_content_11 {
	padding: 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
.p7TPM_content_11 a {
	text-transform: uppercase;
	color: #C30;
}
.p7TPM_content_11 a:hover, .p7TPM_content_11 a:focus {
	color: #000;
}
