/* k */
.ui-bar-k {
	border: 1px solid #333;
	background: #444;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#666));
	background-image: -webkit-linear-gradient(top, #bbb, #666);
	background-image:    -moz-linear-gradient(top, #bbb, #666);
	background-image:     -ms-linear-gradient(top, #bbb, #666);
	background-image:      -o-linear-gradient(top, #bbb, #666);
	background-image:         linear-gradient(top, #bbb, #666);
}
.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-bar-k .ui-link-inherit {
	color: #333; /*{d-bar-color}*/;
}
.ui-bar-k a.ui-link {
	color: #00f; /*{d-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-k a.ui-link:visited {
    color: #00f; /*{d-bar-link-visited}*/;
}
.ui-bar-k a.ui-link:hover {
	color: #f00; /*{d-bar-link-hover}*/;
}
.ui-bar-k a.ui-link:active {
	color: #2489ce /*{d-bar-link-active}*/;
}
.ui-body-k,
.ui-overlay-k {
	border: 1px solid #bbb /*{d-body-border}*/;
	color: #333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ 	#fff /*{d-body-shadow-color}*/;
	background: 			#fff /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ddd, #aaa); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#ddd, #aaa); /* FF3.6 */
	background-image:     -ms-linear-gradient(#ddd, #aaa); /* IE10 */
	background-image:      -o-linear-gradient(#ddd, #aaa); /* Opera 11.10+ */
	background-image:         linear-gradient(#ddd, #aaa);
}
.ui-overlay-k {
	background-image: none;
	border-width: 0;
}
.ui-body-k,
.ui-body-k input,
.ui-body-k select,
.ui-body-k textarea,
.ui-body-k button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-k .ui-link-inherit {
	color: 	#333 /*{d-body-color}*/;
}
.ui-body-k .ui-link {
	color: #2489ce /*{d-body-link-color}*/;
	font-weight: bold;
}
.ui-body-k .ui-link:visited {
    color: #2489ce /*{d-body-link-visited}*/;
}
.ui-body-k .ui-link:hover {
	color: #2489ce /*{d-body-link-hover}*/;
}
.ui-body-k .ui-link:active {
	color: #2489ce /*{d-body-link-active}*/;
}
.ui-btn-up-k {
	border: 1px solid #888 /*{d-bup-border}*/;
	background: #fff /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #000 /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #ccc /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bup-background-start}*/), to( #aaa /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ddd, #aaa); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#ddd, #aaa); /* FF3.6 */
	background-image:     -ms-linear-gradient(#ddd, #aaa); /* IE10 */
	background-image:      -o-linear-gradient(#ddd, #aaa); /* Opera 11.10+ */
	background-image:         linear-gradient(#ddd, #aaa);
}
.ui-btn-up-k:visited,
.ui-btn-up-k a.ui-link-inherit {
	color: 					#333 /*{d-bup-color}*/;
}
.ui-btn-hover-k {
	border: 1px solid 		#aaa /*{d-bhover-border}*/;
	background: 			#eee /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: 					#333 /*{d-bhover-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ 	#fff /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eee /*{d-bhover-background-start}*/), to( #bbb /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #bbb /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #bbb /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #bbb /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #bbb /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #eee /*{d-bhover-background-start}*/, #bbb /*{d-bhover-background-end}*/);
}
.ui-btn-hover-k:visited,
.ui-btn-hover-k:hover,
.ui-btn-hover-k a.ui-link-inherit {
	color: 					#333 /*{d-bhover-color}*/;
}
.ui-btn-down-k {
	border: 1px solid 		#aaa /*{d-bdown-border}*/;
	background: 			#eee /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: 					#333 /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ 	#fff /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-bdown-background-start}*/), to( #ccc /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{d-bdown-background-start}*/, #ccc /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{d-bdown-background-start}*/, #ccc /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{d-bdown-background-start}*/, #ccc /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{d-bdown-background-start}*/, #ccc /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{d-bdown-background-start}*/, #ccc /*{d-bdown-background-end}*/);
}
.ui-btn-down-k:visited,
.ui-btn-down-k:hover,
.ui-btn-down-k a.ui-link-inherit {
	color: 					#333 /*{d-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;
}


.ui-bar-x {
	border: 1px solid #333;
	background: #444;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#08f));
	background-image: -webkit-linear-gradient(top, #00f, #08f);
	background-image:    -moz-linear-gradient(top, #00f, #08f);
	background-image:     -ms-linear-gradient(top, #00f, #08f);
	background-image:      -o-linear-gradient(top, #00f, #08f);
	background-image:         linear-gradient(top, #00f, #08f);
}

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

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

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

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

.ui-bar-f a.ui-link:active {
	color: #2489CE /*{a-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-f,
.ui-overlay-f {
	border: 1px solid #cccccc /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 0 /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
	background: #fff /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{a-body-background-start}*/), to( #fff /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{a-body-background-start}*/, #fff /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{a-body-background-start}*/, #fff /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{a-body-background-start}*/, #fff /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{a-body-background-start}*/, #fff /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{a-body-background-start}*/, #fff /*{a-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-f .ui-link-inherit {
	color: #333333 /*{a-body-color}*/;
}

.ui-body-f .ui-link {
	color: #2489CE /*{a-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-f {
	border: 1px solid #cccccc /*{a-bup-border}*/;
	background: #E6E6E6 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #333333 /*{a-bup-color}*/;
	text-shadow: undefined /*{a-bup-shadow-x}*/ undefined /*{a-bup-shadow-y}*/ undefined /*{a-bup-shadow-radius}*/ undefined /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{a-bup-background-start}*/), to( #E6E6E6 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: #333333 /*{a-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid #cccccc /*{a-bhover-border}*/;
	background: #e6e6e6 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #333333 /*{a-bhover-color}*/;
	text-shadow: undefined /*{a-bhover-shadow-x}*/ undefined /*{a-bhover-shadow-y}*/ undefined /*{a-bhover-shadow-radius}*/ undefined /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E6E6E6 /*{a-bhover-background-start}*/), to( #E6E6E6 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: #333333 /*{a-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #cccccc /*{a-bdown-border}*/;
	background: #d6d6d6 /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #333333 /*{a-bdown-color}*/;
	text-shadow: undefined /*{a-bdown-shadow-x}*/ undefined /*{a-bdown-shadow-y}*/ undefined /*{a-bdown-shadow-radius}*/ undefined /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D6D6D6 /*{a-bdown-background-start}*/), to( #D6D6D6 /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: #333333 /*{a-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
/* G */
.ui-bar-g {
	border: 1px solid #cccccc /*{b-bar-border}*/;
	background: #0044cc /*{b-bar-background-color}*/;
	color: #fff /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #028 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0088cc /*{b-bar-background-start}*/), to( #0044cc /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/);
}
.ui-bar-g .ui-link-inherit {
	color: #fff /*{b-bar-color}*/;
}

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

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

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

.ui-bar-g a.ui-link:active {
	color: #2489CE /*{b-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-g,
.ui-overlay-g {
	border: 1px solid #cccccc /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #028 /*{b-bar-shadow-color}*/;
	background: #fff /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{b-body-background-start}*/), to( #fff /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{b-body-background-start}*/, #fff /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{b-body-background-start}*/, #fff /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{b-body-background-start}*/, #fff /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{b-body-background-start}*/, #fff /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{b-body-background-start}*/, #fff /*{b-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-g .ui-link-inherit {
	color: #333333 /*{b-body-color}*/;
}

.ui-body-g .ui-link {
	color: #2489CE /*{b-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-g {
	border: 1px solid #0056bc /*{b-bup-border}*/;
	background: #0044cc /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #028 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0088cc /*{b-bup-background-start}*/), to( #0044cc /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/);
}
.ui-btn-up-g:visited,
.ui-btn-up-g a.ui-link-inherit {
	color: #fff /*{b-bup-color}*/;
}
.ui-btn-hover-g {
	border: 1px solid #0056bc /*{b-bhover-border}*/;
	background: #0044CC /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #028 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0044CC /*{b-bhover-background-start}*/), to( #0044CC /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/);
}
.ui-btn-hover-g:visited,
.ui-btn-hover-g:hover,
.ui-btn-hover-g a.ui-link-inherit {
	color: #fff /*{b-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #0056bc /*{b-bdown-border}*/;
	background: #003AAD /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #028 /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #003AAD /*{b-bdown-background-start}*/), to( #003AAD /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/);
}
.ui-btn-down-g:visited,
.ui-btn-down-g:hover,
.ui-btn-down-g a.ui-link-inherit {
	color: #fff /*{b-bdown-color}*/;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

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

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

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

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

.ui-bar-h a.ui-link:active {
	color: #2489CE /*{c-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-h,
.ui-overlay-h {
	border: 1px solid #cccccc /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 0 /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #000000 /*{c-body-shadow-color}*/;
	background: #fff /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{c-body-background-start}*/), to( #fff /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{c-body-background-start}*/, #fff /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{c-body-background-start}*/, #fff /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{c-body-background-start}*/, #fff /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{c-body-background-start}*/, #fff /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{c-body-background-start}*/, #fff /*{c-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-h .ui-link-inherit {
	color: #333333 /*{c-body-color}*/;
}

.ui-body-h .ui-link {
	color: #2489CE /*{c-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-h {
	border: 1px solid #d82c35 /*{c-bup-border}*/;
	background: #BD362F /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{c-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #800 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EE5F5B /*{c-bup-background-start}*/), to( #BD362F /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/);
}
.ui-btn-up-h:visited,
.ui-btn-up-h a.ui-link-inherit {
	color: #fff /*{c-bup-color}*/;
}
.ui-btn-hover-h {
	border: 1px solid #d82c35 /*{c-bhover-border}*/;
	background: #DA4F49 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{c-bhover-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #800 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #DA4F49 /*{c-bhover-background-start}*/), to( #DA4F49 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-h:visited,
.ui-btn-hover-h:hover,
.ui-btn-hover-h a.ui-link-inherit {
	color: #fff /*{c-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #d82c35 /*{c-bdown-border}*/;
	background: #d2332d /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{c-bdown-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #800 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D2332D /*{c-bdown-background-start}*/), to( #D2332D /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/);
}
.ui-btn-down-h:visited,
.ui-btn-down-h:hover,
.ui-btn-down-h a.ui-link-inherit {
	color: #fff /*{c-bdown-color}*/;
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

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

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

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

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

.ui-bar-i a.ui-link:active {
	color: #2489CE /*{d-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-i,
.ui-overlay-i {
	border: 1px solid #cccccc /*{d-body-border}*/;
	color: #333333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 0 /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #000000 /*{d-body-shadow-color}*/;
	background: #fff /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-i .ui-link-inherit {
	color: #333333 /*{d-body-color}*/;
}

.ui-body-i .ui-link {
	color: #2489CE /*{d-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-i {
	border: 1px solid #00a84c /*{d-bup-border}*/;
	background: #51A351 /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #252 /*{d-bup-shadow-color}*/;

	background-image: -webkit-gradient(linear, left top, left bottom, from( #62C462 /*{d-bup-background-start}*/), to( #51A351 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/);
}
.ui-btn-up-i:visited,
.ui-btn-up-i a.ui-link-inherit {
	color: #fff /*{d-bup-color}*/;
}
.ui-btn-hover-i {
	border: 1px solid #00a84c /*{d-bhover-border}*/;
	background: #5BB75B /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{d-bhover-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #252 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5BB75B /*{d-bhover-background-start}*/), to( #5BB75B /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/);
}
.ui-btn-hover-i:visited,
.ui-btn-hover-i:hover,
.ui-btn-hover-i a.ui-link-inherit {
	color: #fff /*{d-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #00a84c /*{d-bdown-border}*/;
	background: #51a451 /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #252 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #51A451 /*{d-bdown-background-start}*/), to( #51A451 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/);
}
.ui-btn-down-i:visited,
.ui-btn-down-i:hover,
.ui-btn-down-i a.ui-link-inherit {
	color: #fff /*{d-bdown-color}*/;
}
.ui-btn-up-i,
.ui-btn-hover-i,
.ui-btn-down-i {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

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

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

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

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

.ui-bar-j a.ui-link:active {
	color: #2489CE /*{e-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-j,
.ui-overlay-j {
	border: 1px solid #cccccc /*{e-body-border}*/;
	color: #333333 /*{e-body-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background: #fff /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{e-body-background-start}*/), to( #fff /*{e-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{e-body-background-start}*/, #fff /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{e-body-background-start}*/, #fff /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{e-body-background-start}*/, #fff /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{e-body-background-start}*/, #fff /*{e-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{e-body-background-start}*/, #fff /*{e-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 Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-j .ui-link-inherit {
	color: #333333 /*{e-body-color}*/;
}

.ui-body-j .ui-link {
	color: #2489CE /*{e-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-j {
	border: 1px solid #0ac /*{e-bup-border}*/;
	background: #3af /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5BC0DE /*{e-bup-background-start}*/), to( #3af /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6cf /*{e-bup-background-start}*/, #3af /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6cf /*{e-bup-background-start}*/, #3af /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6cf /*{e-bup-background-start}*/, #3af /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6cf /*{e-bup-background-start}*/, #3af /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6cf /*{e-bup-background-start}*/, #3af /*{e-bup-background-end}*/);
}
.ui-btn-up-j:visited,
.ui-btn-up-j a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
}
.ui-btn-hover-j {
	border: 1px solid #0ac /*{e-bhover-border}*/;
	background: #5bf /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5bf /*{e-bhover-background-start}*/), to( #5bf /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5bf /*{e-bhover-background-start}*/, #5bf /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5bf /*{e-bhover-background-start}*/, #5bf /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5bf /*{e-bhover-background-start}*/, #5bf /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5bf /*{e-bhover-background-start}*/, #5bf /*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5bf /*{e-bhover-background-start}*/, #5bf /*{e-bhover-background-end}*/);
}
.ui-btn-hover-j:visited,
.ui-btn-hover-j:hover,
.ui-btn-hover-j a.ui-link-inherit {
	color: #fff /*{e-bhover-color}*/;
}
.ui-btn-down-j {
	border: 1px solid #0ac /*{e-bdown-border}*/;
	background: #39f /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #39f /*{e-bdown-background-start}*/), to( #39f /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #39f /*{e-bdown-background-start}*/, #39f /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #39f /*{e-bdown-background-start}*/, #39f /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #39f /*{e-bdown-background-start}*/, #39f /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #39f /*{e-bdown-background-start}*/, #39f /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #39f /*{e-bdown-background-start}*/, #39f /*{e-bdown-background-end}*/);
}
.ui-btn-down-j:visited,
.ui-btn-down-j:hover,
.ui-btn-down-j a.ui-link-inherit {
	color: #fff /*{e-bdown-color}*/;
}
.ui-btn-up-j,
.ui-btn-hover-j,
.ui-btn-down-j {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
/*** L ***/
.ui-bar-l{
	border: 1px solid #333 /*{f-bar-border}*/;
	background: #fa0 /*{f-bar-background-color}*/;
	color: #fff /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #840 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fc5 /*{f-bar-background-start}*/), to( #fa0 /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fc5 /*{f-bar-background-start}*/, #fa0 /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fc5 /*{f-bar-background-start}*/, #fa0 /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fc5 /*{f-bar-background-start}*/, #fa0 /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fc5 /*{f-bar-background-start}*/, #fa0 /*{f-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fc5 /*{f-bar-background-start}*/, #fa0 /*{f-bar-background-end}*/);
}
.ui-bar-l.ui-link-inherit {
	color: #fff /*{f-bar-color}*/;
}

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

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

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

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

.ui-bar-l,
.ui-bar-linput,
.ui-bar-lselect,
.ui-bar-ltextarea,
.ui-bar-lbutton {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-l,
.ui-overlay-l{
	border: 1px solid #cccccc /*{f-body-border}*/;
	color: #333333 /*{f-body-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #840 /*{d-bup-shadow-color}*/;
	background: #fff /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{f-body-background-start}*/), to( #fff /*{f-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{f-body-background-start}*/, #fff /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{f-body-background-start}*/, #fff /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{f-body-background-start}*/, #fff /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{f-body-background-start}*/, #fff /*{f-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{f-body-background-start}*/, #fff /*{f-body-background-end}*/);
}
.ui-overlay-l{
	background-image: none;
	border-width: 0;
}
.ui-body-l,
.ui-body-linput,
.ui-body-lselect,
.ui-body-ltextarea,
.ui-body-lbutton {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
}
.ui-body-l.ui-link-inherit {
	color: #333333 /*{f-body-color}*/;
}

.ui-body-l.ui-link {
	color: #2489CE /*{f-body-link-color}*/;
	font-weight: bold;
}

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

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

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

.ui-btn-up-l{
	border: 1px solid #f40 /*{f-bup-border}*/;
	background: #fa0 /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #820 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fc5 /*{f-bup-background-start}*/), to( #fa0 /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f85 /*{f-bup-background-start}*/, #f40 /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f85 /*{f-bup-background-start}*/, #f40 /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f85 /*{f-bup-background-start}*/, #f40 /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f85 /*{f-bup-background-start}*/, #f40 /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f85 /*{f-bup-background-start}*/, #f40 /*{f-bup-background-end}*/);
}
.ui-btn-up-l:visited,
.ui-btn-up-la.ui-link-inherit {
	color: #fff /*{f-bup-color}*/;
}
.ui-btn-hover-l{
	border: 1px solid #f40 /*{f-bhover-border}*/;
	background: #f40 /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bhover-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #820 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f40 /*{f-bhover-background-start}*/), to( #f40 /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f40 /*{f-bhover-background-start}*/, #f40 /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f40 /*{f-bhover-background-start}*/, #f40 /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f40 /*{f-bhover-background-start}*/, #f40 /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f40 /*{f-bhover-background-start}*/, #f40 /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f40 /*{f-bhover-background-start}*/, #f40 /*{f-bhover-background-end}*/);
}
.ui-btn-hover-l:visited,
.ui-btn-hover-l:hover,
.ui-btn-hover-la.ui-link-inherit {
	color: #fff /*{f-bhover-color}*/;
}
.ui-btn-down-l{
	border: 1px solid #f40 /*{f-bdown-border}*/;
	background: #f80 /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{f-bdown-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #820 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f80 /*{f-bdown-background-start}*/), to( #f80 /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f80 /*{f-bdown-background-start}*/, #f80 /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f80 /*{f-bdown-background-start}*/, #f80 /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f80 /*{f-bdown-background-start}*/, #f80 /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f80 /*{f-bdown-background-start}*/, #f80 /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f80 /*{f-bdown-background-start}*/, #f80 /*{f-bdown-background-end}*/);
}
.ui-btn-down-l:visited,
.ui-btn-down-l:hover,
.ui-btn-down-la.ui-link-inherit {
	color: #fff /*{f-bdown-color}*/;
}
.ui-btn-up-l,
.ui-btn-hover-l,
.ui-btn-down-l{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* m */
.ui-bar-m {
	border: 1px solid #333 /*{e-bar-border}*/;
	background: #3ab /*{e-bar-background-color}*/;
	color: #fff /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6ce /*{e-bar-background-start}*/), to( #3ab /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6ce /*{e-bar-background-start}*/, #3ab /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6ce /*{e-bar-background-start}*/, #3ab /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6ce /*{e-bar-background-start}*/, #3ab /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6ce /*{e-bar-background-start}*/, #3ab /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6ce /*{e-bar-background-start}*/, #3ab /*{e-bar-background-end}*/);
}
.ui-bar-m .ui-link-inherit {
	color: #fff /*{e-bar-color}*/;
}

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

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

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

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

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

.ui-body-m .ui-link {
	color: #2489CE /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-m .ui-link:visited {
    color: #2489CE /*{e-body-link-visited}*/;
}

.ui-body-m .ui-link:hover {
	color: #2489CE /*{e-body-link-hover}*/;
}

.ui-body-m .ui-link:active {
	color: #2489CE /*{e-body-link-active}*/;
}

.ui-btn-up-m {
	border: 1px solid #09b /*{e-bup-border}*/;
	background: #3ab /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6ce /*{e-bup-background-start}*/), to( #3ab /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6ce /*{e-bup-background-start}*/, #3ab /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6ce /*{e-bup-background-start}*/, #3ab /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6ce /*{e-bup-background-start}*/, #3ab /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6ce /*{e-bup-background-start}*/, #3ab /*{e-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #6ce /*{e-bup-background-start}*/, #3ab /*{e-bup-background-end}*/);
}
.ui-btn-up-m: visited,
.ui-btn-up-m a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
}
.ui-btn-hover-m {
	border: 1px solid #0ac /*{e-bhover-border}*/;
	background: #5bd /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5bd /*{e-bhover-background-start}*/), to( #5bd /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5bd /*{e-bhover-background-start}*/, #5bd /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5bd /*{e-bhover-background-start}*/, #5bd /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5bd /*{e-bhover-background-start}*/, #5bd /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5bd /*{e-bhover-background-start}*/, #5bd /*{e-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5bd /*{e-bhover-background-start}*/, #5bd /*{e-bhover-background-end}*/);
}
.ui-btn-hover-m: visited,
.ui-btn-hover-m: hover,
.ui-btn-hover-m a.ui-link-inherit {
	color: #fff /*{e-bhover-color}*/;
}
.ui-btn-down-m {
	border: 1px solid #0ac /*{e-bdown-border}*/;
	background: #4ac /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4ac /*{e-bdown-background-start}*/), to( #4ac /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #4ac /*{e-bdown-background-start}*/, #4ac /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #4ac /*{e-bdown-background-start}*/, #4ac /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #4ac /*{e-bdown-background-start}*/, #4ac /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #4ac /*{e-bdown-background-start}*/, #4ac /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #4ac /*{e-bdown-background-start}*/, #4ac /*{e-bdown-background-end}*/);
}
.ui-btn-down-m: visited,
.ui-btn-down-m: hover,
.ui-btn-down-m a.ui-link-inherit {
	color: #fff /*{e-bdown-color}*/;
}
.ui-btn-up-m,
.ui-btn-hover-m,
.ui-btn-down-m {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* q */
.ui-bar-q{
	border: 1px solid #f9e /*{e-bar-border}*/;
	background: #630 /*{e-bar-background-color}*/;
	color: #833 /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fee /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9e /*{e-bar-background-start}*/), to( #e8d /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/);
}
.ui-bar-q.ui-link-inherit {
	color: #fff /*{e-bar-color}*/;
}

.ui-bar-q a.ui-link {
	color: #f9e /*{e-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-q a.ui-link:visited {
    color: #f9e /*{e-bar-link-visited}*/;
}

.ui-bar-q a.ui-link:hover {
	color: #f9e /*{e-bar-link-hover}*/;
}

.ui-bar-q a.ui-link:active {
	color: #f9e /*{e-bar-link-active}*/;
}

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

.ui-body-q.ui-link {
	color: #2489CE /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-q.ui-link:visited {
    color: #2489CE /*{e-body-link-visited}*/;
}

.ui-body-q.ui-link:hover {
	color: #2489CE /*{e-body-link-hover}*/;
}

.ui-body-q.ui-link:active {
	color: #2489CE /*{e-body-link-active}*/;
}

.ui-btn-up-q{
	border: 1px solid #d7c /*{e-bup-border}*/;
	background: #630 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #a33 /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fee /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FBEDF8 /*{e-bar-background-start}*/), to( #FAB9ED /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/);
}
.ui-btn-up-q: visited,
.ui-btn-up-q a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
}
.ui-btn-hover-q{
	border: 1px solid #f9e /*{e-bhover-border}*/;
	background: #630 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #c14 /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fee /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FBEDF8 /*{e-bar-background-start}*/), to( #FAB9ED /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FBEDF8 /*{e-bar-background-start}*/, #FAB9ED /*{e-bar-background-end}*/);
}
.ui-btn-hover-q: visited,
.ui-btn-hover-q: hover,
.ui-btn-hover-q a.ui-link-inherit {
	color: #fff /*{e-bhover-color}*/;
}
.ui-btn-down-q{
	border: 1px solid #f9e /*{e-bdown-border}*/;
	background: #a84 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9e /*{e-bar-background-start}*/), to( #e8d /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9e /*{e-bar-background-start}*/, #e8d /*{e-bar-background-end}*/);
}
.ui-btn-down-q: visited,
.ui-btn-down-q: hover,
.ui-btn-down-q a.ui-link-inherit {
	color: #fff /*{e-bdown-color}*/;
}
.ui-btn-up-q,
.ui-btn-hover-q,
.ui-btn-down-q {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

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

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

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

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

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

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

.ui-body-w.ui-link {
	color: #2489CE /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-w.ui-link:visited {
    color: #2489CE /*{e-body-link-visited}*/;
}

.ui-body-w.ui-link:hover {
	color: #2489CE /*{e-body-link-hover}*/;
}

.ui-body-w.ui-link:active {
	color: #2489CE /*{e-body-link-active}*/;
}

.ui-btn-up-w{
	border: 1px solid #420 /*{e-bup-border}*/;
	background: #630 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #850 /*{e-bar-background-start}*/), to( #630 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #850 /*{e-bar-background-start}*/, #630 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #850 /*{e-bar-background-start}*/, #630 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #850 /*{e-bar-background-start}*/, #630 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #850 /*{e-bar-background-start}*/, #630 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #850 /*{e-bar-background-start}*/, #630 /*{e-bar-background-end}*/);
}
.ui-btn-up-w: visited,
.ui-btn-up-w a.ui-link-inherit {
	color: #fff /*{e-bup-color}*/;
}
.ui-btn-hover-w{
	border: 1px solid #420 /*{e-bhover-border}*/;
	background: #630 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #961 /*{e-bar-background-start}*/), to( #961 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #961 /*{e-bar-background-start}*/, #961 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #961 /*{e-bar-background-start}*/, #961 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #961 /*{e-bar-background-start}*/, #961 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #961 /*{e-bar-background-start}*/, #961 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #961 /*{e-bar-background-start}*/, #961 /*{e-bar-background-end}*/);
}
.ui-btn-hover-w: visited,
.ui-btn-hover-w: hover,
.ui-btn-hover-w a.ui-link-inherit {
	color: #fff /*{e-bhover-color}*/;
}
.ui-btn-down-w{
	border: 1px solid #420 /*{e-bdown-border}*/;
	background: #420 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #048 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #420 /*{e-bdown-background-start}*/), to( #420 /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #420 /*{e-bdown-background-start}*/, #420 /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #420 /*{e-bdown-background-start}*/, #420 /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #420 /*{e-bdown-background-start}*/, #420 /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #420 /*{e-bdown-background-start}*/, #420 /*{e-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #420 /*{e-bdown-background-start}*/, #420 /*{e-bdown-background-end}*/);
}
.ui-btn-down-w: visited,
.ui-btn-down-w: hover,
.ui-btn-down-w a.ui-link-inherit {
	color: #fff /*{e-bdown-color}*/;
}
.ui-btn-up-w,
.ui-btn-hover-w,
.ui-btn-down-w {
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
	text-decoration: none;
}
