
/*	WPUI mac style skins.
============================================================================= */

.ui-tabs {
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	-o-border-radius : 4px;
	padding: 0px !important;
}

ul.ui-tabs-nav {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.ui-tabs-panel {
	border-radius : 0 0 4px 4px;
	-moz-border-radius : 0 0 4px 4px;
	-webkit-border-radius : 0 0 4px 4px;
	-o-border-radius : 0 0 4px 4px;
}

.ui-tabs {
	background: #CCC;
	background: -moz-linear-gradient( top, #DDD, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#999));
	background: -webkit-linear-gradient( top, #DDD, #999);
	background: -o-gradient( top, #DDD, #999);
	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 #838383;
	
}

.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;
	border: 1px solid #666;
}

.ui-tabs-panel {
   	background: #CCC;
	background: -moz-linear-gradient(top , #D0D0D0, #A7A7A7);
	background: -webkit-gradient(linear, left top, left bottom , from(#D0D0D0), to(#A7A7A7));
	background: -webkit-linear-gradient(top , #D0D0D0, #A7A7A7);
	background: -o-linear-gradient(top , #D0D0D0, #A7A7A7);
    text-shadow: 0 1px 0 #FFFFFF;
	color: #222;
	text-shadow: 0 1px 0 #EDEDED;
	border-top: 1px solid #E2E2E2;
}


ul.ui-tabs-nav {
	border-bottom: 1px solid #535353;
	background: #AAA;
	background: -moz-linear-gradient(top, #AAA, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#999));
	background: -webkit-linear-gradient(top, #AAA, #999);
	background: -o-linear-gradient(top, #AAA, #999);
	border-top: 1px solid #DDD;
	padding-top: 10px;
	padding-left: 10px;
}

ul.ui-tabs-nav li {
	background: #BBB;
    background: -moz-linear-gradient(top , #CACACA, #A0A0A0);
    background: -webkit-gradient(linear, left top, left bottom , from(#CACACA), to(#A0A0A0));
    background: -webkit-linear-gradient(top , #CACACA, #A0A0A0);
    background: -o-linear-gradient(top , #CACACA, #A0A0A0);
	border-radius          : 2px 2px 0 0;
	-moz-border-radius     : 2px 2px 0 0;
	-webkit-border-radius  : 2px 2px 0 0;
	-webkit-border-radius  : 2px 2px 0 0;
    position: relative;
	border:1px solid #838383;
	border-bottom: 1px solid #535353;
	padding: 7px 0;
	margin-right:0px;
	height: 14px;
	margin-left: 2px;
}

ul.ui-tabs-nav li a {
	color: #222;
	text-shadow: 0 1px 0 #EEE;
	padding:6px 10px;
	bottom: 2px;
}

ul.ui-tabs-nav li.ui-state-active {
	background: #CCC;
	background: -moz-linear-gradient(top, #E5E5E5, #D0D0D0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D0D0D0));
	background: -webkit-linear-gradient(top, #FBFBFB, #D0D0D0);
	background: -o-linear-gradient(top, #FBFBFB, #D0D0D0);
	border: 1px solid #838383;
	border-bottom: 0px !important;
	bottom: -2px;
	height: 16px;	
}

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

.ui-tabs .ui-tabs-panel .wp-tab-content > .wp-tabs .ui-tabs ul li.ui-state-active {
	bottom: -2px;
}



.ui-tabs-panel .tab-top-nav a,
.ui-tabs-panel .tab-bottom-nav a {
	background: #D5D5D5;
	background: -moz-linear-gradient(top, #E2E2E2, #B7B7B7);
	background: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#B7B7B7));
	background: -webkit-linear-gradient(top, #E2E2E2, #B7B7B7);
	background: -o-linear-gradient(top, #E2E2E2, #B7B7B7);
	border: 1px solid #898989;
	text-shadow: 0 1px 0 #FFF;
	color: #000;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-webkit-border-radius  : 4px;
	padding: 5px 7px;
}




/* Tabs at bottom */

ul.ui-tabs-nav.ul-bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 0px;
	border-top: 1px solid #666;
    background: -moz-linear-gradient(top , #999999, #AAAAAA);
    background: -webkit-gradient(linear, left top, left bottom , from(#999999), to(#AAAAAA));
    background: -webkit-linear-gradient(top , #999999, #AAAAAA);
    background: -o-linear-gradient(top , #999999, #AAAAAA);	
	border-radius          : 0px;
	-moz-border-radius     : 0px;
	-webkit-border-radius  : 0px;
	-o-border-radius       : 0px;
}

ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;
	border-radius: 0;
    background: -moz-linear-gradient(top , #CACACA, #A0A0A0);
    background: -webkit-gradient(linear, left top, left bottom , from(#CACACA), to(#A0A0A0));
    background: -webkit-linear-gradient(top , #CACACA, #A0A0A0);
    background: -o-linear-gradient(top , #CACACA, #A0A0A0);
	border-bottom: 1px solid #777 !important;
	top:0px;
	border-top: 0px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}


ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border: 1px solid #666 !important;
	background: #A7A7A7;
	border-top: 0px !important;
	bottom: 0;
	top:	-1px;
	height: 19px;
	box-shadow         : 0px 2px 2px #666;
	-moz-box-shadow    : 0px 2px 2px #666;
	-webkit-box-shadow : 0px 2px 2px #666;
	-o-box-shadow      : 0px 2px 2px #666;
}

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;
}


/*	wpui Macish accordion skin.
============================================================================= */

.ui-accordion h3 {
	margin-bottom: 0px !important;
	margin-top: 2px !important;
	outline: 0;
}

.ui-accordion-content {
	font: 12px/1.5 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
	padding: 10px;
}


h3.ui-collapsible-header,
h3.ui-accordion-header {
	border-radius          : 3px;
	-moz-border-radius     : 3px;
	-webkit-border-radius  : 3px;
	-webkit-border-radius  : 3px;
	border: 1px solid #AAA;
	color: #222 !important;
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
	padding : 5px 10px;
	text-shadow: 0 1px 0 #DDD;
 	background: #BBB;
    background: -moz-linear-gradient(top , #CACACA, #A0A0A0);
    background: -o-linear-gradient(top , #CACACA, #A0A0A0);
    background: -webkit-gradient(linear, left top, left bottom , from(#CACACA), to(#A0A0A0));
    background: -webkit-linear-gradient(top , #CACACA, #A0A0A0);
	margin-top: 4px;
}

h3.ui-collapsible-header:hover,
h3.ui-accordion-header:hover {
	background: -moz-linear-gradient(top, #E5E5E5, #D0D0D0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D0D0D0));
	background: -webkit-linear-gradient(top, #FBFBFB, #D0D0D0);
	background: -o-linear-gradient(top, #FBFBFB, #D0D0D0);
	text-shadow: 0 1px 0 #EBD4B0;
	border: 1px solid #AAA;
	color: #333 !important;
/*	color: #473C2B;*/
	text-shadow: 0 1px 0 #FFF;
}

h3.ui-collapsible-header.ui-state-active,
h3.ui-accordion-header.ui-state-active {
	background: -moz-linear-gradient(top, #E5E5E5, #D0D0D0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#D0D0D0));
	background: -webkit-linear-gradient(top, #FBFBFB, #D0D0D0);
	background: -o-linear-gradient(top, #FBFBFB, #D0D0D0);
	text-shadow: 0 1px 0 #EBD4B0;
	border-radius          : 4px 4px 0 0 !important;
	-moz-border-radius     : 4px 4px 0 0 !important;
	-webkit-border-radius  : 4px 4px 0 0 !important;
	-webkit-border-radius  : 4px 4px 0 0 !important;
	border: 1px solid #AAA;
	border-bottom: 0px;
	color: #333 !important;
	text-shadow: 0 1px 0 #FFF;	
}

.ui-collapsible-content,
.ui-accordion .ui-accordion-content {
	background: #FFF !important;
	color: #282828;
	border: 1px solid #AAA;
	box-shadow: 0 1px 2px #AAA;
	-moz-box-shadow: 0 1px 2px #AAA;
	-webkit-box-shadow: 0 1px 2px #AAA;
	-o-box-shadow: 0 1px 2px #AAA;
}

