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

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

.wpui-macish .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);
	border: 1px solid #838383;
}

.wpui-macish .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;
}

.wpui-macish .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;
	-moz-box-shadow    : 1px 0 0 #E9E9E9 inset, -1px 0 0 #E9E9E9 inset;
	-webkit-box-shadow : 1px 0 0 #E9E9E9 inset, -1px 0 0 #E9E9E9 inset;
	-o-box-shadow      : 1px 0 0 #E9E9E9 inset, -1px 0 0 #E9E9E9 inset;
	box-shadow         : 1px 0 0 #E9E9E9 inset, -1px 0 0 #E9E9E9 inset;
}


.wpui-macish 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;
}

.wpui-macish 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 #737373;
	margin-right:0px;
	margin-left: 2px;
	-moz-box-shadow    : 0 1px 0 #F9F9F9 inset;
	-webkit-box-shadow : 0 1px 0 #F9F9F9 inset;
	-o-box-shadow      : 0 1px 0 #F9F9F9 inset;
	box-shadow         : 0 1px 0 #F9F9F9 inset;
}

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

.wpui-macish 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;
}

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

.wpui-macish .ui-tabs-vertical ul.ui-tabs-nav li.ui-state-active .wpui-tabs-arrow {
/*	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);*/
}


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


.wpui-macish .ui-button {
	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;
}


.wpui-macish .wp-tab-content a.ui-button {
	float: right;
	margin: 20px 0;
}



.wpui-macish .ui-tabs-panel .tab-top-nav a,
.wpui-macish .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 */

.wpui-macish 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;
}

.wpui-macish ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;
    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;
}


.wpui-macish 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;
}

.wpui-macish ul.ui-tabs-nav.ul-bottom li a ,
.wpui-macish 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.
============================================================================= */

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

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


.wpui-macish h3.ui-collapsible-header,
.wpui-macish 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;
}

.wpui-macish h3.ui-collapsible-header:hover,
.wpui-macish 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;
}

.wpui-macish h3.ui-collapsible-header.ui-state-active,
.wpui-macish 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;	
}

.wpui-macish .ui-collapsible-content,
.wpui-macish .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;
}




/*
 *	Dialogs dark
 */

.wpui-macish.ui-dialog {
	-moz-border-radius     : 5px;
	-webkit-border-radius  : 5px;
	-o-border-radius       : 5px;
	border-radius          : 5px;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	background: #DDD;
	color: #222;
	text-shadow: 0 1px 1px #FFF;	
}

.wpui-macish .ui-dialog-titlebar {
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 1px #FFF;
	padding: 1px 10px;
	background: -moz-linear-gradient(top , #CFCFCF,  #A8A8A8);
	background: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#A8A8A8));
	background: -webkit-linear-gradient(top , #CFCFCF, #A8A8A8);
	background: -o-linear-gradient(top , #CFCFCF, #A8A8A8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorStr="#CFCFCF", endColorStr="#A8A8A8");
	-moz-border-radius     : 5px 5px 0 0;
	-webkit-border-radius  : 5px 5px 0 0;
	-o-border-radius       : 5px 5px 0 0;
	border-radius          : 5px 5px 0 0;
	border-bottom: 1px solid #515151;
	box-shadow: 0 1px 0 #E2E2E2 inset;
	height: 22px;

}

.wpui-macish .ui-dialog-titlebar span.ui-dialog-title {
	width: 100%;
	display : block;
	text-align: center;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Calibri", Arial, sans-serif;
	padding: 2px;
}

.wpui-macish .ui-dialog-content {
	padding: 10px;
	overflow:hidden;
	background: #EDEDED;
	color : #2B2B2B;
	
}

.wpui-macish .ui-dialog-titlebar-close {
	background: url("../images/close-mac-default.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	left: 6px;
	top : 4px;
	width: 18px;
	height : 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid transparent;
	text-indent : -99999em;
	
}


.wpui-macish .ui-dialog-titlebar-close:hover {
	background: url("../images/close-mac-hover.png") no-repeat scroll 0 0 transparent;
	width: 18px;
	height : 18px;
	border: 1px solid transparent;
	left: 6px;
	top : 4px;
}
