
/* FROM ORIGIANL WITHOUT LINKS BACK TO TABS - 6/13/21 */


/* ---------------- BEGIN BODY FEATURES ---------------- */
/* #content-a_b {
		font: 2.6em/1.1 arial,verdana,helvetica;

} */
li img { padding-bottom: 6px; }

.tabs_nav li {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	/* border-bottom: 1.95px solid #d8dbe8; */
}
.tabs_nav li a {
	color: #95722e;
	text-decoration: none;
}
.tabs_nav li a:hover {
	color: #00ff00;
	text-decoration: none;
}
.tabs_nav li a:active {
	color: #00ff00;
	text-decoration: none;
}
.tabs_nav li a:visited {
	color: #871f78;
	text-decoration: none;
}

ul.index li {
	list-style: none;
	margin: 0 0 0 -40px;
	padding: 0 0 10px 0;
}

ul.list_items li {
	list-style: none;
	margin: 0 0 0 -5px;
	padding: 0 0 8px 0;
}
.vol_title {
	margin-top: 20px;
	font: 1.2em/1.1 arial,verdana,helvetica;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}
.vol {
	font: 1.2em/1.1 tahoma,helvetica,times new roman,verdana,arial;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px 0px 10px 0px;
}
/* ---------------- END BODY FEATURES ---------------- */




/* ---------------- BEGIN TABS ---------------- */
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {									/* THIS IS WHERE THE MAJIC IS */
	position: relative;
	background: #e3e5ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7aecb), to(#000));
	background-image: -webkit-linear-gradient(top, #a7aecb, #000);
	background-image: -moz-linear-gradient(top, #a7aecb, #000);
	background-image: -ms-linear-gradient(top, #a7aecb, #000);
	background-image: -o-linear-gradient(top, #a7aecb, #000);
	background-image: linear-gradient(to bottom, #e09b9b, #e2e5ea);		/* LIGHT TOP TO DAR BTM */
	/* background-image: linear-gradient(to bottom, #d69494, #e2e5ea); */	/* HALF & HALF */
	/* background-image: linear-gradient(to bottom, #a7aecb, #d5c6c3); */	/* FIRST */

	padding: .4em 1.3em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 2px 0 rgba(255,255,255,.8);

	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
	background-image: linear-gradient(#bda5a2, #fff);
}
#tabs a:focus {
	outline: 0;
}
#tabs a::after {
	content:'';
	position:absolute;
	z-index: 1;
	top: 0;
	right: -.5em;
	bottom: 0;
	width: 1em;
	background: #a7aecb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a7aecb));
	background-image: -webkit-linear-gradient(top, #fff, #a7aecb);
	background-image: -moz-linear-gradient(top, #fff, #a7aecb);
	background-image: -ms-linear-gradient(top, #fff, #a7aecb);
	background-image: -o-linear-gradient(top, #fff, #a7aecb);
	background-image: linear-gradient(#faf2f0, #bba8a7);
	/* background-image: linear-gradient(#faf2f0, #bba8a7); */

	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-ms-transform: skew(10deg);
	-o-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
/* ---------------- END TABS---------------- */


/* EDITED ORIGINAL FROM BODY OF NEW_TABS.HTML */

.tabs__list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 1;
}
.tabs__list:after {
	clear: both;
	content: '';
	display: block;
}
.tabs__list > li {
	float: left;
	margin: 0 .5em 0 0;
	display: inline;
}
.tabs__list > li label {
	cursor: pointer;
	font-weight: bold;
}
.tabs__list > li:hover label {
	background: transparent;
}

/* IE8 fallback */
.tabs__list > li .tabs__list--active {
	background: #ffffff;
	height: 138px;
	margin-bottom: -1px;
	margin-top: 0;
}

/* BODY ELEMENTS */
.tabs__container {
	background-image: url(../tabs_images/vol_page_bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 2em 2em 0.8em 2em;
	height: auto;
	position: relative;

	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;

	-webkit-box-shadow: 0 8px 6px 0 #c6c4c4;
	-moz-box-shadow: 0 8px 6px 0 #c6c4c4;
	box-shadow: 0 8px 9px -4px black;

	font-size: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	z-index: 999;
}
.tabs__container > .tabs__panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	height: 0;
	margin: 20px 0;
	padding: 0 20px;
	vertical-align: top;
	white-space: normal;
	width: 100%;
}

/* IE8 fallback */
.tabs__container > .tabs__panel--active {
	height: auto;
}
/* END EDITED ORIGINAL FROM BODY OF NEW_TABS.HTML */
