/*  Light weight UI CSS3 additions.
======================================================================= */

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


.wpui-light ul.ui-tabs-nav {
	padding-top: 10px;
	padding-left: 10px;
	-moz-box-shadow    : 0 1px 0 #FFF inset;
	-webkit-box-shadow : 0 1px 0 #FFF inset;
	-o-box-shadow      : 0 1px 0 #FFF inset;
	box-shadow         : 0 1px 0 #FFF inset;
}


.wpui-light .ui-corner-top {
	-moz-border-radius     : 3px 3px 0 0;
	-webkit-border-radius  : 3px 3px 0 0;
	-o-border-radius       : 3px 3px 0 0;
	border-radius          : 3px 3px 0 0;
}

.wpui-light .ui-corner-left {
	-moz-border-radius     : 3px 0 0 3px;
	-webkit-border-radius  : 3px 0 0 3px;
	-o-border-radius       : 3px 0 0 3px;
	border-radius          : 3px 0 0 3px;
}

.wpui-light .ui-corner-bottom {
	-moz-border-radius     : 0 0 3px 3px;
	-webkit-border-radius  : 0 0 3px 3px;
	-o-border-radius       : 0 0 3px 3px;
	border-radius          : 0 0 3px 3px;
}

.wpui-light .ui-corner-right {
	-moz-border-radius     : 0 3px 3px 0;
	-webkit-border-radius  : 0 3px 3px 0;
	-o-border-radius       : 0 3px 3px 0;
	border-radius          : 0 3px 3px 0;
}

.wpui-light .ui-corner-all {
	-moz-border-radius     : 3px;
	-webkit-border-radius  : 3px;
	-o-border-radius       : 3px;
	border-radius          : 3px;
}

.wpui-light .ui-tabs {
	background: -moz-linear-gradient( top, #FFF, #D1D1D1);
	background: -webkit-gradient( linear, left top, left bottom, from(#FFF), to(#D1D1D1));
	background: -webkit-linear-gradient( top, #FFF, #D1D1D1);
	background: -o-linear-gradient( top, #FFF, #D1D1D1);
}

.wpui-light .ui-tabs-panel {
   background: -moz-linear-gradient(top , #EEEEEE, #D1D1D1);
   background: -webkit-gradient(linear, left top, left bottom , from(#EEEEEE), to(#D1D1D1));
   background: -webkit-linear-gradient(top , #EEEEEE, #D1D1D1);
   background: -o-linear-gradient(top , #EEEEEE, #D1D1D1);
   text-shadow: 0 1px 0 #FFFFFF;
}

.wpui-light ul.ui-tabs-nav {
	border-bottom: 1px solid #AAA;
	background: -moz-linear-gradient(top , #EEEEEE, #D1D1D1);
	background: -webkit-gradient(linear, left top, left bottom , from(#EEEEEE), to(#D1D1D1));
   background: -webkit-linear-gradient(top , #EEEEEE, #D1D1D1);
   background: -o-linear-gradient(top , #EEEEEE, #D1D1D1);
}


.wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
	border-bottom: 1px solid #AAA;
	background: -moz-linear-gradient(top , #AAAAAA, #EEE);
	background: -webkit-gradient(linear, left top, left bottom , from(#EEEEEE), to(#AAAAAA));
   background: -webkit-linear-gradient(top , #EEEEEE, #AAAAAA);
   background: -o-linear-gradient(top , #EEEEEE, #AAAAAA);
	
}

.wpui-light ul.ui-tabs-nav li {
    background: -moz-linear-gradient(top , #CCC, #DADADA);
    background: -webkit-gradient(linear, left top , left bottom , from(#CCC), to(#DADADA));
    background: -webkit-linear-gradient(top , #CCC, #DADADA);
    background: -o-linear-gradient(top , #CCC, #DADADA);
	border-color : #AAA;
	border-width : 1px;
	border-style: solid;

/*	padding: 6px 0;*/
/*	height: 14px;*/
	margin-right: 3px;
	padding : 0px;
}


.wpui-light ul.ui-tabs-nav li a {
	color: #444;
	text-shadow: 0 1px 0 #FFF;
	float : left;
	padding : .4em 1em;
}

.wpui-light ul.ui-tabs-nav li.ui-state-active {
	background: -moz-linear-gradient(top, #F2F2F2, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#EEE));
	background: -webkit-linear-gradient(top, #F2F2F2, #EEE);
	background: -o-linear-gradient(top, #F2F2F2, #EEE);
	border-bottom: 0px;
}

.wpui-light .ui-tabs-vertical .ui-tabs-panel {
	box-shadow: 1px 1px 0 #FFF inset;
}

.wpui-light .ui-tabs-vertical ul.ui-tabs-nav li {

	box-shadow: 1px 1px 0 #FFF inset;
}

.wpui-light .ui-tabs-vertical ul.ui-tabs-nav li.ui-state-active {
	background: -moz-linear-gradient(top, #F9F9F9, #DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#DDD));
	background: -webkit-linear-gradient(top, #F9F9F9, #DDD);
	background: -o-linear-gradient(top, #F9F9F9, #DDD);
	box-shadow: 1px 1px 0 #FFF inset;
}

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


.wpui-light .ui-button {
	background: -moz-linear-gradient(top , #EEE,  #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background: -webkit-linear-gradient(top , #EEE, #CCC);
	background: -o-linear-gradient(top , #EEE, #CCC);
	text-decoration : none;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #AAA;
	-moz-box-shadow    : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	-webkit-box-shadow : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	-o-box-shadow      : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	box-shadow         : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	font-size : 14px;
	font-weight : bold;
	color : #777;
}
.wpui-light .ui-button:hover {
	background: -moz-linear-gradient(top , #FFF,  #DEDEDE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEDEDE));
	background: -webkit-linear-gradient(top , #FFF, #DEDEDE);
	background: -o-linear-gradient(top , #FFF, #DEDEDE);
	color : #888;
}




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




.wpui-light .ui-tabs-panel .tab-top-nav a,
.wpui-light .ui-tabs-panel .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;
	-moz-box-shadow    : 1px 1px 0 #BBB inset, -1px -1px 0 #999 inset;
	-webkit-box-shadow : 1px 1px 0 #BBB inset, -1px -1px 0 #999 inset;
	-o-box-shadow      : 1px 1px 0 #BBB inset, -1px -1px 0 #999 inset;
	box-shadow         : 1px 1px 0 #BBB inset, -1px -1px 0 #999 inset;*/
}


.wp-tabs {
	position:relative;
}


/* Tabs at bottom */

.wpui-light ul.ui-tabs-nav.ul-bottom {
	border-top: 1px solid #AAA;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	background: -moz-linear-gradient(top, #A5A5A5, #D5D5D5);
	background: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#D5D5D5));
	background: -webkit-linear-gradient(top, #A5A5A5, #D5D5D5);
	background: -o-linear-gradient(top, #A5A5A5, #D5D5D5);
	border-top: 1px solid #888;
}

.wpui-light ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;
	background: -moz-linear-gradient(top, #929292, #D2D2D2);
	background: -webkit-gradient(linear, left top, left bottom, from(#929292), to(#D2D2D2));
	background: -webkit-linear-gradient(top, #929292, #D2D2D2);
	background: -o-linear-gradient(top, #929292, #D2D2D2);
	top:0px;	
}


.wpui-light ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border: 1px solid #999;
	background: none;
	background: -moz-linear-gradient(top, #D1D1D1, #AAAAAA);
	background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#AAAAAA));
	background: -webkit-linear-gradient(top, #D1D1D1, #AAAAAA);
	background: -o-linear-gradient(top, #D1D1D1, #AAAAAA);	
	border-top: 0px;
	bottom: 0;
	top:	-1px;
	height: 16px;
}

.wpui-light ul.ui-tabs-nav.ul-bottom li.ui-state-active a {
	border-top: 0px;
}


/*
 *	wpui Light accordion styles.
 */


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

.wpui-light h3.ui-collapsible-header:hover,
.wpui-light .ui-accordion h3.ui-accordion-header:hover {
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(top, #FFF, #EEE);
	background: -o-linear-gradient(top, #FFF, #EEE);
	border: 1px solid #DDD;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}

.wpui-light h3.ui-collapsible-header.ui-state-active,
.wpui-light .ui-accordion h3.ui-accordion-header.ui-state-active {
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -webkit-linear-gradient(top, #FFF, #EEE);
	background: -o-linear-gradient(top, #FFF, #EEE);
	color: #000;
	border: 1px solid #D2D2D2;
	text-shadow: 0 1px 0 #FFF;
	border-radius          : 3px 3px 0 0;
	-moz-border-radius     : 3px 3px 0 0;
	-webkit-border-radius  : 3px 3px 0 0;
	-webkit-border-radius  : 3px 3px 0 0;
	border-bottom: 0px;
}

.wpui-light .ui-collapsible-content,
.wpui-light .ui-accordion .ui-accordion-content {
	color: #666;
	background: white;
	border: 1px solid #DDD;	
}

/*.wpui-light span.ui-icon-triangle-1-e {
	background-position: 0 -16px;
}

.wpui-light span.ui-icon-triangle-1-s {
	background-position: -16px -16px;
}
*/

.ui-dialog {
	position: absolute !important; 
	font-size: 12px;
	-moz-box-shadow    : 0 2px 10px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow : 0 2px 10px rgba( 0, 0, 0, 0.4 );
	-o-box-shadow      : 0 2px 10px rgba( 0, 0, 0, 0.4 );
	box-shadow         : 0 2px 10px rgba( 0, 0, 0, 0.4 );	
}

.ui-dialog-titlebar {
	cursor: move;
}

.ui-widget-overlay {
	background: -moz-linear-gradient( top , rgba(0, 0, 0, 0.7), rgba( 25, 25, 25, 0.7));
	background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.7), rgba( 25, 25, 25, 0.7));
	background: -o-linear-gradient( top , rgba(0, 0, 0, 0.7), rgba( 25, 25, 25, 0.7));
	background: -ms-linear-gradient( top , rgba(0, 0, 0, 0.7), rgba( 25, 25, 25, 0.7));
	background: linear-gradient( top , rgba(0, 0, 0, 0.7), rgba( 25, 25, 25, 0.7));
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.wpui-light .ui-dialog-titlebar {
	font-weight: bold;
	color: #555;
	padding: 10px;
	background: -moz-linear-gradient(top , #F4F2F4,  #CACACA);
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F2F4), to(#CACACA));
	background: -webkit-linear-gradient(top , #F4F2F4, #CACACA);
	background: -o-linear-gradient(top , #F4F2F4, #CACACA);
	-moz-border-radius     : 8px 8px 0 0;
	-webkit-border-radius  : 8px 8px 0 0;
	-o-border-radius       : 8px 8px 0 0;
	border-radius          : 8px 8px 0 0;
	border-bottom: 1px solid #999;
	overflow: hidden;
	box-shadow: 0 1px 0 #FFF inset, 0 1px 0 #FFF inset;
}

.wpui-light .ui-dialog-content {
	padding: 15px;
	overflow:hidden;
	-moz-border-radius     : 0 0 8px 8px;
	-webkit-border-radius  : 0 0 8px 8px;
	-o-border-radius       : 0 0 8px 8px;
	border-radius          : 0 0 8px 8px;

}

.wpui-light .ui-dialog-titlebar-close {
	background: url("../images/close-dark.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	right: 5px;
	top : 5px;
	width: 18px;
	height : 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid transparent;
	opacity: 0.3;
	text-indent : -99999em;
	
}


.wpui-light .ui-dialog-titlebar-close:hover {
	background: url("../images/close-dark.png") no-repeat scroll 0 0 transparent;
	width: 18px;
	height : 18px;
	border: 1px solid transparent;
	top: 5px;
	right: 5px;
	opacity: 0.6;
}

.wpui-light .ui-dialog-buttonpane {
	border-top : 1px solid #DDD;
	-moz-box-shadow    : 0 1px 0 #FFF inset;
	-webkit-box-shadow : 0 1px 0 #FFF inset;
	-o-box-shadow      : 0 1px 0 #FFF inset;
	box-shadow         : 0 1px 0 #FFF inset;
	padding : 0.7em;
	background : #EFEFEF;
}


.wpui-light.wpui-button {
	background : #EEE;
	background: -moz-linear-gradient(top , #F4F2F4,  #DEDEDE);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background: -webkit-linear-gradient(top , #EEE, #CCC);
	background: -o-linear-gradient(top , #EEE, #CCC);
	text-decoration : none;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #AAA;
	-moz-box-shadow    : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #CCC inset, 0 -4px 8px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #EEE inset, 0 -4px 8px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow      : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #EEE inset, 0 -4px 8px rgba(0, 0, 0, 0.1) inset;
	box-shadow         : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #CCC inset, 0 -4px 8px rgba(0, 0, 0, 0.1) inset;
	font-weight : bold;
	color : #888;
	-moz-border-radius     : 2px;
	-webkit-border-radius  : 2px;
	-o-border-radius       : 2px;
	border-radius          : 2px;
	-moz-transition : all 0.2s ease-in;
	-webkit-transition : all 0.2s ease-in;
	-o-transition : all 0.2s ease-in;
	-ms-transition : all 0.2s ease-in;
	transition : all 0.2s ease-in;
}

.wpui-light.wpui-button:hover {
	background : #DEDEDE;
	background: -moz-linear-gradient(top , #EEE,  #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background: -webkit-linear-gradient(top , #EEE, #CCC);
	background: -o-linear-gradient(top , #EEE, #CCC);
	text-decoration : none;
	color: #333;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #AAA;
	-moz-box-shadow    : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	-webkit-box-shadow : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	-o-box-shadow      : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	box-shadow         : 1px 1px 0 #F4F2F4 inset, -1px -1px 0 #DDD inset;
	font-weight : bold;
	color : #666;
}
.wpui-light.wpui-button:active {
	-moz-box-shadow    : 0 2px 7px rgba( 0, 0, 0, 0.3) inset;
	-webkit-box-shadow : 0 2px 7px rgba( 0, 0, 0, 0.3) inset;
	-o-box-shadow      : 0 2px 7px rgba( 0, 0, 0, 0.3) inset;
	box-shadow         : 0 2px 7px rgba( 0, 0, 0, 0.3) inset;
}