/*
 *	Alma CSS3 additions.
 */
.ui-tabs {
	padding: 0px !important;
}

ul.ui-tabs-nav {
	background: #FAFAFA;
}
.ui-tabs-panel {
	background: #FAFAFA;
}

.ui-tabs {
	padding:0px;
	border: 0px !important;
	background: none !important;
	
}

.ui-tabs .ui-tabs-panel .wp-tab-content > .wp-tabs .ui-tabs {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.ui-tabs-panel {
	background: #FAFAFA;
	background: -moz-linear-gradient(top , #FAFAFA, #EEEEEE);
	background: -webkit-gradient(linear, left top, left bottom , from(#FAFAFA), to(#EEEEEE));
	background: -webkit-linear-gradient(top , #FAFAFA, #EEEEEE);
	background: -o-linear-gradient(top , #FAFAFA, #EEEEEE);
	margin: 0 10px 10px 10px;
	color: #666;
	border-bottom: 0px;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	border-radius          : 5px;
	-moz-border-radius     : 5px;
	-webkit-border-radius  : 5px;
	-o-border-radius       : 5px;
	box-shadow         : 0 2px 5px #CDCDCD;
	-moz-box-shadow    : 0 2px 5px #CDCDCD;
	-webkit-box-shadow : 0 2px 5px #CDCDCD;
	-o-box-shadow      : 0 2px 5px #CDCDCD;
	border: 3px solid #FFF;
}


ul.ui-tabs-nav {
	background: none;
	border-radius: 8px 8px 0 0;
	padding:0;
	padding: 10px;
	margin: 0 auto;
	text-align:center;
	border-bottom : 0px;
/*	background: cyan;*/
}



ul.ui-tabs-nav li {
	background: #5D5D5D;
	background: url( "../images/gradients/alma-grad.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -webkit-gradient(linear, left top , left bottom , from(#8A8A8A), color-stop(0.5, #707070 ), color-stop(0.51, #5E5E5E), to(#777777));
    background: -webkit-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -o-linear-gradient(top ,#8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A8A8A', endColorStr='#555555');
	padding: 9px 0;
	height: 14px;
	margin-right: 0px;
	border: 1px solid #7A7A7A;
	font: 12px 'Lucida Grande',  'Arial', 'Helvetica', sans-serif;
	border-left: 1px groove #626262;
	border-right: 1px solid #888888;
	border-bottom : 2px solid #626262;
	-moz-box-shadow    : 0 1px 0 #AAA inset;
	-webkit-box-shadow : 0 1px 0 #AAA inset;
	-o-box-shadow      : 0 1px 0 #AAA inset;
	box-shadow         : 0 1px 0 #AAA inset;
}


ul.ui-tabs-nav li:hover {
	background: url( "../images/gradients/alma-grad-hover.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #555555, #474747 50%, #393939 51%, #545454);
    background: -webkit-gradient(linear, left top , left bottom , from(#555555), color-stop(0.5, #474747 ), color-stop(0.51, #393939), to(#545454));
    background: -webkit-linear-gradient(top , #555555, #474747 50%, #393939 51%, #545454);
    background: -o-linear-gradient(top ,#555555, #474747 50%, #393939 51%, #545454);
	box-shadow: 0 1px 6px #777 inset;
	border-left: 1px solid transparent;
	border-right: 1px solid #888;
}

ul.ui-tabs-nav li:hover a {
/*	border-right: 1px solid #FF0; */
	border-left: 1px solid transparent;
}


ul.ui-tabs-nav li:active {
	-moz-box-shadow    : 0 1px 6px #222 inset;
	-webkit-box-shadow : 0 1px 6px #222 inset;
	-o-box-shadow      : 0 1px 6px #222 inset;
	box-shadow         : 0 1px 6px #222 inset;
	border-left: 1px solid #777;

}
ul.ui-tabs-nav li a {
	color: #FDFDFD;
	text-shadow: 0 -1px 0 #444444;
	padding: 8px 25px;
	border-left: 1px solid #888888;
	
}

ul.ui-tabs-nav li.ui-state-active {
	background: #333;
    background: -moz-linear-gradient(top , #333333, #454545);
    background: -webkit-gradient(linear, left top , left bottom , from(#333333), to(#454545));
    background: -webkit-linear-gradient(top , #333333, #454545);
    background: -o-linear-gradient(top ,#333333, #454545);
	-moz-box-shadow    : inset 0 0px 10px #000;
	-webkit-box-shadow : inset 0 0px 10px #000;
	-o-box-shadow      : inset 0 0px 10px #000;
	box-shadow         : inset 0 0px 10px #000;
	border-bottom: 2px solid #323232;
	border-right: 1px !important;
}

ul.ui-tabs-nav li.ui-state-active > a {
	border-left: 1px solid transparent;
	color: #EEE;
	text-shadow: 0 1px 0 #000 !important;
}



.ui-tabs-panel h3.wp-tab-title {
/*	display: block !important;*/
	text-align: center;
	color: #444 !important;
	font: bold 16px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Arial', 'Helvetica', sans-serif;
}

ul.ui-tabs-nav li.first-li {
	border-radius          : 4px 0 0 4px;
	-moz-border-radius     : 4px 0 0 4px;
	-webkit-border-radius  : 4px 0 0 4px;
	-o-border-radius       : 4px 0 0 4px;
	border-left: 1px solid #626262;
}

ul.ui-tabs-nav li.first-li a {
	border-left: 1px solid transparent;
}
ul.ui-tabs-nav li.last-li {
	border-radius          : 0 4px 4px 0;
	-moz-border-radius     : 0 4px 4px 0;
	-webkit-border-radius  : 0 4px 4px 0;
	-o-border-radius       : 0 4px 4px 0;
	border-right: 1px solid #7A7A7A;
}


.ui-tabs-panel .tab-top-nav a,
.ui-tabs-panel .tab-bottom-nav a {
	background: -moz-linear-gradient( top, #FAFAFA, #DDDDDD);
	background: -webkit-gradient(top, from(#FAFAFA), to(#DDDDDD));
	background: -webkit-linear-gradient( top, #FAFAFA, #DDDDDD);
	background: -o-linear-gradient( top, #FAFAFA, #DDDDDD);	
	text-shadow: 0 1px 0 #E0E0E0;
	color: #777;
	padding: 4px 12px;
	border: 1px solid #F2F2F2;
	border-radius          : 12px;
	-moz-border-radius     : 12px;
	-webkit-border-radius  : 12px;
	-o-border-radius       : 12px;
	box-shadow         : 0 1px 3px #CDCDCD;
	-moz-box-shadow    : 0 1px 3px #CDCDCD;
	-webkit-box-shadow : 0 1px 3px #CDCDCD;
	-o-box-shadow      : 0 1px 3px #CDCDCD;
	font-size: 12px;
}
.ui-tabs-panel .tab-top-nav a:hover,
.ui-tabs-panel .tab-bottom-nav a:hover {
	background: -moz-linear-gradient( top, #FAFAFA, #E3E3E3);
	background: -webkit-gradient(top, from(#FAFAFA), to(#E3E3E3));
	background: -webkit-linear-gradient( top, #FAFAFA, #E3E3E3);
	background: -o-linear-gradient( top, #FAFAFA, #E3E3E3);
}

.ui-tabs-panel .tab-top-nav a:active,
.ui-tabs-panel .tab-bottom-nav a:active {
	box-shadow : inset 0 1px 3px #CDCDCD;
	border: 1px solid #FFF;
}

.wp-tabs {
	position:relative;
}
.cap-icon-link {
	position: absolute;
	top:2px;
	right: 5px;
	opacity: 0.4;
}

.cap-icon-link:hover {
	opacity: 1;
}




h3.ui-collapsible-header,
.ui-accordion h3.ui-accordion-header {
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
	background: #5D5D5D;
	background: url( "../images/gradients/alma-grad.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -webkit-gradient(linear, left top , left bottom , from(#8A8A8A), color-stop(0.5, #707070 ), color-stop(0.51, #5E5E5E), to(#777777));
    background: -webkit-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -o-linear-gradient(top ,#8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A8A8A', endColorStr='#555555');
	padding: 4px 10px;
	color: #E5E5E5 !important;
	border: 1px solid #A2A2A2;
	text-shadow: 0 -1px 0 #444;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-o-border-radius       : 4px;
	box-shadow: 0 1px 4px #999;
	border: 1px solid #626262;
}

h3.ui-collapsible-header:hover,
.ui-accordion h3.ui-accordion-header:hover {
	background: url( "../images/gradients/alma-grad-hover.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #555555, #474747 50%, #393939 51%, #545454);
    background: -webkit-gradient(linear, left top , left bottom , from(#555555), color-stop(0.5, #474747 ), color-stop(0.51, #393939), to(#545454));
    background: -webkit-linear-gradient(top , #555555, #474747 50%, #393939 51%, #545454);
    background: -o-linear-gradient(top ,#555555, #474747 50%, #393939 51%, #545454);
}


h3.ui-collapsible-header.ui-state-active,
.ui-accordion h3.ui-accordion-header.ui-state-active {
	background: #5D5D5D;
	background: url( "../images/gradients/alma-grad-hover.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -webkit-gradient(linear, left top , left bottom , from(#8A8A8A), color-stop(0.5, #707070 ), color-stop(0.51, #5E5E5E), to(#777777));
    background: -webkit-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -o-linear-gradient(top ,#8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A8A8A', endColorStr='#555555');
	border: 1px solid #000;
	border-bottom: 0px;
	border-radius          : 4px 4px 0 0;
	-moz-border-radius     : 4px 4px 0 0;
	-webkit-border-radius  : 4px 4px 0 0;
	-o-border-radius       : 4px 4px 0 0;
	border-bottom: 1px solid #444;

}

.ui-accordion .ui-accordion-content {
	color: #444;
	background: #F2F2F2;
	padding: 10px;
	border: 1px solid #7A7A7A;
	box-shadow: 0 1px 4px #999;
	
}

.ui-collapsible-content {
	background: transparent;
    background: -moz-linear-gradient(top , #DDDDDD, #FFFFFF 20%);
    background: -webkit-gradient(linear, left top , left bottom , from(#8A8A8A), color-stop(0.5, #707070 ), color-stop(0.51, #5E5E5E), to(#777777));
    background: -webkit-linear-gradient(top , #8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
    background: -o-linear-gradient(top ,#8A8A8A, #707070 50%, #5E5E5E 51%, #777777);
}