/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 2 - Oceanic
  -----------------------------------
*/
.p7TPM02 {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Candara, Arial, Helvetica, sans-serif;
}
.p7TPM02 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_02 {
	position: relative;
	z-index: 999;
	background-image: url(img/tpm02_tabs.jpg);
	background-repeat: repeat-x;
	background-position: 0px -123px;
	border-right: 1px solid #A5C3FF;
	border-left: 1px solid #A5C3FF;
	border-bottom: 6px solid #A5C3FF;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_02 .p7TPM_arrow_L, .p7TPM_arrows_02 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999999999;
}
.p7TPM_arrows_02 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_02 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.p7TPM_arrows_02 .p7TPM_arrow_L a {
	background-image: url(img/tpm02_west.jpg);
	border-right: 1px solid #97B9FF;
}
.p7TPM_arrows_02 .p7TPM_arrow_R a {
	background-image: url(img/tpm02_east.jpg);
	border-left: 1px solid #A5C3FF;
}
.p7TPM_arrows_02 a:hover, .p7TPM_arrows_02 a:focus {
	outline: 0;
}
.p7TPM_arrows_02 a.off {
	display: block;
	background-position: -26px 0px;
	cursor: default;
}
.p7TPM_arrows_02 .p7TPM_arrow_L a.off {
	display: block;
	background-position: -26px 0px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_02 a, .p7TPM_tabs_02 a, .p7TPM_tabs_02 a:visited {
	font-size: 14px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
/*Trigger Viewport*/
.p7TPM02 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM02 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_02 {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_02 a img {
	border: 0;
}
.p7TPM_tabs_02 li {
	float: left;
	list-style-type: none;
}
.p7TPM_tabs_02 .tpmfirst {
	margin-left: 0;
}
.p7TPM_tabs_02 a, .p7TPM_tabs_02 a:visited {
	font-size: 13px;
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(img/tpm02_tabs.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #9DB4B5;
	background-position: 0px -123px;
	text-align: center;
	height: 30px;
}
.p7TPM_tabs_02 .tpmfirst a {
	
}
.p7TPM_tabs_02 a:hover, .p7TPM_tabs_02 a:focus {
	outline: 0;
	color: #9DB4B5;
}
.p7TPM_tabs_02 a.open, .p7TPM_tabs_02 a.open:visited {
	text-decoration: none;
	color: #000;
	background-position: 0px 0px;
}
/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_02 {
	background-color: #FFF;
	border: 1px solid #9DB4B5;
	position: relative;
	border-top: 0;
}
/*Panels Viewport*/
.p7TPMcwrapper_02 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_02 {
	padding: 20px;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
}
