/* Swatches <style>*/
/* C
-----------------------------------------------------------------------------------------------------------*/

/* Bar: Toolbars, dividers, slider track */
.ui-bar-z,
.ui-page-theme-z .ui-bar-inherit,
html .ui-bar-z .ui-bar-inherit,
html .ui-body-z .ui-bar-inherit,
html body .ui-group-theme-z .ui-bar-inherit {
	background-color: 	#FFFF99	/*	#e9e9e9 {a-bar-background-color}*/;
	border-color:	 		#ddd /*{a-bar-border}*/;
	color: 				#000000	/*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ 	#eee /*{a-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-z {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-z,
.ui-page-theme-z,
.ui-page-theme-z .ui-panel-wrapper {
	background-color: 	#FFFFFF/*	#f9f9f9 {a-page-background-color}*/;
	border-color:	 		#bbb /*{a-page-border}*/;
	color: 				#000000 /*{a-page-color}*/;
	text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ 	/*#f3f3f3 {a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-z,
.ui-page-theme-z .ui-body-inherit,
html .ui-bar-z .ui-body-inherit,
html .ui-body-z .ui-body-inherit,
html body .ui-group-theme-z .ui-body-inherit,
html .ui-panel-page-container-z {
	background-color:  #ffffff		/*	#fff {a-body-background-color}*/;
	border-color:	 		#ddd /*{a-body-border}*/;
	color: 			   #000000 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ 	#f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-z {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-z a,
html .ui-bar-z a,
html .ui-body-z a,
html body .ui-group-theme-z a {
	color: #3388cc /*{a-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-z a:visited,
html .ui-bar-z a:visited,
html .ui-body-z a:visited,
html body .ui-group-theme-z a:visited {
    color: #3388cc /*{a-link-visited}*/;
}
.ui-page-theme-z a:hover,
html .ui-bar-z a:hover,
html .ui-body-z a:hover,
html body .ui-group-theme-z a:hover {
	color: #005599 /*{a-link-hover}*/;
}
.ui-page-theme-z a:active,
html .ui-bar-z a:active,
html .ui-body-z a:active,
html body .ui-group-theme-z a:active {
	color: #005599 /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-z .ui-btn,
html .ui-bar-z .ui-btn,
html .ui-body-z .ui-btn,
html body .ui-group-theme-z .ui-btn,
html head + body .ui-btn.ui-btn-z,
/* Button visited */
.ui-page-theme-z .ui-btn:visited,
html .ui-bar-z .ui-btn:visited,
html .ui-body-z .ui-btn:visited,
html body .ui-group-theme-z .ui-btn:visited,
html head + body .ui-btn.ui-btn-z:visited {
	background-color: 	 #FFCC00	/*	#f6f6f6 {a-bup-background-color}*/;
	border-color:	 		#ddd /*{a-bup-border}*/;
	color: 					#ffffff /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/   /*#000000{a-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-z .ui-btn:hover,
html .ui-bar-z .ui-btn:hover,
html .ui-body-z .ui-btn:hover,
html body .ui-group-theme-z .ui-btn:hover,
html head + body .ui-btn.ui-btn-z:hover {
	background-color: 			#ededed /*{a-bhover-background-color}*/;
	border-color:	 		#000000 /*{a-bhover-border}*/;
	color: 					#333 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-z .ui-btn:active,
html .ui-bar-z .ui-btn:active,
html .ui-body-z .ui-btn:active,
html body .ui-group-theme-z .ui-btn:active,
html head + body .ui-btn.ui-btn-z:active {
	background-color: 			#e8e8e8 /*{a-bdown-background-color}*/;
	border-color:	 		#ddd /*{a-bdown-border}*/;
	color: 					#333 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-z .ui-btn.ui-btn-cctive,
html .ui-bar-z .ui-btn.ui-btn-cctive,
html .ui-body-z .ui-btn.ui-btn-cctive,
html body .ui-group-theme-z .ui-btn.ui-btn-cctive,
html head + body .ui-btn.ui-btn-z.ui-btn-cctive,
/* Active checkbox icon */
.ui-page-theme-z .ui-checkbox-on:after,
html .ui-bar-z .ui-checkbox-on:after,
html .ui-body-z .ui-checkbox-on:after,
html body .ui-group-theme-z .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-z:after,
/* Active flipswitch background */
.ui-page-theme-z .ui-flipswitch-active,
html .ui-bar-z .ui-flipswitch-active,
html .ui-body-z .ui-flipswitch-active,
html body .ui-group-theme-z .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-z.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-z .ui-slider-track .ui-btn-active,
html .ui-bar-z .ui-slider-track .ui-btn-active,
html .ui-body-z .ui-slider-track .ui-btn-active,
html body .ui-group-theme-z .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-z .ui-btn-active {
	background-color: 		#3388cc /*{a-active-background-color}*/;
	border-color:	 		#3388cc /*{a-active-border}*/;
	color: 					#fff /*{a-active-color}*/;
	text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-z .ui-radio-on:after,
html .ui-bar-z .ui-radio-on:after,
html .ui-body-z .ui-radio-on:after,
html body .ui-group-theme-z .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-z:after {
	border-color:			#3388cc /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-z .ui-btn:focus,
html .ui-bar-z .ui-btn:focus,
html .ui-body-z .ui-btn:focus,
html body .ui-group-theme-z .ui-btn:focus,
html head + body .ui-btn.ui-btn-z:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-z .ui-focus,
html .ui-bar-z .ui-focus,
html .ui-body-z .ui-focus,
html body .ui-group-theme-z .ui-focus,
html head + body .ui-btn-z.ui-focus,
html head + body .ui-body-z.ui-focus {
	-webkit-box-shadow: 0 0 12px 	#3388cc /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px 		#3388cc /*{a-active-background-color}*/;
	box-shadow: 0 0 12px 			#3388cc /*{a-active-background-color}*/;
}
#pmenu {
	background-color:  #FFFF00 		/*	#fff {a-body-background-color}*/;
	border-color:	 		#ddd /*{a-body-border}*/;
	color: 			   #000000 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ pannelshadow	/*#f3f3f3 {a-body-shadow-color}*/;
}

