/*
* jQuery Mobile Framework Git Build: SHA1: c2d61e2e592c67519d9a9ed0ba796fa44787e136 <> Date: Tue Sep 25 10:38:12 2012 -0700
* http://jquerymobile.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-a {
	border: 1px solid #2A2A2A /*{a-bar-border}*/;
	background: #2A2A2A /*{a-bar-background-color}*/;
	color: #ffffff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2a2a2a /*{a-bar-background-start}*/), to( #2a2a2a /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2a2a2a /*{a-bar-background-start}*/, #2a2a2a /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2a2a2a /*{a-bar-background-start}*/, #2a2a2a /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2a2a2a /*{a-bar-background-start}*/, #2a2a2a /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2a2a2a /*{a-bar-background-start}*/, #2a2a2a /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2a2a2a /*{a-bar-background-start}*/, #2a2a2a /*{a-bar-background-end}*/);
}
.ui-bar-a .ui-link-inherit {
	color: #ffffff /*{a-bar-color}*/;
}

.ui-bar-a a.ui-link {
	color: #7cc4e7 /*{a-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-a a.ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}

.ui-bar-a a.ui-link:hover {
	color: #2489CE /*{a-bar-link-hover}*/;
}

.ui-bar-a a.ui-link:active {
	color: #2489CE /*{a-bar-link-active}*/;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a,
.ui-overlay-a {
	border: 1px solid #2a2a2a /*{a-body-border}*/;
	color: #ffffff /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
	background: #7D7D7D /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7D7D7D /*{a-body-background-start}*/), to( #7D7D7D /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7D7D7D /*{a-body-background-start}*/, #7D7D7D /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7D7D7D /*{a-body-background-start}*/, #7D7D7D /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7D7D7D /*{a-body-background-start}*/, #7D7D7D /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7D7D7D /*{a-body-background-start}*/, #7D7D7D /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7D7D7D /*{a-body-background-start}*/, #7D7D7D /*{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: #ffffff /*{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 #222222 /*{a-bup-border}*/;
	background: #333333 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000000 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #555555 /*{a-bup-background-start}*/), to( #333333 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #555555 /*{a-bup-background-start}*/, #333333 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #555555 /*{a-bup-background-start}*/, #333333 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #555555 /*{a-bup-background-start}*/, #333333 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #555555 /*{a-bup-background-start}*/, #333333 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #555555 /*{a-bup-background-start}*/, #333333 /*{a-bup-background-end}*/);
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
	color: #ffffff /*{a-bup-color}*/;
}
.ui-btn-hover-a {
	border: 1px solid #000000 /*{a-bhover-border}*/;
	background: #444444 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #000000 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #666666 /*{a-bhover-background-start}*/), to( #444444 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #666666 /*{a-bhover-background-start}*/, #444444 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #666666 /*{a-bhover-background-start}*/, #444444 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #666666 /*{a-bhover-background-start}*/, #444444 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #666666 /*{a-bhover-background-start}*/, #444444 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #666666 /*{a-bhover-background-start}*/, #444444 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
	color: #ffffff /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #000000 /*{a-bdown-border}*/;
	background: #3d3d3d /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #000000 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #333333 /*{a-bdown-background-start}*/), to( #5a5a5a /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #333333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #333333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #333333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #333333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #333333 /*{a-bdown-background-start}*/, #5a5a5a /*{a-bdown-background-end}*/);
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
	color: #ffffff /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* B
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-b {
	border: 1px solid #8cc63f /*{b-bar-border}*/;
	background: #8cc63f /*{b-bar-background-color}*/;
	color: #ffffff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ -1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #444444 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9AD945 /*{b-bar-background-start}*/), to( #7EB238 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9AD945 /*{b-bar-background-start}*/, #7EB238 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9AD945 /*{b-bar-background-start}*/, #7EB238 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9AD945 /*{b-bar-background-start}*/, #7EB238 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9AD945 /*{b-bar-background-start}*/, #7EB238 /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9AD945 /*{b-bar-background-start}*/, #7EB238 /*{b-bar-background-end}*/);
}
.ui-bar-b .ui-link-inherit {
	color: #ffffff /*{b-bar-color}*/;
}

.ui-bar-b a.ui-link {
	color: #ddf0f8 /*{b-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-b a.ui-link:visited {
    color: #ddf0f8 /*{b-bar-link-visited}*/;
}

.ui-bar-b a.ui-link:hover {
	color: #ddf0f8 /*{b-bar-link-hover}*/;
}

.ui-bar-b a.ui-link:active {
	color: #ddf0f8 /*{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 #C6C6C6 /*{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: #cccccc /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e6e6e6 /*{b-body-background-start}*/), to( #cccccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e6e6e6 /*{b-body-background-start}*/, #cccccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e6e6e6 /*{b-body-background-start}*/, #cccccc /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e6e6e6 /*{b-body-background-start}*/, #cccccc /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e6e6e6 /*{b-body-background-start}*/, #cccccc /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e6e6e6 /*{b-body-background-start}*/, #cccccc /*{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 #406313 /*{b-bup-border}*/;
	background: #406313 /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ -1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #444444 /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #466C14 /*{b-bup-background-start}*/), to( #395911 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #466C14 /*{b-bup-background-start}*/, #395911 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #466C14 /*{b-bup-background-start}*/, #395911 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #466C14 /*{b-bup-background-start}*/, #395911 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #466C14 /*{b-bup-background-start}*/, #395911 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #466C14 /*{b-bup-background-start}*/, #395911 /*{b-bup-background-end}*/);
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
	color: #ffffff /*{b-bup-color}*/;
}
.ui-btn-hover-b {
	border: 1px solid #497115 /*{b-bhover-border}*/;
	background: #497115 /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ -1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #444444 /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #507C17 /*{b-bhover-background-start}*/), to( #416512 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #507C17 /*{b-bhover-background-start}*/, #416512 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #507C17 /*{b-bhover-background-start}*/, #416512 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #507C17 /*{b-bhover-background-start}*/, #416512 /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #507C17 /*{b-bhover-background-start}*/, #416512 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #507C17 /*{b-bhover-background-start}*/, #416512 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
	color: #ffffff /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid #497115 /*{b-bdown-border}*/;
	background: #497115 /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ -1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #444444 /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #416512 /*{b-bdown-background-start}*/), to( #507C17 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #416512 /*{b-bdown-background-start}*/, #507C17 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #416512 /*{b-bdown-background-start}*/, #507C17 /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #416512 /*{b-bdown-background-start}*/, #507C17 /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #416512 /*{b-bdown-background-start}*/, #507C17 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #416512 /*{b-bdown-background-start}*/, #507C17 /*{b-bdown-background-end}*/);
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
	color: #ffffff /*{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: #e9eaeb /*{c-bar-background-color}*/;
	color: #3E3E3E /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #e9eaeb /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
	color: #3E3E3E /*{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 #B3B3B3 /*{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: #e3e3e3 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e3e3e3 /*{c-body-background-start}*/), to( #e3e3e3 /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e3e3e3 /*{c-body-background-start}*/, #e3e3e3 /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e3e3e3 /*{c-body-background-start}*/, #e3e3e3 /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e3e3e3 /*{c-body-background-start}*/, #e3e3e3 /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e3e3e3 /*{c-body-background-start}*/, #e3e3e3 /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e3e3e3 /*{c-body-background-start}*/, #e3e3e3 /*{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 #cccccc /*{c-bup-border}*/;
	background: #eeeeee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdfdfd /*{c-bup-background-start}*/), to( #eeeeee /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eeeeee /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eeeeee /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eeeeee /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eeeeee /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fdfdfd /*{c-bup-background-start}*/, #eeeeee /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bup-color}*/;
}
.ui-btn-hover-c {
	border: 1px solid #bbbbbb /*{c-bhover-border}*/;
	background: #dadada /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ededed /*{c-bhover-background-start}*/), to( #dadada /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #808080 /*{c-bdown-border}*/;
	background: #fdfdfd /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #2F3E46 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{c-bdown-background-start}*/), to( #fdfdfd /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eeeeee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/);
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
	color: #2F3E46 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}




/* D
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-d {
	border: 1px solid #cccccc /*{d-bar-border}*/;
	background: #bbbbbb /*{d-bar-background-color}*/;
	color: #333333 /*{d-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eeeeee /*{d-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #dddddd /*{d-bar-background-start}*/), to( #bbbbbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #dddddd /*{d-bar-background-start}*/, #bbbbbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #dddddd /*{d-bar-background-start}*/, #bbbbbb /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #dddddd /*{d-bar-background-start}*/, #bbbbbb /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #dddddd /*{d-bar-background-start}*/, #bbbbbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #dddddd /*{d-bar-background-start}*/, #bbbbbb /*{d-bar-background-end}*/);
}
.ui-bar-d .ui-link-inherit {
	color: #333333 /*{d-bar-color}*/;
}

.ui-bar-d a.ui-link {
	color: #2489CE /*{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 #cccccc /*{d-body-border}*/;
	color: #333333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{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: #ffffff /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #333333 /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 1px /*{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( #ffffff /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{d-bup-background-start}*/, #ffffff /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{d-bup-background-start}*/, #ffffff /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{d-bup-background-start}*/, #ffffff /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{d-bup-background-start}*/, #ffffff /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{d-bup-background-start}*/, #ffffff /*{d-bup-background-end}*/);
}
.ui-btn-up-d:visited,
.ui-btn-up-d a.ui-link-inherit {
	color: #333333 /*{d-bup-color}*/;
}
.ui-btn-hover-d {
	border: 1px solid #aaaaaa /*{d-bhover-border}*/;
	background: #eeeeee /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #222222 /*{d-bhover-color}*/;
	text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 1px /*{d-bhover-shadow-radius}*/ #ffffff /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdfdfd /*{d-bhover-background-start}*/), to( #eeeeee /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fdfdfd /*{d-bhover-background-start}*/, #eeeeee /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fdfdfd /*{d-bhover-background-start}*/, #eeeeee /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdfdfd /*{d-bhover-background-start}*/, #eeeeee /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdfdfd /*{d-bhover-background-start}*/, #eeeeee /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fdfdfd /*{d-bhover-background-start}*/, #eeeeee /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d:visited,
.ui-btn-hover-d:hover,
.ui-btn-hover-d a.ui-link-inherit {
	color: #222222 /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid #aaaaaa /*{d-bdown-border}*/;
	background: #ffffff /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #111111 /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 1px /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee /*{d-bdown-background-start}*/), to( #ffffff /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eeeeee /*{d-bdown-background-start}*/, #ffffff /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eeeeee /*{d-bdown-background-start}*/, #ffffff /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee /*{d-bdown-background-start}*/, #ffffff /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee /*{d-bdown-background-start}*/, #ffffff /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eeeeee /*{d-bdown-background-start}*/, #ffffff /*{d-bdown-background-end}*/);
}
.ui-btn-down-d:visited,
.ui-btn-down-d:hover,
.ui-btn-down-d a.ui-link-inherit {
	color: #111111 /*{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 #F7C942 /*{e-bar-border}*/;
	background: #fadb4e /*{e-bar-background-color}*/;
	color: #333333 /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #ffffff /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fadb4e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fadb4e /*{e-bar-background-end}*/);
}
.ui-bar-e .ui-link-inherit {
	color: #333333 /*{e-bar-color}*/;
}

.ui-bar-e a.ui-link {
	color: #2489CE /*{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 #F7C942 /*{e-body-border}*/;
	color: #333333 /*{e-body-color}*/;
	text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #ffffff /*{e-body-shadow-color}*/;
	background: #faeb9e /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{e-body-background-start}*/), to( #faeb9e /*{e-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #ffffff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #ffffff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{e-body-background-start}*/, #faeb9e /*{e-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #ffffff /*{e-body-background-start}*/, #faeb9e /*{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: #333333 /*{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 #F7C942 /*{e-bup-border}*/;
	background: #fadb4e /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #333333 /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #ffffff /*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bup-background-start}*/), to( #fadb4e /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fceda7 /*{e-bup-background-start}*/, #fadb4e /*{e-bup-background-end}*/);
}
.ui-btn-up-e:visited,
.ui-btn-up-e a.ui-link-inherit {
	color: #333333 /*{e-bup-color}*/;
}
.ui-btn-hover-e {
	border: 1px solid #e79952 /*{e-bhover-border}*/;
	background: #fbe26f /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #333333 /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 1px /*{e-bhover-shadow-radius}*/ #ffffff /*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fcf0b5 /*{e-bhover-background-start}*/), to( #fbe26f /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fcf0b5 /*{e-bhover-background-start}*/, #fbe26f /*{e-bhover-background-end}*/);
}
.ui-btn-hover-e:visited,
.ui-btn-hover-e:hover,
.ui-btn-hover-e a.ui-link-inherit {
	color: #333333 /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #F7C942 /*{e-bdown-border}*/;
	background: #fceda7 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #333333 /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 1px /*{e-bdown-shadow-radius}*/ #ffffff /*{e-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fadb4e /*{e-bdown-background-start}*/), to( #fceda7 /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fadb4e /*{e-bdown-background-start}*/, #fceda7 /*{e-bdown-background-end}*/);
}
.ui-btn-down-e:visited,
.ui-btn-down-e:hover,
.ui-btn-down-e a.ui-link-inherit {
	color: #333333 /*{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 #2A2A2A /*{f-bar-border}*/;
	background: #2A2A2A /*{f-bar-background-color}*/;
	color: #ffffff /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{f-bar-shadow-x}*/ -1px /*{f-bar-shadow-y}*/ 1px /*{f-bar-shadow-radius}*/ #000000 /*{f-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{f-bar-background-start}*/), to( #2A2A2A /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{f-bar-background-start}*/, #2A2A2A /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{f-bar-background-start}*/, #2A2A2A /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{f-bar-background-start}*/, #2A2A2A /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{f-bar-background-start}*/, #2A2A2A /*{f-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{f-bar-background-start}*/, #2A2A2A /*{f-bar-background-end}*/);
}
.ui-bar-f .ui-link-inherit {
	color: #ffffff /*{f-bar-color}*/;
}

.ui-bar-f a.ui-link {
	color: #7cc4e7 /*{f-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-f a.ui-link:visited {
    color: #2489CE /*{f-bar-link-visited}*/;
}

.ui-bar-f a.ui-link:hover {
	color: #2489CE /*{f-bar-link-hover}*/;
}

.ui-bar-f a.ui-link:active {
	color: #2489CE /*{f-bar-link-active}*/;
}

.ui-bar-f,
.ui-bar-f input,
.ui-bar-f select,
.ui-bar-f textarea,
.ui-bar-f button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-f,
.ui-overlay-f {
	border: 1px solid #4d6c22 /*{f-body-border}*/;
	color: #ffffff /*{f-body-color}*/;
	text-shadow: 0 /*{f-body-shadow-x}*/ 1px /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #444444 /*{f-body-shadow-color}*/;
	background: #8cc63f /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8cc63f /*{f-body-background-start}*/), to( #8cc63f /*{f-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #8cc63f /*{f-body-background-start}*/, #8cc63f /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #8cc63f /*{f-body-background-start}*/, #8cc63f /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8cc63f /*{f-body-background-start}*/, #8cc63f /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8cc63f /*{f-body-background-start}*/, #8cc63f /*{f-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #8cc63f /*{f-body-background-start}*/, #8cc63f /*{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: #ffffff /*{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 #02304f /*{f-bup-border}*/;
	background: #02304f /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{f-bup-color}*/;
	text-shadow: 0 /*{f-bup-shadow-x}*/ -1px /*{f-bup-shadow-y}*/ 1px /*{f-bup-shadow-radius}*/ #444444 /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #023456 /*{f-bup-background-start}*/), to( #012b47 /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #023456 /*{f-bup-background-start}*/, #012b47 /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #023456 /*{f-bup-background-start}*/, #012b47 /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #023456 /*{f-bup-background-start}*/, #012b47 /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #023456 /*{f-bup-background-start}*/, #012b47 /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #023456 /*{f-bup-background-start}*/, #012b47 /*{f-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: #ffffff /*{f-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid #02375a /*{f-bhover-border}*/;
	background: #02375a /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{f-bhover-color}*/;
	text-shadow: 0 /*{f-bhover-shadow-x}*/ -1px /*{f-bhover-shadow-y}*/ 1px /*{f-bhover-shadow-radius}*/ #444444 /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #023c63 /*{f-bhover-background-start}*/), to( #013151 /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #023c63 /*{f-bhover-background-start}*/, #013151 /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #023c63 /*{f-bhover-background-start}*/, #013151 /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #023c63 /*{f-bhover-background-start}*/, #013151 /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #023c63 /*{f-bhover-background-start}*/, #013151 /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #023c63 /*{f-bhover-background-start}*/, #013151 /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: #ffffff /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #02375a /*{f-bdown-border}*/;
	background: #02375a /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{f-bdown-color}*/;
	text-shadow: 0 /*{f-bdown-shadow-x}*/ -1px /*{f-bdown-shadow-y}*/ 1px /*{f-bdown-shadow-radius}*/ #444444 /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #013151 /*{f-bdown-background-start}*/), to( #023c63 /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #013151 /*{f-bdown-background-start}*/, #023c63 /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #013151 /*{f-bdown-background-start}*/, #023c63 /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #013151 /*{f-bdown-background-start}*/, #023c63 /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #013151 /*{f-bdown-background-start}*/, #023c63 /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #013151 /*{f-bdown-background-start}*/, #023c63 /*{f-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: #ffffff /*{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 #2A2A2A /*{g-bar-border}*/;
	background: #2A2A2A /*{g-bar-background-color}*/;
	color: #ffffff /*{g-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{g-bar-shadow-x}*/ -1px /*{g-bar-shadow-y}*/ 1px /*{g-bar-shadow-radius}*/ #000000 /*{g-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{g-bar-background-start}*/), to( #2A2A2A /*{g-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{g-bar-background-start}*/, #2A2A2A /*{g-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{g-bar-background-start}*/, #2A2A2A /*{g-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{g-bar-background-start}*/, #2A2A2A /*{g-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{g-bar-background-start}*/, #2A2A2A /*{g-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{g-bar-background-start}*/, #2A2A2A /*{g-bar-background-end}*/);
}
.ui-bar-g .ui-link-inherit {
	color: #ffffff /*{g-bar-color}*/;
}

.ui-bar-g a.ui-link {
	color: #7cc4e7 /*{g-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-g a.ui-link:visited {
    color: #2489CE /*{g-bar-link-visited}*/;
}

.ui-bar-g a.ui-link:hover {
	color: #2489CE /*{g-bar-link-hover}*/;
}

.ui-bar-g a.ui-link:active {
	color: #2489CE /*{g-bar-link-active}*/;
}

.ui-bar-g,
.ui-bar-g input,
.ui-bar-g select,
.ui-bar-g textarea,
.ui-bar-g button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-g,
.ui-overlay-g {
	border: 1px solid #2a2a2a /*{g-body-border}*/;
	color: #ffffff /*{g-body-color}*/;
	text-shadow: 0 /*{g-body-shadow-x}*/ 1px /*{g-body-shadow-y}*/ 0 /*{g-body-shadow-radius}*/ #000000 /*{g-body-shadow-color}*/;
	background: #7D7D7D /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7D7D7D /*{g-body-background-start}*/), to( #7D7D7D /*{g-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7D7D7D /*{g-body-background-start}*/, #7D7D7D /*{g-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7D7D7D /*{g-body-background-start}*/, #7D7D7D /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7D7D7D /*{g-body-background-start}*/, #7D7D7D /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7D7D7D /*{g-body-background-start}*/, #7D7D7D /*{g-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7D7D7D /*{g-body-background-start}*/, #7D7D7D /*{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: #ffffff /*{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 #7c8016 /*{g-bup-border}*/;
	background: #7c8016 /*{g-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{g-bup-color}*/;
	text-shadow: 0 /*{g-bup-shadow-x}*/ -1px /*{g-bup-shadow-y}*/ 1px /*{g-bup-shadow-radius}*/ #444444 /*{g-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #888c18 /*{g-bup-background-start}*/), to( #6f7313 /*{g-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #888c18 /*{g-bup-background-start}*/, #6f7313 /*{g-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #888c18 /*{g-bup-background-start}*/, #6f7313 /*{g-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #888c18 /*{g-bup-background-start}*/, #6f7313 /*{g-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #888c18 /*{g-bup-background-start}*/, #6f7313 /*{g-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #888c18 /*{g-bup-background-start}*/, #6f7313 /*{g-bup-background-end}*/);
}
.ui-btn-up-g:visited,
.ui-btn-up-g a.ui-link-inherit {
	color: #ffffff /*{g-bup-color}*/;
}
.ui-btn-hover-g {
	border: 1px solid #8e9319 /*{g-bhover-border}*/;
	background: #8e9319 /*{g-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{g-bhover-color}*/;
	text-shadow: 0 /*{g-bhover-shadow-x}*/ -1px /*{g-bhover-shadow-y}*/ 1px /*{g-bhover-shadow-radius}*/ #444444 /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9ca11b /*{g-bhover-background-start}*/), to( #7f8416 /*{g-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9ca11b /*{g-bhover-background-start}*/, #7f8416 /*{g-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9ca11b /*{g-bhover-background-start}*/, #7f8416 /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9ca11b /*{g-bhover-background-start}*/, #7f8416 /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9ca11b /*{g-bhover-background-start}*/, #7f8416 /*{g-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9ca11b /*{g-bhover-background-start}*/, #7f8416 /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g:visited,
.ui-btn-hover-g:hover,
.ui-btn-hover-g a.ui-link-inherit {
	color: #ffffff /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #8e9319 /*{g-bdown-border}*/;
	background: #8e9319 /*{g-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{g-bdown-color}*/;
	text-shadow: 0 /*{g-bdown-shadow-x}*/ -1px /*{g-bdown-shadow-y}*/ 1px /*{g-bdown-shadow-radius}*/ #444444 /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7f8416 /*{g-bdown-background-start}*/), to( #9ca11b /*{g-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7f8416 /*{g-bdown-background-start}*/, #9ca11b /*{g-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7f8416 /*{g-bdown-background-start}*/, #9ca11b /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7f8416 /*{g-bdown-background-start}*/, #9ca11b /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7f8416 /*{g-bdown-background-start}*/, #9ca11b /*{g-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7f8416 /*{g-bdown-background-start}*/, #9ca11b /*{g-bdown-background-end}*/);
}
.ui-btn-down-g:visited,
.ui-btn-down-g:hover,
.ui-btn-down-g a.ui-link-inherit {
	color: #ffffff /*{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 #2A2A2A /*{h-bar-border}*/;
	background: #2A2A2A /*{h-bar-background-color}*/;
	color: #ffffff /*{h-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{h-bar-shadow-x}*/ -1px /*{h-bar-shadow-y}*/ 1px /*{h-bar-shadow-radius}*/ #000000 /*{h-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{h-bar-background-start}*/), to( #2A2A2A /*{h-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{h-bar-background-start}*/, #2A2A2A /*{h-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{h-bar-background-start}*/, #2A2A2A /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{h-bar-background-start}*/, #2A2A2A /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{h-bar-background-start}*/, #2A2A2A /*{h-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{h-bar-background-start}*/, #2A2A2A /*{h-bar-background-end}*/);
}
.ui-bar-h .ui-link-inherit {
	color: #ffffff /*{h-bar-color}*/;
}

.ui-bar-h a.ui-link {
	color: #7cc4e7 /*{h-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-h a.ui-link:visited {
    color: #2489CE /*{h-bar-link-visited}*/;
}

.ui-bar-h a.ui-link:hover {
	color: #2489CE /*{h-bar-link-hover}*/;
}

.ui-bar-h a.ui-link:active {
	color: #2489CE /*{h-bar-link-active}*/;
}

.ui-bar-h,
.ui-bar-h input,
.ui-bar-h select,
.ui-bar-h textarea,
.ui-bar-h button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-h,
.ui-overlay-h {
	border: 1px solid #2a2a2a /*{h-body-border}*/;
	color: #ffffff /*{h-body-color}*/;
	text-shadow: 0 /*{h-body-shadow-x}*/ 1px /*{h-body-shadow-y}*/ 0 /*{h-body-shadow-radius}*/ #000000 /*{h-body-shadow-color}*/;
	background: #7D7D7D /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7D7D7D /*{h-body-background-start}*/), to( #7D7D7D /*{h-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7D7D7D /*{h-body-background-start}*/, #7D7D7D /*{h-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7D7D7D /*{h-body-background-start}*/, #7D7D7D /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7D7D7D /*{h-body-background-start}*/, #7D7D7D /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7D7D7D /*{h-body-background-start}*/, #7D7D7D /*{h-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7D7D7D /*{h-body-background-start}*/, #7D7D7D /*{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: #ffffff /*{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 #034221 /*{h-bup-border}*/;
	background: #034221 /*{h-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bup-color}*/;
	text-shadow: 0 /*{h-bup-shadow-x}*/ -1px /*{h-bup-shadow-y}*/ 1px /*{h-bup-shadow-radius}*/ #444444 /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #034824 /*{h-bup-background-start}*/), to( #023b1d /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #034824 /*{h-bup-background-start}*/, #023b1d /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #034824 /*{h-bup-background-start}*/, #023b1d /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #034824 /*{h-bup-background-start}*/, #023b1d /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #034824 /*{h-bup-background-start}*/, #023b1d /*{h-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #034824 /*{h-bup-background-start}*/, #023b1d /*{h-bup-background-end}*/);
}
.ui-btn-up-h:visited,
.ui-btn-up-h a.ui-link-inherit {
	color: #ffffff /*{h-bup-color}*/;
}
.ui-btn-hover-h {
	border: 1px solid #034b25 /*{h-bhover-border}*/;
	background: #034b25 /*{h-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bhover-color}*/;
	text-shadow: 0 /*{h-bhover-shadow-x}*/ -1px /*{h-bhover-shadow-y}*/ 1px /*{h-bhover-shadow-radius}*/ #444444 /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #035228 /*{h-bhover-background-start}*/), to( #024321 /*{h-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #035228 /*{h-bhover-background-start}*/, #024321 /*{h-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #035228 /*{h-bhover-background-start}*/, #024321 /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #035228 /*{h-bhover-background-start}*/, #024321 /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #035228 /*{h-bhover-background-start}*/, #024321 /*{h-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #035228 /*{h-bhover-background-start}*/, #024321 /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h:visited,
.ui-btn-hover-h:hover,
.ui-btn-hover-h a.ui-link-inherit {
	color: #ffffff /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #034b25 /*{h-bdown-border}*/;
	background: #034b25 /*{h-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bdown-color}*/;
	text-shadow: 0 /*{h-bdown-shadow-x}*/ -1px /*{h-bdown-shadow-y}*/ 1px /*{h-bdown-shadow-radius}*/ #444444 /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #024321 /*{h-bdown-background-start}*/), to( #035228 /*{h-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #024321 /*{h-bdown-background-start}*/, #035228 /*{h-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #024321 /*{h-bdown-background-start}*/, #035228 /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #024321 /*{h-bdown-background-start}*/, #035228 /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #024321 /*{h-bdown-background-start}*/, #035228 /*{h-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #024321 /*{h-bdown-background-start}*/, #035228 /*{h-bdown-background-end}*/);
}
.ui-btn-down-h:visited,
.ui-btn-down-h:hover,
.ui-btn-down-h a.ui-link-inherit {
	color: #ffffff /*{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 #2A2A2A /*{i-bar-border}*/;
	background: #2A2A2A /*{i-bar-background-color}*/;
	color: #ffffff /*{i-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{i-bar-shadow-x}*/ -1px /*{i-bar-shadow-y}*/ 1px /*{i-bar-shadow-radius}*/ #000000 /*{i-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{i-bar-background-start}*/), to( #2A2A2A /*{i-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{i-bar-background-start}*/, #2A2A2A /*{i-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{i-bar-background-start}*/, #2A2A2A /*{i-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{i-bar-background-start}*/, #2A2A2A /*{i-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{i-bar-background-start}*/, #2A2A2A /*{i-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{i-bar-background-start}*/, #2A2A2A /*{i-bar-background-end}*/);
}
.ui-bar-i .ui-link-inherit {
	color: #ffffff /*{i-bar-color}*/;
}

.ui-bar-i a.ui-link {
	color: #7cc4e7 /*{i-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-i a.ui-link:visited {
    color: #2489CE /*{i-bar-link-visited}*/;
}

.ui-bar-i a.ui-link:hover {
	color: #2489CE /*{i-bar-link-hover}*/;
}

.ui-bar-i a.ui-link:active {
	color: #2489CE /*{i-bar-link-active}*/;
}

.ui-bar-i,
.ui-bar-i input,
.ui-bar-i select,
.ui-bar-i textarea,
.ui-bar-i button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-i,
.ui-overlay-i {
	border: 1px solid #2a2a2a /*{i-body-border}*/;
	color: #ffffff /*{i-body-color}*/;
	text-shadow: 0 /*{i-body-shadow-x}*/ 1px /*{i-body-shadow-y}*/ 0 /*{i-body-shadow-radius}*/ #000000 /*{i-body-shadow-color}*/;
	background: #7D7D7D /*{i-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7D7D7D /*{i-body-background-start}*/), to( #7D7D7D /*{i-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7D7D7D /*{i-body-background-start}*/, #7D7D7D /*{i-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7D7D7D /*{i-body-background-start}*/, #7D7D7D /*{i-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7D7D7D /*{i-body-background-start}*/, #7D7D7D /*{i-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7D7D7D /*{i-body-background-start}*/, #7D7D7D /*{i-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7D7D7D /*{i-body-background-start}*/, #7D7D7D /*{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: #ffffff /*{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 #7e0206 /*{i-bup-border}*/;
	background: #7e0206 /*{i-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bup-color}*/;
	text-shadow: 0 /*{i-bup-shadow-x}*/ -1px /*{i-bup-shadow-y}*/ 1px /*{i-bup-shadow-radius}*/ #444444 /*{i-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8a0206 /*{i-bup-background-start}*/), to( #710105 /*{i-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #8a0206 /*{i-bup-background-start}*/, #710105 /*{i-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #8a0206 /*{i-bup-background-start}*/, #710105 /*{i-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #8a0206 /*{i-bup-background-start}*/, #710105 /*{i-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #8a0206 /*{i-bup-background-start}*/, #710105 /*{i-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #8a0206 /*{i-bup-background-start}*/, #710105 /*{i-bup-background-end}*/);
}
.ui-btn-up-i:visited,
.ui-btn-up-i a.ui-link-inherit {
	color: #ffffff /*{i-bup-color}*/;
}
.ui-btn-hover-i {
	border: 1px solid #900206 /*{i-bhover-border}*/;
	background: #900206 /*{i-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bhover-color}*/;
	text-shadow: 0 /*{i-bhover-shadow-x}*/ -1px /*{i-bhover-shadow-y}*/ 1px /*{i-bhover-shadow-radius}*/ #444444 /*{i-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9e0206 /*{i-bhover-background-start}*/), to( #810105 /*{i-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9e0206 /*{i-bhover-background-start}*/, #810105 /*{i-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9e0206 /*{i-bhover-background-start}*/, #810105 /*{i-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9e0206 /*{i-bhover-background-start}*/, #810105 /*{i-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9e0206 /*{i-bhover-background-start}*/, #810105 /*{i-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9e0206 /*{i-bhover-background-start}*/, #810105 /*{i-bhover-background-end}*/);
}
.ui-btn-hover-i:visited,
.ui-btn-hover-i:hover,
.ui-btn-hover-i a.ui-link-inherit {
	color: #ffffff /*{i-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #900206 /*{i-bdown-border}*/;
	background: #900206 /*{i-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bdown-color}*/;
	text-shadow: 0 /*{i-bdown-shadow-x}*/ -1px /*{i-bdown-shadow-y}*/ 1px /*{i-bdown-shadow-radius}*/ #444444 /*{i-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #810105 /*{i-bdown-background-start}*/), to( #9e0206 /*{i-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #810105 /*{i-bdown-background-start}*/, #9e0206 /*{i-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #810105 /*{i-bdown-background-start}*/, #9e0206 /*{i-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #810105 /*{i-bdown-background-start}*/, #9e0206 /*{i-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #810105 /*{i-bdown-background-start}*/, #9e0206 /*{i-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #810105 /*{i-bdown-background-start}*/, #9e0206 /*{i-bdown-background-end}*/);
}
.ui-btn-down-i:visited,
.ui-btn-down-i:hover,
.ui-btn-down-i a.ui-link-inherit {
	color: #ffffff /*{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 #2A2A2A /*{j-bar-border}*/;
	background: #2A2A2A /*{j-bar-background-color}*/;
	color: #ffffff /*{j-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{j-bar-shadow-x}*/ -1px /*{j-bar-shadow-y}*/ 1px /*{j-bar-shadow-radius}*/ #000000 /*{j-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{j-bar-background-start}*/), to( #2A2A2A /*{j-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{j-bar-background-start}*/, #2A2A2A /*{j-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{j-bar-background-start}*/, #2A2A2A /*{j-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{j-bar-background-start}*/, #2A2A2A /*{j-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{j-bar-background-start}*/, #2A2A2A /*{j-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{j-bar-background-start}*/, #2A2A2A /*{j-bar-background-end}*/);
}
.ui-bar-j .ui-link-inherit {
	color: #ffffff /*{j-bar-color}*/;
}

.ui-bar-j a.ui-link {
	color: #7cc4e7 /*{j-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-j a.ui-link:visited {
    color: #2489CE /*{j-bar-link-visited}*/;
}

.ui-bar-j a.ui-link:hover {
	color: #2489CE /*{j-bar-link-hover}*/;
}

.ui-bar-j a.ui-link:active {
	color: #2489CE /*{j-bar-link-active}*/;
}

.ui-bar-j,
.ui-bar-j input,
.ui-bar-j select,
.ui-bar-j textarea,
.ui-bar-j button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-j,
.ui-overlay-j {
	border: 1px solid #2a2a2a /*{j-body-border}*/;
	color: #ffffff /*{j-body-color}*/;
	text-shadow: 0 /*{j-body-shadow-x}*/ 1px /*{j-body-shadow-y}*/ 0 /*{j-body-shadow-radius}*/ #000000 /*{j-body-shadow-color}*/;
	background: #7D7D7D /*{j-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #7D7D7D /*{j-body-background-start}*/), to( #7D7D7D /*{j-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #7D7D7D /*{j-body-background-start}*/, #7D7D7D /*{j-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #7D7D7D /*{j-body-background-start}*/, #7D7D7D /*{j-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7D7D7D /*{j-body-background-start}*/, #7D7D7D /*{j-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7D7D7D /*{j-body-background-start}*/, #7D7D7D /*{j-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #7D7D7D /*{j-body-background-start}*/, #7D7D7D /*{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: #ffffff /*{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 #bababa /*{j-bup-border}*/;
	background: #bababa /*{j-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bup-color}*/;
	text-shadow: 0 /*{j-bup-shadow-x}*/ -1px /*{j-bup-shadow-y}*/ 1px /*{j-bup-shadow-radius}*/ #eeeeee /*{j-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #CCCCCC /*{j-bup-background-start}*/), to( #A7A7A7 /*{j-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #CCCCCC /*{j-bup-background-start}*/, #A7A7A7 /*{j-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #CCCCCC /*{j-bup-background-start}*/, #A7A7A7 /*{j-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #CCCCCC /*{j-bup-background-start}*/, #A7A7A7 /*{j-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #CCCCCC /*{j-bup-background-start}*/, #A7A7A7 /*{j-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #CCCCCC /*{j-bup-background-start}*/, #A7A7A7 /*{j-bup-background-end}*/);
}
.ui-btn-up-j:visited,
.ui-btn-up-j a.ui-link-inherit {
	color: #000000 /*{j-bup-color}*/;
}
.ui-btn-hover-j {
	border: 1px solid #D5D5D5 /*{j-bhover-border}*/;
	background: #D5D5D5 /*{j-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bhover-color}*/;
	text-shadow: 0 /*{j-bhover-shadow-x}*/ -1px /*{j-bhover-shadow-y}*/ 1px /*{j-bhover-shadow-radius}*/ #eeeeee /*{j-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EAEAEA /*{j-bhover-background-start}*/), to( #BFBFBF /*{j-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EAEAEA /*{j-bhover-background-start}*/, #BFBFBF /*{j-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EAEAEA /*{j-bhover-background-start}*/, #BFBFBF /*{j-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EAEAEA /*{j-bhover-background-start}*/, #BFBFBF /*{j-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EAEAEA /*{j-bhover-background-start}*/, #BFBFBF /*{j-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EAEAEA /*{j-bhover-background-start}*/, #BFBFBF /*{j-bhover-background-end}*/);
}
.ui-btn-hover-j:visited,
.ui-btn-hover-j:hover,
.ui-btn-hover-j a.ui-link-inherit {
	color: #000000 /*{j-bhover-color}*/;
}
.ui-btn-down-j {
	border: 1px solid #D5D5D5 /*{j-bdown-border}*/;
	background: #D5D5D5 /*{j-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bdown-color}*/;
	text-shadow: 0 /*{j-bdown-shadow-x}*/ -1px /*{j-bdown-shadow-y}*/ 1px /*{j-bdown-shadow-radius}*/ #eeeeee /*{j-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #BFBFBF /*{j-bdown-background-start}*/), to( #EAEAEA /*{j-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #BFBFBF /*{j-bdown-background-start}*/, #EAEAEA /*{j-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #BFBFBF /*{j-bdown-background-start}*/, #EAEAEA /*{j-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #BFBFBF /*{j-bdown-background-start}*/, #EAEAEA /*{j-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #BFBFBF /*{j-bdown-background-start}*/, #EAEAEA /*{j-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #BFBFBF /*{j-bdown-background-start}*/, #EAEAEA /*{j-bdown-background-end}*/);
}
.ui-btn-down-j:visited,
.ui-btn-down-j:hover,
.ui-btn-down-j a.ui-link-inherit {
	color: #000000 /*{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 #2A2A2A /*{k-bar-border}*/;
	background: #2A2A2A /*{k-bar-background-color}*/;
	color: #ffffff /*{k-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{k-bar-shadow-x}*/ -1px /*{k-bar-shadow-y}*/ 1px /*{k-bar-shadow-radius}*/ #000000 /*{k-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2A2A2A /*{k-bar-background-start}*/), to( #2A2A2A /*{k-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2A2A2A /*{k-bar-background-start}*/, #2A2A2A /*{k-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2A2A2A /*{k-bar-background-start}*/, #2A2A2A /*{k-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2A2A2A /*{k-bar-background-start}*/, #2A2A2A /*{k-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2A2A2A /*{k-bar-background-start}*/, #2A2A2A /*{k-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2A2A2A /*{k-bar-background-start}*/, #2A2A2A /*{k-bar-background-end}*/);
}
.ui-bar-k .ui-link-inherit {
	color: #ffffff /*{k-bar-color}*/;
}

.ui-bar-k a.ui-link {
	color: #7cc4e7 /*{k-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-k a.ui-link:visited {
    color: #2489CE /*{k-bar-link-visited}*/;
}

.ui-bar-k a.ui-link:hover {
	color: #2489CE /*{k-bar-link-hover}*/;
}

.ui-bar-k a.ui-link:active {
	color: #2489CE /*{k-bar-link-active}*/;
}

.ui-bar-k,
.ui-bar-k input,
.ui-bar-k select,
.ui-bar-k textarea,
.ui-bar-k button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-k,
.ui-overlay-k {
	border: 1px solid #000000 /*{k-body-border}*/;
	color: #94FF15 /*{k-body-color}*/;
	text-shadow: 0 /*{k-body-shadow-x}*/ 1px /*{k-body-shadow-y}*/ 0 /*{k-body-shadow-radius}*/ #222222 /*{k-body-shadow-color}*/;
	background: #2a2a2a /*{k-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2a2a2a /*{k-body-background-start}*/), to( #2a2a2a /*{k-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2a2a2a /*{k-body-background-start}*/, #2a2a2a /*{k-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2a2a2a /*{k-body-background-start}*/, #2a2a2a /*{k-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2a2a2a /*{k-body-background-start}*/, #2a2a2a /*{k-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2a2a2a /*{k-body-background-start}*/, #2a2a2a /*{k-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2a2a2a /*{k-body-background-start}*/, #2a2a2a /*{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: #94FF15 /*{k-body-color}*/;
}

.ui-body-k .ui-link {
	color: #94FF15 /*{k-body-link-color}*/;
	font-weight: bold;
}

.ui-body-k .ui-link:visited {
    color: #94FF15 /*{k-body-link-visited}*/;
}

.ui-body-k .ui-link:hover {
	color: #94FF15 /*{k-body-link-hover}*/;
}

.ui-body-k .ui-link:active {
	color: #94FF15 /*{k-body-link-active}*/;
}

.ui-btn-up-k {
	border: 1px solid #222222 /*{k-bup-border}*/;
	background: #333333 /*{k-bup-background-color}*/;
	font-weight: bold;
	color: #94FF15 /*{k-bup-color}*/;
	text-shadow: 0 /*{k-bup-shadow-x}*/ 0px /*{k-bup-shadow-y}*/ 0px /*{k-bup-shadow-radius}*/ #444444 /*{k-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #333333 /*{k-bup-background-start}*/), to( #333333 /*{k-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #333333 /*{k-bup-background-start}*/, #333333 /*{k-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #333333 /*{k-bup-background-start}*/, #333333 /*{k-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #333333 /*{k-bup-background-start}*/, #333333 /*{k-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #333333 /*{k-bup-background-start}*/, #333333 /*{k-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #333333 /*{k-bup-background-start}*/, #333333 /*{k-bup-background-end}*/);
}
.ui-btn-up-k:visited,
.ui-btn-up-k a.ui-link-inherit {
	color: #94FF15 /*{k-bup-color}*/;
}
.ui-btn-hover-k {
	border: 1px solid #000000 /*{k-bhover-border}*/;
	background: #444444 /*{k-bhover-background-color}*/;
	font-weight: bold;
	color: #94FF15 /*{k-bhover-color}*/;
	text-shadow: 0 /*{k-bhover-shadow-x}*/ 0px /*{k-bhover-shadow-y}*/ 0px /*{k-bhover-shadow-radius}*/ #444444 /*{k-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444444 /*{k-bhover-background-start}*/), to( #444444 /*{k-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444444 /*{k-bhover-background-start}*/, #444444 /*{k-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #444444 /*{k-bhover-background-start}*/, #444444 /*{k-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #444444 /*{k-bhover-background-start}*/, #444444 /*{k-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #444444 /*{k-bhover-background-start}*/, #444444 /*{k-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #444444 /*{k-bhover-background-start}*/, #444444 /*{k-bhover-background-end}*/);
}
.ui-btn-hover-k:visited,
.ui-btn-hover-k:hover,
.ui-btn-hover-k a.ui-link-inherit {
	color: #94FF15 /*{k-bhover-color}*/;
}
.ui-btn-down-k {
	border: 1px solid #000000 /*{k-bdown-border}*/;
	background: #3d3d3d /*{k-bdown-background-color}*/;
	font-weight: bold;
	color: #94FF15 /*{k-bdown-color}*/;
	text-shadow: 0 /*{k-bdown-shadow-x}*/ 0px /*{k-bdown-shadow-y}*/ 0px /*{k-bdown-shadow-radius}*/ #eeeeee /*{k-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3d3d3d /*{k-bdown-background-start}*/), to( #3d3d3d /*{k-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #3d3d3d /*{k-bdown-background-start}*/, #3d3d3d /*{k-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #3d3d3d /*{k-bdown-background-start}*/, #3d3d3d /*{k-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #3d3d3d /*{k-bdown-background-start}*/, #3d3d3d /*{k-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #3d3d3d /*{k-bdown-background-start}*/, #3d3d3d /*{k-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #3d3d3d /*{k-bdown-background-start}*/, #3d3d3d /*{k-bdown-background-end}*/);
}
.ui-btn-down-k:visited,
.ui-btn-down-k:hover,
.ui-btn-down-k a.ui-link-inherit {
	color: #94FF15 /*{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 - Purple
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-l {
	border: 1px solid #5b3b74 /*{l-bar-border}*/;
	background: #5b3b74 /*{l-bar-background-color}*/;
	color: #ffffff /*{l-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{l-bar-shadow-x}*/ 1px /*{l-bar-shadow-y}*/ 1px /*{l-bar-shadow-radius}*/ #444444 /*{l-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #64407f /*{l-bar-background-start}*/), to( #513568 /*{l-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #64407f /*{l-bar-background-start}*/, #513568 /*{l-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #64407f /*{l-bar-background-start}*/, #513568 /*{l-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #64407f /*{l-bar-background-start}*/, #513568 /*{l-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #64407f /*{l-bar-background-start}*/, #513568 /*{l-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #64407f /*{l-bar-background-start}*/, #513568 /*{l-bar-background-end}*/);
}
.ui-bar-l .ui-link-inherit {
	color: #ffffff /*{l-bar-color}*/;
}

.ui-bar-l a.ui-link {
	color: #7cc4e7 /*{l-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-l a.ui-link:visited {
    color: #2489ce /*{l-bar-link-visited}*/;
}

.ui-bar-l a.ui-link:hover {
	color: #2489ce /*{l-bar-link-hover}*/;
}

.ui-bar-l a.ui-link:active {
	color: #2489ce /*{l-bar-link-active}*/;
}

.ui-bar-l,
.ui-bar-l input,
.ui-bar-l select,
.ui-bar-l textarea,
.ui-bar-l button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-l,
.ui-overlay-l {
	border: 1px solid #aaaaaa /*{l-body-border}*/;
	color: #333333 /*{l-body-color}*/;
	text-shadow: 0 /*{l-body-shadow-x}*/ 1px /*{l-body-shadow-y}*/ 0 /*{l-body-shadow-radius}*/ #ffffff /*{l-body-shadow-color}*/;
	background: #f9f9f9 /*{l-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{l-body-background-start}*/), to( #eeeeee /*{l-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{l-body-background-start}*/, #eeeeee /*{l-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{l-body-background-start}*/, #eeeeee /*{l-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{l-body-background-start}*/, #eeeeee /*{l-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{l-body-background-start}*/, #eeeeee /*{l-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{l-body-background-start}*/, #eeeeee /*{l-body-background-end}*/);
}
.ui-overlay-l {
	background-image: none;
	border-width: 0;
}
.ui-body-l,
.ui-body-l input,
.ui-body-l select,
.ui-body-l textarea,
.ui-body-l button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-l .ui-link-inherit {
	color: #333333 /*{l-body-color}*/;
}

.ui-body-l .ui-link {
	color: #8cc63f /*{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 #5b3b74 /*{l-bup-border}*/;
	background: #5b3b74 /*{l-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{l-bup-color}*/;
	text-shadow: 0 /*{l-bup-shadow-x}*/ 1px /*{l-bup-shadow-y}*/ 0 /*{l-bup-shadow-radius}*/ #444444 /*{l-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #64407f /*{l-bup-background-start}*/), to( #513568 /*{l-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #64407f /*{l-bup-background-start}*/, #513568 /*{l-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #64407f /*{l-bup-background-start}*/, #513568 /*{l-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #64407f /*{l-bup-background-start}*/, #513568 /*{l-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #64407f /*{l-bup-background-start}*/, #513568 /*{l-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #64407f /*{l-bup-background-start}*/, #513568 /*{l-bup-background-end}*/);
}
.ui-btn-up-l:visited,
.ui-btn-up-l a.ui-link-inherit {
	color: #ffffff /*{l-bup-color}*/;
}
.ui-btn-hover-l {
	border: 1px solid #684385 /*{l-bhover-border}*/;
	background: #684385 /*{l-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{l-bhover-color}*/;
	text-shadow: 0 /*{l-bhover-shadow-x}*/ 1px /*{l-bhover-shadow-y}*/ 0 /*{l-bhover-shadow-radius}*/ #444444 /*{l-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #724992 /*{l-bhover-background-start}*/), to( #5d3c77 /*{l-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #724992 /*{l-bhover-background-start}*/, #5d3c77 /*{l-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #724992 /*{l-bhover-background-start}*/, #5d3c77 /*{l-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #724992 /*{l-bhover-background-start}*/, #5d3c77 /*{l-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #724992 /*{l-bhover-background-start}*/, #5d3c77 /*{l-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #724992 /*{l-bhover-background-start}*/, #5d3c77 /*{l-bhover-background-end}*/);
}
.ui-btn-hover-l:visited,
.ui-btn-hover-l:hover,
.ui-btn-hover-l a.ui-link-inherit {
	color: #ffffff /*{l-bhover-color}*/;
}
.ui-btn-down-l {
	border: 1px solid #684385 /*{l-bdown-border}*/;
	background: #684385 /*{l-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{l-bdown-color}*/;
	text-shadow: 0 /*{l-bdown-shadow-x}*/ 1px /*{l-bdown-shadow-y}*/ 0 /*{l-bdown-shadow-radius}*/ #444444 /*{l-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5d3c77 /*{l-bdown-background-start}*/), to( #724992 /*{l-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5d3c77 /*{l-bdown-background-start}*/, #724992 /*{l-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5d3c77 /*{l-bdown-background-start}*/, #724992 /*{l-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5d3c77 /*{l-bdown-background-start}*/, #724992 /*{l-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5d3c77 /*{l-bdown-background-start}*/, #724992 /*{l-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5d3c77 /*{l-bdown-background-start}*/, #724992 /*{l-bdown-background-end}*/);
}
.ui-btn-down-l:visited,
.ui-btn-down-l:hover,
.ui-btn-down-l a.ui-link-inherit {
	color: #ffffff /*{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;
}




/* 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 #8cc63f /*{global-active-border}*/;
	background: #8cc63f /*{global-active-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #444444 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9ad945 /*{global-active-background-start}*/), to( #7eb238 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #9ad945 /*{global-active-background-start}*/, #7eb238 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #9ad945 /*{global-active-background-start}*/, #7eb238 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #9ad945 /*{global-active-background-start}*/, #7eb238 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #9ad945 /*{global-active-background-start}*/, #7eb238 /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #9ad945 /*{global-active-background-start}*/, #7eb238 /*{global-active-background-end}*/);
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-btn-active:visited,
.ui-btn-active:hover,
.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: .6em /*{global-radii-blocks}*/;
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	zoom: 1;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}

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

.ui-icon,
.ui-icon-searchfield:after {
	background: #FFFFFF /*{global-icon-color}*/;
	background: rgba(135,240,45,0.6) /*{global-icon-disc}*/;
	background-image: url(images/icons-18-black.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
	background: 						#fff;
	background: 						rgba(255,255,255,.3);
	background-image: url(images/icons-18-black.png);
	background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-white.png);
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}
	.ui-icon-alt {
		background-image: url(images/icons-36-black.png);
	}
}

/* plus minus */
.ui-icon-plus {
	background-position: 	-0 50%;
}
.ui-icon-minus {
	background-position: 	-36px 50%;
}

/* delete/close */
.ui-icon-delete {
	background-position: 	-72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px 50%;
}
.ui-icon-arrow-l {
	background-position: 	-144px 50%;
}
.ui-icon-arrow-u {
	background-position: 	-180px 50%;
}
.ui-icon-arrow-d {
	background-position: 	-216px 50%;
}

/* misc */
.ui-icon-check {
	background-position: 	-252px 50%;
}
.ui-icon-gear {
	background-position: 	-288px 50%;
}
.ui-icon-refresh {
	background-position: 	-324px 50%;
}
.ui-icon-forward {
	background-position: 	-360px 50%;
}
.ui-icon-back {
	background-position: 	-396px 50%;
}
.ui-icon-grid {
	background-position: 	-432px 50%;
}
.ui-icon-star {
	background-position: 	-468px 50%;
}
.ui-icon-alert {
	background-position: 	-504px 50%;
}
.ui-icon-info {
	background-position: 	-540px 50%;
}
.ui-icon-home {
	background-position: 	-576px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-612px 50%;
}
.ui-icon-checkbox-off {
	background-position: 	-684px 50%;
}
.ui-icon-checkbox-on {
	background-position: 	-648px 50%;
}
.ui-icon-radio-off {
	background-position: 	-756px 50%;
}
.ui-icon-radio-on {
	background-position: 	-720px 50%;
}


/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #8cc63f /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
}


/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-tr {
	-moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-br {
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-top {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-right {
	 -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
	border-top-right-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-left {
	-moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
	border-top-left-radius: 1em /*{global-radii-buttons}*/;
	-moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
	-webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
	border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
}
.ui-btn-corner-all {
	-moz-border-radius: 1em /*{global-radii-buttons}*/;
	-webkit-border-radius: 1em /*{global-radii-buttons}*/;
	border-radius: 1em /*{global-radii-buttons}*/;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
	background: #666;
	filter: Alpha(Opacity=50);
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0px 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 0px 0px 3px #8cc63f /*{global-active-background-color}*/, 0px 0px 9px #8cc63f /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0px 0px 3px #8cc63f /*{global-active-background-color}*/, 0px 0px 9px #8cc63f /*{global-active-background-color}*/;
	box-shadow: inset 0px 0px 3px #8cc63f /*{global-active-background-color}*/, 0px 0px 9px #8cc63f /*{global-active-background-color}*/;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	-moz-box-shadow: 0px 0px 12px #8cc63f /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #8cc63f /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #8cc63f /*{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;
}
