/*
* jQuery Mobile Framework Git Build: SHA1: c2d61e2e592c67519d9a9ed0ba796fa44787e136 <> Date: Tue Sep 25 10:38:12 2012 -0700
* http://jquerymobile.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-a {
	border: 1px solid #283d52 /*{a-bar-border}*/;
	background: #004f76 /*{a-bar-background-color}*/;
	color: #ffffff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #444444 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #004F76 /*{a-bar-background-start}*/), to( #004F76 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #004F76 /*{a-bar-background-start}*/, #004F76 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #004F76 /*{a-bar-background-start}*/, #004F76 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #004F76 /*{a-bar-background-start}*/, #004F76 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #004F76 /*{a-bar-background-start}*/, #004F76 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #004F76 /*{a-bar-background-start}*/, #004F76 /*{a-bar-background-end}*/);
}
.ui-bar-a .ui-link-inherit {
	color: #ffffff /*{a-bar-color}*/;
}

.ui-bar-a a.ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-a a.ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}

.ui-bar-a a.ui-link:hover {
	color: #2489CE /*{a-bar-link-hover}*/;
}

.ui-bar-a a.ui-link:active {
	color: #2489CE /*{a-bar-link-active}*/;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a,
.ui-overlay-a {
	border: 1px solid #8C8C8C /*{a-body-border}*/;
	color: #000000 /*{a-body-color}*/;
	text-shadow: 0px /*{a-body-shadow-x}*/ 0px /*{a-body-shadow-y}*/ 0px /*{a-body-shadow-radius}*/ #444444 /*{a-body-shadow-color}*/;
	background: #ffffff /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-body-background-start}*/), to( #FFFFFF /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/);
}
.ui-overlay-a {
	background-image: none;
	border-width: 0;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a .ui-link-inherit {
	color: #000000 /*{a-body-color}*/;
}

.ui-body-a .ui-link {
	color: #1c267d /*{a-body-link-color}*/;
	font-weight: bold;
}

.ui-body-a .ui-link:visited {
    color: #2489CE /*{a-body-link-visited}*/;
}

.ui-body-a .ui-link:hover {
	color: #2489CE /*{a-body-link-hover}*/;
}

.ui-body-a .ui-link:active {
	color: #2489CE /*{a-body-link-active}*/;
}

.ui-btn-up-a {
	border: 1px solid #004668 /*{a-bup-border}*/;
	background: #007dba /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bup-color}*/;
	text-shadow: 0px /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #444444 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #007DBA /*{a-bup-background-start}*/), to( #007DBA /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #007DBA /*{a-bup-background-start}*/, #007DBA /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #007DBA /*{a-bup-background-start}*/, #007DBA /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #007DBA /*{a-bup-background-start}*/, #007DBA /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #007DBA /*{a-bup-background-start}*/, #007DBA /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #007DBA /*{a-bup-background-start}*/, #007DBA /*{a-bup-background-end}*/);
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
	color: #ffffff /*{a-bup-color}*/;
}
.ui-btn-hover-a {
	border: 1px solid #007dba /*{a-bhover-border}*/;
	background: #18aaf2 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bhover-color}*/;
	text-shadow: 0px /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #444444 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #18AAF2 /*{a-bhover-background-start}*/), to( #18AAF2 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #18AAF2 /*{a-bhover-background-start}*/, #18AAF2 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #18AAF2 /*{a-bhover-background-start}*/, #18AAF2 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #18AAF2 /*{a-bhover-background-start}*/, #18AAF2 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #18AAF2 /*{a-bhover-background-start}*/, #18AAF2 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #18AAF2 /*{a-bhover-background-start}*/, #18AAF2 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
	color: #ffffff /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #18aaf2 /*{a-bdown-border}*/;
	background: #93d9fb /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #444444 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #93D9FB /*{a-bdown-background-start}*/), to( #93D9FB /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #93D9FB /*{a-bdown-background-start}*/, #93D9FB /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #93D9FB /*{a-bdown-background-start}*/, #93D9FB /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #93D9FB /*{a-bdown-background-start}*/, #93D9FB /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #93D9FB /*{a-bdown-background-start}*/, #93D9FB /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #93D9FB /*{a-bdown-background-start}*/, #93D9FB /*{a-bdown-background-end}*/);
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
	color: #ffffff /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* B
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-b {
	border: 1px solid #0768a2 /*{b-bar-border}*/;
	background: #007ac3 /*{b-bar-background-color}*/;
	color: #ffffff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #444444 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #007AC3 /*{b-bar-background-start}*/), to( #007AC3 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #007AC3 /*{b-bar-background-start}*/, #007AC3 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #007AC3 /*{b-bar-background-start}*/, #007AC3 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #007AC3 /*{b-bar-background-start}*/, #007AC3 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #007AC3 /*{b-bar-background-start}*/, #007AC3 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #007AC3 /*{b-bar-background-start}*/, #007AC3 /*{b-bar-background-end}*/);
}
.ui-bar-b .ui-link-inherit {
	color: #ffffff /*{b-bar-color}*/;
}

.ui-bar-b a.ui-link {
	color: #7cc4e7 /*{b-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-b a.ui-link:visited {
    color: #2489CE /*{b-bar-link-visited}*/;
}

.ui-bar-b a.ui-link:hover {
	color: #2489CE /*{b-bar-link-hover}*/;
}

.ui-bar-b a.ui-link:active {
	color: #2489CE /*{b-bar-link-active}*/;
}

.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-b,
.ui-overlay-b {
	border: 1px solid #7ff5de /*{b-body-border}*/;
	color: #000000 /*{b-body-color}*/;
	text-shadow: 0px /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #444444 /*{b-body-shadow-color}*/;
	background: #ebfffb /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EBFFFB /*{b-body-background-start}*/), to( #EBFFFB /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EBFFFB /*{b-body-background-start}*/, #EBFFFB /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EBFFFB /*{b-body-background-start}*/, #EBFFFB /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EBFFFB /*{b-body-background-start}*/, #EBFFFB /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EBFFFB /*{b-body-background-start}*/, #EBFFFB /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EBFFFB /*{b-body-background-start}*/, #EBFFFB /*{b-body-background-end}*/);
}
.ui-overlay-b {
	background-image: none;
	border-width: 0;
}
.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-b .ui-link-inherit {
	color: #000000 /*{b-body-color}*/;
}

.ui-body-b .ui-link {
	color: #1c267d /*{b-body-link-color}*/;
	font-weight: bold;
}

.ui-body-b .ui-link:visited {
    color: #2489CE /*{b-body-link-visited}*/;
}

.ui-body-b .ui-link:hover {
	color: #2489CE /*{b-body-link-hover}*/;
}

.ui-body-b .ui-link:active {
	color: #2489CE /*{b-body-link-active}*/;
}

.ui-btn-up-b {
	border: 1px solid #7cfcdd /*{b-bup-border}*/;
	background: #ebfffb /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #eeeeee /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EBFFFB /*{b-bup-background-start}*/), to( #EBFFFB /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EBFFFB /*{b-bup-background-start}*/, #EBFFFB /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EBFFFB /*{b-bup-background-start}*/, #EBFFFB /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EBFFFB /*{b-bup-background-start}*/, #EBFFFB /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EBFFFB /*{b-bup-background-start}*/, #EBFFFB /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EBFFFB /*{b-bup-background-start}*/, #EBFFFB /*{b-bup-background-end}*/);
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
	color: #000000 /*{b-bup-color}*/;
}
.ui-btn-hover-b {
	border: 1px solid #7cfcdd /*{b-bhover-border}*/;
	background: #b9f9e9 /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #eeeeee /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #B9F9E9 /*{b-bhover-background-start}*/), to( #B9F9E9 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #B9F9E9 /*{b-bhover-background-start}*/, #B9F9E9 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #B9F9E9 /*{b-bhover-background-start}*/, #B9F9E9 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #B9F9E9 /*{b-bhover-background-start}*/, #B9F9E9 /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #B9F9E9 /*{b-bhover-background-start}*/, #B9F9E9 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #B9F9E9 /*{b-bhover-background-start}*/, #B9F9E9 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
	color: #000000 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid #7cfcdd /*{b-bdown-border}*/;
	background: #7cfcdd /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #eeeeee /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7CFCDD /*{b-bdown-background-start}*/), to( #7CFCDD /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7CFCDD /*{b-bdown-background-start}*/, #7CFCDD /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7CFCDD /*{b-bdown-background-start}*/, #7CFCDD /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7CFCDD /*{b-bdown-background-start}*/, #7CFCDD /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7CFCDD /*{b-bdown-background-start}*/, #7CFCDD /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7CFCDD /*{b-bdown-background-start}*/, #7CFCDD /*{b-bdown-background-end}*/);
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
	color: #000000 /*{b-bdown-color}*/;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* C
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-c {
	border: 1px solid #cdcdcd /*{c-bar-border}*/;
	background: #cdcdcd /*{c-bar-background-color}*/;
	color: #000000 /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #eeeeee /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E1E1E1 /*{c-bar-background-start}*/), to( #B8B8B8 /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #E1E1E1 /*{c-bar-background-start}*/, #B8B8B8 /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #E1E1E1 /*{c-bar-background-start}*/, #B8B8B8 /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #E1E1E1 /*{c-bar-background-start}*/, #B8B8B8 /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #E1E1E1 /*{c-bar-background-start}*/, #B8B8B8 /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #E1E1E1 /*{c-bar-background-start}*/, #B8B8B8 /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
	color: #000000 /*{c-bar-color}*/;
}

.ui-bar-c a.ui-link {
	color: #7cc4e7 /*{c-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-c a.ui-link:visited {
    color: #2489CE /*{c-bar-link-visited}*/;
}

.ui-bar-c a.ui-link:hover {
	color: #2489CE /*{c-bar-link-hover}*/;
}

.ui-bar-c a.ui-link:active {
	color: #2489CE /*{c-bar-link-active}*/;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c,
.ui-overlay-c {
	border: 1px solid #828282 /*{c-body-border}*/;
	color: #000000 /*{c-body-color}*/;
	text-shadow: 0px /*{c-body-shadow-x}*/ 0px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #eeeeee /*{c-body-shadow-color}*/;
	background: #ededed /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{c-body-background-start}*/), to( #D5D5D5 /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #D5D5D5 /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #D5D5D5 /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #D5D5D5 /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #D5D5D5 /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{c-body-background-start}*/, #D5D5D5 /*{c-body-background-end}*/);
}
.ui-overlay-c {
	background-image: none;
	border-width: 0;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c .ui-link-inherit {
	color: #000000 /*{c-body-color}*/;
}

.ui-body-c .ui-link {
	color: #1c267d /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-c .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

.ui-body-c .ui-link:hover {
	color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-c .ui-link:active {
	color: #2489CE /*{c-body-link-active}*/;
}

.ui-btn-up-c {
	border: 1px solid #ccc /*{c-bup-border}*/;
	background: #eee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdfdfd /*{c-bup-background-start}*/), to( #eee /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bup-color}*/;
}
.ui-btn-hover-c {
	border: 1px solid #bbbbbb /*{c-bhover-border}*/;
	background: #dadada /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ededed /*{c-bhover-background-start}*/), to( #dadada /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #808080 /*{c-bdown-border}*/;
	background: #fdfdfd /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eee /*{c-bdown-background-start}*/), to( #fdfdfd /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/);
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* D
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-d {
	border: 1px solid #ad6800 /*{d-bar-border}*/;
	background: #ff9901 /*{d-bar-background-color}*/;
	color: #ffffff /*{d-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 1px /*{d-bar-shadow-radius}*/ #444444 /*{d-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF9901 /*{d-bar-background-start}*/), to( #FF9901 /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FF9901 /*{d-bar-background-start}*/, #FF9901 /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FF9901 /*{d-bar-background-start}*/, #FF9901 /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF9901 /*{d-bar-background-start}*/, #FF9901 /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF9901 /*{d-bar-background-start}*/, #FF9901 /*{d-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FF9901 /*{d-bar-background-start}*/, #FF9901 /*{d-bar-background-end}*/);
}
.ui-bar-d .ui-link-inherit {
	color: #ffffff /*{d-bar-color}*/;
}

.ui-bar-d a.ui-link {
	color: #7cc4e7 /*{d-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-d a.ui-link:visited {
    color: #2489CE /*{d-bar-link-visited}*/;
}

.ui-bar-d a.ui-link:hover {
	color: #2489CE /*{d-bar-link-hover}*/;
}

.ui-bar-d a.ui-link:active {
	color: #2489CE /*{d-bar-link-active}*/;
}

.ui-bar-d,
.ui-bar-d input,
.ui-bar-d select,
.ui-bar-d textarea,
.ui-bar-d button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-d,
.ui-overlay-d {
	border: 1px solid #634f09 /*{d-body-border}*/;
	color: #000000 /*{d-body-color}*/;
	text-shadow: 0px /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #684b4c /*{d-body-shadow-color}*/;
	background: #ffc801 /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFC801 /*{d-body-background-start}*/), to( #FFC801 /*{d-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFC801 /*{d-body-background-start}*/, #FFC801 /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFC801 /*{d-body-background-start}*/, #FFC801 /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFC801 /*{d-body-background-start}*/, #FFC801 /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFC801 /*{d-body-background-start}*/, #FFC801 /*{d-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFC801 /*{d-body-background-start}*/, #FFC801 /*{d-body-background-end}*/);
}
.ui-overlay-d {
	background-image: none;
	border-width: 0;
}
.ui-body-d,
.ui-body-d input,
.ui-body-d select,
.ui-body-d textarea,
.ui-body-d button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-d .ui-link-inherit {
	color: #000000 /*{d-body-color}*/;
}

.ui-body-d .ui-link {
	color: #1c267d /*{d-body-link-color}*/;
	font-weight: bold;
}

.ui-body-d .ui-link:visited {
    color: #2489CE /*{d-body-link-visited}*/;
}

.ui-body-d .ui-link:hover {
	color: #2489CE /*{d-body-link-hover}*/;
}

.ui-body-d .ui-link:active {
	color: #2489CE /*{d-body-link-active}*/;
}

.ui-btn-up-d {
	border: 1px solid #634f09 /*{d-bup-border}*/;
	background: #ffc801 /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 1px /*{d-bup-shadow-radius}*/ #eeeeee /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFC801 /*{d-bup-background-start}*/), to( #FFC801 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFC801 /*{d-bup-background-start}*/, #FFC801 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFC801 /*{d-bup-background-start}*/, #FFC801 /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFC801 /*{d-bup-background-start}*/, #FFC801 /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFC801 /*{d-bup-background-start}*/, #FFC801 /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFC801 /*{d-bup-background-start}*/, #FFC801 /*{d-bup-background-end}*/);
}
.ui-btn-up-d:visited,
.ui-btn-up-d a.ui-link-inherit {
	color: #000000 /*{d-bup-color}*/;
}
.ui-btn-hover-d {
	border: 1px solid #634f09 /*{d-bhover-border}*/;
	background: #f8db72 /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{d-bhover-color}*/;
	text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 1px /*{d-bhover-shadow-radius}*/ #eeeeee /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F8DB72 /*{d-bhover-background-start}*/), to( #F8DB72 /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F8DB72 /*{d-bhover-background-start}*/, #F8DB72 /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F8DB72 /*{d-bhover-background-start}*/, #F8DB72 /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F8DB72 /*{d-bhover-background-start}*/, #F8DB72 /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F8DB72 /*{d-bhover-background-start}*/, #F8DB72 /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F8DB72 /*{d-bhover-background-start}*/, #F8DB72 /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d:visited,
.ui-btn-hover-d:hover,
.ui-btn-hover-d a.ui-link-inherit {
	color: #000000 /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid #634f09 /*{d-bdown-border}*/;
	background: #f1e0a2 /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 1px /*{d-bdown-shadow-radius}*/ #eeeeee /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F1E0A2 /*{d-bdown-background-start}*/), to( #F1E0A2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F1E0A2 /*{d-bdown-background-start}*/, #F1E0A2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F1E0A2 /*{d-bdown-background-start}*/, #F1E0A2 /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F1E0A2 /*{d-bdown-background-start}*/, #F1E0A2 /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F1E0A2 /*{d-bdown-background-start}*/, #F1E0A2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F1E0A2 /*{d-bdown-background-start}*/, #F1E0A2 /*{d-bdown-background-end}*/);
}
.ui-btn-down-d:visited,
.ui-btn-down-d:hover,
.ui-btn-down-d a.ui-link-inherit {
	color: #000000 /*{d-bdown-color}*/;
}
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* E
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-e {
	border: 1px solid #e0cf00 /*{e-bar-border}*/;
	background: #fce900 /*{e-bar-background-color}*/;
	color: #ffffff /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 1px /*{e-bar-shadow-radius}*/ #888888 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FCE900 /*{e-bar-background-start}*/), to( #FCE900 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FCE900 /*{e-bar-background-start}*/, #FCE900 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FCE900 /*{e-bar-background-start}*/, #FCE900 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FCE900 /*{e-bar-background-start}*/, #FCE900 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FCE900 /*{e-bar-background-start}*/, #FCE900 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FCE900 /*{e-bar-background-start}*/, #FCE900 /*{e-bar-background-end}*/);
}
.ui-bar-e .ui-link-inherit {
	color: #ffffff /*{e-bar-color}*/;
}

.ui-bar-e a.ui-link {
	color: #7cc4e7 /*{e-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-e a.ui-link:visited {
    color: #2489CE /*{e-bar-link-visited}*/;
}

.ui-bar-e a.ui-link:hover {
	color: #2489CE /*{e-bar-link-hover}*/;
}

.ui-bar-e a.ui-link:active {
	color: #2489CE /*{e-bar-link-active}*/;
}

.ui-bar-e,
.ui-bar-e input,
.ui-bar-e select,
.ui-bar-e textarea,
.ui-bar-e button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-e,
.ui-overlay-e {
	border: 1px solid #ffeb4c /*{e-body-border}*/;
	color: #000000 /*{e-body-color}*/;
	text-shadow: 0px /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #eeeeee /*{e-body-shadow-color}*/;
	background: #fffdec /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFDEC /*{e-body-background-start}*/), to( #FFFDEC /*{e-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFDEC /*{e-body-background-start}*/, #FFFDEC /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFDEC /*{e-body-background-start}*/, #FFFDEC /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFDEC /*{e-body-background-start}*/, #FFFDEC /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFDEC /*{e-body-background-start}*/, #FFFDEC /*{e-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFDEC /*{e-body-background-start}*/, #FFFDEC /*{e-body-background-end}*/);
}
.ui-overlay-e {
	background-image: none;
	border-width: 0;
}
.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-e .ui-link-inherit {
	color: #000000 /*{e-body-color}*/;
}

.ui-body-e .ui-link {
	color: #1c267d /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-e .ui-link:visited {
    color: #2489CE /*{e-body-link-visited}*/;
}

.ui-body-e .ui-link:hover {
	color: #2489CE /*{e-body-link-hover}*/;
}

.ui-body-e .ui-link:active {
	color: #2489CE /*{e-body-link-active}*/;
}

.ui-btn-up-e {
	border: 1px solid #ffeb4c /*{e-bup-border}*/;
	background: #fffdec /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 1px /*{e-bup-shadow-radius}*/ #eeeeee /*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FCFAE9 /*{e-bup-background-start}*/), to( #FFFFEE /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FCFAE9 /*{e-bup-background-start}*/, #FFFFEE /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FCFAE9 /*{e-bup-background-start}*/, #FFFFEE /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FCFAE9 /*{e-bup-background-start}*/, #FFFFEE /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FCFAE9 /*{e-bup-background-start}*/, #FFFFEE /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FCFAE9 /*{e-bup-background-start}*/, #FFFFEE /*{e-bup-background-end}*/);
}
.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
	color: #000000 /*{e-bup-color}*/;
}
.ui-btn-hover-e {
	border: 1px solid #ffeb4c /*{e-bhover-border}*/;
	background: #fef6b9 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 1px /*{e-bhover-shadow-radius}*/ #eeeeee /*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FEF6B9 /*{e-bhover-background-start}*/), to( #FEF6B9 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FEF6B9 /*{e-bhover-background-start}*/, #FEF6B9 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FEF6B9 /*{e-bhover-background-start}*/, #FEF6B9 /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FEF6B9 /*{e-bhover-background-start}*/, #FEF6B9 /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FEF6B9 /*{e-bhover-background-start}*/, #FEF6B9 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FEF6B9 /*{e-bhover-background-start}*/, #FEF6B9 /*{e-bhover-background-end}*/);
}
.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {
	color: #000000 /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #ffeb4c /*{e-bdown-border}*/;
	background: #ffeb4c /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 1px /*{e-bdown-shadow-radius}*/ #eeeeee /*{e-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFEB4C /*{e-bdown-background-start}*/), to( #FFEB4C /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFEB4C /*{e-bdown-background-start}*/, #FFEB4C /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFEB4C /*{e-bdown-background-start}*/, #FFEB4C /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFEB4C /*{e-bdown-background-start}*/, #FFEB4C /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFEB4C /*{e-bdown-background-start}*/, #FFEB4C /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFEB4C /*{e-bdown-background-start}*/, #FFEB4C /*{e-bdown-background-end}*/);
}
.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
	color: #000000 /*{e-bdown-color}*/;
}
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
	border: 1px solid #378d07 /*{f-bar-border}*/;
	background: #3dab00 /*{f-bar-background-color}*/;
	color: #ffffff /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{f-bar-shadow-x}*/ 1px /*{f-bar-shadow-y}*/ 1px /*{f-bar-shadow-radius}*/ #444444 /*{f-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3DAB00 /*{f-bar-background-start}*/), to( #3DAB00 /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #3DAB00 /*{f-bar-background-start}*/, #3DAB00 /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #3DAB00 /*{f-bar-background-start}*/, #3DAB00 /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #3DAB00 /*{f-bar-background-start}*/, #3DAB00 /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #3DAB00 /*{f-bar-background-start}*/, #3DAB00 /*{f-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #3DAB00 /*{f-bar-background-start}*/, #3DAB00 /*{f-bar-background-end}*/);
}
.ui-bar-f .ui-link-inherit {
	color: #ffffff /*{f-bar-color}*/;
}

.ui-bar-f a.ui-link {
	color: #7cc4e7 /*{f-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-f a.ui-link:visited {
    color: #2489CE /*{f-bar-link-visited}*/;
}

.ui-bar-f a.ui-link:hover {
	color: #2489CE /*{f-bar-link-hover}*/;
}

.ui-bar-f a.ui-link:active {
	color: #2489CE /*{f-bar-link-active}*/;
}

.ui-bar-f,
.ui-bar-f input,
.ui-bar-f select,
.ui-bar-f textarea,
.ui-bar-f button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-f,
.ui-overlay-f {
	border: 1px solid #c3ff4c /*{f-body-border}*/;
	color: #000000 /*{f-body-color}*/;
	text-shadow: 0px /*{f-body-shadow-x}*/ 1px /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #eeeeee /*{f-body-shadow-color}*/;
	background: #f9ffec /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F9FFEC /*{f-body-background-start}*/), to( #F9FFEC /*{f-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F9FFEC /*{f-body-background-start}*/, #F9FFEC /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F9FFEC /*{f-body-background-start}*/, #F9FFEC /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F9FFEC /*{f-body-background-start}*/, #F9FFEC /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F9FFEC /*{f-body-background-start}*/, #F9FFEC /*{f-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F9FFEC /*{f-body-background-start}*/, #F9FFEC /*{f-body-background-end}*/);
}
.ui-overlay-f {
	background-image: none;
	border-width: 0;
}
.ui-body-f,
.ui-body-f input,
.ui-body-f select,
.ui-body-f textarea,
.ui-body-f button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-f .ui-link-inherit {
	color: #000000 /*{f-body-color}*/;
}

.ui-body-f .ui-link {
	color: #1c267d /*{f-body-link-color}*/;
	font-weight: bold;
}

.ui-body-f .ui-link:visited {
    color: #2489CE /*{f-body-link-visited}*/;
}

.ui-body-f .ui-link:hover {
	color: #2489CE /*{f-body-link-hover}*/;
}

.ui-body-f .ui-link:active {
	color: #2489CE /*{f-body-link-active}*/;
}

.ui-btn-up-f {
	border: 1px solid #c3ff4c /*{f-bup-border}*/;
	background: #f9ffec /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bup-color}*/;
	text-shadow: 0px /*{f-bup-shadow-x}*/ 1px /*{f-bup-shadow-y}*/ 1px /*{f-bup-shadow-radius}*/ #eeeeee /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F9FFEC /*{f-bup-background-start}*/), to( #F9FFEC /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F9FFEC /*{f-bup-background-start}*/, #F9FFEC /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F9FFEC /*{f-bup-background-start}*/, #F9FFEC /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F9FFEC /*{f-bup-background-start}*/, #F9FFEC /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F9FFEC /*{f-bup-background-start}*/, #F9FFEC /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F9FFEC /*{f-bup-background-start}*/, #F9FFEC /*{f-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: #000000 /*{f-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid #c3ff4c /*{f-bhover-border}*/;
	background: #e1fcac /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bhover-color}*/;
	text-shadow: 0px /*{f-bhover-shadow-x}*/ 1px /*{f-bhover-shadow-y}*/ 1px /*{f-bhover-shadow-radius}*/ #eeeeee /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E1FCAC /*{f-bhover-background-start}*/), to( #E1FCAC /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #E1FCAC /*{f-bhover-background-start}*/, #E1FCAC /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #E1FCAC /*{f-bhover-background-start}*/, #E1FCAC /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #E1FCAC /*{f-bhover-background-start}*/, #E1FCAC /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #E1FCAC /*{f-bhover-background-start}*/, #E1FCAC /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #E1FCAC /*{f-bhover-background-start}*/, #E1FCAC /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: #000000 /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #c3ff4c /*{f-bdown-border}*/;
	background: #c3ff4c /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bdown-color}*/;
	text-shadow: 0px /*{f-bdown-shadow-x}*/ 1px /*{f-bdown-shadow-y}*/ 1px /*{f-bdown-shadow-radius}*/ #eeeeee /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #C3FF4C /*{f-bdown-background-start}*/), to( #C3FF4C /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #C3FF4C /*{f-bdown-background-start}*/, #C3FF4C /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #C3FF4C /*{f-bdown-background-start}*/, #C3FF4C /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #C3FF4C /*{f-bdown-background-start}*/, #C3FF4C /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #C3FF4C /*{f-bdown-background-start}*/, #C3FF4C /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #C3FF4C /*{f-bdown-background-start}*/, #C3FF4C /*{f-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: #000000 /*{f-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* G
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-g {
	border: 1px solid #555555 /*{g-bar-border}*/;
	background: #626262 /*{g-bar-background-color}*/;
	color: #FFFFFF /*{g-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{g-bar-shadow-x}*/ 1px /*{g-bar-shadow-y}*/ 1px /*{g-bar-shadow-radius}*/ #a1a1a1 /*{g-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #626262 /*{g-bar-background-start}*/), to( #626262 /*{g-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #626262 /*{g-bar-background-start}*/, #626262 /*{g-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #626262 /*{g-bar-background-start}*/, #626262 /*{g-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #626262 /*{g-bar-background-start}*/, #626262 /*{g-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #626262 /*{g-bar-background-start}*/, #626262 /*{g-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #626262 /*{g-bar-background-start}*/, #626262 /*{g-bar-background-end}*/);
}
.ui-bar-g .ui-link-inherit {
	color: #FFFFFF /*{g-bar-color}*/;
}

.ui-bar-g a.ui-link {
	color: #7cc4e7 /*{g-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-g a.ui-link:visited {
    color: #2489CE /*{g-bar-link-visited}*/;
}

.ui-bar-g a.ui-link:hover {
	color: #2489CE /*{g-bar-link-hover}*/;
}

.ui-bar-g a.ui-link:active {
	color: #2489CE /*{g-bar-link-active}*/;
}

.ui-bar-g,
.ui-bar-g input,
.ui-bar-g select,
.ui-bar-g textarea,
.ui-bar-g button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-g,
.ui-overlay-g {
	border: 1px solid #bcbcbc /*{g-body-border}*/;
	color: #000000 /*{g-body-color}*/;
	text-shadow: 0px /*{g-body-shadow-x}*/ 1px /*{g-body-shadow-y}*/ 0 /*{g-body-shadow-radius}*/ #eeeeee /*{g-body-shadow-color}*/;
	background: #f5f5f5 /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F5F5F5 /*{g-body-background-start}*/), to( #F5F5F5 /*{g-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F5F5F5 /*{g-body-background-start}*/, #F5F5F5 /*{g-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F5F5F5 /*{g-body-background-start}*/, #F5F5F5 /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F5F5F5 /*{g-body-background-start}*/, #F5F5F5 /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F5F5F5 /*{g-body-background-start}*/, #F5F5F5 /*{g-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F5F5F5 /*{g-body-background-start}*/, #F5F5F5 /*{g-body-background-end}*/);
}
.ui-overlay-g {
	background-image: none;
	border-width: 0;
}
.ui-body-g,
.ui-body-g input,
.ui-body-g select,
.ui-body-g textarea,
.ui-body-g button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-g .ui-link-inherit {
	color: #000000 /*{g-body-color}*/;
}

.ui-body-g .ui-link {
	color: #2489CE /*{g-body-link-color}*/;
	font-weight: bold;
}

.ui-body-g .ui-link:visited {
    color: #2489CE /*{g-body-link-visited}*/;
}

.ui-body-g .ui-link:hover {
	color: #2489CE /*{g-body-link-hover}*/;
}

.ui-body-g .ui-link:active {
	color: #2489CE /*{g-body-link-active}*/;
}

.ui-btn-up-g {
	border: 1px solid #bcbcbc /*{g-bup-border}*/;
	background: #f5f5f5 /*{g-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bup-color}*/;
	text-shadow: 0px /*{g-bup-shadow-x}*/ 1px /*{g-bup-shadow-y}*/ 1px /*{g-bup-shadow-radius}*/ #eeeeee /*{g-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F5F5F5 /*{g-bup-background-start}*/), to( #F5F5F5 /*{g-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F5F5F5 /*{g-bup-background-start}*/, #F5F5F5 /*{g-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F5F5F5 /*{g-bup-background-start}*/, #F5F5F5 /*{g-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F5F5F5 /*{g-bup-background-start}*/, #F5F5F5 /*{g-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #F5F5F5 /*{g-bup-background-start}*/, #F5F5F5 /*{g-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #F5F5F5 /*{g-bup-background-start}*/, #F5F5F5 /*{g-bup-background-end}*/);
}
.ui-btn-up-g:visited,
.ui-btn-up-g a.ui-link-inherit {
	color: #000000 /*{g-bup-color}*/;
}
.ui-btn-hover-g {
	border: 1px solid #bcbcbc /*{g-bhover-border}*/;
	background: #ebebeb /*{g-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bhover-color}*/;
	text-shadow: 0px /*{g-bhover-shadow-x}*/ 1px /*{g-bhover-shadow-y}*/ 1px /*{g-bhover-shadow-radius}*/ #eeeeee /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EBEBEB /*{g-bhover-background-start}*/), to( #EBEBEB /*{g-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EBEBEB /*{g-bhover-background-start}*/, #EBEBEB /*{g-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EBEBEB /*{g-bhover-background-start}*/, #EBEBEB /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EBEBEB /*{g-bhover-background-start}*/, #EBEBEB /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EBEBEB /*{g-bhover-background-start}*/, #EBEBEB /*{g-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EBEBEB /*{g-bhover-background-start}*/, #EBEBEB /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g:visited,
.ui-btn-hover-g:hover,
.ui-btn-hover-g a.ui-link-inherit {
	color: #000000 /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #bcbcbc /*{g-bdown-border}*/;
	background: #bcbcbc /*{g-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bdown-color}*/;
	text-shadow: 0 /*{g-bdown-shadow-x}*/ 1px /*{g-bdown-shadow-y}*/ 1px /*{g-bdown-shadow-radius}*/ #eeeeee /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #BCBCBC /*{g-bdown-background-start}*/), to( #BCBCBC /*{g-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #BCBCBC /*{g-bdown-background-start}*/, #BCBCBC /*{g-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #BCBCBC /*{g-bdown-background-start}*/, #BCBCBC /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #BCBCBC /*{g-bdown-background-start}*/, #BCBCBC /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #BCBCBC /*{g-bdown-background-start}*/, #BCBCBC /*{g-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #BCBCBC /*{g-bdown-background-start}*/, #BCBCBC /*{g-bdown-background-end}*/);
}
.ui-btn-down-g:visited,
.ui-btn-down-g:hover,
.ui-btn-down-g a.ui-link-inherit {
	color: #000000 /*{g-bdown-color}*/;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* H
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-h {
	border: 1px solid #aa3f00 /*{h-bar-border}*/;
	background: #c44900 /*{h-bar-background-color}*/;
	color: #ffffff /*{h-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{h-bar-shadow-x}*/ 1px /*{h-bar-shadow-y}*/ 1px /*{h-bar-shadow-radius}*/ #454545 /*{h-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #C44900 /*{h-bar-background-start}*/), to( #C44900 /*{h-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #C44900 /*{h-bar-background-start}*/, #C44900 /*{h-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #C44900 /*{h-bar-background-start}*/, #C44900 /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #C44900 /*{h-bar-background-start}*/, #C44900 /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #C44900 /*{h-bar-background-start}*/, #C44900 /*{h-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #C44900 /*{h-bar-background-start}*/, #C44900 /*{h-bar-background-end}*/);
}
.ui-bar-h .ui-link-inherit {
	color: #ffffff /*{h-bar-color}*/;
}

.ui-bar-h a.ui-link {
	color: #7cc4e7 /*{h-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-h a.ui-link:visited {
    color: #2489CE /*{h-bar-link-visited}*/;
}

.ui-bar-h a.ui-link:hover {
	color: #2489CE /*{h-bar-link-hover}*/;
}

.ui-bar-h a.ui-link:active {
	color: #2489CE /*{h-bar-link-active}*/;
}

.ui-bar-h,
.ui-bar-h input,
.ui-bar-h select,
.ui-bar-h textarea,
.ui-bar-h button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-h,
.ui-overlay-h {
	border: 1px solid #ffc1cb /*{h-body-border}*/;
	color: #000000 /*{h-body-color}*/;
	text-shadow: 0px /*{h-body-shadow-x}*/ 1px /*{h-body-shadow-y}*/ 0 /*{h-body-shadow-radius}*/ #eeeeee /*{h-body-shadow-color}*/;
	background: #fff3f5 /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFF3F5 /*{h-body-background-start}*/), to( #FFF3F5 /*{h-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFF3F5 /*{h-body-background-start}*/, #FFF3F5 /*{h-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFF3F5 /*{h-body-background-start}*/, #FFF3F5 /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFF3F5 /*{h-body-background-start}*/, #FFF3F5 /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFF3F5 /*{h-body-background-start}*/, #FFF3F5 /*{h-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFF3F5 /*{h-body-background-start}*/, #FFF3F5 /*{h-body-background-end}*/);
}
.ui-overlay-h {
	background-image: none;
	border-width: 0;
}
.ui-body-h,
.ui-body-h input,
.ui-body-h select,
.ui-body-h textarea,
.ui-body-h button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-h .ui-link-inherit {
	color: #000000 /*{h-body-color}*/;
}

.ui-body-h .ui-link {
	color: #1c267d /*{h-body-link-color}*/;
	font-weight: bold;
}

.ui-body-h .ui-link:visited {
    color: #2489CE /*{h-body-link-visited}*/;
}

.ui-body-h .ui-link:hover {
	color: #2489CE /*{h-body-link-hover}*/;
}

.ui-body-h .ui-link:active {
	color: #2489CE /*{h-body-link-active}*/;
}

.ui-btn-up-h {
	border: 1px solid #ffc1cb /*{h-bup-border}*/;
	background: #fff3f5 /*{h-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bup-color}*/;
	text-shadow: 0px /*{h-bup-shadow-x}*/ 1px /*{h-bup-shadow-y}*/ 1px /*{h-bup-shadow-radius}*/ #eeeeee /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFF3F5 /*{h-bup-background-start}*/), to( #FFF3F5 /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFF3F5 /*{h-bup-background-start}*/, #FFF3F5 /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFF3F5 /*{h-bup-background-start}*/, #FFF3F5 /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFF3F5 /*{h-bup-background-start}*/, #FFF3F5 /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFF3F5 /*{h-bup-background-start}*/, #FFF3F5 /*{h-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFF3F5 /*{h-bup-background-start}*/, #FFF3F5 /*{h-bup-background-end}*/);
}
.ui-btn-up-h:visited,
.ui-btn-up-h a.ui-link-inherit {
	color: #000000 /*{h-bup-color}*/;
}
.ui-btn-hover-h {
	border: 1px solid #ffc1cb /*{h-bhover-border}*/;
	background: #ffebee /*{h-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bhover-color}*/;
	text-shadow: 0px /*{h-bhover-shadow-x}*/ 1px /*{h-bhover-shadow-y}*/ 1px /*{h-bhover-shadow-radius}*/ #eeeeee /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFEBEE /*{h-bhover-background-start}*/), to( #FFEBEE /*{h-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFEBEE /*{h-bhover-background-start}*/, #FFEBEE /*{h-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFEBEE /*{h-bhover-background-start}*/, #FFEBEE /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFEBEE /*{h-bhover-background-start}*/, #FFEBEE /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFEBEE /*{h-bhover-background-start}*/, #FFEBEE /*{h-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFEBEE /*{h-bhover-background-start}*/, #FFEBEE /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h:visited,
.ui-btn-hover-h:hover,
.ui-btn-hover-h a.ui-link-inherit {
	color: #000000 /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #ffc1cb /*{h-bdown-border}*/;
	background: #ffc1cb /*{h-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bdown-color}*/;
	text-shadow: 0 /*{h-bdown-shadow-x}*/ 1px /*{h-bdown-shadow-y}*/ 1px /*{h-bdown-shadow-radius}*/ #eeeeee /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFC1CB /*{h-bdown-background-start}*/), to( #FFC1CB /*{h-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFC1CB /*{h-bdown-background-start}*/, #FFC1CB /*{h-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFC1CB /*{h-bdown-background-start}*/, #FFC1CB /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFC1CB /*{h-bdown-background-start}*/, #FFC1CB /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFC1CB /*{h-bdown-background-start}*/, #FFC1CB /*{h-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFC1CB /*{h-bdown-background-start}*/, #FFC1CB /*{h-bdown-background-end}*/);
}
.ui-btn-down-h:visited,
.ui-btn-down-h:hover,
.ui-btn-down-h a.ui-link-inherit {
	color: #000000 /*{h-bdown-color}*/;
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* I
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-i {
	border: 1px solid #266173 /*{i-bar-border}*/;
	background: #0e99c4 /*{i-bar-background-color}*/;
	color: #ffffff /*{i-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{i-bar-shadow-x}*/ 1px /*{i-bar-shadow-y}*/ 1px /*{i-bar-shadow-radius}*/ #444444 /*{i-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0E99C4 /*{i-bar-background-start}*/), to( #0E99C4 /*{i-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0E99C4 /*{i-bar-background-start}*/, #0E99C4 /*{i-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0E99C4 /*{i-bar-background-start}*/, #0E99C4 /*{i-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #0E99C4 /*{i-bar-background-start}*/, #0E99C4 /*{i-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #0E99C4 /*{i-bar-background-start}*/, #0E99C4 /*{i-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #0E99C4 /*{i-bar-background-start}*/, #0E99C4 /*{i-bar-background-end}*/);
}
.ui-bar-i .ui-link-inherit {
	color: #ffffff /*{i-bar-color}*/;
}

.ui-bar-i a.ui-link {
	color: #7cc4e7 /*{i-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-i a.ui-link:visited {
    color: #2489CE /*{i-bar-link-visited}*/;
}

.ui-bar-i a.ui-link:hover {
	color: #2489CE /*{i-bar-link-hover}*/;
}

.ui-bar-i a.ui-link:active {
	color: #2489CE /*{i-bar-link-active}*/;
}

.ui-bar-i,
.ui-bar-i input,
.ui-bar-i select,
.ui-bar-i textarea,
.ui-bar-i button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-i,
.ui-overlay-i {
	border: 1px solid #8C8C8C /*{i-body-border}*/;
	color: #000000 /*{i-body-color}*/;
	text-shadow: 0px /*{i-body-shadow-x}*/ 0px /*{i-body-shadow-y}*/ 0 /*{i-body-shadow-radius}*/ #eeeeee /*{i-body-shadow-color}*/;
	background: #ffffff /*{i-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{i-body-background-start}*/), to( #FFFFFF /*{i-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{i-body-background-start}*/, #FFFFFF /*{i-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{i-body-background-start}*/, #FFFFFF /*{i-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{i-body-background-start}*/, #FFFFFF /*{i-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{i-body-background-start}*/, #FFFFFF /*{i-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{i-body-background-start}*/, #FFFFFF /*{i-body-background-end}*/);
}
.ui-overlay-i {
	background-image: none;
	border-width: 0;
}
.ui-body-i,
.ui-body-i input,
.ui-body-i select,
.ui-body-i textarea,
.ui-body-i button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-i .ui-link-inherit {
	color: #000000 /*{i-body-color}*/;
}

.ui-body-i .ui-link {
	color: #343b7f /*{i-body-link-color}*/;
	font-weight: bold;
}

.ui-body-i .ui-link:visited {
    color: #2489CE /*{i-body-link-visited}*/;
}

.ui-body-i .ui-link:hover {
	color: #2489CE /*{i-body-link-hover}*/;
}

.ui-body-i .ui-link:active {
	color: #2489CE /*{i-body-link-active}*/;
}

.ui-btn-up-i {
	border: 1px solid #1ac9ff /*{i-bup-border}*/;
	background: #60d8fd /*{i-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bup-color}*/;
	text-shadow: 0px /*{i-bup-shadow-x}*/ 1px /*{i-bup-shadow-y}*/ 1px /*{i-bup-shadow-radius}*/ #eeeeee /*{i-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #60D8FD /*{i-bup-background-start}*/), to( #60D8FD /*{i-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #60D8FD /*{i-bup-background-start}*/, #60D8FD /*{i-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #60D8FD /*{i-bup-background-start}*/, #60D8FD /*{i-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #60D8FD /*{i-bup-background-start}*/, #60D8FD /*{i-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #60D8FD /*{i-bup-background-start}*/, #60D8FD /*{i-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #60D8FD /*{i-bup-background-start}*/, #60D8FD /*{i-bup-background-end}*/);
}
.ui-btn-up-i:visited,
.ui-btn-up-i a.ui-link-inherit {
	color: #000000 /*{i-bup-color}*/;
}
.ui-btn-hover-i {
	border: 1px solid #60d8fd /*{i-bhover-border}*/;
	background: #9ee4fa /*{i-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bhover-color}*/;
	text-shadow: 0px /*{i-bhover-shadow-x}*/ 1px /*{i-bhover-shadow-y}*/ 1px /*{i-bhover-shadow-radius}*/ #eeeeee /*{i-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9EE4FA /*{i-bhover-background-start}*/), to( #9EE4FA /*{i-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9EE4FA /*{i-bhover-background-start}*/, #9EE4FA /*{i-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9EE4FA /*{i-bhover-background-start}*/, #9EE4FA /*{i-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9EE4FA /*{i-bhover-background-start}*/, #9EE4FA /*{i-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9EE4FA /*{i-bhover-background-start}*/, #9EE4FA /*{i-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9EE4FA /*{i-bhover-background-start}*/, #9EE4FA /*{i-bhover-background-end}*/);
}
.ui-btn-hover-i:visited,
.ui-btn-hover-i:hover,
.ui-btn-hover-i a.ui-link-inherit {
	color: #000000 /*{i-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #9ee4fa /*{i-bdown-border}*/;
	background: #d8f1f9 /*{i-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bdown-color}*/;
	text-shadow: 0 /*{i-bdown-shadow-x}*/ 1px /*{i-bdown-shadow-y}*/ 1px /*{i-bdown-shadow-radius}*/ #eeeeee /*{i-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D8F1F9 /*{i-bdown-background-start}*/), to( #D8F1F9 /*{i-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #D8F1F9 /*{i-bdown-background-start}*/, #D8F1F9 /*{i-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #D8F1F9 /*{i-bdown-background-start}*/, #D8F1F9 /*{i-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #D8F1F9 /*{i-bdown-background-start}*/, #D8F1F9 /*{i-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #D8F1F9 /*{i-bdown-background-start}*/, #D8F1F9 /*{i-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #D8F1F9 /*{i-bdown-background-start}*/, #D8F1F9 /*{i-bdown-background-end}*/);
}
.ui-btn-down-i:visited,
.ui-btn-down-i:hover,
.ui-btn-down-i a.ui-link-inherit {
	color: #000000 /*{i-bdown-color}*/;
}
.ui-btn-up-i,
.ui-btn-hover-i,
.ui-btn-down-i {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* J
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-j {
	border: 1px solid #000000 /*{j-bar-border}*/;
	background: #3b3b3b /*{j-bar-background-color}*/;
	color: #ffffff /*{j-bar-color}*/;
	font-weight: bold;
	text-shadow: 0px /*{j-bar-shadow-x}*/ 1px /*{j-bar-shadow-y}*/ 1px /*{j-bar-shadow-radius}*/ #444444 /*{j-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #404040 /*{j-bar-background-start}*/), to( #353535 /*{j-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #404040 /*{j-bar-background-start}*/, #353535 /*{j-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #404040 /*{j-bar-background-start}*/, #353535 /*{j-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #404040 /*{j-bar-background-start}*/, #353535 /*{j-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #404040 /*{j-bar-background-start}*/, #353535 /*{j-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #404040 /*{j-bar-background-start}*/, #353535 /*{j-bar-background-end}*/);
}
.ui-bar-j .ui-link-inherit {
	color: #ffffff /*{j-bar-color}*/;
}

.ui-bar-j a.ui-link {
	color: #7cc4e7 /*{j-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-j a.ui-link:visited {
    color: #2489CE /*{j-bar-link-visited}*/;
}

.ui-bar-j a.ui-link:hover {
	color: #2489CE /*{j-bar-link-hover}*/;
}

.ui-bar-j a.ui-link:active {
	color: #2489CE /*{j-bar-link-active}*/;
}

.ui-bar-j,
.ui-bar-j input,
.ui-bar-j select,
.ui-bar-j textarea,
.ui-bar-j button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-j,
.ui-overlay-j {
	border: 1px solid #707070 /*{j-body-border}*/;
	color: #000000 /*{j-body-color}*/;
	text-shadow: 0px /*{j-body-shadow-x}*/ 0px /*{j-body-shadow-y}*/ 0px /*{j-body-shadow-radius}*/ #eeeeee /*{j-body-shadow-color}*/;
	background: #cccccc /*{j-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E0E0E0 /*{j-body-background-start}*/), to( #B7B7B7 /*{j-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #E0E0E0 /*{j-body-background-start}*/, #B7B7B7 /*{j-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #E0E0E0 /*{j-body-background-start}*/, #B7B7B7 /*{j-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #E0E0E0 /*{j-body-background-start}*/, #B7B7B7 /*{j-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #E0E0E0 /*{j-body-background-start}*/, #B7B7B7 /*{j-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #E0E0E0 /*{j-body-background-start}*/, #B7B7B7 /*{j-body-background-end}*/);
}
.ui-overlay-j {
	background-image: none;
	border-width: 0;
}
.ui-body-j,
.ui-body-j input,
.ui-body-j select,
.ui-body-j textarea,
.ui-body-j button {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-j .ui-link-inherit {
	color: #000000 /*{j-body-color}*/;
}

.ui-body-j .ui-link {
	color: #1c267d /*{j-body-link-color}*/;
	font-weight: bold;
}

.ui-body-j .ui-link:visited {
    color: #2489CE /*{j-body-link-visited}*/;
}

.ui-body-j .ui-link:hover {
	color: #2489CE /*{j-body-link-hover}*/;
}

.ui-body-j .ui-link:active {
	color: #2489CE /*{j-body-link-active}*/;
}

.ui-btn-up-j {
	border: 1px solid #2d2e2e /*{j-bup-border}*/;
	background: #4d4d4d /*{j-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{j-bup-color}*/;
	text-shadow: 0px /*{j-bup-shadow-x}*/ 1px /*{j-bup-shadow-y}*/ 1px /*{j-bup-shadow-radius}*/ #444444 /*{j-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #545454 /*{j-bup-background-start}*/), to( #454545 /*{j-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #545454 /*{j-bup-background-start}*/, #454545 /*{j-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #545454 /*{j-bup-background-start}*/, #454545 /*{j-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #545454 /*{j-bup-background-start}*/, #454545 /*{j-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #545454 /*{j-bup-background-start}*/, #454545 /*{j-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #545454 /*{j-bup-background-start}*/, #454545 /*{j-bup-background-end}*/);
}
.ui-btn-up-j:visited,
.ui-btn-up-j a.ui-link-inherit {
	color: #ffffff /*{j-bup-color}*/;
}
.ui-btn-hover-j {
	border: 1px solid #4d4d4d /*{j-bhover-border}*/;
	background: #585858 /*{j-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{j-bhover-color}*/;
	text-shadow: 0px /*{j-bhover-shadow-x}*/ 1px /*{j-bhover-shadow-y}*/ 1px /*{j-bhover-shadow-radius}*/ #444444 /*{j-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #606060 /*{j-bhover-background-start}*/), to( #4F4F4F /*{j-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #606060 /*{j-bhover-background-start}*/, #4F4F4F /*{j-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #606060 /*{j-bhover-background-start}*/, #4F4F4F /*{j-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #606060 /*{j-bhover-background-start}*/, #4F4F4F /*{j-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #606060 /*{j-bhover-background-start}*/, #4F4F4F /*{j-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #606060 /*{j-bhover-background-start}*/, #4F4F4F /*{j-bhover-background-end}*/);
}
.ui-btn-hover-j:visited,
.ui-btn-hover-j:hover,
.ui-btn-hover-j a.ui-link-inherit {
	color: #ffffff /*{j-bhover-color}*/;
}
.ui-btn-down-j {
	border: 1px solid #585858 /*{j-bdown-border}*/;
	background: #8c8c8c /*{j-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{j-bdown-color}*/;
	text-shadow: 0 /*{j-bdown-shadow-x}*/ 1px /*{j-bdown-shadow-y}*/ 1px /*{j-bdown-shadow-radius}*/ #444444 /*{j-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9A9A9A /*{j-bdown-background-start}*/), to( #7E7E7E /*{j-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9A9A9A /*{j-bdown-background-start}*/, #7E7E7E /*{j-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9A9A9A /*{j-bdown-background-start}*/, #7E7E7E /*{j-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9A9A9A /*{j-bdown-background-start}*/, #7E7E7E /*{j-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9A9A9A /*{j-bdown-background-start}*/, #7E7E7E /*{j-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9A9A9A /*{j-bdown-background-start}*/, #7E7E7E /*{j-bdown-background-end}*/);
}
.ui-btn-down-j:visited,
.ui-btn-down-j:hover,
.ui-btn-down-j a.ui-link-inherit {
	color: #ffffff /*{j-bdown-color}*/;
}
.ui-btn-up-j,
.ui-btn-hover-j,
.ui-btn-down-j {
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* K
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-k {
	border: 1px solid #7a2970 /*{k-bar-border}*/;
	background: #dc5bcc /*{k-bar-background-color}*/;
	color: #ffffff /*{k-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{k-bar-shadow-x}*/ 1px /*{k-bar-shadow-y}*/ 1px /*{k-bar-shadow-radius}*/ #ffffff /*{k-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #dc5bcc /*{k-bar-background-start}*/), to( #dc5bcc /*{k-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #dc5bcc /*{k-bar-background-start}*/, #dc5bcc /*{k-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #dc5bcc /*{k-bar-background-start}*/, #dc5bcc /*{k-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #dc5bcc /*{k-bar-background-start}*/, #dc5bcc /*{k-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #dc5bcc /*{k-bar-background-start}*/, #dc5bcc /*{k-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #dc5bcc /*{k-bar-background-start}*/, #dc5bcc /*{k-bar-background-end}*/);
}
.ui-bar-k .ui-link-inherit {
	color: #ffffff /*{k-bar-color}*/;
}

.ui-bar-k a.ui-link {
	color: #7cc4e7 /*{k-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-k a.ui-link:visited {
    color: #2489ce /*{k-bar-link-visited}*/;
}

.ui-bar-k a.ui-link:hover {
	color: #2489ce /*{k-bar-link-hover}*/;
}

.ui-bar-k a.ui-link:active {
	color: #2489ce /*{k-bar-link-active}*/;
}

.ui-bar-k,
.ui-bar-k input,
.ui-bar-k select,
.ui-bar-k textarea,
.ui-bar-k button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-k,
.ui-overlay-k {
	border: 1px solid #e68eec /*{k-body-border}*/;
	color: #333333 /*{k-body-color}*/;
	text-shadow: 0 /*{k-body-shadow-x}*/ 1px /*{k-body-shadow-y}*/ 0 /*{k-body-shadow-radius}*/ #ffffff /*{k-body-shadow-color}*/;
	background: #f8cbfb /*{k-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8cbfb /*{k-body-background-start}*/), to( #f8cbfb /*{k-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8cbfb /*{k-body-background-start}*/, #f8cbfb /*{k-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8cbfb /*{k-body-background-start}*/, #f8cbfb /*{k-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8cbfb /*{k-body-background-start}*/, #f8cbfb /*{k-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8cbfb /*{k-body-background-start}*/, #f8cbfb /*{k-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8cbfb /*{k-body-background-start}*/, #f8cbfb /*{k-body-background-end}*/);
}
.ui-overlay-k {
	background-image: none;
	border-width: 0;
}
.ui-body-k,
.ui-body-k input,
.ui-body-k select,
.ui-body-k textarea,
.ui-body-k button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-k .ui-link-inherit {
	color: #333333 /*{k-body-color}*/;
}

.ui-body-k .ui-link {
	color: #2489ce /*{k-body-link-color}*/;
	font-weight: bold;
}

.ui-body-k .ui-link:visited {
    color: #2489ce /*{k-body-link-visited}*/;
}

.ui-body-k .ui-link:hover {
	color: #2489ce /*{k-body-link-hover}*/;
}

.ui-body-k .ui-link:active {
	color: #2489ce /*{k-body-link-active}*/;
}

.ui-btn-up-k {
	border: 1px solid #e68eec /*{k-bup-border}*/;
	background: #f8cbfb /*{k-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{k-bup-color}*/;
	text-shadow: 0 /*{k-bup-shadow-x}*/ 1px /*{k-bup-shadow-y}*/ 0 /*{k-bup-shadow-radius}*/ #ffffffz /*{k-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8cbfb /*{k-bup-background-start}*/), to( #f8cbfb /*{k-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8cbfb /*{k-bup-background-start}*/, #f8cbfb /*{k-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8cbfb /*{k-bup-background-start}*/, #f8cbfb /*{k-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8cbfb /*{k-bup-background-start}*/, #f8cbfb /*{k-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8cbfb /*{k-bup-background-start}*/, #f8cbfb /*{k-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8cbfb /*{k-bup-background-start}*/, #f8cbfb /*{k-bup-background-end}*/);
}
.ui-btn-up-k:visited,
.ui-btn-up-k a.ui-link-inherit {
	color: #2f3e46 /*{k-bup-color}*/;
}
.ui-btn-hover-k {
	border: 1px solid #d06bd6 /*{k-bhover-border}*/;
	background: #e68eec /*{k-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{k-bhover-color}*/;
	text-shadow: 0 /*{k-bhover-shadow-x}*/ 1px /*{k-bhover-shadow-y}*/ 0 /*{k-bhover-shadow-radius}*/ #ffffff /*{k-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e68eec /*{k-bhover-background-start}*/), to( #e68eec /*{k-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e68eec /*{k-bhover-background-start}*/, #e68eec /*{k-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e68eec /*{k-bhover-background-start}*/, #e68eec /*{k-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e68eec /*{k-bhover-background-start}*/, #e68eec /*{k-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e68eec /*{k-bhover-background-start}*/, #e68eec /*{k-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e68eec /*{k-bhover-background-start}*/, #e68eec /*{k-bhover-background-end}*/);
}
.ui-btn-hover-k:visited,
.ui-btn-hover-k:hover,
.ui-btn-hover-k a.ui-link-inherit {
	color: #2f3e46 /*{k-bhover-color}*/;
}
.ui-btn-down-k {
	border: 1px solid #8f4294 /*{k-bdown-border}*/;
	background: #d06bd6 /*{k-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{k-bdown-color}*/;
	text-shadow: 0 /*{k-bdown-shadow-x}*/ 1px /*{k-bdown-shadow-y}*/ 0 /*{k-bdown-shadow-radius}*/ #ffffff /*{k-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d06bd6 /*{k-bdown-background-start}*/), to( #d06bd6 /*{k-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d06bd6 /*{k-bdown-background-start}*/, #d06bd6 /*{k-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d06bd6 /*{k-bdown-background-start}*/, #d06bd6 /*{k-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d06bd6 /*{k-bdown-background-start}*/, #d06bd6 /*{k-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d06bd6 /*{k-bdown-background-start}*/, #d06bd6 /*{k-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d06bd6 /*{k-bdown-background-start}*/, #d06bd6 /*{k-bdown-background-end}*/);
}
.ui-btn-down-k:visited,
.ui-btn-down-k:hover,
.ui-btn-down-k a.ui-link-inherit {
	color: #2f3e46 /*{k-bdown-color}*/;
}
.ui-btn-up-k,
.ui-btn-hover-k,
.ui-btn-down-k {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* L
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-l {
	border: 1px solid #d75656 /*{l-bar-border}*/;
	background: #f87272 /*{l-bar-background-color}*/;
	color: #3e3e3e /*{l-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{l-bar-shadow-x}*/ 1px /*{l-bar-shadow-y}*/ 1px /*{l-bar-shadow-radius}*/ #ffffff /*{l-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f87272 /*{l-bar-background-start}*/), to( #f87272 /*{l-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f87272 /*{l-bar-background-start}*/, #f87272 /*{l-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f87272 /*{l-bar-background-start}*/, #f87272 /*{l-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f87272 /*{l-bar-background-start}*/, #f87272 /*{l-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f87272 /*{l-bar-background-start}*/, #f87272 /*{l-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f87272 /*{l-bar-background-start}*/, #f87272 /*{l-bar-background-end}*/);
}
.ui-bar-l .ui-link-inherit {
	color: #3e3e3e /*{l-bar-color}*/;
}

.ui-bar-l a.ui-link {
	color: #7cc4e7 /*{l-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-l a.ui-link:visited {
    color: #2489ce /*{l-bar-link-visited}*/;
}

.ui-bar-l a.ui-link:hover {
	color: #2489ce /*{l-bar-link-hover}*/;
}

.ui-bar-l a.ui-link:active {
	color: #2489ce /*{l-bar-link-active}*/;
}

.ui-bar-l,
.ui-bar-l input,
.ui-bar-l select,
.ui-bar-l textarea,
.ui-bar-l button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-l,
.ui-overlay-l {
	border: 1px solid #eeb5b5 /*{l-body-border}*/;
	color: #333333 /*{l-body-color}*/;
	text-shadow: 0 /*{l-body-shadow-x}*/ 1px /*{l-body-shadow-y}*/ 0 /*{l-body-shadow-radius}*/ #ffffff /*{l-body-shadow-color}*/;
	background: #fdeded /*{l-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdeded /*{l-body-background-start}*/), to( #fdeded /*{l-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fdeded /*{l-body-background-start}*/, #fdeded /*{l-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fdeded /*{l-body-background-start}*/, #fdeded /*{l-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdeded /*{l-body-background-start}*/, #fdeded /*{l-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdeded /*{l-body-background-start}*/, #fdeded /*{l-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fdeded /*{l-body-background-start}*/, #fdeded /*{l-body-background-end}*/);
}
.ui-overlay-l {
	background-image: none;
	border-width: 0;
}
.ui-body-l,
.ui-body-l input,
.ui-body-l select,
.ui-body-l textarea,
.ui-body-l button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-l .ui-link-inherit {
	color: #333333 /*{l-body-color}*/;
}

.ui-body-l .ui-link {
	color: #2489ce /*{l-body-link-color}*/;
	font-weight: bold;
}

.ui-body-l .ui-link:visited {
    color: #2489ce /*{l-body-link-visited}*/;
}

.ui-body-l .ui-link:hover {
	color: #2489ce /*{l-body-link-hover}*/;
}

.ui-body-l .ui-link:active {
	color: #2489ce /*{l-body-link-active}*/;
}

.ui-btn-up-l {
	border: 1px solid #eeb5b5 /*{l-bup-border}*/;
	background: #fdeded /*{l-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{l-bup-color}*/;
	text-shadow: 0 /*{l-bup-shadow-x}*/ 1px /*{l-bup-shadow-y}*/ 0 /*{l-bup-shadow-radius}*/ #ffffff /*{l-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdeded /*{l-bup-background-start}*/), to( #fdeded /*{l-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fdeded /*{l-bup-background-start}*/, #fdeded /*{l-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fdeded /*{l-bup-background-start}*/, #fdeded /*{l-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdeded /*{l-bup-background-start}*/, #fdeded /*{l-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdeded /*{l-bup-background-start}*/, #fdeded /*{l-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fdeded /*{l-bup-background-start}*/, #fdeded /*{l-bup-background-end}*/);
}
.ui-btn-up-l:visited,
.ui-btn-up-l a.ui-link-inherit {
	color: #2f3e46 /*{l-bup-color}*/;
}
.ui-btn-hover-l {
	border: 1px solid #d36464 /*{l-bhover-border}*/;
	background: #eeb5b5 /*{l-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{l-bhover-color}*/;
	text-shadow: 0 /*{l-bhover-shadow-x}*/ 1px /*{l-bhover-shadow-y}*/ 0 /*{l-bhover-shadow-radius}*/ #ffffff /*{l-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeb5b5 /*{l-bhover-background-start}*/), to( #eeb5b5 /*{l-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eeb5b5 /*{l-bhover-background-start}*/, #eeb5b5 /*{l-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eeb5b5 /*{l-bhover-background-start}*/, #eeb5b5 /*{l-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeb5b5 /*{l-bhover-background-start}*/, #eeb5b5 /*{l-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeb5b5 /*{l-bhover-background-start}*/, #eeb5b5 /*{l-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eeb5b5 /*{l-bhover-background-start}*/, #eeb5b5 /*{l-bhover-background-end}*/);
}
.ui-btn-hover-l:visited,
.ui-btn-hover-l:hover,
.ui-btn-hover-l a.ui-link-inherit {
	color: #2f3e46 /*{l-bhover-color}*/;
}
.ui-btn-down-l {
	border: 1px solid #aa4646 /*{l-bdown-border}*/;
	background: #d36464 /*{l-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{l-bdown-color}*/;
	text-shadow: 0 /*{l-bdown-shadow-x}*/ 1px /*{l-bdown-shadow-y}*/ 0 /*{l-bdown-shadow-radius}*/ #ffffff /*{l-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d36464 /*{l-bdown-background-start}*/), to( #d36464 /*{l-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d36464 /*{l-bdown-background-start}*/, #d36464 /*{l-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d36464 /*{l-bdown-background-start}*/, #d36464 /*{l-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d36464 /*{l-bdown-background-start}*/, #d36464 /*{l-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d36464 /*{l-bdown-background-start}*/, #d36464 /*{l-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d36464 /*{l-bdown-background-start}*/, #d36464 /*{l-bdown-background-end}*/);
}
.ui-btn-down-l:visited,
.ui-btn-down-l:hover,
.ui-btn-down-l a.ui-link-inherit {
	color: #2f3e46 /*{l-bdown-color}*/;
}
.ui-btn-up-l,
.ui-btn-hover-l,
.ui-btn-down-l {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* M
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-m {
	border: 1px solid #70208d /*{m-bar-border}*/;
	background: #a01bd0 /*{m-bar-background-color}*/;
	color: #ffffff /*{m-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{m-bar-shadow-x}*/ 1px /*{m-bar-shadow-y}*/ 1px /*{m-bar-shadow-radius}*/ #444444 /*{m-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #a01bd0 /*{m-bar-background-start}*/), to( #a01bd0 /*{m-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #a01bd0 /*{m-bar-background-start}*/, #a01bd0 /*{m-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #a01bd0 /*{m-bar-background-start}*/, #a01bd0 /*{m-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #a01bd0 /*{m-bar-background-start}*/, #a01bd0 /*{m-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #a01bd0 /*{m-bar-background-start}*/, #a01bd0 /*{m-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #a01bd0 /*{m-bar-background-start}*/, #a01bd0 /*{m-bar-background-end}*/);
}
.ui-bar-m .ui-link-inherit {
	color: #ffffff /*{m-bar-color}*/;
}

.ui-bar-m a.ui-link {
	color: #7cc4e7 /*{m-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-m a.ui-link:visited {
    color: #2489ce /*{m-bar-link-visited}*/;
}

.ui-bar-m a.ui-link:hover {
	color: #2489ce /*{m-bar-link-hover}*/;
}

.ui-bar-m a.ui-link:active {
	color: #2489ce /*{m-bar-link-active}*/;
}

.ui-bar-m,
.ui-bar-m input,
.ui-bar-m select,
.ui-bar-m textarea,
.ui-bar-m button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-m,
.ui-overlay-m {
	border: 1px solid #c273dd /*{m-body-border}*/;
	color: #333333 /*{m-body-color}*/;
	text-shadow: 0 /*{m-body-shadow-x}*/ 1px /*{m-body-shadow-y}*/ 0 /*{m-body-shadow-radius}*/ #ffffff /*{m-body-shadow-color}*/;
	background: #f4e0fb /*{m-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f4e0fb /*{m-body-background-start}*/), to( #f4e0fb /*{m-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f4e0fb /*{m-body-background-start}*/, #f4e0fb /*{m-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f4e0fb /*{m-body-background-start}*/, #f4e0fb /*{m-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f4e0fb /*{m-body-background-start}*/, #f4e0fb /*{m-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f4e0fb /*{m-body-background-start}*/, #f4e0fb /*{m-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f4e0fb /*{m-body-background-start}*/, #f4e0fb /*{m-body-background-end}*/);
}
.ui-overlay-m {
	background-image: none;
	border-width: 0;
}
.ui-body-m,
.ui-body-m input,
.ui-body-m select,
.ui-body-m textarea,
.ui-body-m button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-m .ui-link-inherit {
	color: #333333 /*{m-body-color}*/;
}

.ui-body-m .ui-link {
	color: #2489ce /*{m-body-link-color}*/;
	font-weight: bold;
}

.ui-body-m .ui-link:visited {
    color: #2489ce /*{m-body-link-visited}*/;
}

.ui-body-m .ui-link:hover {
	color: #2489ce /*{m-body-link-hover}*/;
}

.ui-body-m .ui-link:active {
	color: #2489ce /*{m-body-link-active}*/;
}

.ui-btn-up-m {
	border: 1px solid #c273dd /*{m-bup-border}*/;
	background: #f4e0fb /*{m-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{m-bup-color}*/;
	text-shadow: 0 /*{m-bup-shadow-x}*/ 1px /*{m-bup-shadow-y}*/ 0 /*{m-bup-shadow-radius}*/ #ffffff /*{m-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f4e0fb /*{m-bup-background-start}*/), to( #f4e0fb /*{m-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f4e0fb /*{m-bup-background-start}*/, #f4e0fb /*{m-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f4e0fb /*{m-bup-background-start}*/, #f4e0fb /*{m-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f4e0fb /*{m-bup-background-start}*/, #f4e0fb /*{m-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f4e0fb /*{m-bup-background-start}*/, #f4e0fb /*{m-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f4e0fb /*{m-bup-background-start}*/, #f4e0fb /*{m-bup-background-end}*/);
}
.ui-btn-up-m:visited,
.ui-btn-up-m a.ui-link-inherit {
	color: #2f3e46 /*{m-bup-color}*/;
}
.ui-btn-hover-m {
	border: 1px solid #8a44a2 /*{m-bhover-border}*/;
	background: #c273dd /*{m-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{m-bhover-color}*/;
	text-shadow: 0 /*{m-bhover-shadow-x}*/ 1px /*{m-bhover-shadow-y}*/ 0 /*{m-bhover-shadow-radius}*/ #ffffff /*{m-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c273dd /*{m-bhover-background-start}*/), to( #c273dd /*{m-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c273dd /*{m-bhover-background-start}*/, #c273dd /*{m-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c273dd /*{m-bhover-background-start}*/, #c273dd /*{m-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c273dd /*{m-bhover-background-start}*/, #c273dd /*{m-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c273dd /*{m-bhover-background-start}*/, #c273dd /*{m-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c273dd /*{m-bhover-background-start}*/, #c273dd /*{m-bhover-background-end}*/);
}
.ui-btn-hover-m:visited,
.ui-btn-hover-m:hover,
.ui-btn-hover-m a.ui-link-inherit {
	color: #2f3e46 /*{m-bhover-color}*/;
}
.ui-btn-down-m {
	border: 1px solid #52335c /*{m-bdown-border}*/;
	background: #8a44a2 /*{m-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{m-bdown-color}*/;
	text-shadow: 0 /*{m-bdown-shadow-x}*/ 1px /*{m-bdown-shadow-y}*/ 0 /*{m-bdown-shadow-radius}*/ #ffffff /*{m-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8a44a2 /*{m-bdown-background-start}*/), to( #8a44a2 /*{m-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #8a44a2 /*{m-bdown-background-start}*/, #8a44a2 /*{m-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #8a44a2 /*{m-bdown-background-start}*/, #8a44a2 /*{m-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8a44a2 /*{m-bdown-background-start}*/, #8a44a2 /*{m-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8a44a2 /*{m-bdown-background-start}*/, #8a44a2 /*{m-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #8a44a2 /*{m-bdown-background-start}*/, #8a44a2 /*{m-bdown-background-end}*/);
}
.ui-btn-down-m:visited,
.ui-btn-down-m:hover,
.ui-btn-down-m a.ui-link-inherit {
	color: #2f3e46 /*{m-bdown-color}*/;
}
.ui-btn-up-m,
.ui-btn-hover-m,
.ui-btn-down-m {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* Structure */

/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
	text-decoration: none !important;
}


/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid #0b4d75 /*{global-active-border}*/;
	background: #007ac3 /*{global-active-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0px /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #145072 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #007AC3 /*{global-active-background-start}*/), to( #007AC3 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #007AC3 /*{global-active-background-start}*/, #007AC3 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #007AC3 /*{global-active-background-start}*/, #007AC3 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #007AC3 /*{global-active-background-start}*/, #007AC3 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #007AC3 /*{global-active-background-start}*/, #007AC3 /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #007AC3 /*{global-active-background-start}*/, #007AC3 /*{global-active-background-end}*/);
	    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-btn-active:visited,
.ui-btn-active:hover,
.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: 0.6em /*{global-radii-blocks}*/;
	-webkit-border-radius: 0.6em /*{global-radii-blocks}*/;
	border-radius: 0.6em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	zoom: 1;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF /*{global-icon-color}*/;
	background: rgba(0,0,0,0.4) /*{global-icon-disc}*/;
	background-image: url(./images/icons-18-white.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
	background: 						#fff;
	background: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-white.png);
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}
	.ui-icon-alt {
		background-image: url(images/icons-36-black.png);
	}
}

/* plus minus */
.ui-icon-plus {
	background-position: 	-0 50%;
}
.ui-icon-minus {
	background-position: 	-36px 50%;
}

/* delete/close */
.ui-icon-delete {
	background-position: 	-72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px 50%;
}
.ui-icon-arrow-l {
	background-position: 	-144px 50%;
}
.ui-icon-arrow-u {
	background-position: 	-180px 50%;
}
.ui-icon-arrow-d {
	background-position: 	-216px 50%;
}

/* misc */
.ui-icon-check {
	background-position: 	-252px 50%;
}
.ui-icon-gear {
	background-position: 	-288px 50%;
}
.ui-icon-refresh {
	background-position: 	-324px 50%;
}
.ui-icon-forward {
	background-position: 	-360px 50%;
}
.ui-icon-back {
	background-position: 	-396px 50%;
}
.ui-icon-grid {
	background-position: 	-432px 50%;
}
.ui-icon-star {
	background-position: 	-468px 50%;
}
.ui-icon-alert {
	background-position: 	-504px 50%;
}
.ui-icon-info {
	background-position: 	-540px 50%;
}
.ui-icon-home {
	background-position: 	-576px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-612px 50%;
}
.ui-icon-checkbox-off {
	background-position: 	-684px 50%;
}
.ui-icon-checkbox-on {
	background-position: 	-648px 50%;
}
.ui-icon-radio-off {
	background-position: 	-756px 50%;
}
.ui-icon-radio-on {
	background-position: 	-720px 50%;
}


/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #007ac3 /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
}


/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
	-moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
	 -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
	-moz-border-radius: 1em /*{global-radii-buttons}*/;
	-webkit-border-radius: 1em /*{global-radii-buttons}*/;
	border-radius: 1em /*{global-radii-buttons}*/;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
	background: #666;
	filter: Alpha(Opacity=50);
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,0.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,0.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,0.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0 undefined /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 1px 0 undefined /*{global-icon-shadow}*/;
	box-shadow: 0px 1px 0 undefined /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus, .ui-link-inherit:focus {
	outline: 0;
}
.ui-btn.ui-focus {
	z-index: 1;
}
.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: inset 0px 0px 3px #007ac3 /*{global-active-background-color}*/, 0px 0px 9px #007ac3 /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0px 0px 3px #007ac3 /*{global-active-background-color}*/, 0px 0px 9px #007ac3 /*{global-active-background-color}*/;
	box-shadow: inset 0px 0px 3px #007ac3 /*{global-active-background-color}*/, 0px 0px 9px #007ac3 /*{global-active-background-color}*/;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	-moz-box-shadow: 0px 0px 12px #007ac3 /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #007ac3 /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #007ac3 /*{global-active-background-color}*/;	
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
	outline-width: 1px;
	outline-style: auto;
}
