/*!
* jQuery Mobile 1.3.2
* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-a {
	border: 1px solid #b3b3b3 /*{a-bar-border}*/;
	background: #eeeeee /*{a-bar-background-color}*/;
	color: #3e3e3e /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{a-bar-background-start}*/), to( #dddddd /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/);
}
.ui-bar-a .ui-link-inherit {
	color: #3e3e3e /*{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 #aaaaaa /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
	background: #63abde /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #63abde /*{a-body-background-start}*/), to( #63abde /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #63abde /*{a-body-background-start}*/, #63abde /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #63abde /*{a-body-background-start}*/, #63abde /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #63abde /*{a-body-background-start}*/, #63abde /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #63abde /*{a-body-background-start}*/, #63abde /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #63abde /*{a-body-background-start}*/, #63abde /*{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: #333333 /*{a-body-color}*/;
}
.ui-body-a .ui-link {
	color: #2489ce /*{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 #cccccc /*{a-bup-border}*/;
	background: #eeeeee /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 0 /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{a-bup-background-start}*/), to( #caf0f6 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{a-bup-background-start}*/, #caf0f6 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eeeeee /*{a-bup-background-start}*/, #caf0f6 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{a-bup-background-start}*/, #caf0f6 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{a-bup-background-start}*/, #caf0f6 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eeeeee /*{a-bup-background-start}*/, #caf0f6 /*{a-bup-background-end}*/);
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
	color: #2f3e46 /*{a-bup-color}*/;
}
.ui-btn-hover-a {
	border: 1px solid #5ad8f6 /*{a-bhover-border}*/;
	background: #ffffff /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 0 /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bhover-background-start}*/), to( #8feafa /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #8feafa /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #8feafa /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #8feafa /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{a-bhover-background-start}*/, #8feafa /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{a-bhover-background-start}*/, #8feafa /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
	color: #2f3e46 /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #bbbbbb /*{a-bdown-border}*/;
	background: #d6d6d6 /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/);
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
	color: #2f3e46 /*{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 #b3b3b3 /*{b-bar-border}*/;
	background: #ffffff /*{b-bar-background-color}*/;
	color: #3e3e3e /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #ffffff /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-bar-background-start}*/), to( #FFFFFF /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{b-bar-background-start}*/, #FFFFFF /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{b-bar-background-start}*/, #FFFFFF /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{b-bar-background-start}*/, #FFFFFF /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{b-bar-background-start}*/, #FFFFFF /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{b-bar-background-start}*/, #FFFFFF /*{b-bar-background-end}*/);
}
.ui-bar-b .ui-link-inherit {
	color: #3e3e3e /*{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 #aaaaaa /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
	background: #ffffff /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-body-background-start}*/), to( #ffffff /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{b-body-background-start}*/, #ffffff /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{b-body-background-start}*/, #ffffff /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{b-body-background-start}*/, #ffffff /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{b-body-background-start}*/, #ffffff /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{b-body-background-start}*/, #ffffff /*{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: #333333 /*{b-body-color}*/;
}
.ui-body-b .ui-link {
	color: #2489ce /*{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 #90bed5 /*{b-bup-border}*/;
	background: #40aef7 /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #12416d /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 0 /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #ffffff /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-bup-background-start}*/), to( #40aef7 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{b-bup-background-start}*/, #40aef7 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{b-bup-background-start}*/, #40aef7 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{b-bup-background-start}*/, #40aef7 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{b-bup-background-start}*/, #40aef7 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{b-bup-background-start}*/, #40aef7 /*{b-bup-background-end}*/);
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
	color: #12416d /*{b-bup-color}*/;
}
.ui-btn-hover-b {
	border: 1px solid #fc7114 /*{b-bhover-border}*/;
	background: #fc7114 /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #4e2018 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 0 /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #ffffff /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fcfcfc /*{b-bhover-background-start}*/), to( #fc7114 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fcfcfc /*{b-bhover-background-start}*/, #fc7114 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fcfcfc /*{b-bhover-background-start}*/, #fc7114 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fcfcfc /*{b-bhover-background-start}*/, #fc7114 /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fcfcfc /*{b-bhover-background-start}*/, #fc7114 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fcfcfc /*{b-bhover-background-start}*/, #fc7114 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
	color: #4e2018 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid #bbbbbb /*{b-bdown-border}*/;
	background: #d6d6d6 /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 0 /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-bdown-background-start}*/), to( #dfdfdf /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/);
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
	color: #2f3e46 /*{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 #b3b3b3 /*{c-bar-border}*/;
	background: #eeeeee /*{c-bar-background-color}*/;
	color: #ffffff /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 0 /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5cbdff /*{c-bar-background-start}*/), to( #0866c4 /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5cbdff /*{c-bar-background-start}*/, #0866c4 /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5cbdff /*{c-bar-background-start}*/, #0866c4 /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5cbdff /*{c-bar-background-start}*/, #0866c4 /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5cbdff /*{c-bar-background-start}*/, #0866c4 /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5cbdff /*{c-bar-background-start}*/, #0866c4 /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
	color: #ffffff /*{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 #aaaaaa /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
	background: #ffffff /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-body-background-start}*/), to( #ffffff /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{c-body-background-start}*/, #ffffff /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{c-body-background-start}*/, #ffffff /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-body-background-start}*/, #ffffff /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-body-background-start}*/, #ffffff /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{c-body-background-start}*/, #ffffff /*{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: #333333 /*{c-body-color}*/;
}
.ui-body-c .ui-link {
	color: #2489ce /*{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 #9dd5e1 /*{c-bup-border}*/;
	background: #9af9e7 /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #235671 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 0 /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #9af9e7 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #9af9e7 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #9af9e7 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #9af9e7 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #9af9e7 /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{c-bup-background-start}*/, #9af9e7 /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
	color: #235671 /*{c-bup-color}*/;
}
.ui-btn-hover-c {
	border: 1px solid #fc7114 /*{c-bhover-border}*/;
	background: #dfdfdf /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #4e2018 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 0 /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bhover-background-start}*/), to( #fc7114 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{c-bhover-background-start}*/, #fc7114 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{c-bhover-background-start}*/, #fc7114 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-bhover-background-start}*/, #fc7114 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-bhover-background-start}*/, #fc7114 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{c-bhover-background-start}*/, #fc7114 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
	color: #4e2018 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #bbbbbb /*{c-bdown-border}*/;
	background: #d6d6d6 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 0 /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{c-bdown-background-start}*/, #dfdfdf /*{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 #ffffff /*{d-bar-border}*/;
	background: #ffffff /*{d-bar-background-color}*/;
	color: #3e3e3e /*{d-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #ffffff /*{d-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{d-bar-background-start}*/), to( #ffffff /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{d-bar-background-start}*/, #ffffff /*{d-bar-background-end}*/);
}
.ui-bar-d .ui-link-inherit {
	color: #3e3e3e /*{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 #ffffff /*{d-body-border}*/;
	color: #333333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 0 /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #ffffff /*{d-body-shadow-color}*/;
	background: #ffffff /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{d-body-background-start}*/), to( #ffffff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{d-body-background-start}*/, #ffffff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{d-body-background-start}*/, #ffffff /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{d-body-background-start}*/, #ffffff /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{d-body-background-start}*/, #ffffff /*{d-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{d-body-background-start}*/, #ffffff /*{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: #333333 /*{d-body-color}*/;
}
.ui-body-d .ui-link {
	color: #2489ce /*{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 #cccccc /*{d-bup-border}*/;
	background: #eeeeee /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #ffffff /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{d-bup-background-start}*/), to( #f1f1f1 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{d-bup-background-start}*/, #f1f1f1 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{d-bup-background-start}*/, #f1f1f1 /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{d-bup-background-start}*/, #f1f1f1 /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{d-bup-background-start}*/, #f1f1f1 /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{d-bup-background-start}*/, #f1f1f1 /*{d-bup-background-end}*/);
}
.ui-btn-up-d:visited,
.ui-btn-up-d a.ui-link-inherit {
	color: #2f3e46 /*{d-bup-color}*/;
}
.ui-btn-hover-d {
	border: 1px solid #bbbbbb /*{d-bhover-border}*/;
	background: #dfdfdf /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{d-bhover-color}*/;
	text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #ffffff /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{d-bhover-background-start}*/), to( #e0e0e0 /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{d-bhover-background-start}*/, #e0e0e0 /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{d-bhover-background-start}*/, #e0e0e0 /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{d-bhover-background-start}*/, #e0e0e0 /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{d-bhover-background-start}*/, #e0e0e0 /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{d-bhover-background-start}*/, #e0e0e0 /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d:visited,
.ui-btn-hover-d:hover,
.ui-btn-hover-d a.ui-link-inherit {
	color: #2f3e46 /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid #bbbbbb /*{d-bdown-border}*/;
	background: #d6d6d6 /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{d-bdown-background-start}*/), to( #dfdfdf /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{d-bdown-background-start}*/, #dfdfdf /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{d-bdown-background-start}*/, #dfdfdf /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{d-bdown-background-start}*/, #dfdfdf /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{d-bdown-background-start}*/, #dfdfdf /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{d-bdown-background-start}*/, #dfdfdf /*{d-bdown-background-end}*/);
}
.ui-btn-down-d:visited,
.ui-btn-down-d:hover,
.ui-btn-down-d a.ui-link-inherit {
	color: #2f3e46 /*{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 #333 /*{e-bar-border}*/;
	background: #111 /*{e-bar-background-color}*/;
	color: #fff /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{e-bar-shadow-x}*/ -1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #000 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{e-bar-background-start}*/), to( #111 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #3c3c3c /*{e-bar-background-start}*/, #111 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #3c3c3c /*{e-bar-background-start}*/, #111 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #3c3c3c /*{e-bar-background-start}*/, #111 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #3c3c3c /*{e-bar-background-start}*/, #111 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #3c3c3c /*{e-bar-background-start}*/, #111 /*{e-bar-background-end}*/);
}
.ui-bar-e .ui-link-inherit {
	color: #fff /*{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 #444 /*{e-body-border}*/;
	color: #fff /*{e-body-color}*/;
	text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #111 /*{e-body-shadow-color}*/;
	background: #222 /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{e-body-background-start}*/), to( #222 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444 /*{e-body-background-start}*/, #222 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #444 /*{e-body-background-start}*/, #222 /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #444 /*{e-body-background-start}*/, #222 /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #444 /*{e-body-background-start}*/, #222 /*{e-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #444 /*{e-body-background-start}*/, #222 /*{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: #fff /*{e-body-color}*/;
}
.ui-body-e .ui-link {
	color: #2489ce /*{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 #111 /*{e-bup-border}*/;
	background: #333 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #111 /*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{e-bup-background-start}*/), to( #2d2d2d /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444 /*{e-bup-background-start}*/, #2d2d2d /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #444 /*{e-bup-background-start}*/, #2d2d2d /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #444 /*{e-bup-background-start}*/, #2d2d2d /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #444 /*{e-bup-background-start}*/, #2d2d2d /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #444 /*{e-bup-background-start}*/, #2d2d2d /*{e-bup-background-end}*/);
}
.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
}
.ui-btn-hover-e {
	border: 1px solid #000 /*{e-bhover-border}*/;
	background: #444 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #111 /*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{e-bhover-background-start}*/), to( #383838 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #555 /*{e-bhover-background-start}*/, #383838 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #555 /*{e-bhover-background-start}*/, #383838 /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #555 /*{e-bhover-background-start}*/, #383838 /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #555 /*{e-bhover-background-start}*/, #383838 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #555 /*{e-bhover-background-start}*/, #383838 /*{e-bhover-background-end}*/);
}
.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {
	color: #fff /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #000 /*{e-bdown-border}*/;
	background: #222 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #111 /*{e-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{e-bdown-background-start}*/), to( #2c2c2c /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #202020 /*{e-bdown-background-start}*/, #2c2c2c /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #202020 /*{e-bdown-background-start}*/, #2c2c2c /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #202020 /*{e-bdown-background-start}*/, #2c2c2c /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #202020 /*{e-bdown-background-start}*/, #2c2c2c /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #202020 /*{e-bdown-background-start}*/, #2c2c2c /*{e-bdown-background-end}*/);
}
.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
	color: #fff /*{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 #59c0ee /*{f-bar-border}*/;
	background: #5e87b0 /*{f-bar-background-color}*/;
	color: #fff /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{f-bar-shadow-x}*/ 1px /*{f-bar-shadow-y}*/ 0 /*{f-bar-shadow-radius}*/ #3e6790 /*{f-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{f-bar-background-start}*/), to( #1882c9 /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{f-bar-background-start}*/, #1882c9 /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{f-bar-background-start}*/, #1882c9 /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{f-bar-background-start}*/, #1882c9 /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{f-bar-background-start}*/, #1882c9 /*{f-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{f-bar-background-start}*/, #1882c9 /*{f-bar-background-end}*/);
}
.ui-bar-f .ui-link-inherit {
	color: #fff /*{f-bar-color}*/;
}
.ui-bar-f a.ui-link {
	color: #ddf0f8 /*{f-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-f a.ui-link:visited {
    color: #ddf0f8 /*{f-bar-link-visited}*/;
}
.ui-bar-f a.ui-link:hover {
	color: #ddf0f8 /*{f-bar-link-hover}*/;
}
.ui-bar-f a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{f-body-border}*/;
	color: #333 /*{f-body-color}*/;
	text-shadow: 0 /*{f-body-shadow-x}*/ 1px /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #fff /*{f-body-shadow-color}*/;
	background: #ffffff /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{f-body-background-start}*/), to( #ffffff /*{f-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{f-body-background-start}*/, #ffffff /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{f-body-background-start}*/, #ffffff /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{f-body-background-start}*/, #ffffff /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{f-body-background-start}*/, #ffffff /*{f-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{f-body-background-start}*/, #ffffff /*{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: #333 /*{f-body-color}*/;
}
.ui-body-f .ui-link {
	color: #2489ce /*{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 #044062 /*{f-bup-border}*/;
	background: #396b9e /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bup-color}*/;
	text-shadow: 0 /*{f-bup-shadow-x}*/ 0 /*{f-bup-shadow-y}*/ 0 /*{f-bup-shadow-radius}*/ #194b7e /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5cbdff /*{f-bup-background-start}*/), to( #0866c4 /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5cbdff /*{f-bup-background-start}*/, #0866c4 /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5cbdff /*{f-bup-background-start}*/, #0866c4 /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5cbdff /*{f-bup-background-start}*/, #0866c4 /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5cbdff /*{f-bup-background-start}*/, #0866c4 /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5cbdff /*{f-bup-background-start}*/, #0866c4 /*{f-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: #fff /*{f-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid #00415e /*{f-bhover-border}*/;
	background: #4b88b6 /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bhover-color}*/;
	text-shadow: 0 /*{f-bhover-shadow-x}*/ 0 /*{f-bhover-shadow-y}*/ 0 /*{f-bhover-shadow-radius}*/ #194b7e /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #43aaef /*{f-bhover-background-start}*/), to( #0a49a9 /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #43aaef /*{f-bhover-background-start}*/, #0a49a9 /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #43aaef /*{f-bhover-background-start}*/, #0a49a9 /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #43aaef /*{f-bhover-background-start}*/, #0a49a9 /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #43aaef /*{f-bhover-background-start}*/, #0a49a9 /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #43aaef /*{f-bhover-background-start}*/, #0a49a9 /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: #fff /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #225377 /*{f-bdown-border}*/;
	background: #4e89c5 /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bdown-color}*/;
	text-shadow: 0 /*{f-bdown-shadow-x}*/ 1px /*{f-bdown-shadow-y}*/ 0 /*{f-bdown-shadow-radius}*/ #194b7e /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{f-bdown-background-start}*/), to( #3e79b5 /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{f-bdown-background-start}*/, #3e79b5 /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{f-bdown-background-start}*/, #3e79b5 /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{f-bdown-background-start}*/, #3e79b5 /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{f-bdown-background-start}*/, #3e79b5 /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{f-bdown-background-start}*/, #3e79b5 /*{f-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: #fff /*{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 #f7c942 /*{g-bar-border}*/;
	background: #fadb4e /*{g-bar-background-color}*/;
	color: #333 /*{g-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{g-bar-shadow-x}*/ 1px /*{g-bar-shadow-y}*/ 0 /*{g-bar-shadow-radius}*/ #fff /*{g-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{g-bar-background-start}*/), to( #fbef7e /*{g-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fceda7 /*{g-bar-background-start}*/, #fbef7e /*{g-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fceda7 /*{g-bar-background-start}*/, #fbef7e /*{g-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fceda7 /*{g-bar-background-start}*/, #fbef7e /*{g-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fceda7 /*{g-bar-background-start}*/, #fbef7e /*{g-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fceda7 /*{g-bar-background-start}*/, #fbef7e /*{g-bar-background-end}*/);
}
.ui-bar-g .ui-link-inherit {
	color: #333 /*{g-bar-color}*/;
}
.ui-bar-g a.ui-link {
	color: #2489ce /*{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 #f7c942 /*{g-body-border}*/;
	color: #222 /*{g-body-color}*/;
	text-shadow: 0 /*{g-body-shadow-x}*/ 1px /*{g-body-shadow-y}*/ 0 /*{g-body-shadow-radius}*/ #fff /*{g-body-shadow-color}*/;
	background: #fff9df /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{g-body-background-start}*/), to( #fff3a5 /*{g-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fffadf /*{g-body-background-start}*/, #fff3a5 /*{g-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fffadf /*{g-body-background-start}*/, #fff3a5 /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fffadf /*{g-body-background-start}*/, #fff3a5 /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fffadf /*{g-body-background-start}*/, #fff3a5 /*{g-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fffadf /*{g-body-background-start}*/, #fff3a5 /*{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: #222 /*{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 #f4c63f /*{g-bup-border}*/;
	background: #fadb4e /*{g-bup-background-color}*/;
	font-weight: bold;
	color: #222 /*{g-bup-color}*/;
	text-shadow: 0 /*{g-bup-shadow-x}*/ 0 /*{g-bup-shadow-y}*/ 0 /*{g-bup-shadow-radius}*/ #fff /*{g-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fadb4e /*{g-bup-background-start}*/), to( #e6bd05 /*{g-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fadb4e /*{g-bup-background-start}*/, #e6bd05 /*{g-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fadb4e /*{g-bup-background-start}*/, #e6bd05 /*{g-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fadb4e /*{g-bup-background-start}*/, #e6bd05 /*{g-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fadb4e /*{g-bup-background-start}*/, #e6bd05 /*{g-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fadb4e /*{g-bup-background-start}*/, #e6bd05 /*{g-bup-background-end}*/);
}
.ui-btn-up-g:visited,
.ui-btn-up-g a.ui-link-inherit {
	color: #222 /*{g-bup-color}*/;
}
.ui-btn-hover-g {
	border: 1px solid #f2c43d /*{g-bhover-border}*/;
	background: #fbe26f /*{g-bhover-background-color}*/;
	font-weight: bold;
	color: #333 /*{g-bhover-color}*/;
	text-shadow: 0 /*{g-bhover-shadow-x}*/ 0 /*{g-bhover-shadow-y}*/ 0 /*{g-bhover-shadow-radius}*/ #fff /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{g-bhover-background-start}*/), to( #fbdd52 /*{g-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff5ba /*{g-bhover-background-start}*/, #fbdd52 /*{g-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff5ba /*{g-bhover-background-start}*/, #fbdd52 /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff5ba /*{g-bhover-background-start}*/, #fbdd52 /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff5ba /*{g-bhover-background-start}*/, #fbdd52 /*{g-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff5ba /*{g-bhover-background-start}*/, #fbdd52 /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g:visited,
.ui-btn-hover-g:hover,
.ui-btn-hover-g a.ui-link-inherit {
	color: #333 /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #f2c43d /*{g-bdown-border}*/;
	background: #fceda7 /*{g-bdown-background-color}*/;
	font-weight: bold;
	color: #333 /*{g-bdown-color}*/;
	text-shadow: 0 /*{g-bdown-shadow-x}*/ 0 /*{g-bdown-shadow-y}*/ 0 /*{g-bdown-shadow-radius}*/ #fff /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{g-bdown-background-start}*/), to( #fadb4e /*{g-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8d94c /*{g-bdown-background-start}*/, #fadb4e /*{g-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8d94c /*{g-bdown-background-start}*/, #fadb4e /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8d94c /*{g-bdown-background-start}*/, #fadb4e /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8d94c /*{g-bdown-background-start}*/, #fadb4e /*{g-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8d94c /*{g-bdown-background-start}*/, #fadb4e /*{g-bdown-background-end}*/);
}
.ui-btn-down-g:visited,
.ui-btn-down-g:hover,
.ui-btn-down-g a.ui-link-inherit {
	color: #333 /*{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 #b3b3b3 /*{h-bar-border}*/;
	background: #eeeeee /*{h-bar-background-color}*/;
	color: #3e3e3e /*{h-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{h-bar-shadow-x}*/ 1px /*{h-bar-shadow-y}*/ 0 /*{h-bar-shadow-radius}*/ #ffffff /*{h-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{h-bar-background-start}*/), to( #dddddd /*{h-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{h-bar-background-start}*/, #dddddd /*{h-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{h-bar-background-start}*/, #dddddd /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{h-bar-background-start}*/, #dddddd /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{h-bar-background-start}*/, #dddddd /*{h-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{h-bar-background-start}*/, #dddddd /*{h-bar-background-end}*/);
}
.ui-bar-h .ui-link-inherit {
	color: #3e3e3e /*{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 #aaaaaa /*{h-body-border}*/;
	color: #333333 /*{h-body-color}*/;
	text-shadow: 0 /*{h-body-shadow-x}*/ 1px /*{h-body-shadow-y}*/ 0 /*{h-body-shadow-radius}*/ #ffffff /*{h-body-shadow-color}*/;
	background: #f9f9f9 /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{h-body-background-start}*/), to( #eeeeee /*{h-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{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: #333333 /*{h-body-color}*/;
}
.ui-body-h .ui-link {
	color: #2489ce /*{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 #cccccc /*{h-bup-border}*/;
	background: #eeeeee /*{h-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bup-color}*/;
	text-shadow: 0 /*{h-bup-shadow-x}*/ 0 /*{h-bup-shadow-y}*/ 0 /*{h-bup-shadow-radius}*/ #ffffff /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{h-bup-background-start}*/), to( #99bdcc /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{h-bup-background-start}*/, #99bdcc /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{h-bup-background-start}*/, #99bdcc /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{h-bup-background-start}*/, #99bdcc /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{h-bup-background-start}*/, #99bdcc /*{h-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{h-bup-background-start}*/, #99bdcc /*{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 #bbbbbb /*{h-bhover-border}*/;
	background: #dfdfdf /*{h-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{h-bhover-color}*/;
	text-shadow: 0 /*{h-bhover-shadow-x}*/ 0 /*{h-bhover-shadow-y}*/ 0 /*{h-bhover-shadow-radius}*/ #ffffff /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{h-bhover-background-start}*/), to( #1e8fbe /*{h-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{h-bhover-background-start}*/, #1e8fbe /*{h-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{h-bhover-background-start}*/, #1e8fbe /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{h-bhover-background-start}*/, #1e8fbe /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{h-bhover-background-start}*/, #1e8fbe /*{h-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{h-bhover-background-start}*/, #1e8fbe /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h:visited,
.ui-btn-hover-h:hover,
.ui-btn-hover-h a.ui-link-inherit {
	color: #2f3e46 /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #bbbbbb /*{h-bdown-border}*/;
	background: #d6d6d6 /*{h-bdown-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{h-bdown-color}*/;
	text-shadow: 0 /*{h-bdown-shadow-x}*/ 0 /*{h-bdown-shadow-y}*/ 0 /*{h-bdown-shadow-radius}*/ #ffffff /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{h-bdown-background-start}*/), to( #dfdfdf /*{h-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{h-bdown-background-start}*/, #dfdfdf /*{h-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{h-bdown-background-start}*/, #dfdfdf /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{h-bdown-background-start}*/, #dfdfdf /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{h-bdown-background-start}*/, #dfdfdf /*{h-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{h-bdown-background-start}*/, #dfdfdf /*{h-bdown-background-end}*/);
}
.ui-btn-down-h:visited,
.ui-btn-down-h:hover,
.ui-btn-down-h a.ui-link-inherit {
	color: #2f3e46 /*{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 #456f9a /*{i-bar-border}*/;
	background: #5e87b0 /*{i-bar-background-color}*/;
	color: #fff /*{i-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{i-bar-shadow-x}*/ 1px /*{i-bar-shadow-y}*/ 0 /*{i-bar-shadow-radius}*/ #3e6790 /*{i-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{i-bar-background-start}*/), to( #497bae /*{i-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 /*{i-bar-background-start}*/, #497bae /*{i-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 /*{i-bar-background-start}*/, #497bae /*{i-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 /*{i-bar-background-start}*/, #497bae /*{i-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 /*{i-bar-background-start}*/, #497bae /*{i-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6facd5 /*{i-bar-background-start}*/, #497bae /*{i-bar-background-end}*/);
}
.ui-bar-i .ui-link-inherit {
	color: #fff /*{i-bar-color}*/;
}
.ui-bar-i a.ui-link {
	color: #ddf0f8 /*{i-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-i a.ui-link:visited {
    color: #ddf0f8 /*{i-bar-link-visited}*/;
}
.ui-bar-i a.ui-link:hover {
	color: #ddf0f8 /*{i-bar-link-hover}*/;
}
.ui-bar-i a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{i-body-border}*/;
	color: #333 /*{i-body-color}*/;
	text-shadow: 0 /*{i-body-shadow-x}*/ 1px /*{i-body-shadow-y}*/ 0 /*{i-body-shadow-radius}*/ #fff /*{i-body-shadow-color}*/;
	background: #f3f3f3 /*{i-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{i-body-background-start}*/), to( #ccc /*{i-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ddd /*{i-body-background-start}*/, #ccc /*{i-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ddd /*{i-body-background-start}*/, #ccc /*{i-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ddd /*{i-body-background-start}*/, #ccc /*{i-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ddd /*{i-body-background-start}*/, #ccc /*{i-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ddd /*{i-body-background-start}*/, #ccc /*{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: #333 /*{i-body-color}*/;
}
.ui-body-i .ui-link {
	color: #2489ce /*{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 #044062 /*{i-bup-border}*/;
	background: #396b9e /*{i-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{i-bup-color}*/;
	text-shadow: 0 /*{i-bup-shadow-x}*/ 1px /*{i-bup-shadow-y}*/ 0 /*{i-bup-shadow-radius}*/ #194b7e /*{i-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{i-bup-background-start}*/), to( #396b9e /*{i-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5f9cc5 /*{i-bup-background-start}*/, #396b9e /*{i-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5f9cc5 /*{i-bup-background-start}*/, #396b9e /*{i-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5f9cc5 /*{i-bup-background-start}*/, #396b9e /*{i-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5f9cc5 /*{i-bup-background-start}*/, #396b9e /*{i-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5f9cc5 /*{i-bup-background-start}*/, #396b9e /*{i-bup-background-end}*/);
}
.ui-btn-up-i:visited,
.ui-btn-up-i a.ui-link-inherit {
	color: #fff /*{i-bup-color}*/;
}
.ui-btn-hover-i {
	border: 1px solid #00415e /*{i-bhover-border}*/;
	background: #4b88b6 /*{i-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{i-bhover-color}*/;
	text-shadow: 0 /*{i-bhover-shadow-x}*/ 1px /*{i-bhover-shadow-y}*/ 0 /*{i-bhover-shadow-radius}*/ #194b7e /*{i-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{i-bhover-background-start}*/), to( #4272a4 /*{i-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 /*{i-bhover-background-start}*/, #4272a4 /*{i-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 /*{i-bhover-background-start}*/, #4272a4 /*{i-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 /*{i-bhover-background-start}*/, #4272a4 /*{i-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 /*{i-bhover-background-start}*/, #4272a4 /*{i-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6facd5 /*{i-bhover-background-start}*/, #4272a4 /*{i-bhover-background-end}*/);
}
.ui-btn-hover-i:visited,
.ui-btn-hover-i:hover,
.ui-btn-hover-i a.ui-link-inherit {
	color: #fff /*{i-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #225377 /*{i-bdown-border}*/;
	background: #4e89c5 /*{i-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{i-bdown-color}*/;
	text-shadow: 0 /*{i-bdown-shadow-x}*/ 1px /*{i-bdown-shadow-y}*/ 0 /*{i-bdown-shadow-radius}*/ #194b7e /*{i-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{i-bdown-background-start}*/), to( #3e79b5 /*{i-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{i-bdown-background-start}*/, #3e79b5 /*{i-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{i-bdown-background-start}*/, #3e79b5 /*{i-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{i-bdown-background-start}*/, #3e79b5 /*{i-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{i-bdown-background-start}*/, #3e79b5 /*{i-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{i-bdown-background-start}*/, #3e79b5 /*{i-bdown-background-end}*/);
}
.ui-btn-down-i:visited,
.ui-btn-down-i:hover,
.ui-btn-down-i a.ui-link-inherit {
	color: #fff /*{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 #456f9a /*{j-bar-border}*/;
	background: #145d99 /*{j-bar-background-color}*/;
	color: #fff /*{j-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{j-bar-shadow-x}*/ 1px /*{j-bar-shadow-y}*/ 0 /*{j-bar-shadow-radius}*/ #3e6790 /*{j-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #419fec /*{j-bar-background-start}*/), to( #145d99 /*{j-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #419fec /*{j-bar-background-start}*/, #145d99 /*{j-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #419fec /*{j-bar-background-start}*/, #145d99 /*{j-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #419fec /*{j-bar-background-start}*/, #145d99 /*{j-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #419fec /*{j-bar-background-start}*/, #145d99 /*{j-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #419fec /*{j-bar-background-start}*/, #145d99 /*{j-bar-background-end}*/);
}
.ui-bar-j .ui-link-inherit {
	color: #fff /*{j-bar-color}*/;
}
.ui-bar-j a.ui-link {
	color: #ddf0f8 /*{j-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-j a.ui-link:visited {
    color: #ddf0f8 /*{j-bar-link-visited}*/;
}
.ui-bar-j a.ui-link:hover {
	color: #ddf0f8 /*{j-bar-link-hover}*/;
}
.ui-bar-j a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{j-body-border}*/;
	color: #333 /*{j-body-color}*/;
	text-shadow: 0 /*{j-body-shadow-x}*/ 1px /*{j-body-shadow-y}*/ 0 /*{j-body-shadow-radius}*/ #fff /*{j-body-shadow-color}*/;
	background: #f3f3f3 /*{j-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{j-body-background-start}*/), to( #ccc /*{j-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ddd /*{j-body-background-start}*/, #ccc /*{j-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ddd /*{j-body-background-start}*/, #ccc /*{j-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ddd /*{j-body-background-start}*/, #ccc /*{j-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ddd /*{j-body-background-start}*/, #ccc /*{j-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ddd /*{j-body-background-start}*/, #ccc /*{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: #333 /*{j-body-color}*/;
}
.ui-body-j .ui-link {
	color: #2489ce /*{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 #044062 /*{j-bup-border}*/;
	background: #396b9e /*{j-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{j-bup-color}*/;
	text-shadow: 0 /*{j-bup-shadow-x}*/ 1px /*{j-bup-shadow-y}*/ 0 /*{j-bup-shadow-radius}*/ #194b7e /*{j-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #66b2e5 /*{j-bup-background-start}*/), to( #196fc8 /*{j-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #66b2e5 /*{j-bup-background-start}*/, #196fc8 /*{j-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #66b2e5 /*{j-bup-background-start}*/, #196fc8 /*{j-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #66b2e5 /*{j-bup-background-start}*/, #196fc8 /*{j-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #66b2e5 /*{j-bup-background-start}*/, #196fc8 /*{j-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #66b2e5 /*{j-bup-background-start}*/, #196fc8 /*{j-bup-background-end}*/);
}
.ui-btn-up-j:visited,
.ui-btn-up-j a.ui-link-inherit {
	color: #fff /*{j-bup-color}*/;
}
.ui-btn-hover-j {
	border: 1px solid #00415e /*{j-bhover-border}*/;
	background: #4b88b6 /*{j-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{j-bhover-color}*/;
	text-shadow: 0 /*{j-bhover-shadow-x}*/ 1px /*{j-bhover-shadow-y}*/ 0 /*{j-bhover-shadow-radius}*/ #194b7e /*{j-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{j-bhover-background-start}*/), to( #4272a4 /*{j-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 /*{j-bhover-background-start}*/, #4272a4 /*{j-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 /*{j-bhover-background-start}*/, #4272a4 /*{j-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 /*{j-bhover-background-start}*/, #4272a4 /*{j-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 /*{j-bhover-background-start}*/, #4272a4 /*{j-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6facd5 /*{j-bhover-background-start}*/, #4272a4 /*{j-bhover-background-end}*/);
}
.ui-btn-hover-j:visited,
.ui-btn-hover-j:hover,
.ui-btn-hover-j a.ui-link-inherit {
	color: #fff /*{j-bhover-color}*/;
}
.ui-btn-down-j {
	border: 1px solid #225377 /*{j-bdown-border}*/;
	background: #4e89c5 /*{j-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{j-bdown-color}*/;
	text-shadow: 0 /*{j-bdown-shadow-x}*/ 1px /*{j-bdown-shadow-y}*/ 0 /*{j-bdown-shadow-radius}*/ #194b7e /*{j-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{j-bdown-background-start}*/), to( #3e79b5 /*{j-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{j-bdown-background-start}*/, #3e79b5 /*{j-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{j-bdown-background-start}*/, #3e79b5 /*{j-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{j-bdown-background-start}*/, #3e79b5 /*{j-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{j-bdown-background-start}*/, #3e79b5 /*{j-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{j-bdown-background-start}*/, #3e79b5 /*{j-bdown-background-end}*/);
}
.ui-btn-down-j:visited,
.ui-btn-down-j:hover,
.ui-btn-down-j a.ui-link-inherit {
	color: #fff /*{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 #59c0ee /*{k-bar-border}*/;
	background: #5e87b0 /*{k-bar-background-color}*/;
	color: #fff /*{k-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{k-bar-shadow-x}*/ 1px /*{k-bar-shadow-y}*/ 0 /*{k-bar-shadow-radius}*/ #3e6790 /*{k-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{k-bar-background-start}*/), to( #1882c9 /*{k-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{k-bar-background-start}*/, #1882c9 /*{k-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{k-bar-background-start}*/, #1882c9 /*{k-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{k-bar-background-start}*/, #1882c9 /*{k-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{k-bar-background-start}*/, #1882c9 /*{k-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{k-bar-background-start}*/, #1882c9 /*{k-bar-background-end}*/);
}
.ui-bar-k .ui-link-inherit {
	color: #fff /*{k-bar-color}*/;
}
.ui-bar-k a.ui-link {
	color: #ddf0f8 /*{k-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-k a.ui-link:visited {
    color: #ddf0f8 /*{k-bar-link-visited}*/;
}
.ui-bar-k a.ui-link:hover {
	color: #ddf0f8 /*{k-bar-link-hover}*/;
}
.ui-bar-k a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{k-body-border}*/;
	color: #333 /*{k-body-color}*/;
	text-shadow: 0 /*{k-body-shadow-x}*/ 1px /*{k-body-shadow-y}*/ 0 /*{k-body-shadow-radius}*/ #fff /*{k-body-shadow-color}*/;
	background: #ffffff /*{k-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{k-body-background-start}*/), to( #ffffff /*{k-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{k-body-background-start}*/, #ffffff /*{k-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{k-body-background-start}*/, #ffffff /*{k-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{k-body-background-start}*/, #ffffff /*{k-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{k-body-background-start}*/, #ffffff /*{k-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{k-body-background-start}*/, #ffffff /*{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: #333 /*{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 #044062 /*{k-bup-border}*/;
	background: #396b9e /*{k-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{k-bup-color}*/;
	text-shadow: 0 /*{k-bup-shadow-x}*/ 0 /*{k-bup-shadow-y}*/ 0 /*{k-bup-shadow-radius}*/ #194b7e /*{k-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1ba2e4 /*{k-bup-background-start}*/), to( #10477e /*{k-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #1ba2e4 /*{k-bup-background-start}*/, #10477e /*{k-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #1ba2e4 /*{k-bup-background-start}*/, #10477e /*{k-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #1ba2e4 /*{k-bup-background-start}*/, #10477e /*{k-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #1ba2e4 /*{k-bup-background-start}*/, #10477e /*{k-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #1ba2e4 /*{k-bup-background-start}*/, #10477e /*{k-bup-background-end}*/);
}
.ui-btn-up-k:visited,
.ui-btn-up-k a.ui-link-inherit {
	color: #fff /*{k-bup-color}*/;
}
.ui-btn-hover-k {
	border: 1px solid #00415e /*{k-bhover-border}*/;
	background: #4b88b6 /*{k-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{k-bhover-color}*/;
	text-shadow: 0 /*{k-bhover-shadow-x}*/ 0 /*{k-bhover-shadow-y}*/ 0 /*{k-bhover-shadow-radius}*/ #194b7e /*{k-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #43aaef /*{k-bhover-background-start}*/), to( #0a49a9 /*{k-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #43aaef /*{k-bhover-background-start}*/, #0a49a9 /*{k-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #43aaef /*{k-bhover-background-start}*/, #0a49a9 /*{k-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #43aaef /*{k-bhover-background-start}*/, #0a49a9 /*{k-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #43aaef /*{k-bhover-background-start}*/, #0a49a9 /*{k-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #43aaef /*{k-bhover-background-start}*/, #0a49a9 /*{k-bhover-background-end}*/);
}
.ui-btn-hover-k:visited,
.ui-btn-hover-k:hover,
.ui-btn-hover-k a.ui-link-inherit {
	color: #fff /*{k-bhover-color}*/;
}
.ui-btn-down-k {
	border: 1px solid #225377 /*{k-bdown-border}*/;
	background: #4e89c5 /*{k-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{k-bdown-color}*/;
	text-shadow: 0 /*{k-bdown-shadow-x}*/ 1px /*{k-bdown-shadow-y}*/ 0 /*{k-bdown-shadow-radius}*/ #194b7e /*{k-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{k-bdown-background-start}*/), to( #3e79b5 /*{k-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{k-bdown-background-start}*/, #3e79b5 /*{k-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{k-bdown-background-start}*/, #3e79b5 /*{k-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{k-bdown-background-start}*/, #3e79b5 /*{k-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{k-bdown-background-start}*/, #3e79b5 /*{k-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{k-bdown-background-start}*/, #3e79b5 /*{k-bdown-background-end}*/);
}
.ui-btn-down-k:visited,
.ui-btn-down-k:hover,
.ui-btn-down-k a.ui-link-inherit {
	color: #fff /*{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 #59c0ee /*{l-bar-border}*/;
	background: #5e87b0 /*{l-bar-background-color}*/;
	color: #fff /*{l-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{l-bar-shadow-x}*/ 1px /*{l-bar-shadow-y}*/ 0 /*{l-bar-shadow-radius}*/ #3e6790 /*{l-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{l-bar-background-start}*/), to( #1882c9 /*{l-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{l-bar-background-start}*/, #1882c9 /*{l-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{l-bar-background-start}*/, #1882c9 /*{l-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{l-bar-background-start}*/, #1882c9 /*{l-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{l-bar-background-start}*/, #1882c9 /*{l-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{l-bar-background-start}*/, #1882c9 /*{l-bar-background-end}*/);
}
.ui-bar-l .ui-link-inherit {
	color: #fff /*{l-bar-color}*/;
}
.ui-bar-l a.ui-link {
	color: #ddf0f8 /*{l-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-l a.ui-link:visited {
    color: #ddf0f8 /*{l-bar-link-visited}*/;
}
.ui-bar-l a.ui-link:hover {
	color: #ddf0f8 /*{l-bar-link-hover}*/;
}
.ui-bar-l a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{l-body-border}*/;
	color: #333 /*{l-body-color}*/;
	text-shadow: 0 /*{l-body-shadow-x}*/ 1px /*{l-body-shadow-y}*/ 0 /*{l-body-shadow-radius}*/ #fff /*{l-body-shadow-color}*/;
	background: #ffffff /*{l-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{l-body-background-start}*/), to( #ffffff /*{l-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{l-body-background-start}*/, #ffffff /*{l-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{l-body-background-start}*/, #ffffff /*{l-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{l-body-background-start}*/, #ffffff /*{l-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{l-body-background-start}*/, #ffffff /*{l-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{l-body-background-start}*/, #ffffff /*{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: #333 /*{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 #044062 /*{l-bup-border}*/;
	background: #396b9e /*{l-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{l-bup-color}*/;
	text-shadow: 0 /*{l-bup-shadow-x}*/ 0 /*{l-bup-shadow-y}*/ 0 /*{l-bup-shadow-radius}*/ #194b7e /*{l-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1d93cd /*{l-bup-background-start}*/), to( #062b47 /*{l-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #1d93cd /*{l-bup-background-start}*/, #062b47 /*{l-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #1d93cd /*{l-bup-background-start}*/, #062b47 /*{l-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #1d93cd /*{l-bup-background-start}*/, #062b47 /*{l-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #1d93cd /*{l-bup-background-start}*/, #062b47 /*{l-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #1d93cd /*{l-bup-background-start}*/, #062b47 /*{l-bup-background-end}*/);
}
.ui-btn-up-l:visited,
.ui-btn-up-l a.ui-link-inherit {
	color: #fff /*{l-bup-color}*/;
}
.ui-btn-hover-l {
	border: 1px solid #00415e /*{l-bhover-border}*/;
	background: #4b88b6 /*{l-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{l-bhover-color}*/;
	text-shadow: 0 /*{l-bhover-shadow-x}*/ 0 /*{l-bhover-shadow-y}*/ 0 /*{l-bhover-shadow-radius}*/ #194b7e /*{l-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #43aaef /*{l-bhover-background-start}*/), to( #0a49a9 /*{l-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #43aaef /*{l-bhover-background-start}*/, #0a49a9 /*{l-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #43aaef /*{l-bhover-background-start}*/, #0a49a9 /*{l-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #43aaef /*{l-bhover-background-start}*/, #0a49a9 /*{l-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #43aaef /*{l-bhover-background-start}*/, #0a49a9 /*{l-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #43aaef /*{l-bhover-background-start}*/, #0a49a9 /*{l-bhover-background-end}*/);
}
.ui-btn-hover-l:visited,
.ui-btn-hover-l:hover,
.ui-btn-hover-l a.ui-link-inherit {
	color: #fff /*{l-bhover-color}*/;
}
.ui-btn-down-l {
	border: 1px solid #225377 /*{l-bdown-border}*/;
	background: #4e89c5 /*{l-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{l-bdown-color}*/;
	text-shadow: 0 /*{l-bdown-shadow-x}*/ 0px /*{l-bdown-shadow-y}*/ 0 /*{l-bdown-shadow-radius}*/ #194b7e /*{l-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{l-bdown-background-start}*/), to( #3e79b5 /*{l-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{l-bdown-background-start}*/, #3e79b5 /*{l-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{l-bdown-background-start}*/, #3e79b5 /*{l-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{l-bdown-background-start}*/, #3e79b5 /*{l-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{l-bdown-background-start}*/, #3e79b5 /*{l-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{l-bdown-background-start}*/, #3e79b5 /*{l-bdown-background-end}*/);
}
.ui-btn-down-l:visited,
.ui-btn-down-l:hover,
.ui-btn-down-l a.ui-link-inherit {
	color: #fff /*{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 #59c0ee /*{m-bar-border}*/;
	background: #5e87b0 /*{m-bar-background-color}*/;
	color: #fff /*{m-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{m-bar-shadow-x}*/ 1px /*{m-bar-shadow-y}*/ 0 /*{m-bar-shadow-radius}*/ #3e6790 /*{m-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{m-bar-background-start}*/), to( #1882c9 /*{m-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{m-bar-background-start}*/, #1882c9 /*{m-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{m-bar-background-start}*/, #1882c9 /*{m-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{m-bar-background-start}*/, #1882c9 /*{m-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{m-bar-background-start}*/, #1882c9 /*{m-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{m-bar-background-start}*/, #1882c9 /*{m-bar-background-end}*/);
}
.ui-bar-m .ui-link-inherit {
	color: #fff /*{m-bar-color}*/;
}
.ui-bar-m a.ui-link {
	color: #ddf0f8 /*{m-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-m a.ui-link:visited {
    color: #ddf0f8 /*{m-bar-link-visited}*/;
}
.ui-bar-m a.ui-link:hover {
	color: #ddf0f8 /*{m-bar-link-hover}*/;
}
.ui-bar-m a.ui-link:active {
	color: #ddf0f8 /*{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 #999 /*{m-body-border}*/;
	color: #333 /*{m-body-color}*/;
	text-shadow: 0 /*{m-body-shadow-x}*/ 1px /*{m-body-shadow-y}*/ 0 /*{m-body-shadow-radius}*/ #fff /*{m-body-shadow-color}*/;
	background: #ffffff /*{m-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{m-body-background-start}*/), to( #ffffff /*{m-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{m-body-background-start}*/, #ffffff /*{m-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{m-body-background-start}*/, #ffffff /*{m-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{m-body-background-start}*/, #ffffff /*{m-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{m-body-background-start}*/, #ffffff /*{m-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{m-body-background-start}*/, #ffffff /*{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: #333 /*{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 #000000 /*{m-bup-border}*/;
	background: #548fcf /*{m-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{m-bup-color}*/;
	text-shadow: 0 /*{m-bup-shadow-x}*/ 0 /*{m-bup-shadow-y}*/ 0 /*{m-bup-shadow-radius}*/ #194b7e /*{m-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #548fcf /*{m-bup-background-start}*/), to( #548fcf /*{m-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #548fcf /*{m-bup-background-start}*/, #548fcf /*{m-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #548fcf /*{m-bup-background-start}*/, #548fcf /*{m-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #548fcf /*{m-bup-background-start}*/, #548fcf /*{m-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #548fcf /*{m-bup-background-start}*/, #548fcf /*{m-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #548fcf /*{m-bup-background-start}*/, #548fcf /*{m-bup-background-end}*/);
}
.ui-btn-up-m:visited,
.ui-btn-up-m a.ui-link-inherit {
	color: #000000 /*{m-bup-color}*/;
}
.ui-btn-hover-m {
	border: 1px solid #00415e /*{m-bhover-border}*/;
	background: #4b88b6 /*{m-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{m-bhover-color}*/;
	text-shadow: 0 /*{m-bhover-shadow-x}*/ 0 /*{m-bhover-shadow-y}*/ 0 /*{m-bhover-shadow-radius}*/ #194b7e /*{m-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0f3552 /*{m-bhover-background-start}*/), to( #0f3552 /*{m-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0f3552 /*{m-bhover-background-start}*/, #0f3552 /*{m-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0f3552 /*{m-bhover-background-start}*/, #0f3552 /*{m-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #0f3552 /*{m-bhover-background-start}*/, #0f3552 /*{m-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #0f3552 /*{m-bhover-background-start}*/, #0f3552 /*{m-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #0f3552 /*{m-bhover-background-start}*/, #0f3552 /*{m-bhover-background-end}*/);
}
.ui-btn-hover-m:visited,
.ui-btn-hover-m:hover,
.ui-btn-hover-m a.ui-link-inherit {
	color: #fff /*{m-bhover-color}*/;
}
.ui-btn-down-m {
	border: 1px solid #225377 /*{m-bdown-border}*/;
	background: #4e89c5 /*{m-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{m-bdown-color}*/;
	text-shadow: 0 /*{m-bdown-shadow-x}*/ 1px /*{m-bdown-shadow-y}*/ 0 /*{m-bdown-shadow-radius}*/ #194b7e /*{m-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{m-bdown-background-start}*/), to( #3e79b5 /*{m-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{m-bdown-background-start}*/, #3e79b5 /*{m-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{m-bdown-background-start}*/, #3e79b5 /*{m-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{m-bdown-background-start}*/, #3e79b5 /*{m-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{m-bdown-background-start}*/, #3e79b5 /*{m-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{m-bdown-background-start}*/, #3e79b5 /*{m-bdown-background-end}*/);
}
.ui-btn-down-m:visited,
.ui-btn-down-m:hover,
.ui-btn-down-m a.ui-link-inherit {
	color: #fff /*{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;
}


/* N
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-n {
	border: 1px solid #59c0ee /*{n-bar-border}*/;
	background: #5e87b0 /*{n-bar-background-color}*/;
	color: #fff /*{n-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{n-bar-shadow-x}*/ 1px /*{n-bar-shadow-y}*/ 0 /*{n-bar-shadow-radius}*/ #3e6790 /*{n-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{n-bar-background-start}*/), to( #1882c9 /*{n-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{n-bar-background-start}*/, #1882c9 /*{n-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{n-bar-background-start}*/, #1882c9 /*{n-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{n-bar-background-start}*/, #1882c9 /*{n-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{n-bar-background-start}*/, #1882c9 /*{n-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{n-bar-background-start}*/, #1882c9 /*{n-bar-background-end}*/);
}
.ui-bar-n .ui-link-inherit {
	color: #fff /*{n-bar-color}*/;
}
.ui-bar-n a.ui-link {
	color: #ddf0f8 /*{n-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-n a.ui-link:visited {
    color: #ddf0f8 /*{n-bar-link-visited}*/;
}
.ui-bar-n a.ui-link:hover {
	color: #ddf0f8 /*{n-bar-link-hover}*/;
}
.ui-bar-n a.ui-link:active {
	color: #ddf0f8 /*{n-bar-link-active}*/;
}
.ui-bar-n,
.ui-bar-n input,
.ui-bar-n select,
.ui-bar-n textarea,
.ui-bar-n button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-n,
.ui-overlay-n {
	border: 1px solid #999 /*{n-body-border}*/;
	color: #333 /*{n-body-color}*/;
	text-shadow: 0 /*{n-body-shadow-x}*/ 1px /*{n-body-shadow-y}*/ 0 /*{n-body-shadow-radius}*/ #fff /*{n-body-shadow-color}*/;
	background: #ffffff /*{n-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{n-body-background-start}*/), to( #ffffff /*{n-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{n-body-background-start}*/, #ffffff /*{n-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{n-body-background-start}*/, #ffffff /*{n-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{n-body-background-start}*/, #ffffff /*{n-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{n-body-background-start}*/, #ffffff /*{n-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{n-body-background-start}*/, #ffffff /*{n-body-background-end}*/);
}
.ui-overlay-n {
	background-image: none;
	border-width: 0;
}
.ui-body-n,
.ui-body-n input,
.ui-body-n select,
.ui-body-n textarea,
.ui-body-n button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-n .ui-link-inherit {
	color: #333 /*{n-body-color}*/;
}
.ui-body-n .ui-link {
	color: #2489ce /*{n-body-link-color}*/;
	font-weight: bold;
}
.ui-body-n .ui-link:visited {
    color: #2489ce /*{n-body-link-visited}*/;
}
.ui-body-n .ui-link:hover {
	color: #2489ce /*{n-body-link-hover}*/;
}
.ui-body-n .ui-link:active {
	color: #2489ce /*{n-body-link-active}*/;
}
.ui-btn-up-n {
	border: 1px solid #1b4055 /*{n-bup-border}*/;
	background: #396b9e /*{n-bup-background-color}*/;
	font-weight: bold;
	color: #060e32 /*{n-bup-color}*/;
	text-shadow: 0 /*{n-bup-shadow-x}*/ 0 /*{n-bup-shadow-y}*/ 0 /*{n-bup-shadow-radius}*/ #194b7e /*{n-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b6c9d3 /*{n-bup-background-start}*/), to( #a4becb /*{n-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #b6c9d3 /*{n-bup-background-start}*/, #a4becb /*{n-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #b6c9d3 /*{n-bup-background-start}*/, #a4becb /*{n-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #b6c9d3 /*{n-bup-background-start}*/, #a4becb /*{n-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #b6c9d3 /*{n-bup-background-start}*/, #a4becb /*{n-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #b6c9d3 /*{n-bup-background-start}*/, #a4becb /*{n-bup-background-end}*/);
}
.ui-btn-up-n:visited,
.ui-btn-up-n a.ui-link-inherit {
	color: #060e32 /*{n-bup-color}*/;
}
.ui-btn-hover-n {
	border: 1px solid #00415e /*{n-bhover-border}*/;
	background: #4b88b6 /*{n-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{n-bhover-color}*/;
	text-shadow: 0 /*{n-bhover-shadow-x}*/ 0 /*{n-bhover-shadow-y}*/ 0 /*{n-bhover-shadow-radius}*/ #194b7e /*{n-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6e7d87 /*{n-bhover-background-start}*/), to( #6e7d87 /*{n-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6e7d87 /*{n-bhover-background-start}*/, #6e7d87 /*{n-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6e7d87 /*{n-bhover-background-start}*/, #6e7d87 /*{n-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6e7d87 /*{n-bhover-background-start}*/, #6e7d87 /*{n-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6e7d87 /*{n-bhover-background-start}*/, #6e7d87 /*{n-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6e7d87 /*{n-bhover-background-start}*/, #6e7d87 /*{n-bhover-background-end}*/);
}
.ui-btn-hover-n:visited,
.ui-btn-hover-n:hover,
.ui-btn-hover-n a.ui-link-inherit {
	color: #ffffff /*{n-bhover-color}*/;
}
.ui-btn-down-n {
	border: 1px solid #225377 /*{n-bdown-border}*/;
	background: #4e89c5 /*{n-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{n-bdown-color}*/;
	text-shadow: 0 /*{n-bdown-shadow-x}*/ 1px /*{n-bdown-shadow-y}*/ 0 /*{n-bdown-shadow-radius}*/ #194b7e /*{n-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{n-bdown-background-start}*/), to( #3e79b5 /*{n-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{n-bdown-background-start}*/, #3e79b5 /*{n-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{n-bdown-background-start}*/, #3e79b5 /*{n-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{n-bdown-background-start}*/, #3e79b5 /*{n-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{n-bdown-background-start}*/, #3e79b5 /*{n-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{n-bdown-background-start}*/, #3e79b5 /*{n-bdown-background-end}*/);
}
.ui-btn-down-n:visited,
.ui-btn-down-n:hover,
.ui-btn-down-n a.ui-link-inherit {
	color: #fff /*{n-bdown-color}*/;
}
.ui-btn-up-n,
.ui-btn-hover-n,
.ui-btn-down-n {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* O
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-o {
	border: 1px solid #59c0ee /*{o-bar-border}*/;
	background: #5e87b0 /*{o-bar-background-color}*/;
	color: #fff /*{o-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{o-bar-shadow-x}*/ 1px /*{o-bar-shadow-y}*/ 0 /*{o-bar-shadow-radius}*/ #3e6790 /*{o-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #c3fcff /*{o-bar-background-start}*/), to( #1882c9 /*{o-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #c3fcff /*{o-bar-background-start}*/, #1882c9 /*{o-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #c3fcff /*{o-bar-background-start}*/, #1882c9 /*{o-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #c3fcff /*{o-bar-background-start}*/, #1882c9 /*{o-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #c3fcff /*{o-bar-background-start}*/, #1882c9 /*{o-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #c3fcff /*{o-bar-background-start}*/, #1882c9 /*{o-bar-background-end}*/);
}
.ui-bar-o .ui-link-inherit {
	color: #fff /*{o-bar-color}*/;
}
.ui-bar-o a.ui-link {
	color: #ddf0f8 /*{o-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-o a.ui-link:visited {
    color: #ddf0f8 /*{o-bar-link-visited}*/;
}
.ui-bar-o a.ui-link:hover {
	color: #ddf0f8 /*{o-bar-link-hover}*/;
}
.ui-bar-o a.ui-link:active {
	color: #ddf0f8 /*{o-bar-link-active}*/;
}
.ui-bar-o,
.ui-bar-o input,
.ui-bar-o select,
.ui-bar-o textarea,
.ui-bar-o button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-o,
.ui-overlay-o {
	border: 1px solid #999 /*{o-body-border}*/;
	color: #333 /*{o-body-color}*/;
	text-shadow: 0 /*{o-body-shadow-x}*/ 1px /*{o-body-shadow-y}*/ 0 /*{o-body-shadow-radius}*/ #fff /*{o-body-shadow-color}*/;
	background: #ffffff /*{o-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{o-body-background-start}*/), to( #ffffff /*{o-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{o-body-background-start}*/, #ffffff /*{o-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{o-body-background-start}*/, #ffffff /*{o-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{o-body-background-start}*/, #ffffff /*{o-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{o-body-background-start}*/, #ffffff /*{o-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{o-body-background-start}*/, #ffffff /*{o-body-background-end}*/);
}
.ui-overlay-o {
	background-image: none;
	border-width: 0;
}
.ui-body-o,
.ui-body-o input,
.ui-body-o select,
.ui-body-o textarea,
.ui-body-o button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-o .ui-link-inherit {
	color: #333 /*{o-body-color}*/;
}
.ui-body-o .ui-link {
	color: #2489ce /*{o-body-link-color}*/;
	font-weight: bold;
}
.ui-body-o .ui-link:visited {
    color: #2489ce /*{o-body-link-visited}*/;
}
.ui-body-o .ui-link:hover {
	color: #2489ce /*{o-body-link-hover}*/;
}
.ui-body-o .ui-link:active {
	color: #2489ce /*{o-body-link-active}*/;
}
.ui-btn-up-o {
	border: 1px solid #044062 /*{o-bup-border}*/;
	background: #396b9e /*{o-bup-background-color}*/;
	font-weight: bold;
	color: #253155 /*{o-bup-color}*/;
	text-shadow: 0 /*{o-bup-shadow-x}*/ 0 /*{o-bup-shadow-y}*/ 0 /*{o-bup-shadow-radius}*/ #194b7e /*{o-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #17b7de /*{o-bup-background-start}*/), to( #17b7de /*{o-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #17b7de /*{o-bup-background-start}*/, #17b7de /*{o-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #17b7de /*{o-bup-background-start}*/, #17b7de /*{o-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #17b7de /*{o-bup-background-start}*/, #17b7de /*{o-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #17b7de /*{o-bup-background-start}*/, #17b7de /*{o-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #17b7de /*{o-bup-background-start}*/, #17b7de /*{o-bup-background-end}*/);
}
.ui-btn-up-o:visited,
.ui-btn-up-o a.ui-link-inherit {
	color: #253155 /*{o-bup-color}*/;
}
.ui-btn-hover-o {
	border: 1px solid #00415e /*{o-bhover-border}*/;
	background: #4b88b6 /*{o-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{o-bhover-color}*/;
	text-shadow: 0 /*{o-bhover-shadow-x}*/ 0 /*{o-bhover-shadow-y}*/ 0 /*{o-bhover-shadow-radius}*/ #194b7e /*{o-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1388a4 /*{o-bhover-background-start}*/), to( #1388a4 /*{o-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #1388a4 /*{o-bhover-background-start}*/, #1388a4 /*{o-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #1388a4 /*{o-bhover-background-start}*/, #1388a4 /*{o-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #1388a4 /*{o-bhover-background-start}*/, #1388a4 /*{o-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #1388a4 /*{o-bhover-background-start}*/, #1388a4 /*{o-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #1388a4 /*{o-bhover-background-start}*/, #1388a4 /*{o-bhover-background-end}*/);
}
.ui-btn-hover-o:visited,
.ui-btn-hover-o:hover,
.ui-btn-hover-o a.ui-link-inherit {
	color: #ffffff /*{o-bhover-color}*/;
}
.ui-btn-down-o {
	border: 1px solid #225377 /*{o-bdown-border}*/;
	background: #4e89c5 /*{o-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{o-bdown-color}*/;
	text-shadow: 0 /*{o-bdown-shadow-x}*/ 1px /*{o-bdown-shadow-y}*/ 0 /*{o-bdown-shadow-radius}*/ #194b7e /*{o-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{o-bdown-background-start}*/), to( #3e79b5 /*{o-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #295b8e /*{o-bdown-background-start}*/, #3e79b5 /*{o-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #295b8e /*{o-bdown-background-start}*/, #3e79b5 /*{o-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #295b8e /*{o-bdown-background-start}*/, #3e79b5 /*{o-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #295b8e /*{o-bdown-background-start}*/, #3e79b5 /*{o-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #295b8e /*{o-bdown-background-start}*/, #3e79b5 /*{o-bdown-background-end}*/);
}
.ui-btn-down-o:visited,
.ui-btn-down-o:hover,
.ui-btn-down-o a.ui-link-inherit {
	color: #fff /*{o-bdown-color}*/;
}
.ui-btn-up-o,
.ui-btn-hover-o,
.ui-btn-down-o {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* P
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-p {
	border: 1px solid #850f14 /*{p-bar-border}*/;
	background: #ad1f35 /*{p-bar-background-color}*/;
	color: #ffffff /*{p-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{p-bar-shadow-x}*/ 0 /*{p-bar-shadow-y}*/ 0 /*{p-bar-shadow-radius}*/ #fff /*{p-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ad1f35 /*{p-bar-background-start}*/), to( #ad1f35 /*{p-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ad1f35 /*{p-bar-background-start}*/, #ad1f35 /*{p-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ad1f35 /*{p-bar-background-start}*/, #ad1f35 /*{p-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ad1f35 /*{p-bar-background-start}*/, #ad1f35 /*{p-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ad1f35 /*{p-bar-background-start}*/, #ad1f35 /*{p-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ad1f35 /*{p-bar-background-start}*/, #ad1f35 /*{p-bar-background-end}*/);
}
.ui-bar-p .ui-link-inherit {
	color: #ffffff /*{p-bar-color}*/;
}
.ui-bar-p a.ui-link {
	color: #2489ce /*{p-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-p a.ui-link:visited {
    color: #2489ce /*{p-bar-link-visited}*/;
}
.ui-bar-p a.ui-link:hover {
	color: #2489ce /*{p-bar-link-hover}*/;
}
.ui-bar-p a.ui-link:active {
	color: #2489ce /*{p-bar-link-active}*/;
}
.ui-bar-p,
.ui-bar-p input,
.ui-bar-p select,
.ui-bar-p textarea,
.ui-bar-p button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-p,
.ui-overlay-p {
	border: 1px solid #980b10 /*{p-body-border}*/;
	color: #222 /*{p-body-color}*/;
	text-shadow: 0 /*{p-body-shadow-x}*/ 1px /*{p-body-shadow-y}*/ 0 /*{p-body-shadow-radius}*/ #fff /*{p-body-shadow-color}*/;
	background: #ffffff /*{p-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{p-body-background-start}*/), to( #ffffff /*{p-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{p-body-background-start}*/, #ffffff /*{p-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{p-body-background-start}*/, #ffffff /*{p-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{p-body-background-start}*/, #ffffff /*{p-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{p-body-background-start}*/, #ffffff /*{p-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{p-body-background-start}*/, #ffffff /*{p-body-background-end}*/);
}
.ui-overlay-p {
	background-image: none;
	border-width: 0;
}
.ui-body-p,
.ui-body-p input,
.ui-body-p select,
.ui-body-p textarea,
.ui-body-p button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-p .ui-link-inherit {
	color: #222 /*{p-body-color}*/;
}
.ui-body-p .ui-link {
	color: #2489ce /*{p-body-link-color}*/;
	font-weight: bold;
}
.ui-body-p .ui-link:visited {
    color: #2489ce /*{p-body-link-visited}*/;
}
.ui-body-p .ui-link:hover {
	color: #2489ce /*{p-body-link-hover}*/;
}
.ui-body-p .ui-link:active {
	color: #2489ce /*{p-body-link-active}*/;
}
.ui-btn-up-p {
	border: 1px solid #860912 /*{p-bup-border}*/;
	background: #bb0724 /*{p-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{p-bup-color}*/;
	text-shadow: 0 /*{p-bup-shadow-x}*/ 0 /*{p-bup-shadow-y}*/ 0 /*{p-bup-shadow-radius}*/ #fff /*{p-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #bb0724 /*{p-bup-background-start}*/), to( #5b101c /*{p-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #bb0724 /*{p-bup-background-start}*/, #5b101c /*{p-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #bb0724 /*{p-bup-background-start}*/, #5b101c /*{p-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #bb0724 /*{p-bup-background-start}*/, #5b101c /*{p-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #bb0724 /*{p-bup-background-start}*/, #5b101c /*{p-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #bb0724 /*{p-bup-background-start}*/, #5b101c /*{p-bup-background-end}*/);
}
.ui-btn-up-p:visited,
.ui-btn-up-p a.ui-link-inherit {
	color: #ffffff /*{p-bup-color}*/;
}
.ui-btn-hover-p {
	border: 1px solid #5a1115 /*{p-bhover-border}*/;
	background: #68080f /*{p-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{p-bhover-color}*/;
	text-shadow: 0 /*{p-bhover-shadow-x}*/ 0 /*{p-bhover-shadow-y}*/ 0 /*{p-bhover-shadow-radius}*/ #fff /*{p-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9d0c16 /*{p-bhover-background-start}*/), to( #48090e /*{p-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9d0c16 /*{p-bhover-background-start}*/, #48090e /*{p-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9d0c16 /*{p-bhover-background-start}*/, #48090e /*{p-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9d0c16 /*{p-bhover-background-start}*/, #48090e /*{p-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9d0c16 /*{p-bhover-background-start}*/, #48090e /*{p-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9d0c16 /*{p-bhover-background-start}*/, #48090e /*{p-bhover-background-end}*/);
}
.ui-btn-hover-p:visited,
.ui-btn-hover-p:hover,
.ui-btn-hover-p a.ui-link-inherit {
	color: #ffffff /*{p-bhover-color}*/;
}
.ui-btn-down-p {
	border: 1px solid #5a1115 /*{p-bdown-border}*/;
	background: #bb0724 /*{p-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{p-bdown-color}*/;
	text-shadow: 0 /*{p-bdown-shadow-x}*/ 0 /*{p-bdown-shadow-y}*/ 0 /*{p-bdown-shadow-radius}*/ #fff /*{p-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #bb0724 /*{p-bdown-background-start}*/), to( #bb0724 /*{p-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #bb0724 /*{p-bdown-background-start}*/, #bb0724 /*{p-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #bb0724 /*{p-bdown-background-start}*/, #bb0724 /*{p-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #bb0724 /*{p-bdown-background-start}*/, #bb0724 /*{p-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #bb0724 /*{p-bdown-background-start}*/, #bb0724 /*{p-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #bb0724 /*{p-bdown-background-start}*/, #bb0724 /*{p-bdown-background-end}*/);
}
.ui-btn-down-p:visited,
.ui-btn-down-p:hover,
.ui-btn-down-p a.ui-link-inherit {
	color: #ffffff /*{p-bdown-color}*/;
}
.ui-btn-up-p,
.ui-btn-hover-p,
.ui-btn-down-p {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* Q
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-q {
	border: 1px solid #156528 /*{q-bar-border}*/;
	background: #156528 /*{q-bar-background-color}*/;
	color: #ffffff /*{q-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{q-bar-shadow-x}*/ 0 /*{q-bar-shadow-y}*/ 0 /*{q-bar-shadow-radius}*/ #fff /*{q-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #16792e /*{q-bar-background-start}*/), to( #16792e /*{q-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #16792e /*{q-bar-background-start}*/, #16792e /*{q-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #16792e /*{q-bar-background-start}*/, #16792e /*{q-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #16792e /*{q-bar-background-start}*/, #16792e /*{q-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #16792e /*{q-bar-background-start}*/, #16792e /*{q-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #16792e /*{q-bar-background-start}*/, #16792e /*{q-bar-background-end}*/);
}
.ui-bar-q .ui-link-inherit {
	color: #ffffff /*{q-bar-color}*/;
}
.ui-bar-q a.ui-link {
	color: #2489ce /*{q-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-q a.ui-link:visited {
    color: #2489ce /*{q-bar-link-visited}*/;
}
.ui-bar-q a.ui-link:hover {
	color: #2489ce /*{q-bar-link-hover}*/;
}
.ui-bar-q a.ui-link:active {
	color: #2489ce /*{q-bar-link-active}*/;
}
.ui-bar-q,
.ui-bar-q input,
.ui-bar-q select,
.ui-bar-q textarea,
.ui-bar-q button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-q,
.ui-overlay-q {
	border: 1px solid #156528 /*{q-body-border}*/;
	color: #222 /*{q-body-color}*/;
	text-shadow: 0 /*{q-body-shadow-x}*/ 1px /*{q-body-shadow-y}*/ 0 /*{q-body-shadow-radius}*/ #fff /*{q-body-shadow-color}*/;
	background: #ffffff /*{q-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{q-body-background-start}*/), to( #ffffff /*{q-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{q-body-background-start}*/, #ffffff /*{q-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{q-body-background-start}*/, #ffffff /*{q-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{q-body-background-start}*/, #ffffff /*{q-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{q-body-background-start}*/, #ffffff /*{q-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{q-body-background-start}*/, #ffffff /*{q-body-background-end}*/);
}
.ui-overlay-q {
	background-image: none;
	border-width: 0;
}
.ui-body-q,
.ui-body-q input,
.ui-body-q select,
.ui-body-q textarea,
.ui-body-q button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-q .ui-link-inherit {
	color: #222 /*{q-body-color}*/;
}
.ui-body-q .ui-link {
	color: #2489ce /*{q-body-link-color}*/;
	font-weight: bold;
}
.ui-body-q .ui-link:visited {
    color: #2489ce /*{q-body-link-visited}*/;
}
.ui-body-q .ui-link:hover {
	color: #2489ce /*{q-body-link-hover}*/;
}
.ui-body-q .ui-link:active {
	color: #2489ce /*{q-body-link-active}*/;
}
.ui-btn-up-q {
	border: 1px solid #156528 /*{q-bup-border}*/;
	background: #156528 /*{q-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{q-bup-color}*/;
	text-shadow: 0 /*{q-bup-shadow-x}*/ 0 /*{q-bup-shadow-y}*/ 0 /*{q-bup-shadow-radius}*/ #fff /*{q-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #19b33e /*{q-bup-background-start}*/), to( #156528 /*{q-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #19b33e /*{q-bup-background-start}*/, #156528 /*{q-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #19b33e /*{q-bup-background-start}*/, #156528 /*{q-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #19b33e /*{q-bup-background-start}*/, #156528 /*{q-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #19b33e /*{q-bup-background-start}*/, #156528 /*{q-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #19b33e /*{q-bup-background-start}*/, #156528 /*{q-bup-background-end}*/);
}
.ui-btn-up-q:visited,
.ui-btn-up-q a.ui-link-inherit {
	color: #ffffff /*{q-bup-color}*/;
}
.ui-btn-hover-q {
	border: 1px solid #156528 /*{q-bhover-border}*/;
	background: #156528 /*{q-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{q-bhover-color}*/;
	text-shadow: 0 /*{q-bhover-shadow-x}*/ 0 /*{q-bhover-shadow-y}*/ 0 /*{q-bhover-shadow-radius}*/ #fff /*{q-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1ca03c /*{q-bhover-background-start}*/), to( #0f3819 /*{q-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #1ca03c /*{q-bhover-background-start}*/, #0f3819 /*{q-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #1ca03c /*{q-bhover-background-start}*/, #0f3819 /*{q-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #1ca03c /*{q-bhover-background-start}*/, #0f3819 /*{q-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #1ca03c /*{q-bhover-background-start}*/, #0f3819 /*{q-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #1ca03c /*{q-bhover-background-start}*/, #0f3819 /*{q-bhover-background-end}*/);
}
.ui-btn-hover-q:visited,
.ui-btn-hover-q:hover,
.ui-btn-hover-q a.ui-link-inherit {
	color: #ffffff /*{q-bhover-color}*/;
}
.ui-btn-down-q {
	border: 1px solid #073c0a /*{q-bdown-border}*/;
	background: #0b240a /*{q-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{q-bdown-color}*/;
	text-shadow: 0 /*{q-bdown-shadow-x}*/ 0 /*{q-bdown-shadow-y}*/ 0 /*{q-bdown-shadow-radius}*/ #fff /*{q-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #227a1f /*{q-bdown-background-start}*/), to( #0b240a /*{q-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #227a1f /*{q-bdown-background-start}*/, #0b240a /*{q-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #227a1f /*{q-bdown-background-start}*/, #0b240a /*{q-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #227a1f /*{q-bdown-background-start}*/, #0b240a /*{q-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #227a1f /*{q-bdown-background-start}*/, #0b240a /*{q-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #227a1f /*{q-bdown-background-start}*/, #0b240a /*{q-bdown-background-end}*/);
}
.ui-btn-down-q:visited,
.ui-btn-down-q:hover,
.ui-btn-down-q a.ui-link-inherit {
	color: #ffffff /*{q-bdown-color}*/;
}
.ui-btn-up-q,
.ui-btn-hover-q,
.ui-btn-down-q {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* R
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-r {
	border: 1px solid #cb5c01 /*{r-bar-border}*/;
	background: #e7e588 /*{r-bar-background-color}*/;
	color: #3e3e3e /*{r-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{r-bar-shadow-x}*/ 0 /*{r-bar-shadow-y}*/ 0 /*{r-bar-shadow-radius}*/ #ffffff /*{r-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e7e588 /*{r-bar-background-start}*/), to( #e7e588 /*{r-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e7e588 /*{r-bar-background-start}*/, #e7e588 /*{r-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e7e588 /*{r-bar-background-start}*/, #e7e588 /*{r-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e7e588 /*{r-bar-background-start}*/, #e7e588 /*{r-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e7e588 /*{r-bar-background-start}*/, #e7e588 /*{r-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e7e588 /*{r-bar-background-start}*/, #e7e588 /*{r-bar-background-end}*/);
}
.ui-bar-r .ui-link-inherit {
	color: #3e3e3e /*{r-bar-color}*/;
}
.ui-bar-r a.ui-link {
	color: #7cc4e7 /*{r-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-r a.ui-link:visited {
    color: #2489ce /*{r-bar-link-visited}*/;
}
.ui-bar-r a.ui-link:hover {
	color: #2489ce /*{r-bar-link-hover}*/;
}
.ui-bar-r a.ui-link:active {
	color: #2489ce /*{r-bar-link-active}*/;
}
.ui-bar-r,
.ui-bar-r input,
.ui-bar-r select,
.ui-bar-r textarea,
.ui-bar-r button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-r,
.ui-overlay-r {
	border: 1px solid #800000 /*{r-body-border}*/;
	color: #333333 /*{r-body-color}*/;
	text-shadow: 0 /*{r-body-shadow-x}*/ 0 /*{r-body-shadow-y}*/ 0 /*{r-body-shadow-radius}*/ #ffffff /*{r-body-shadow-color}*/;
	background: #ffffff /*{r-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{r-body-background-start}*/), to( #eaeaea /*{r-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{r-body-background-start}*/, #eaeaea /*{r-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{r-body-background-start}*/, #eaeaea /*{r-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{r-body-background-start}*/, #eaeaea /*{r-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{r-body-background-start}*/, #eaeaea /*{r-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{r-body-background-start}*/, #eaeaea /*{r-body-background-end}*/);
}
.ui-overlay-r {
	background-image: none;
	border-width: 0;
}
.ui-body-r,
.ui-body-r input,
.ui-body-r select,
.ui-body-r textarea,
.ui-body-r button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-r .ui-link-inherit {
	color: #333333 /*{r-body-color}*/;
}
.ui-body-r .ui-link {
	color: #2489ce /*{r-body-link-color}*/;
	font-weight: bold;
}
.ui-body-r .ui-link:visited {
    color: #2489ce /*{r-body-link-visited}*/;
}
.ui-body-r .ui-link:hover {
	color: #2489ce /*{r-body-link-hover}*/;
}
.ui-body-r .ui-link:active {
	color: #2489ce /*{r-body-link-active}*/;
}
.ui-btn-up-r {
	border: 1px solid #800000 /*{r-bup-border}*/;
	background: ffff99 /*{r-bup-background-color}*/;
	font-weight: bold;
	color: #003c77 /*{r-bup-color}*/;
	text-shadow: 0 /*{r-bup-shadow-x}*/ 0 /*{r-bup-shadow-y}*/ 0 /*{r-bup-shadow-radius}*/ #ffffff /*{r-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fbfbe4 /*{r-bup-background-start}*/), to( #e7e588 /*{r-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fbfbe4 /*{r-bup-background-start}*/, #e7e588 /*{r-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fbfbe4 /*{r-bup-background-start}*/, #e7e588 /*{r-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fbfbe4 /*{r-bup-background-start}*/, #e7e588 /*{r-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fbfbe4 /*{r-bup-background-start}*/, #e7e588 /*{r-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fbfbe4 /*{r-bup-background-start}*/, #e7e588 /*{r-bup-background-end}*/);
}
.ui-btn-up-r:visited,
.ui-btn-up-r a.ui-link-inherit {
	color: #003c77 /*{r-bup-color}*/;
}
.ui-btn-hover-r {
	border: 1px solid #800000 /*{r-bhover-border}*/;
	background: #800000 /*{r-bhover-background-color}*/;
	font-weight: bold;
	color: #2f3e46 /*{r-bhover-color}*/;
	text-shadow: 0 /*{r-bhover-shadow-x}*/ 0 /*{r-bhover-shadow-y}*/ 0 /*{r-bhover-shadow-radius}*/ #ffffff /*{r-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e7e588 /*{r-bhover-background-start}*/), to( #dd9113 /*{r-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e7e588 /*{r-bhover-background-start}*/, #dd9113 /*{r-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e7e588 /*{r-bhover-background-start}*/, #dd9113 /*{r-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e7e588 /*{r-bhover-background-start}*/, #dd9113 /*{r-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e7e588 /*{r-bhover-background-start}*/, #dd9113 /*{r-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e7e588 /*{r-bhover-background-start}*/, #dd9113 /*{r-bhover-background-end}*/);
}
.ui-btn-hover-r:visited,
.ui-btn-hover-r:hover,
.ui-btn-hover-r a.ui-link-inherit {
	color: #2f3e46 /*{r-bhover-color}*/;
}
.ui-btn-down-r {
	border: 1px solid #800000 /*{r-bdown-border}*/;
	background: #d6d6d6 /*{r-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{r-bdown-color}*/;
	text-shadow: 0 /*{r-bdown-shadow-x}*/ 0 /*{r-bdown-shadow-y}*/ 0 /*{r-bdown-shadow-radius}*/ #ffffff /*{r-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #dd9113 /*{r-bdown-background-start}*/), to( #b74e1f /*{r-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #dd9113 /*{r-bdown-background-start}*/, #b74e1f /*{r-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #dd9113 /*{r-bdown-background-start}*/, #b74e1f /*{r-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #dd9113 /*{r-bdown-background-start}*/, #b74e1f /*{r-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #dd9113 /*{r-bdown-background-start}*/, #b74e1f /*{r-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #dd9113 /*{r-bdown-background-start}*/, #b74e1f /*{r-bdown-background-end}*/);
}
.ui-btn-down-r:visited,
.ui-btn-down-r:hover,
.ui-btn-down-r a.ui-link-inherit {
	color: #ffffff /*{r-bdown-color}*/;
}
.ui-btn-up-r,
.ui-btn-hover-r,
.ui-btn-down-r {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* S
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-s {
	border: 1px solid #f7c942 /*{s-bar-border}*/;
	background: #fadb4e /*{s-bar-background-color}*/;
	color: #333 /*{s-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{s-bar-shadow-x}*/ 1px /*{s-bar-shadow-y}*/ 0 /*{s-bar-shadow-radius}*/ #fff /*{s-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{s-bar-background-start}*/), to( #fbef7e /*{s-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fceda7 /*{s-bar-background-start}*/, #fbef7e /*{s-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fceda7 /*{s-bar-background-start}*/, #fbef7e /*{s-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fceda7 /*{s-bar-background-start}*/, #fbef7e /*{s-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fceda7 /*{s-bar-background-start}*/, #fbef7e /*{s-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fceda7 /*{s-bar-background-start}*/, #fbef7e /*{s-bar-background-end}*/);
}
.ui-bar-s .ui-link-inherit {
	color: #333 /*{s-bar-color}*/;
}
.ui-bar-s a.ui-link {
	color: #2489ce /*{s-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-s a.ui-link:visited {
    color: #2489ce /*{s-bar-link-visited}*/;
}
.ui-bar-s a.ui-link:hover {
	color: #2489ce /*{s-bar-link-hover}*/;
}
.ui-bar-s a.ui-link:active {
	color: #2489ce /*{s-bar-link-active}*/;
}
.ui-bar-s,
.ui-bar-s input,
.ui-bar-s select,
.ui-bar-s textarea,
.ui-bar-s button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-s,
.ui-overlay-s {
	border: 1px solid #f7c942 /*{s-body-border}*/;
	color: #222 /*{s-body-color}*/;
	text-shadow: 0 /*{s-body-shadow-x}*/ 1px /*{s-body-shadow-y}*/ 0 /*{s-body-shadow-radius}*/ #fff /*{s-body-shadow-color}*/;
	background: #fff9df /*{s-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{s-body-background-start}*/), to( #fff3a5 /*{s-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fffadf /*{s-body-background-start}*/, #fff3a5 /*{s-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fffadf /*{s-body-background-start}*/, #fff3a5 /*{s-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fffadf /*{s-body-background-start}*/, #fff3a5 /*{s-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fffadf /*{s-body-background-start}*/, #fff3a5 /*{s-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fffadf /*{s-body-background-start}*/, #fff3a5 /*{s-body-background-end}*/);
}
.ui-overlay-s {
	background-image: none;
	border-width: 0;
}
.ui-body-s,
.ui-body-s input,
.ui-body-s select,
.ui-body-s textarea,
.ui-body-s button {
	  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-s .ui-link-inherit {
	color: #222 /*{s-body-color}*/;
}
.ui-body-s .ui-link {
	color: #2489ce /*{s-body-link-color}*/;
	font-weight: bold;
}
.ui-body-s .ui-link:visited {
    color: #2489ce /*{s-body-link-visited}*/;
}
.ui-body-s .ui-link:hover {
	color: #2489ce /*{s-body-link-hover}*/;
}
.ui-body-s .ui-link:active {
	color: #2489ce /*{s-body-link-active}*/;
}
.ui-btn-up-s {
	border: 1px solid #ca9a0c /*{s-bup-border}*/;
	background: #fee67c /*{s-bup-background-color}*/;
	font-weight: bold;
	color: #59301c /*{s-bup-color}*/;
	text-shadow: 0 /*{s-bup-shadow-x}*/ 0 /*{s-bup-shadow-y}*/ 0 /*{s-bup-shadow-radius}*/ #fff /*{s-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fee67c /*{s-bup-background-start}*/), to( #ffa02e /*{s-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fee67c /*{s-bup-background-start}*/, #ffa02e /*{s-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fee67c /*{s-bup-background-start}*/, #ffa02e /*{s-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fee67c /*{s-bup-background-start}*/, #ffa02e /*{s-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fee67c /*{s-bup-background-start}*/, #ffa02e /*{s-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fee67c /*{s-bup-background-start}*/, #ffa02e /*{s-bup-background-end}*/);
}
.ui-btn-up-s:visited,
.ui-btn-up-s a.ui-link-inherit {
	color: #59301c /*{s-bup-color}*/;
}
.ui-btn-hover-s {
	border: 1px solid #f2c43d /*{s-bhover-border}*/;
	background: #fbe26f /*{s-bhover-background-color}*/;
	font-weight: bold;
	color: #6f3b1b /*{s-bhover-color}*/;
	text-shadow: 0 /*{s-bhover-shadow-x}*/ 0 /*{s-bhover-shadow-y}*/ 0 /*{s-bhover-shadow-radius}*/ #fff /*{s-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{s-bhover-background-start}*/), to( #fbdd52 /*{s-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff5ba /*{s-bhover-background-start}*/, #fbdd52 /*{s-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff5ba /*{s-bhover-background-start}*/, #fbdd52 /*{s-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff5ba /*{s-bhover-background-start}*/, #fbdd52 /*{s-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff5ba /*{s-bhover-background-start}*/, #fbdd52 /*{s-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff5ba /*{s-bhover-background-start}*/, #fbdd52 /*{s-bhover-background-end}*/);
}
.ui-btn-hover-s:visited,
.ui-btn-hover-s:hover,
.ui-btn-hover-s a.ui-link-inherit {
	color: #6f3b1b /*{s-bhover-color}*/;
}
.ui-btn-down-s {
	border: 1px solid #f2c43d /*{s-bdown-border}*/;
	background: #fceda7 /*{s-bdown-background-color}*/;
	font-weight: bold;
	color: #333 /*{s-bdown-color}*/;
	text-shadow: 0 /*{s-bdown-shadow-x}*/ 0 /*{s-bdown-shadow-y}*/ 0 /*{s-bdown-shadow-radius}*/ #fff /*{s-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{s-bdown-background-start}*/), to( #fadb4e /*{s-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8d94c /*{s-bdown-background-start}*/, #fadb4e /*{s-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8d94c /*{s-bdown-background-start}*/, #fadb4e /*{s-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8d94c /*{s-bdown-background-start}*/, #fadb4e /*{s-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8d94c /*{s-bdown-background-start}*/, #fadb4e /*{s-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8d94c /*{s-bdown-background-start}*/, #fadb4e /*{s-bdown-background-end}*/);
}
.ui-btn-down-s:visited,
.ui-btn-down-s:hover,
.ui-btn-down-s a.ui-link-inherit {
	color: #333 /*{s-bdown-color}*/;
}
.ui-btn-up-s,
.ui-btn-hover-s,
.ui-btn-down-s {
	  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 #f2c43d /*{global-active-border}*/;
	background: #fbe26f /*{global-active-background-color}*/;
	font-weight: bold;
	color: #6f3b1b /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ 0 /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{global-active-background-start}*/), to( #ffa02e /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff5ba /*{global-active-background-start}*/, #ffa02e /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff5ba /*{global-active-background-start}*/, #ffa02e /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff5ba /*{global-active-background-start}*/, #ffa02e /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff5ba /*{global-active-background-start}*/, #ffa02e /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff5ba /*{global-active-background-start}*/, #ffa02e /*{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: #6f3b1b /*{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-all {
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-color: rgb(130,130,130);
	border-color: rgba(130,130,130,.3);
	border-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: #000000 /*{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;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt .ui-icon,
.ui-icon-alt .ui-icon-searchfield:after {
	background-color: 						#fff;
	background-color: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}
/* No disc
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-nodisc .ui-icon,
.ui-icon-nodisc .ui-icon-searchfield:after,
.ui-icon-nodisc .ui-icon-alt .ui-icon,
.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
	background-color: transparent;
}
/* Icon sprite
-----------------------------------------------------------------------------------------------------------*/
/* plus minus */
.ui-icon-plus {
	background-position: 	-1px -1px;
}
.ui-icon-minus {
	background-position: 	-37px -1px;
}
/* delete/close */
.ui-icon-delete {
	background-position: 	-73px -1px;
}
/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px -1px;
}
.ui-icon-arrow-l {
	background-position: 	-144px -1px;
}
.ui-icon-arrow-u {
	background-position: 	-180px -1px;
}
.ui-icon-arrow-d {
	background-position: 	-216px -1px;
}
/* misc */
.ui-icon-check {
	background-position: 	-252px -1px;
}
.ui-icon-gear {
	background-position: 	-288px -1px;
}
.ui-icon-refresh {
	background-position: 	-323px -1px;
}
.ui-icon-forward {
	background-position: 	-360px -1px;
}
.ui-icon-back {
	background-position: 	-396px -1px;
}
.ui-icon-grid {
	background-position: 	-432px -1px;
}
.ui-icon-star {
	background-position: 	-467px -1px;
}
.ui-icon-alert {
	background-position: 	-503px -1px;
}
.ui-icon-info {
	background-position: 	-539px -1px;
}
.ui-icon-home {
	background-position: 	-575px -1px;
}
/* search */
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-611px -1px;
}
/* checkbox radio */
.ui-icon-checkbox-on {
	background-position: 	-647px -1px;
}
.ui-icon-checkbox-off {
	background-position: 	-683px -1px;
}
.ui-icon-radio-on {
	background-position: 	-718px -1px;
}
.ui-icon-radio-off {
	background-position: 	-754px -1px;
}
/* menu edit */
.ui-icon-bars {
	background-position: 	-788px -1px;
}
.ui-icon-edit {
	background-position: 	-824px -1px;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
       only screen and (min--moz-device-pixel-ratio: 1.3),
       only screen and (min-resolution: 200dpi) {
	
	.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-bars, .ui-icon-edit,
	.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: 864px 18px;
		-o-background-size: 864px 18px;
		-webkit-background-size: 864px 18px;
		background-size: 864px 18px;
	}
	.ui-icon-alt .ui-icon {
		background-image: url(images/icons-36-black.png);
	}
	.ui-icon-plus {
		background-position: 	0 50%;
	}
	.ui-icon-minus {
		background-position: 	-36px 50%;
	}
	.ui-icon-delete {
		background-position: 	-72px 50%;
	}
	.ui-icon-arrow-r {
		background-position: 	-108px 50%;
	}
	.ui-icon-arrow-l {
		background-position: 	-144px 50%;
	}
	.ui-icon-arrow-u {
		background-position: 	-179px 50%;
	}
	.ui-icon-arrow-d {
		background-position: 	-215px 50%;
	}
	.ui-icon-check {
		background-position: 	-252px 50%;
	}
	.ui-icon-gear {
		background-position: 	-287px 50%;
	}
	.ui-icon-refresh {
		background-position: 	-323px 50%;
	}
	.ui-icon-forward {
		background-position: 	-360px 50%;
	}
	.ui-icon-back {
		background-position: 	-395px 50%;
	}
	.ui-icon-grid {
		background-position: 	-431px 50%;
	}
	.ui-icon-star {
		background-position: 	-467px 50%;
	}
	.ui-icon-alert {
		background-position: 	-503px 50%;
	}
	.ui-icon-info {
		background-position: 	-538px 50%;
	}
	.ui-icon-home {
		background-position: 	-575px 50%;
	}
	.ui-icon-search,
	.ui-icon-searchfield:after {
		background-position: 	-611px 50%;
	}
	.ui-icon-checkbox-on {
		background-position: 	-647px 50%;
	}
	.ui-icon-checkbox-off {
		background-position: 	-683px 50%;
	}
	.ui-icon-radio-on {
		background-position: 	-718px 50%;
	}
	.ui-icon-radio-off {
		background-position: 	-754px 50%;
	}
	.ui-icon-bars {
		background-position: 	-788px 50%;
	
	}.ui-icon-edit {
		background-position: 	-824px 50%;
	}
}
/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
	-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: #fbe26f /*{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 class
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-all {
	-webkit-border-radius: 1em /*{global-radii-buttons}*/;
	border-radius: 1em /*{global-radii-buttons}*/;
}
/* radius clip workaround for cleaning up corner trapping */
.ui-corner-all,
.ui-btn-corner-all {
	-webkit-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: 0 0 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{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 0 0 3px #fbe26f /*{global-active-background-color}*/, 0 0 9px #fbe26f /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0 0 3px #fbe26f /*{global-active-background-color}*/, 0 0 9px #fbe26f /*{global-active-background-color}*/;
	box-shadow: inset 0 0 3px #fbe26f /*{global-active-background-color}*/, 0 0 9px #fbe26f /*{global-active-background-color}*/;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	-moz-box-shadow: 0 0 12px #fbe26f /*{global-active-background-color}*/;
	-webkit-box-shadow: 0 0 12px #fbe26f /*{global-active-background-color}*/;
	box-shadow: 0 0 12px #fbe26f /*{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;
}
