/*
 *	Android style tabs 
 */
.wpui-android .ui-tabs {

	padding: 0px !important;
}

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

.wpui-android .ui-tabs {
	background: #080808;
	border: 1px solid #5A5A5A;
}

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

.wpui-android .ui-tabs-panel {
	background: #080808;
	color: #DDD;
	border-bottom: 0px;
	font-family: 'Arial', sans-serif;
}

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

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

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

}

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

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



.wpui-android .ui-button {
	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;
	padding: 4px 7px;
	border: 1px solid #999;
}


.wpui-android .wp-tab-content a.ui-button {
	float: right;
	margin: 20px 0;
	text-decoration: none !important;
}



.wpui-android .tab-top-nav a,
.wpui-android .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;

	padding: 4px 7px;
	border: 1px solid #999;
}

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

.wpui-android .wp-tabs {
	position:relative;
}


.wpui-android .ui-resizable-se {
	background: url("http://www.thehostelrieatgoodrich.co.uk/wp-content/plugins/wp-ui/images/dark-resize-se.png") no-repeat;
}


/* Tabs at bottom */

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

.wpui-android ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;

	top:0px;
	border-top: 0px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

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


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

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



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

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

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

}


.wpui-android .ui-collapsible-content,
.wpui-android .ui-accordion .ui-accordion-content {
	color: #DDD;
	background: #080808;
	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;
}



.wpui-android.ui-dialog {
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	background: #131313;
	color: #DDD;
	border: 1px solid #5A5A5A;
	-moz-border-radius     : 0px;
	-webkit-border-radius  : 0px;
	-o-border-radius       : 0px;
	border-radius          : 0px;
}

.wpui-android .ui-dialog-titlebar {
	font-weight: bold;
	background: #949494;
	color: #131313;
	text-shadow:	0 1px 0 #DDD;
	padding: 6px 10px;
	border-bottom: 1px solid #000;
/*	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);*/
	box-shadow: 0 1px 0 #DDD inset, 0 -1px 0 #777 inset;
	-moz-border-radius     : 0px;
	-webkit-border-radius  : 0px;
	-o-border-radius       : 0px;
	border-radius          : 0px;
}

.wpui-android .ui-dialog-content {
	padding: 10px;
	overflow:hidden;
	color: #FFF;
}

.wpui-android .ui-dialog-titlebar-close {
	background: url("http://www.thehostelrieatgoodrich.co.uk/wp-content/plugins/wp-ui/images/close-light.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.6;
	text-indent : -99999em;

}


.wpui-android .ui-dialog-titlebar-close:hover {
	background: url("http://www.thehostelrieatgoodrich.co.uk/wp-content/plugins/wp-ui/images/close-light.png") no-repeat scroll 0 0 transparent;
	width: 18px;
	height : 18px;
	border: 1px solid transparent;
	top: 5px;
	right: 5px;
	opacity: 1;
}


.wpui-android h1,
.wpui-android h2,
.wpui-android h3,
.wpui-android h4,
.wpui-android h5 {
	color: #FFF;
}




.wpui-android.wpui-button {
	background: #AAA;
	background: -moz-linear-gradient(top , #CFCFCF,  #AAA);
	background: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#AAA));
	background: -webkit-linear-gradient(top , #CFCFCF, #AAA);
	background: -o-linear-gradient(top , #CFCFCF, #AAA);
	text-shadow: 0 1px 0 #FFF;
	font-weight : bold;
	color: #666;
	border: 1px solid #999;
	-moz-border-radius     : 3px;
	-webkit-border-radius  : 3px;
	-o-border-radius       : 3px;
	border-radius          : 3px;
	box-shadow : 1px 1px 0 #DDD inset, -1px -1px 0 #CCC inset;
	-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-android.wpui-button:hover {
	background: -moz-linear-gradient(top , #E5E5E5,  #B5B5B5);
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#B5B5B5));
	background: -webkit-linear-gradient(top , #E5E5E5, #B5B5B5);
	background: -o-linear-gradient(top , #E5E5E5, #B5B5B5);
	color : #333;
}


.wpui-android.wpui-button:active {
	-moz-box-shadow    : 0 2px 7px rgba( 0, 0, 0, 0.4) inset;
	-webkit-box-shadow : 0 2px 7px rgba( 0, 0, 0, 0.4) inset;
	-o-box-shadow      : 0 2px 7px rgba( 0, 0, 0, 0.4) inset;
	box-shadow         : 0 2px 7px rgba( 0, 0, 0, 0.4) inset;
	background: -moz-linear-gradient(top , #FF9E08,  #FFA208);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9E08), to(#FFA208));
	background: -webkit-linear-gradient(top , #FF9E08, #FFA208);
	background: -o-linear-gradient(top , #FF9E08, #FFA208);
	border: 1px solid #FFBA39;
	text-shadow: 0 1px 0 #FFBA39;
}