/*!
* jQuery Mobile 1.4.2
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Globals */

/* Font
-----------------------------------------------------------------------------------------------------------*/

html {
	font-size:100%;
}

body, input, select, textarea, button, .ui-btn {
	font-size:1em;
	line-height:1.3;
	font-family:sans-serif;
}

legend, .ui-input-text input, .ui-input-search input {
	color:#000000;
	text-shadow:inherit;
}

/* Form labels (overrides font-weight bold in bars, and mini font-size) */

.ui-mobile label, div.ui-controlgroup-label {
	font-weight:normal;
	font-size:16px;
}

/* Separators
-----------------------------------------------------------------------------------------------------------*/

/* Field contain separator (< 28em) */

.ui-field-contain {
	border-bottom:1px solid rgba(0,0,0,0.15);
}

/* Table opt-in classes: strokes between each row, and alternating row stripes */

/* Classes table-stroke and table-stripe are deprecated in 1.4. */

.table-stroke thead th, .table-stripe thead th, .table-stripe tbody tr:last-child {
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.table-stroke tbody th, .table-stroke tbody td {
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.table-stripe.table-stroke tbody tr:last-child th, .table-stripe.table-stroke tbody tr:last-child td {
}

.table-stripe tbody tr:nth-child(odd) td, .table-stripe tbody tr:nth-child(odd) th {
	background-color:rgba(0,0,0,0.04);
}

/* Buttons
-----------------------------------------------------------------------------------------------------------*/

.ui-btn, label.ui-btn {
	font-weight:bold;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-btn:link {
	text-decoration:none;
}

.ui-btn-active {
	cursor:pointer;
}

/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/

/* Class ui-btn-corner-all deprecated in 1.4 */

.ui-corner-all {
	-webkit-border-top-left-radius:0.6em;
	border-top-left-radius:0.6em;
	-o-border-top-left-radius:0.6em;
	-ms-border-top-left-radius:0.6em;
	-moz-border-radius-topleft:0.6em;
	-webkit-border-top-right-radius:0.6em;
	border-top-right-radius:0.6em;
	-o-border-top-right-radius:0.6em;
	-ms-border-top-right-radius:0.6em;
	-moz-border-radius-topright:0.6em;
	-webkit-border-bottom-right-radius:0.6em;
	border-bottom-right-radius:0.6em;
	-o-border-bottom-right-radius:0.6em;
	-ms-border-bottom-right-radius:0.6em;
	-moz-border-radius-bottomright:0.6em;
	-webkit-border-bottom-left-radius:0.6em;
	border-bottom-left-radius:0.6em;
	-o-border-bottom-left-radius:0.6em;
	-ms-border-bottom-left-radius:0.6em;
	-moz-border-radius-bottomleft:0.6em;
}

/* Buttons */

.ui-btn-corner-all, .ui-btn.ui-corner-all, #fluxcsscommentfakeruleprefix19548990971505795335 {
}

.ui-slider-track.ui-corner-all, #fluxcsscommentfakeruleprefix5636135121636807826 {
}

.ui-flipswitch.ui-corner-all, #fluxcsscommentfakeruleprefix1580723810101929267 {
}

.ui-li-count {
	-webkit-border-top-left-radius:0.3125em;
	border-top-left-radius:0.3125em;
	-o-border-top-left-radius:0.3125em;
	-ms-border-top-left-radius:0.3125em;
	-moz-border-radius-topleft:0.3125em;
	-webkit-border-top-right-radius:0.3125em;
	border-top-right-radius:0.3125em;
	-o-border-top-right-radius:0.3125em;
	-ms-border-top-right-radius:0.3125em;
	-moz-border-radius-topright:0.3125em;
	-webkit-border-bottom-right-radius:0.3125em;
	border-bottom-right-radius:0.3125em;
	-o-border-bottom-right-radius:0.3125em;
	-ms-border-bottom-right-radius:0.3125em;
	-moz-border-radius-bottomright:0.3125em;
	-webkit-border-bottom-left-radius:0.3125em;
	border-bottom-left-radius:0.3125em;
	-o-border-bottom-left-radius:0.3125em;
	-ms-border-bottom-left-radius:0.3125em;
	-moz-border-radius-bottomleft:0.3125em;
}

/* Icon-only buttons */

.ui-btn-icon-notext.ui-btn-corner-all, .ui-btn-icon-notext.ui-corner-all {
	-webkit-border-top-left-radius:1em;
	border-top-left-radius:1em;
	-o-border-top-left-radius:1em;
	-ms-border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-right-radius:1em;
	border-top-right-radius:1em;
	-o-border-top-right-radius:1em;
	-ms-border-top-right-radius:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-bottom-right-radius:1em;
	border-bottom-right-radius:1em;
	-o-border-bottom-right-radius:1em;
	-ms-border-bottom-right-radius:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-left-radius:1em;
	border-bottom-left-radius:1em;
	-o-border-bottom-left-radius:1em;
	-ms-border-bottom-left-radius:1em;
	-moz-border-radius-bottomleft:1em;
}

/* Radius clip workaround for cleaning up corner trapping */

.ui-btn-corner-all, .ui-corner-all {
	-webkit-background-clip:padding;
	background-clip:padding-box;
}

/* Popup arrow */

.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left:0.6em;
	right:0.6em;
	top:0.6em;
	bottom:0.6em;
}

/* Shadow
-----------------------------------------------------------------------------------------------------------*/

.ui-shadow {
}

.ui-shadow-inset {
}

.ui-overlay-shadow {
	-webkit-box-shadow:rgba(0, 0, 0, 0.589844) 0px 0px 12px;
	box-shadow:rgba(0, 0, 0, 0.589844) 0px 0px 12px;
	-o-box-shadow:rgba(0, 0, 0, 0.589844) 0px 0px 12px;
	-ms-box-shadow:rgba(0, 0, 0, 0.589844) 0px 0px 12px;
	-moz-box-shadow:rgba(0, 0, 0, 0.589844) 0px 0px 12px;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-icon-left::after, .ui-btn-icon-right::after, .ui-btn-icon-top::after, .ui-btn-icon-bottom::after, .ui-btn-icon-notext::after {
	background-color:#666666;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	-webkit-border-top-left-radius:1em;
	border-top-left-radius:1em;
	-o-border-top-left-radius:1em;
	-ms-border-top-left-radius:1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-right-radius:1em;
	border-top-right-radius:1em;
	-o-border-top-right-radius:1em;
	-ms-border-top-right-radius:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-bottom-right-radius:1em;
	border-bottom-right-radius:1em;
	-o-border-bottom-right-radius:1em;
	-ms-border-bottom-right-radius:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-left-radius:1em;
	border-bottom-left-radius:1em;
	-o-border-bottom-left-radius:1em;
	-ms-border-bottom-left-radius:1em;
	-moz-border-radius-bottomleft:1em;
}

/* Alt icons */

.ui-alt-icon.ui-btn::after, .ui-alt-icon .ui-btn::after, html .ui-alt-icon.ui-checkbox-off::after, html .ui-alt-icon.ui-radio-off::after, html .ui-alt-icon .ui-checkbox-off::after, html .ui-alt-icon .ui-radio-off::after {
	background-color:rgba(0,0,0,0.15);
}

/* No disc */

.ui-nodisc-icon.ui-btn::after, .ui-nodisc-icon .ui-btn::after {
	background-color:transparent;
}

/* Icon shadow */

.ui-shadow-icon.ui-btn::after, .ui-shadow-icon .ui-btn::after {
	-webkit-box-shadow:rgba(255, 255, 255, 0.292969) 0px 1px 0px;
	box-shadow:rgba(255, 255, 255, 0.292969) 0px 1px 0px;
	-o-box-shadow:rgba(255, 255, 255, 0.292969) 0px 1px 0px;
	-ms-box-shadow:rgba(255, 255, 255, 0.292969) 0px 1px 0px;
	-moz-box-shadow:rgba(255, 255, 255, 0.292969) 0px 1px 0px;
}

/* Checkbox and radio */

.ui-btn.ui-checkbox-off::after, .ui-btn.ui-checkbox-on::after, .ui-btn.ui-radio-off::after, .ui-btn.ui-radio-on::after {
	display:block;
	width:18px;
	height:18px;
	margin:-9px 2px 0px 2px;
}

.ui-checkbox-off::after, .ui-btn.ui-radio-off::after {
	opacity:0.3;
}

.ui-btn.ui-checkbox-off::after, .ui-btn.ui-checkbox-on::after {
	-webkit-border-top-left-radius:0.1875em;
	border-top-left-radius:0.1875em;
	-o-border-top-left-radius:0.1875em;
	-ms-border-top-left-radius:0.1875em;
	-moz-border-radius-topleft:0.1875em;
	-webkit-border-top-right-radius:0.1875em;
	border-top-right-radius:0.1875em;
	-o-border-top-right-radius:0.1875em;
	-ms-border-top-right-radius:0.1875em;
	-moz-border-radius-topright:0.1875em;
	-webkit-border-bottom-right-radius:0.1875em;
	border-bottom-right-radius:0.1875em;
	-o-border-bottom-right-radius:0.1875em;
	-ms-border-bottom-right-radius:0.1875em;
	-moz-border-radius-bottomright:0.1875em;
	-webkit-border-bottom-left-radius:0.1875em;
	border-bottom-left-radius:0.1875em;
	-o-border-bottom-left-radius:0.1875em;
	-ms-border-bottom-left-radius:0.1875em;
	-moz-border-radius-bottomleft:0.1875em;
}

.ui-radio .ui-btn.ui-radio-on::after {
	background-image:none;
	background-color:#FFFFFF;
	width:8px;
	height:8px;
	border-top-width:5px;
	border-right-width:5px;
	border-bottom-width:5px;
	border-left-width:5px;
	border-style:solid;
}

.ui-alt-icon.ui-btn.ui-radio-on::after, .ui-alt-icon .ui-btn.ui-radio-on::after {
	background-color:#000000;
}

/* Loader */

.ui-icon-loading {
	background-image:url(images/ajax%2dloader.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	background-size:2.875em 2.875em;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	background-color:#E9E9E9;
	border-top-color:#DDDDDD;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	border-left-color:#DDDDDD;
	color:#333333;
	text-shadow:rgb(238, 238, 238) 0px 1px 0px;
	font-weight:bold;
}

.ui-bar-a {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background-color:#F9F9F9;
	border-top-color:#BBBBBB;
	border-right-color:#BBBBBB;
	border-bottom-color:#BBBBBB;
	border-left-color:#BBBBBB;
	color:#333333;
	text-shadow:rgb(243, 243, 243) 0px 1px 0px;
}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
	background-color:#FFFFFF;
	border-top-color:#DDDDDD;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	border-left-color:#DDDDDD;
	color:#333333;
	text-shadow:rgb(243, 243, 243) 0px 1px 0px;
}

.ui-body-a {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
	color:#3388CC;
	font-weight:bold;
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
	color:#3388CC;
}

.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
	color:#005599;
}

.ui-page-theme-a a:active, html .ui-bar-a a:active, html .ui-body-a a:active, html body .ui-group-theme-a a:active {
	color:#005599;
}

.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
	background-color:#F6F6F6;
	border-top-color:#DDDDDD;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	border-left-color:#DDDDDD;
	color:#333333;
	text-shadow:rgb(243, 243, 243) 0px 1px 0px;
}

.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head + body .ui-btn.ui-btn-a:hover {
	background-color:#EDEDED;
	border-top-color:#DDDDDD;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	border-left-color:#DDDDDD;
	color:#333333;
	text-shadow:rgb(243, 243, 243) 0px 1px 0px;
}

.ui-page-theme-a .ui-btn:active, html .ui-bar-a .ui-btn:active, html .ui-body-a .ui-btn:active, html body .ui-group-theme-a .ui-btn:active, html head + body .ui-btn.ui-btn-a:active {
	background-color:#E8E8E8;
	border-top-color:#DDDDDD;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	border-left-color:#DDDDDD;
	color:#333333;
	text-shadow:rgb(243, 243, 243) 0px 1px 0px;
}

.ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on::after, html .ui-bar-a .ui-checkbox-on::after, html .ui-body-a .ui-checkbox-on::after, html body .ui-group-theme-a .ui-checkbox-on::after, .ui-btn.ui-checkbox-on.ui-btn-a::after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active {
	background-color:#3388CC;
	border-top-color:#1C4A70;
	border-right-color:#1C4A70;
	border-bottom-color:#1C4A70;
	border-left-color:#1C4A70;
	color:#FFFFFF;
	text-shadow:rgb(0, 85, 153) 0px 1px 0px;
}

.ui-page-theme-a .ui-radio-on::after, html .ui-bar-a .ui-radio-on::after, html .ui-body-a .ui-radio-on::after, html body .ui-group-theme-a .ui-radio-on::after, .ui-btn.ui-radio-on.ui-btn-a::after {
	border-top-color:#3388CC;
	border-right-color:#3388CC;
	border-bottom-color:#3388CC;
	border-left-color:#3388CC;
}

.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow:rgb(51, 136, 204) 0px 0px 12px;
	box-shadow:rgb(51, 136, 204) 0px 0px 12px;
	-o-box-shadow:rgb(51, 136, 204) 0px 0px 12px;
	-ms-box-shadow:rgb(51, 136, 204) 0px 0px 12px;
	-moz-box-shadow:rgb(51, 136, 204) 0px 0px 12px;
}

.ui-bar-b, .ui-page-theme-b .ui-bar-inherit, html .ui-bar-b .ui-bar-inherit, html .ui-body-b .ui-bar-inherit, html body .ui-group-theme-b .ui-bar-inherit {
	background-color:#1D1D1D;
	border-top-color:#1B1B1B;
	border-right-color:#1B1B1B;
	border-bottom-color:#1B1B1B;
	border-left-color:#1B1B1B;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
	font-weight:bold;
}

.ui-bar-b {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-overlay-b, .ui-page-theme-b, .ui-page-theme-b .ui-panel-wrapper {
	background-color:#252525;
	border-top-color:#454545;
	border-right-color:#454545;
	border-bottom-color:#454545;
	border-left-color:#454545;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
}

.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {
	background-color:#2A2A2A;
	border-top-color:#1D1D1D;
	border-right-color:#1D1D1D;
	border-bottom-color:#1D1D1D;
	border-left-color:#1D1D1D;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
}

.ui-body-b {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-page-theme-b a, html .ui-bar-b a, html .ui-body-b a, html body .ui-group-theme-b a {
	color:#22AADD;
	font-weight:bold;
}

.ui-page-theme-b a:visited, html .ui-bar-b a:visited, html .ui-body-b a:visited, html body .ui-group-theme-b a:visited {
	color:#22AADD;
}

.ui-page-theme-b a:hover, html .ui-bar-b a:hover, html .ui-body-b a:hover, html body .ui-group-theme-b a:hover {
	color:#0088BB;
}

.ui-page-theme-b a:active, html .ui-bar-b a:active, html .ui-body-b a:active, html body .ui-group-theme-b a:active {
	color:#0088BB;
}

.ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head + body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited, html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head + body .ui-btn.ui-btn-b:visited {
	background-color:#333333;
	border-top-color:#1F1F1F;
	border-right-color:#1F1F1F;
	border-bottom-color:#1F1F1F;
	border-left-color:#1F1F1F;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
}

.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-body-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head + body .ui-btn.ui-btn-b:hover {
	background-color:#373737;
	border-top-color:#1F1F1F;
	border-right-color:#1F1F1F;
	border-bottom-color:#1F1F1F;
	border-left-color:#1F1F1F;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
}

.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-body-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head + body .ui-btn.ui-btn-b:active {
	background-color:#404040;
	border-top-color:#1F1F1F;
	border-right-color:#1F1F1F;
	border-bottom-color:#1F1F1F;
	border-left-color:#1F1F1F;
	color:#FFFFFF;
	text-shadow:rgb(17, 17, 17) 0px 1px 0px;
}

.ui-page-theme-b .ui-btn.ui-btn-active, html .ui-bar-b .ui-btn.ui-btn-active, html .ui-body-b .ui-btn.ui-btn-active, html body .ui-group-theme-b .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-b.ui-btn-active, .ui-page-theme-b .ui-checkbox-on::after, html .ui-bar-b .ui-checkbox-on::after, html .ui-body-b .ui-checkbox-on::after, html body .ui-group-theme-b .ui-checkbox-on::after, .ui-btn.ui-checkbox-on.ui-btn-b::after, .ui-page-theme-b .ui-flipswitch-active, html .ui-bar-b .ui-flipswitch-active, html .ui-body-b .ui-flipswitch-active, html body .ui-group-theme-b .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active, .ui-page-theme-b .ui-slider-track .ui-btn-active, html .ui-bar-b .ui-slider-track .ui-btn-active, html .ui-body-b .ui-slider-track .ui-btn-active, html body .ui-group-theme-b .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-b .ui-btn-active {
	background-color:#22AADD;
	border-top-color:#125D79;
	border-right-color:#125D79;
	border-bottom-color:#125D79;
	border-left-color:#125D79;
	color:#FFFFFF;
	text-shadow:rgb(0, 136, 187) 0px 1px 0px;
}

.ui-page-theme-b .ui-radio-on::after, html .ui-bar-b .ui-radio-on::after, html .ui-body-b .ui-radio-on::after, html body .ui-group-theme-b .ui-radio-on::after, .ui-btn.ui-radio-on.ui-btn-b::after {
	border-top-color:#22AADD;
	border-right-color:#22AADD;
	border-bottom-color:#22AADD;
	border-left-color:#22AADD;
}

.ui-page-theme-b .ui-btn:focus, html .ui-bar-b .ui-btn:focus, html .ui-body-b .ui-btn:focus, html body .ui-group-theme-b .ui-btn:focus, html head + body .ui-btn.ui-btn-b:focus, .ui-page-theme-b .ui-focus, html .ui-bar-b .ui-focus, html .ui-body-b .ui-focus, html body .ui-group-theme-b .ui-focus, html head + body .ui-btn-b.ui-focus, html head + body .ui-body-b.ui-focus {
	-webkit-box-shadow:rgb(34, 170, 221) 0px 0px 12px;
	box-shadow:rgb(34, 170, 221) 0px 0px 12px;
	-o-box-shadow:rgb(34, 170, 221) 0px 0px 12px;
	-ms-box-shadow:rgb(34, 170, 221) 0px 0px 12px;
	-moz-box-shadow:rgb(34, 170, 221) 0px 0px 12px;
}

.ui-bar-c, .ui-page-theme-c .ui-bar-inherit, html .ui-bar-c .ui-bar-inherit, html .ui-body-c .ui-bar-inherit, html body .ui-group-theme-c .ui-bar-inherit {
	background-color:#747474;
	border-top-color:#3F3F3F;
	border-right-color:#3F3F3F;
	border-bottom-color:#3F3F3F;
	border-left-color:#3F3F3F;
	color:#FFFFFF;
	text-shadow:rgb(68, 68, 68) 0px 1px 0px;
	font-weight:bold;
}

.ui-bar-c {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-overlay-c, .ui-page-theme-c, .ui-page-theme-c .ui-panel-wrapper {
	background-color:#808080;
	border-top-color:#808080;
	border-right-color:#808080;
	border-bottom-color:#808080;
	border-left-color:#808080;
	color:#FFFFFF;
	text-shadow:rgb(68, 68, 68) 0px 1px 0px;
}

.ui-body-c, .ui-page-theme-c .ui-body-inherit, html .ui-bar-c .ui-body-inherit, html .ui-body-c .ui-body-inherit, html body .ui-group-theme-c .ui-body-inherit, html .ui-panel-page-container-c {
	background-color:#E6E6E6;
	border-top-color:#7E7E7E;
	border-right-color:#7E7E7E;
	border-bottom-color:#7E7E7E;
	border-left-color:#7E7E7E;
	color:#000000;
	text-shadow:rgb(238, 238, 238) 0px 1px 0px;
}

.ui-body-c {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.ui-page-theme-c a, html .ui-bar-c a, html .ui-body-c a, html body .ui-group-theme-c a {
	color:#3388CC;
	font-weight:bold;
}

.ui-page-theme-c a:visited, html .ui-bar-c a:visited, html .ui-body-c a:visited, html body .ui-group-theme-c a:visited {
	color:#3388CC;
}

.ui-page-theme-c a:hover, html .ui-bar-c a:hover, html .ui-body-c a:hover, html body .ui-group-theme-c a:hover {
	color:#005599;
}

.ui-page-theme-c a:active, html .ui-bar-c a:active, html .ui-body-c a:active, html body .ui-group-theme-c a:active {
	color:#005599;
}

.ui-page-theme-c .ui-btn, html .ui-bar-c .ui-btn, html .ui-body-c .ui-btn, html body .ui-group-theme-c .ui-btn, html head + body .ui-btn.ui-btn-c, .ui-page-theme-c .ui-btn:visited, html .ui-bar-c .ui-btn:visited, html .ui-body-c .ui-btn:visited, html body .ui-group-theme-c .ui-btn:visited, html head + body .ui-btn.ui-btn-c:visited {
	background-color:#F2F2F2;
	border-top-color:#858585;
	border-right-color:#858585;
	border-bottom-color:#858585;
	border-left-color:#858585;
	color:#000000;
	text-shadow:rgb(238, 238, 238) 0px 1px 0px;
}

.ui-page-theme-c .ui-btn:hover, html .ui-bar-c .ui-btn:hover, html .ui-body-c .ui-btn:hover, html body .ui-group-theme-c .ui-btn:hover, html head + body .ui-btn.ui-btn-c:hover {
	background-color:#FFFFFF;
	border-top-color:#8C8C8C;
	border-right-color:#8C8C8C;
	border-bottom-color:#8C8C8C;
	border-left-color:#8C8C8C;
	color:#000000;
	text-shadow:rgb(238, 238, 238) 0px 1px 0px;
}

.ui-page-theme-c .ui-btn:active, html .ui-bar-c .ui-btn:active, html .ui-body-c .ui-btn:active, html body .ui-group-theme-c .ui-btn:active, html head + body .ui-btn.ui-btn-c:active {
	background-color:#FFFFFF;
	border-top-color:#8C8C8C;
	border-right-color:#8C8C8C;
	border-bottom-color:#8C8C8C;
	border-left-color:#8C8C8C;
	color:#000000;
	text-shadow:rgb(238, 238, 238) 0px 1px 0px;
}

.ui-page-theme-c .ui-btn.ui-btn-active, html .ui-bar-c .ui-btn.ui-btn-active, html .ui-body-c .ui-btn.ui-btn-active, html body .ui-group-theme-c .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-c.ui-btn-active, .ui-page-theme-c .ui-checkbox-on::after, html .ui-bar-c .ui-checkbox-on::after, html .ui-body-c .ui-checkbox-on::after, html body .ui-group-theme-c .ui-checkbox-on::after, .ui-btn.ui-checkbox-on.ui-btn-c::after, .ui-page-theme-c .ui-flipswitch-active, html .ui-bar-c .ui-flipswitch-active, html .ui-body-c .ui-flipswitch-active, html body .ui-group-theme-c .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-c.ui-flipswitch-active, .ui-page-theme-c .ui-slider-track .ui-btn-active, html .ui-bar-c .ui-slider-track .ui-btn-active, html .ui-body-c .ui-slider-track .ui-btn-active, html body .ui-group-theme-c .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-c .ui-btn-active {
	background-color:#4D4D4D;
	border-top-color:#6B6B6B;
	border-right-color:#6B6B6B;
	border-bottom-color:#6B6B6B;
	border-left-color:#6B6B6B;
	color:#FFFFFF;
	text-shadow:rgb(68, 68, 68) 0px 1px 0px;
}

.ui-page-theme-c .ui-radio-on::after, html .ui-bar-c .ui-radio-on::after, html .ui-body-c .ui-radio-on::after, html body .ui-group-theme-c .ui-radio-on::after, .ui-btn.ui-radio-on.ui-btn-c::after {
	border-top-color:#4D4D4D;
	border-right-color:#4D4D4D;
	border-bottom-color:#4D4D4D;
	border-left-color:#4D4D4D;
}

.ui-page-theme-c .ui-btn:focus, html .ui-bar-c .ui-btn:focus, html .ui-body-c .ui-btn:focus, html body .ui-group-theme-c .ui-btn:focus, html head + body .ui-btn.ui-btn-c:focus, .ui-page-theme-c .ui-focus, html .ui-bar-c .ui-focus, html .ui-body-c .ui-focus, html body .ui-group-theme-c .ui-focus, html head + body .ui-btn-c.ui-focus, html head + body .ui-body-c.ui-focus {
	-webkit-box-shadow:rgb(77, 77, 77) 0px 0px 12px;
	box-shadow:rgb(77, 77, 77) 0px 0px 12px;
	-o-box-shadow:rgb(77, 77, 77) 0px 0px 12px;
	-ms-box-shadow:rgb(77, 77, 77) 0px 0px 12px;
	-moz-box-shadow:rgb(77, 77, 77) 0px 0px 12px;
}

.ui-disabled, .ui-state-disabled, button[disabled], .ui-select .ui-btn.ui-state-disabled {
	opacity:0.3;
	cursor:default;
	pointer-events:none;
}

.ui-btn:focus, .ui-btn.ui-focus {
	outline-width:0;
	outline-color:#000000;
	outline-style:initial;
}

.ui-noboxshadow .ui-shadow, .ui-noboxshadow .ui-shadow-inset, .ui-noboxshadow .ui-overlay-shadow, .ui-noboxshadow .ui-shadow-icon.ui-btn::after, .ui-noboxshadow .ui-shadow-icon .ui-btn::after, .ui-noboxshadow .ui-focus, .ui-noboxshadow .ui-btn:focus, .ui-noboxshadow input:focus, .ui-noboxshadow .ui-panel {
	-webkit-box-shadow:none;
	box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
}

.ui-noboxshadow .ui-btn:focus, .ui-noboxshadow .ui-focus {
	outline-width:1px;
	outline-style:auto;
}

