/*
 *	Android style tabs 
 */

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

ul.ui-tabs-nav {
	padding-top: 10px;
	padding-left: 10px;
}
.ui-tabs-panel {
}

.ui-tabs {
	background: #080808;
	box-shadow: 0 3px 6px #999;
	-moz-box-shadow: 0 3px 6px #999;
	-webkit-box-shadow: 0 3px 6px #999;
	-o-box-shadow: 0 3px 6px #999;
	border: 1px solid #5A5A5A;
}

.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: #080808;
	color: #DDD;
	border-bottom: 0px;
	font-family: 'Arial', sans-serif;
}

ul.ui-tabs-nav {
	border-bottom: 1px solid #000;
	background: #949494;
	border-radius: 0px;
	-moz-box-shadow : 0 1px 0 #CCC inset;
}

ul.ui-tabs-nav li {
    background: -moz-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -webkit-gradient(linear, left top , left bottom , from(#E7E7E7), to(#B5B5B5));
    background: -webkit-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -o-linear-gradient(top , #E7E7E7, #B5B5B5);
	border:1px solid #999;
	padding: 6px 0;
	height: 14px;
	opacity: 0.7;
	box-shadow         : 0 1px 3px #444;
	-moz-box-shadow    : 0 1px 3px #444;
	-webkit-box-shadow : 0 1px 3px #444;
	-o-box-shadow : 0 1px 3px #444;
	margin-right: 3px;
	
}

ul.ui-tabs-nav li:active {
	background: -moz-linear-gradient(top, #FF9E08, #FFA208);
	border: 1px solid #FFBA39;
	text-shadow: 0 1px 0 #FFBA39;
}
ul.ui-tabs-nav li a {
	color: #444 !important;
	text-shadow: 0 1px 0 #FFF;
	padding:5px 10px;	
}

ul.ui-tabs-nav li.ui-state-active {
    background: -moz-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -webkit-gradient(linear, left top , left bottom , from(#E7E7E7), to(#B5B5B5));
    background: -webkit-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -o-linear-gradient(top , #E7E7E7, #B5B5B5);
	opacity: 1;
	height: 15px;
	padding: 7px 0;
}

ul.ui-tabs-nav li.ui-state-active a {
	border-top: 1px solid #FFF;
	text-shadow: 0 1px 0 #FFF;
}


.tab-top-nav a,
.tab-bottom-nav a {
	background: #AAA;
	background: -moz-linear-gradient(top, #AAA, #888);
	background: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#888));
	background: -webkit-linear-gradient(top, #AAA, #888);
	background: -o-linear-gradient(top, #AAA, #888);
	text-shadow: 0 -1px 0 #444;
	color: #FFF;
	border-radius: 0px;
	padding: 4px 7px;
	border: 1px solid #999;
}

.tab-top-nav a:active,
.tab-bottom-nav a:active {
	background: -moz-linear-gradient(top, #FF9E08, #FFA208);
	border: 1px solid #FFBA39;
	text-shadow: 0 1px 0 #FFBA39;
}

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

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



/* Tabs at bottom */

ul.ui-tabs-nav.ul-bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 0px;
}

ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;
	border-radius: 0px;
	top:0px;
	border-top: 0px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.ui-tabs-nav.ul-bottom li a:hover {
	border-bottom: 0px !important;
}


ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border-top: 0px !important;
	bottom: 0;
	top:	-1px;
	height: 19px;
}

ul.ui-tabs-nav.ul-bottom li a ,
ul.ui-tabs-nav.ul-bottom li.ui-state-active a {
	background: none;
	border-top: 0px !important;
	border-left: 0px !important;
}



h3.ui-collapsible-header,
h3.ui-accordion-header {
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
    background: -moz-linear-gradient(top , #E7E7E7, #B5B5B5);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#B5B5B5));
    background: -webkit-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -o-linear-gradient(top , #E7E7E7, #B5B5B5);
	padding: 4px 10px;
	color: #222 !important;
	border: 1px solid #A2A2A2;
	text-shadow: 0 1px 0 #FFF;
	border-radius          : 0px !important;
	-moz-border-radius     : 0px !important;
	-webkit-border-radius  : 0px !important;
	-o-border-radius       : 0px !important;
	box-shadow         : 0 1px 4px #999;
	-moz-box-shadow    : 0 1px 4px #999;
	-webkit-box-shadow : 0 1px 4px #999;
	-o-box-shadow : 0 1px 4px #999;
}

h3.ui-collapsible-header:hover,
h3.ui-accordion-header:hover {
    background: -moz-linear-gradient(top , #E7E7E7, #B5B5B5);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#B5B5B5));
    background: -webkit-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -o-linear-gradient(top , #E7E7E7, #B5B5B5);

	border: 1px solid #FF9E08;
	color: #000 !important;
	text-shadow: 0 1px 0 #FFF;
}

h3.ui-collapsible-header.ui-state-active,
h3.ui-accordion-header.ui-state-active {
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
    background: -moz-linear-gradient(top , #E7E7E7, #B5B5B5);
	background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#B5B5B5));
    background: -webkit-linear-gradient(top , #E7E7E7, #B5B5B5);
    background: -o-linear-gradient(top , #E7E7E7, #B5B5B5);
	border: 1px solid #AAA;
	border-bottom: 0px;

}

.ui-collapsible-content,
.ui-accordion .ui-accordion-content {
	color: #DDD;
	background: #080808;
	padding: 10px;
	border: 1px solid #5A5A5A;
	box-shadow         : 0 1px 4px #999;
	-moz-box-shadow    : 0 1px 4px #999;
	-webkit-box-shadow : 0 1px 4px #999;
	-o-box-shadow : 0 1px 4px #999;
}


