div.card-tabs-bar{
	height:43px;
	background: url(../images/ab_zbg.jpg);
}

div.card-tabs-bar a{
	box-sizing: border-box;
	display: inline-block;
	color: #FFFF99;
	width:90px;
	text-align: center;
	font-size:17px;
	height:43px;
	padding-top: 6px;
}

div.card-tabs-bar a:first-child{
	margin-left: 25px;
}

div.card-tabs-bar a:hover{
	text-decoration: none;
}

div.card-tabs-bar a.active{
	box-sizing: border-box;
	font-size:17px;
	display: inline-block;
	color: #FFFF99;
	width:90px;
	text-align: center;
	height:43px;
	padding-top: 6px;
	background: url(../images/ab_zbg2.jpg);
}
.tabsholder1 .card-tabs-stack{padding-top:6px}

div.card-tabs-bar a.active:hover{
	text-decoration: none;
}

div.card-tabs-bar.titles{
	margin-top: -10px;
}

div.card-tabs-bar.titles a{
	font-size: 17px;
}

.tabsholder1{
	box-sizing: border-box;
	width:939px;
	line-height: 28px;
	font-size:16px;
	margin-top:6px;
	padding: 0 0 0 1px;
}
div.card-tabs-stack div[data-tab]{
	display: none;
	border-top: none;
	padding: 6px 25px;
}

div.card-tabs-stack div[data-tab]:first-child{
	display: block;
}

@media (max-width: 1199px) {
	div.card-tabs-bar a,div.card-tabs-bar a.active{font-size:16px;}
	.tabsholder1 .card-tabs-stack{padding-top:0}
	.tabsholder1{
	margin-top:13px;}
}

/*  Blank slate */ 
div.card-tabs-bar.inset{
	border-bottom: 1px solid #e5e5e5;
		border-radius: 3px;
}

div.card-tabs-bar.inset a{
}

div.card-tabs-bar.inset a.active{
	background-color: #fafafa;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

div.card-tabs-stack.inset div[data-tab]{
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

/*  Green gray slate */ 
div.card-tabs-bar.graygreen{
	border-bottom: 1px solid #e5e5e5;
}

div.card-tabs-bar.graygreen a{
	padding: 15px;
	border-radius: 0px;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: -2px;
	font-size: 17px;
}

div.card-tabs-bar.graygreen a.active{
	background-color: #fafafa;
	border-top: 4px solid #2CC185;
}

div.card-tabs-stack.graygreen div[data-tab]{
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-top: none;
}


/*  Wiki */ 
div.card-tabs-bar.wiki{
	border-bottom: 1px #A7D7F9 solid
	border-radius: 0px;
}

div.card-tabs-bar.wiki a:first-child{
	border-left: #A7D7F9 1px solid;
}

div.card-tabs-bar.wiki a{
	border-radius: 0px;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: -2px;
	font-size: 14px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #eaf2f8 100%);
	background: -webkit-linear-gradient(top, #fefefe 0%,#eaf2f8 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#eaf2f8 100%);
	border: #A7D7F9 1px solid;
	border-top: none;
	border-left: none;
	border-bottom: 1px #A7D7F9 solid;
}

div.card-tabs-bar.wiki a.active{
	border-top: none;
	background: white;
	border-bottom: 1px solid white;
}

div.card-tabs-stack.wiki div[data-tab]{
	padding: 10px;
	border: 1px solid #A7D7F9;
}