
/* ====================================================== */
/* This t swatch is for San diego  - green navy bluebar,   */
/* ====================================================== */
.ui-bar-t {
	border: 1px solid 		#55ADB8 /*{b-bar-border}*/;
	background: 			#55ADB8 /*{b-bar-background-color}*/;
	color: 					#fff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 0px /*{b-bar-shadow-y}*/ 0px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #55ADB8 /*{b-bar-background-start}*/), to( #008592 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #55ADB8 /*{b-bar-background-start}*/, #008592 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #55ADB8 /*{b-bar-background-start}*/, #008592 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #55ADB8 /*{b-bar-background-start}*/, #008592 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #55ADB8 /*{b-bar-background-start}*/, #008592 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #55ADB8 /*{b-bar-background-start}*/, #008592 /*{b-bar-background-end}*/);
}

.ui-bar-t,
.ui-bar-t input,
.ui-bar-t select,
.ui-bar-t textarea,
.ui-bar-t button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-t .ui-link-inherit {
	color: 	#fff /*{b-bar-color}*/;
}
.ui-bar-t .ui-link {
	color: #ddf0f8 /*{b-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-t .ui-link:hover {
	color: #ddf0f8 /*{b-bar-link-hover}*/;
}
.ui-bar-t .ui-link:active {
	color: #ddf0f8 /*{b-bar-link-active}*/;
}
.ui-bar-t .ui-link:visited {
    color: #ddf0f8 /*{b-bar-link-visited}*/;
}
.ui-body-t,
.ui-overlay-t {
	border: 1px solid 		#aaa /*{c-body-border}*/;
	color: 					#333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
}
.ui-overlay-t{
	background-image: none;
	border-width: 0;
}
.ui-body-t,
.ui-body-t input,
.ui-body-t select,
.ui-body-t textarea,
.ui-body-t button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-t .ui-link-inherit {
	color: 	#333333 /*{c-body-color}*/;
}

.ui-body-t .ui-link {
	color: #2489CE /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-t .ui-link:hover {
	color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-t .ui-link:active {
	color: #2489CE /*{c-body-link-active}*/;
}

.ui-body-t .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

/* Button up */
.ui-page-theme-t .ui-btn,
html .ui-bar-t .ui-btn,
html .ui-body-t .ui-btn,
html body .ui-group-theme-t .ui-btn,
html head + body .ui-btn.ui-btn-t,
/* Button visited */
.ui-page-theme-t .ui-btn:visited,
html .ui-bar-t .ui-btn:visited,
html .ui-body-t .ui-btn:visited,
html body .ui-group-theme-t .ui-btn:visited,
html head + body .ui-btn.ui-btn-t:visited {
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#55ADB8 /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 0px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #55ADB8 /*{c-bup-background-start}*/), to( #008592  /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #55ADB8 /*{c-bup-background-start}*/, #008592  /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #55ADB8 /*{c-bup-background-start}*/, #008592  /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #55ADB8 /*{c-bup-background-start}*/, #008592  /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #55ADB8 /*{c-bup-background-start}*/, #008592  /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #55ADB8 /*{c-bup-background-start}*/, #008592  /*{c-bup-background-end}*/);
}
.ui-btn-up-t a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bup-color}*/;
}

/* Button hover */
.ui-page-theme-t .ui-btn:hover,
html .ui-bar-t .ui-btn:hover,
html .ui-body-t .ui-btn:hover,
html body .ui-group-theme-t .ui-btn:hover,
html head + body .ui-btn.ui-btn-t:hover {
	border: 1px solid 		#bbb /*{c-bhover-border}*/;
	background: 			#008592 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #008592 /*{c-bhover-background-start}*/), to( #55ADB8 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-t a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bhover-color}*/;
}
/* Button down */
.ui-page-theme-t .ui-btn:active,
html .ui-bar-t .ui-btn:active,
html .ui-body-t .ui-btn:active,
html body .ui-group-theme-t .ui-btn:active,
html head + body .ui-btn.ui-btn-t:active {
	border: 1px solid 		#bbb /*{c-bdown-border}*/;
	background: 			#082321 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #082321 /*{c-bdown-background-start}*/), to( #23746E /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #082321 /*{c-bdown-background-start}*/, #23746E /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #082321 /*{c-bdown-background-start}*/, #23746E /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #082321 /*{c-bdown-background-start}*/, #23746E /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #082321 /*{c-bdown-background-start}*/, #23746E /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #082321 /*{c-bdown-background-start}*/, #23746E /*{c-bdown-background-end}*/);
}
.ui-btn-down-t a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-t,
.ui-btn-hover-t,
.ui-btn-down-t {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* Active button */
.ui-page-theme-t .ui-btn.ui-btn-active,
html .ui-bar-t .ui-btn.ui-btn-active,
html .ui-body-t .ui-btn.ui-btn-active,
html body .ui-group-theme-t .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-t.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-t .ui-checkbox-on:after,
html .ui-bar-t .ui-checkbox-on:after,
html .ui-body-t .ui-checkbox-on:after,
html body .ui-group-theme-t .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-t:after,
/* Active flipswitch background */
.ui-page-theme-t .ui-flipswitch-active,
html .ui-bar-t .ui-flipswitch-active,
html .ui-body-t .ui-flipswitch-active,
html body .ui-group-theme-t .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-t.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-t .ui-slider-track .ui-btn-active,
html .ui-bar-t .ui-slider-track .ui-btn-active,
html .ui-body-t .ui-slider-track .ui-btn-active,
html body .ui-group-theme-t .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-t .ui-btn-active,
/* Active radio button icon */
.ui-page-theme-t .ui-radio-on:after,
.ui-bar-t .ui-radio-on:after,
.ui-body-t .ui-radio-on:after,
body .ui-group-theme-t .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-t:after,
/* Checkbox and radio slider */
.ui-body-t .ui-checkbox-on .ui-icon, .ui-body-t .ui-radio-on .ui-icon, 
.ui-body-t .ui-slider-mini span.ui-slider-label,
.ui-body-t .ui-slider span.ui-slider-label

 {
	background-color: #00693C /*{a-active-background-color}*/;
	border-color: #091b0b /*{a-active-border}  091b0b*/;
	color: #ffffff /*{a-active-color}*/;
	text-shadow: 0 /*{a-active-shadow-x}*/ 0px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #08683f /*{b-bup-background-start}*/), to( #00693C /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/);
}

/* ====================================================== */
/* This u swatch is for San diego  - green navy bluebar, footer  */
/* ====================================================== */
.ui-bar-u {
	border: 1px solid 		#009aa6 /*{b-bar-border}*/;
	background: 			#009aa6 /*{b-bar-background-color}*/;
	color: 					#fff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 0px /*{b-bar-shadow-y}*/ 0px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #009aa6 /*{b-bar-background-start}*/), to( #009aa6 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #009aa6 /*{b-bar-background-start}*/, #009aa6 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #009aa6 /*{b-bar-background-start}*/, #009aa6 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #009aa6 /*{b-bar-background-start}*/, #009aa6 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #009aa6 /*{b-bar-background-start}*/, #009aa6 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #009aa6 /*{b-bar-background-start}*/, #009aa6 /*{b-bar-background-end}*/);
}

.ui-bar-u,
.ui-bar-u input,
.ui-bar-u select,
.ui-bar-u textarea,
.ui-bar-u button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-u .ui-link-inherit {
	color: 	#fff /*{b-bar-color}*/;
}
.ui-bar-u .ui-link {
	color: #ddf0f8 /*{b-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-u .ui-link:hover {
	color: #ddf0f8 /*{b-bar-link-hover}*/;
}
.ui-bar-u .ui-link:active {
	color: #ddf0f8 /*{b-bar-link-active}*/;
}
.ui-bar-u .ui-link:visited {
    color: #ddf0f8 /*{b-bar-link-visited}*/;
}
.ui-body-u,
.ui-overlay-u {
	border: 1px solid 		#aaa /*{c-body-border}*/;
	color: 					#333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
}
.ui-overlay-u{
	background-image: none;
	border-width: 0;
}
.ui-body-u,
.ui-body-u input,
.ui-body-u select,
.ui-body-u textarea,
.ui-body-u button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-u .ui-link-inherit {
	color: 	#333333 /*{c-body-color}*/;
}

.ui-body-u .ui-link {
	color: #2489CE /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-u .ui-link:hover {
	color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-u .ui-link:active {
	color: #2489CE /*{c-body-link-active}*/;
}

.ui-body-u .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

/* Button up */
.ui-page-theme-u .ui-btn,
html .ui-bar-u .ui-btn,
html .ui-body-u .ui-btn,
html body .ui-group-theme-u .ui-btn,
html head + body .ui-btn.ui-btn-u,
/* Button visited */
.ui-page-theme-u .ui-btn:visited,
html .ui-bar-u .ui-btn:visited,
html .ui-body-u .ui-btn:visited,
html body .ui-group-theme-u .ui-btn:visited,
html head + body .ui-btn.ui-btn-u:visited {
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#55ADB8  /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 0px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #55ADB8  /*{c-bup-background-start}*/), to( #008592 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #55ADB8  /*{c-bup-background-start}*/, #008592 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #55ADB8  /*{c-bup-background-start}*/, #008592 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #55ADB8  /*{c-bup-background-start}*/, #008592 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #55ADB8  /*{c-bup-background-start}*/, #008592 /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #55ADB8  /*{c-bup-background-start}*/, #008592 /*{c-bup-background-end}*/);
}
.ui-btn-up-u a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bup-color}*/;
}

/* Button hover */
.ui-page-theme-u .ui-btn:hover,
html .ui-bar-u .ui-btn:hover,
html .ui-body-u .ui-btn:hover,
html body .ui-group-theme-u .ui-btn:hover,
html head + body .ui-btn.ui-btn-u:hover {
	border: 1px solid 		#bbb /*{c-bhover-border}*/;
	background: 			#008592 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #008592 /*{c-bhover-background-start}*/), to( #55ADB8 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #008592 /*{c-bhover-background-start}*/, #55ADB8 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-u a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bhover-color}*/;
}
/* Button down */
.ui-page-theme-u .ui-btn:active,
html .ui-bar-u .ui-btn:active,
html .ui-body-u .ui-btn:active,
html body .ui-group-theme-u .ui-btn:active,
html head + body .ui-btn.ui-btn-u:active {
	border: 1px solid 		#bbb /*{c-bdown-border}*/;
	background: 			#55ADB8 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #55ADB8 /*{c-bdown-background-start}*/), to( #008592 /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #55ADB8 /*{c-bdown-background-start}*/, #008592 /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #55ADB8 /*{c-bdown-background-start}*/, #008592 /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #55ADB8 /*{c-bdown-background-start}*/, #008592 /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #55ADB8 /*{c-bdown-background-start}*/, #008592 /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #55ADB8 /*{c-bdown-background-start}*/, #008592 /*{c-bdown-background-end}*/);
}
.ui-btn-down-u a.ui-link-inherit {
	color: 					#2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-u,
.ui-btn-hover-u,
.ui-btn-down-u {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* Active button */
.ui-page-theme-u .ui-btn.ui-btn-active,
html .ui-bar-u .ui-btn.ui-btn-active,
html .ui-body-u .ui-btn.ui-btn-active,
html body .ui-group-theme-u .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-t.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-u .ui-checkbox-on:after,
html .ui-bar-u .ui-checkbox-on:after,
html .ui-body-u .ui-checkbox-on:after,
html body .ui-group-theme-u .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-t:after,
/* Active flipswitch background */
.ui-page-theme-u .ui-flipswitch-active,
html .ui-bar-u .ui-flipswitch-active,
html .ui-body-u .ui-flipswitch-active,
html body .ui-group-theme-u .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-t.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-u .ui-slider-track .ui-btn-active,
html .ui-bar-u .ui-slider-track .ui-btn-active,
html .ui-body-u .ui-slider-track .ui-btn-active,
html body .ui-group-theme-u .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-u .ui-btn-active,
/* Active radio button icon */
.ui-page-theme-u .ui-radio-on:after,
.ui-bar-u .ui-radio-on:after,
.ui-body-u .ui-radio-on:after,
body .ui-group-theme-u .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-t:after,
/* Checkbox and radio slider */
.ui-body-u .ui-checkbox-on .ui-icon, .ui-body-u .ui-radio-on .ui-icon, 
.ui-body-u .ui-slider-mini span.ui-slider-label,
.ui-body-u .ui-slider span.ui-slider-label

 {
	background-color: #00693C /*{a-active-background-color}*/;
	border-color: #091b0b /*{a-active-border}  091b0b*/;
	color: #ffffff /*{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}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #08683f /*{b-bup-background-start}*/), to( #00693C /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #08683f /*{b-bup-background-start}*/, #00693C /*{b-bup-background-end}*/);
}

/* ====================================================== */
/* This O swatch is for SDCCU background*/
/* ====================================================== */
.ui-bar-o {
	border: 1px solid 		#f3f3f3 /*{b-bar-border}*/;
	background: 			#f3f3f3 /*{b-bar-background-color}*/;
	color: 					#fff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f3f3f3 /*{b-bar-background-start}*/), to( #f3f3f3 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f3f3f3 /*{b-bar-background-start}*/, #f3f3f3 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f3f3f3 /*{b-bar-background-start}*/, #f3f3f3 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f3f3f3 /*{b-bar-background-start}*/, #f3f3f3 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f3f3f3 /*{b-bar-background-start}*/, #f3f3f3 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f3f3f3 /*{b-bar-background-start}*/, #f3f3f3 /*{b-bar-background-end}*/);
}
.ui-bar-o,
.ui-bar-o input,
.ui-bar-o select,
.ui-bar-o textarea,
.ui-bar-o button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-o .ui-link-inherit {
	color: 	#fff /*{b-bar-color}*/;
}
.ui-bar-o .ui-link {
	color: #ddf0f8 /*{b-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-o .ui-link:hover {
	color: #ddf0f8 /*{b-bar-link-hover}*/;
}
.ui-bar-o .ui-link:active {
	color: #ddf0f8 /*{b-bar-link-active}*/;
}
.ui-bar-o .ui-link:visited {
    color: #ddf0f8 /*{b-bar-link-visited}*/;
}
.ui-body-o,
.ui-overlay-o {
	border: 1px solid 		#999 /*{b-body-border}*/;
	background: 			#f3f3f3 /*{b-body-background-color}*/;
	color: 					#222222 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
}
.ui-overlay-o {
	background-image: none;
	border-width: 0;
}
.ui-body-o,
.ui-body-o input,
.ui-body-o select,
.ui-body-o textarea,
.ui-body-o button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-header-o .ui-title-o { min-height: 1.1em; text-align: center; font-size: 10px; display: block; margin: .6em 30% .8em;  padding: 0;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; } 


.ui-body-o .ui-link-inherit {
	color: 	#333333 /*{b-body-color}*/;
}
.ui-body-o .ui-link {
	color: #2489CE /*{b-body-link-color}*/;
	font-weight: bold;
}
.ui-body-o .ui-link:hover {
	color: #2489CE /*{b-body-link-hover}*/;
}
.ui-body-o .ui-link:active {
	color: #2489CE /*{b-body-link-active}*/;
}
.ui-body-o .ui-link:visited {
    color: #2489CE /*{b-body-link-visited}*/;
}
.ui-btn-up-o {
	border: 1px solid 		#044062 /*{b-bup-border}*/;
	background: 			#97af3c /*{b-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #97af3c /*{b-bup-background-start}*/), to( #97af3c /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #97af3c /*{b-bup-background-start}*/, #97af3c /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #97af3c /*{b-bup-background-start}*/, #97af3c /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #97af3c /*{b-bup-background-start}*/, #97af3c /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #97af3c /*{b-bup-background-start}*/, #97af3c /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #97af3c /*{b-bup-background-start}*/, #97af3c /*{b-bup-background-end}*/);
}
.ui-btn-up-o a.ui-link-inherit {
	color: 					#fff /*{b-bup-color}*/;
}
.ui-btn-hover-o {
	border: 1px solid 		#00415e /*{b-bhover-border}*/;
	background: 			#97af3c /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #97af3c /*{b-bhover-background-start}*/), to( #97af3c /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #97af3c /*{b-bhover-background-start}*/, #97af3c /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #97af3c /*{b-bhover-background-start}*/, #97af3c /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #97af3c /*{b-bhover-background-start}*/, #97af3c /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #97af3c /*{b-bhover-background-start}*/, #97af3c /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #97af3c /*{b-bhover-background-start}*/, #97af3c /*{b-bhover-background-end}*/);
}
.ui-btn-hover-o a.ui-link-inherit {
	color: 					#fff /*{b-bhover-color}*/;
}
.ui-btn-down-o {
	border: 1px solid 		#225377 /*{b-bdown-border}*/;
	background: 			#18670C /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #18670C /*{b-bdown-background-start}*/), to( #18670C /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #18670C /*{b-bdown-background-start}*/, #18670C /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #18670C /*{b-bdown-background-start}*/, #18670C /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #18670C /*{b-bdown-background-start}*/, #18670C /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #18670C /*{b-bdown-background-start}*/, #18670C /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #18670C /*{b-bdown-background-start}*/, #18670C /*{b-bdown-background-end}*/);
}
.ui-btn-down-o a.ui-link-inherit {
	color: 					#fff /*{b-bdown-color}*/;
}
.ui-btn-up-o,
.ui-btn-hover-o,
.ui-btn-down-o {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
