/* tabs used in myAccount */

.tabs {
	padding: 5px;
	border-bottom:1px solid black;
}
.tabs > li {
	font-size:14px;
	text-transform: uppercase;
	display:inline;
	margin-left: -5px;
	background-color: transparent;
	text-decoration: none;
	margin-right:1px;
}

.tabs > li > a {
	padding: 8px;
	background-color: #A0A0A0;
	color: white;
	border-right: 1px solid white;
}
.tabs > li.selected a, .tabs > li:target a {
	background-color: #e1e1e1;
	color: #333333;
	font-weight: bold;
}
.tab-area div.tab-section {
	padding:5px;
	display:none;
}
.tab-area div.tab-section.selected {
	display:block;
}

/* used for my parish, classnames match bootstrap tabs */
.tabs-left .nav-tabs { display:block; position:absolute; width:175px; border:none; }
.tabs-left .nav-tabs li {
	display:block; position: relative;
}
.tabs-left .nav-tabs li.active:after {
	content: "◀"; color: #DDDDDD; font-size:20px;
	position: absolute; right: -29px; bottom: 2px;
}
.tabs-left .nav-tabs li a {
	white-space: nowrap;
	color: #333333;
	font-weight: inherit;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 12px;
	text-align:center;
	display:block;
}
.tabs-left .nav-tabs li.active {
	
}
.tabs-left .nav-tabs li.gap {
	padding:0; margin:10px 0; min-height:1px;
	background:transparent;
	border:none; box-shadow:none;
}
.tabs-left .nav-tabs li.external {
	color:white;
	border-radius:10px;
}

.tabs-left .tab-content { margin-left:200px; }
.tabs-left .tab-content .tab-pane {border-left: 3px double #DDDDDD; display:none; }
.tabs-left .tab-content .tab-pane h1 { padding:20px 0; }
.tabs-left .tab-content .tab-pane h2 { padding:20px 0; }
.tabs-left .tab-content .tab-pane.active { display:block; padding:5px 15px 15px 15px; min-height:315px; }
.tabs-left .tab-content .tab-pane .loading-notice {
	padding: 16px 10px 16px 52px; margin:10px;
	font-size:24px;
	background: white url(/images/lightbox-ico-loading.gif) 10px no-repeat;
	border-radius:5px;
}

