/* 
  -----------------------------------
  Tab Panel Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 18 - Lux
  -----------------------------------
*/
.p7TP3-18 {
	margin: 0px auto;
	position: relative;
	padding: 24px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.p7TP3-18 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TP3-18 .p7TP3tabs_18.no-tabs {
	display: none;
}
.p7TP3tabs_18 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	zoom: 1;
	padding: 0px 0px;
	background-color: #22838B;
}



.p7TP3_arrows_18 .p7TP3_arrow_L, .p7TP3_arrows_18 .p7TP3_arrow_R {
	float: left;
	position: relative;
	z-index: 10;
}
.p7TP3_arrows_18 .p7TP3_arrow_R {
	float: right;
}
.p7TP3_arrows_18 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TP3_arrows_18 .p7TP3_arrow_L a {
	background-image: url(img/tp3_18_west.gif);
}
.p7TP3_arrows_18 .p7TP3_arrow_R a {
	background-image: url(img/tp3_18_east.gif);
}
.p7TP3_arrows_18 .p7TP3_arrow_L a:hover {
	background-image: url(img/tp3_18_west_over.gif);
}
.p7TP3_arrows_18 .p7TP3_arrow_R a:hover {
	background-image: url(img/tp3_18_east_over.gif);
}
.p7TP3_arrows_18 a:hover {
	outline: 0;
}
.p7TP3_arrows_18 .p7TP3_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tp3_18_east_down.gif);
}
.p7TP3_arrows_18 .p7TP3_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tp3_18_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TP3_arrows_18 a, .p7TP3_tabs_18 a, .p7TP3_tabs_18 a:visited {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}





/*Trigger Viewport*/
.p7TP3-18 .p7TP3tabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TP3-18 .p7TP3tabs_wrapper {
	position:relative;
}
/*Trigger UL*/



.p7TP3_tabs_18 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 10;
	zoom: 1;
}
.p7TP3_tabs_18 a img {
	border: 0;
}
.p7TP3_tabs_18 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
}
.p7TP3_tabs_18 .tp3first {
	margin-left: 0px;
}
.p7TP3_tabs_18 a, .p7TP3_tabs_18 a:visited {
	background-color: #22838B;
	border: 1px solid #000;
	color: #000;
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	border-radius: 5px;
}

.p7TP3_tabs_18 a:hover {
	border-color: #000000;
	color: #FFF;
}

.p7TP3_tabs_18 a.open, .p7TP3_tabs_18 a.open:visited,
.p7TP3_tabs_18 a.open:hover, .p7TP3_tabs_18 a.open:active {
	background-color: #222;
	border-color: #000;
	cursor: default;
	color: #fff;
}

.p7TP3_tabs_18 a:hover {
	background-color: #22838B;
}
.p7TP3cwrapper_18 {
	background-color: #22838B;
	background: rgba(34,154,168,0.85);
}


/*Toolbars*/
.p7TP3-18.tools-top {
	padding-top: 0px;
}
.p7TP3-18.tools-bottom {
	padding-bottom: 0px;
}
.p7TP3-18-tools {
	position: relative;
	text-align: center;
	padding: 6px 0px;
	overflow: hidden;
}

/*Paginator*/
.p7TP3-18 .p7TP3-18-pags {
	overflow: hidden;
}
.p7TP3-18 .p7TP3-18-pags ul {
	margin: 0px;
	padding: 0;
	display: inline-block;
}
.p7TP3-18 .p7TP3-18-pags li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin: 3px;
}
.p7TP3-18 .p7TP3-18-pags ul a {
	text-decoration: none;
	display: block;
	color: #999999;
	background-color: #999999;
	font-size: 0px;
	line-height: 0px;
	padding: 5px;
	border-radius: 100%;
	border: none !important;
}
.p7TP3-18 .p7TP3-18-pags ul a:hover, .p7TP3-18 .p7TP3-18-pags ul a.down {
	background-color: #000000;
}
/*Prev-Next Arrows*/

.p7TP3-18 .p7TP3-18-arrows a {
	text-decoration: none;
	position: absolute;
	z-index: 10;
	display: block;
	opacity: .35;
	font-size: 0px;
	color: rgba(255,255,255,0);
}
.p7TP3-18 .p7TP3-18-arrows a:hover {
	opacity: 1;
}
.p7TP3-18 .p7TP3-18-arrow-prev {
	left: 3px;
	top: 42%;
	background-image: url(img/p7tp3-prev-light.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-18.v-slide .p7TP3-18-arrow-prev {
	left: auto;
	top: 6px;
	background-image: url(img/p7tp3-up-light.png);
	height: 14px;
	width: 25px;
	right: 6px;
}

.p7TP3-18 .p7TP3-18-arrow-next {
	right: 3px;
	top: 42%;
	background-image: url(img/p7tp3-next-light.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-18.v-slide .p7TP3-18-arrow-next {
	right: 3px;
	top: auto;
	bottom: 6px;
	background-image: url(img/p7tp3-down-light.png);
	height: 14px;
	width: 25px;
}
/*Pause-Play Control*/
.p7TP3-18-pause-play {
	float: right;
	font-size: 13px;
}
.p7TP3-18-pause-play a {
	display: block;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}
.p7TP3-18-pause-play a:hover {
	color: #000000;
}


/*Panels*/
/*Outer Wrapper*/
.p7TP3cwrapper_18 {
	position: relative;
	margin-top: 24px;
}
.p7TP3cwrapper_18 .border-left {
	border-left: 1px dotted #000 !important;
}
/*Panels Viewport*/
.p7TP3cwrapper_18 .p7TP3_vp {filter: none;}

/*Individual panels*/
.p7TP3_content_18 {
	padding: 15px 30px;
	color: #000;
	line-height: 1.35;
}

.p7TP3_content_18 a  {
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.p7TP3_content_18 a:hover {
	color: #000;
	border-bottom-style: solid;
}
