/*
 * */
.ui-tabs {
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	-o-border-radius : 4px;
}

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: #E1E1E1;
	background: -moz-linear-gradient(135deg, rgba(180, 180, 180, 0.4), rgba(170, 170, 171, 0.5), rgba(240, 240, 240, 0.4), rgba(220, 220, 220, 0.5), rgba(255, 255, 255, 0.7 ), rgba(200, 200, 200, 0.7), rgba(235, 235, 235, 0.4), rgba(180, 180, 180 , 1), rgba(255, 255, 255, 0.5)) fixed;
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(180, 180, 180, 0.7)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(35%, rgba(190, 190, 190, 0.4)), color-stop(75%, rgba(190, 190, 190, 0.5)), color-stop(95%, rgba(255, 255, 255, 0.9)), to(rgba(180, 180, 180, 0.5))) fixed;
	background: -webkit-linear-gradient(135deg, rgba(180, 180, 180, 0.7), rgba(170, 170, 171, 0.5), rgba(240, 240, 240, 0.4), rgba(220, 220, 220, 0.5), rgba(255, 255, 255, 0.7 ), rgba(200, 200, 200, 0.7), rgba(235, 235, 235, 0.4), rgba(180, 180, 180 , 1), rgba(255, 255, 255, 0.5)) fixed;
	background: -o-linear-gradient(135deg, rgba(180, 180, 180, 0.7), rgba(170, 170, 171, 0.5), rgba(240, 240, 240, 0.4), rgba(220, 220, 220, 0.5), rgba(255, 255, 255, 0.7 ), rgba(200, 200, 200, 0.7), rgba(235, 235, 235, 0.4), rgba(180, 180, 180 , 1), rgba(255, 255, 255, 0.5)) fixed;		
	box-shadow: 0 3px 6px #666;
	-moz-box-shadow: 0 3px 6px #666;
	-webkit-box-shadow: 0 3px 6px #666;
	-o-box-shadow: 0 3px 6px #666;
	border: 1px solid #777;
	border-top: 2px groove #E2E6EF;
}

.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: #D1DDED;
	background: -moz-linear-gradient(top , #E7EDF6, #CFDBEC);
	background: -webkit-gradient(linear, left top, left bottom , from(#E7EDF6), to(#CFDBEC));
	background: -webkit-linear-gradient(top , #E7EDF6, #CFDBEC);
	background: -o-linear-gradient(top , #E7EDF6, #CFDBEC);
    text-shadow: 0 1px 0 #FFFFFF;
	color: #222;
	text-shadow: 0 1px 0 #EDEDED;
	border: 1px solid #858585;
	border-top: 1px solid #535353;
}

ul.ui-tabs-nav {
	background: none;
	padding-top: 20px;
/*	margin:0 auto;
	text-align:center;*/
}

ul.ui-tabs-nav li {
	background: #C9D0DE;
    background: -moz-linear-gradient(top , #DCEFF1, #C9D0DE);
    background: -webkit-gradient(linear, left top, left bottom , from(#DCEFF1), to(#C9D0DE));
    background: -webkit-linear-gradient(top , #DCEFF1, #C9D0DE);
    background: -o-linear-gradient(top , #DCEFF1, #C9D0DE);
	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;
	border:1px solid #757575;
	border-bottom: 0px;
	border-left: 1px solid #666;
	bottom: 0px;
	padding: 5px 0;
	margin-right:0px;
	height: 14px;
}

ul.ui-tabs-nav li a {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	padding:4px 10px;
	bottom: 0px;
	border-left: 1px solid #FFF;
}

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

ul.ui-tabs-nav li.ui-state-active a {
	border-top: 1px solid #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: -moz-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E6F0), color-stop(48%, #CDD7E5), color-stop(49%, #C3CDDC), to(#D1DDEC));
	background: -webkit-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	background: -o-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	border: 2px groove #DEDEDE;
	text-shadow: 0 1px 0 #FFF;
	color: #000;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-webkit-border-radius  : 4px;	
}

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

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

/*	wpui Redmond accordion 
============================================================================= */


h3.ui-collapsible-header,
.ui-accordion h3.ui-accordion-header {
	background: -moz-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E6F0), color-stop(48%, #CDD7E5), color-stop(49%, #C3CDDC), to(#D1DDEC));
	background: -webkit-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	background: -o-linear-gradient(top, #E0E6F0, #CDD7E5 48%, #C3CDDC 49%, #D1DDEC);
	border: 1px solid #727272;
	text-shadow: 0 1px 0 #FFF;
	color: #222;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-webkit-border-radius  : 4px;
	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;
	padding : 5px 10px;
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
}

h3.ui-collapsible-header:hover,
.ui-accordion h3.ui-accordion-header:hover {
	background: -moz-linear-gradient(top, #FAFDFE, #D9F0FC 48%, #BCE5FC 49%, #A7D9F5);
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFDFE), color-stop(48%, #D9F0FC), color-stop(49%, #BCE5FC), to(#A7D9F5));
	background: -webkit-linear-gradient(top, #FAFDFE, #D9F0FC 48%, #BCE5FC 49%, #A7D9F5);
	background: -o-linear-gradient(top, #FAFDFE, #D9F0FC 48%, #BCE5FC 49%, #A7D9F5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAFDFE', endColorStr='#A7D9F5');
}

h3.ui-collapsible-header.ui-state-active,
.ui-accordion h3.ui-accordion-header.ui-state-active {
	border-radius          : 4px 4px 0 0;
	-moz-border-radius     : 4px 4px 0 0;
	-webkit-border-radius  : 4px 4px 0 0;
	-webkit-border-radius  : 4px 4px 0 0;
	border-bottom:0px;
	opacity:0.8;
}

.ui-collapsible-content,
.ui-accordion .ui-accordion-content {
	background: white;
	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;
	
}



/* 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: 0;
    background: -moz-linear-gradient(top , #F2F2F2, #C2C2C2);
    background: -webkit-gradient(linear, left top, left bottom , from(#F2F2F2), to(#C2C2C2));
    background: -webkit-linear-gradient(top , #F2F2F2, #C2C2C2);
    background: -o-linear-gradient(top , #F2F2F2, #C2C2C2);
	border-bottom: 1px solid #959595 !important;
	border-top: 0px !important;
	top:0px;
}


ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border: 1px solid #888 !important;
	background: #CFDBEC;
    background: -moz-linear-gradient(top , #CFDBEC, #BACCDC);
    background: -webkit-gradient(linear, left top, left bottom , from(#CFDBEC), to(#BACCDC));
    background: -webkit-linear-gradient(top , #CFDBEC, #BACCDC);
    background: -o-linear-gradient(top , #CFDBEC, #BACCDC);	
	border-top: 0px !important;
	bottom: 0;
	top:	-1px;
	height: 19px;
	box-shadow         : 0px 2px 2px #AAA;
	-moz-box-shadow    : 0px 2px 2px #AAA;
	-webkit-box-shadow : 0px 2px 2px #AAA;
	-o-box-shadow      : 0px 2px 2px #AAA;
}

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


