.ui-bar-g {
	border: 1px solid #cbb102 /*{a-bar-border}*/;
	background: #f1d413 /*{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}*/ #444444 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f1d413 /*{a-bar-background-start}*/), to( #cbb102 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f1d413 /*{a-bar-background-start}*/, #cbb102 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f1d413 /*{a-bar-background-start}*/, #cbb102 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f1d413 /*{a-bar-background-start}*/, #cbb102 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f1d413 /*{a-bar-background-start}*/, #cbb102 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f1d413 /*{a-bar-background-start}*/, #cbb102 /*{a-bar-background-end}*/);
}



.ui-bar-g .ui-link-inherit {
	color: #ffffff /*{a-bar-color}*/;
}
.ui-bar-g .ui-link {
	color:  #cbeaff  /*{a-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-g .ui-link:hover {
	color:  #cbeaff  /*{a-bar-link-hover}*/;
}

.ui-bar-g .ui-link:active {
	color:  #cbeaff  /*{a-bar-link-active}*/;
}

.ui-bar-g .ui-link:visited {
    color:  #cbeaff  /*{a-bar-link-visited}*/;
}

.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}*/;
}




/* H
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-h {
	border: 1px solid #ffcc33 /*{h-bar-border}*/;
	background: #ffcc33 /*{h-bar-background-color}*/;
	color: #000000 /*{h-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{h-bar-shadow-x}*/ 1px /*{h-bar-shadow-y}*/ 1px /*{h-bar-shadow-radius}*/ #eeeeee /*{h-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFe038 /*{h-bar-background-start}*/), to( #e5b72d /*{h-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFe038 /*{h-bar-background-start}*/, #e5b72d /*{h-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFe038 /*{h-bar-background-start}*/, #e5b72d /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFe038 /*{h-bar-background-start}*/, #e5b72d /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFe038 /*{h-bar-background-start}*/, #e5b72d /*{h-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFe038 /*{h-bar-background-start}*/, #e5b72d /*{h-bar-background-end}*/);
}

.ui-bar-h .ui-link-inherit {
	color: #000000 /*{h-bar-color}*/;
}
.ui-bar-h .ui-link {
	color: #7cc4e7 /*{h-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-h .ui-link:hover {
	color: #2489CE /*{h-bar-link-hover}*/;
}

.ui-bar-h .ui-link:active {
	color: #2489CE /*{h-bar-link-active}*/;
}

.ui-bar-h .ui-link:visited {
    color: #2489CE /*{h-bar-link-visited}*/;
}

.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 #8c8c8c /*{h-body-border}*/;
	color: #000000 /*{h-body-color}*/;
	text-shadow: 0 /*{h-body-shadow-x}*/ 1px /*{h-body-shadow-y}*/ 0 /*{h-body-shadow-radius}*/ #eeeeee /*{h-body-shadow-color}*/;
	background: #ffffff /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{h-body-background-start}*/), to( #e5e5e5 /*{h-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{h-body-background-start}*/, #e5e5e5 /*{h-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{h-body-background-start}*/, #e5e5e5 /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{h-body-background-start}*/, #e5e5e5 /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{h-body-background-start}*/, #e5e5e5 /*{h-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{h-body-background-start}*/, #e5e5e5 /*{h-body-background-end}*/);
}
.ui-overlay-h {
	background-image: none;
	border-width: 0;
}
.ui-body-h,
.ui-body-h input,
.ui-body-h select,
.ui-body-h textarea,
.ui-body-h button {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-h .ui-link-inherit {
	color: #000000 /*{h-body-color}*/;
}

.ui-body-h .ui-link {
	color: #ffffff /*{h-body-link-color}*/;
	font-weight: bold;
}

.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-body-h .ui-link:visited {
    color: #2489CE /*{h-body-link-visited}*/;
}

.ui-btn-up-h {
	border: 1px solid #ffcc33 /*{h-bup-border}*/;
	background: #ffcc33 /*{h-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bup-color}*/;
	text-shadow: 0 /*{h-bup-shadow-x}*/ 1px /*{h-bup-shadow-y}*/ 0 /*{h-bup-shadow-radius}*/ #eeeeee /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFe038 /*{h-bup-background-start}*/), to( #e5b72d /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFe038 /*{h-bup-background-start}*/, #e5b72d /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFe038 /*{h-bup-background-start}*/, #e5b72d /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFe038 /*{h-bup-background-start}*/, #e5b72d /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFe038 /*{h-bup-background-start}*/, #e5b72d /*{h-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFe038 /*{h-bup-background-start}*/, #e5b72d /*{h-bup-background-end}*/);
}
.ui-btn-up-h a.ui-link-inherit {
	color: #000000 /*{h-bup-color}*/;
}

.ui-btn-hover-h {
	border: 1px solid #FFea3a /*{h-bhover-border}*/;
	background: #FFea3a /*{h-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bhover-color}*/;
	text-shadow: 0 /*{h-bhover-shadow-x}*/ 1px /*{h-bhover-shadow-y}*/ 0 /*{h-bhover-shadow-radius}*/ #eeeeee /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFF3f /*{h-bhover-background-start}*/), to( #e5d234 /*{h-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFF3f /*{h-bhover-background-start}*/, #e5d234 /*{h-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFF3f /*{h-bhover-background-start}*/, #e5d234 /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFF3f /*{h-bhover-background-start}*/, #e5d234 /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFF3f /*{h-bhover-background-start}*/, #e5d234 /*{h-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFF3f /*{h-bhover-background-start}*/, #e5d234 /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h a.ui-link-inherit {
	color: #000000 /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #FFea3a /*{h-bdown-border}*/;
	background: #FFea3a /*{h-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{h-bdown-color}*/;
	text-shadow: 0 /*{h-bdown-shadow-x}*/ 1px /*{h-bdown-shadow-y}*/ 0 /*{h-bdown-shadow-radius}*/ #eeeeee /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5d234 /*{h-bdown-background-start}*/), to( #FFFF3f /*{h-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e5d234 /*{h-bdown-background-start}*/, #FFFF3f /*{h-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e5d234 /*{h-bdown-background-start}*/, #FFFF3f /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5d234 /*{h-bdown-background-start}*/, #FFFF3f /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5d234 /*{h-bdown-background-start}*/, #FFFF3f /*{h-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e5d234 /*{h-bdown-background-start}*/, #FFFF3f /*{h-bdown-background-end}*/);
}
.ui-btn-down-h a.ui-link-inherit {
	color: #000000 /*{h-bdown-color}*/;
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {
	 font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}











/* I
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-i {
	border: 1px solid #f15055 /*{i-bar-border}*/;
	background: #f15055 /*{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}*/ #444444 /*{i-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF585d /*{i-bar-background-start}*/), to( #d8484c /*{i-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FF585d /*{i-bar-background-start}*/, #d8484c /*{i-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FF585d /*{i-bar-background-start}*/, #d8484c /*{i-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF585d /*{i-bar-background-start}*/, #d8484c /*{i-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF585d /*{i-bar-background-start}*/, #d8484c /*{i-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FF585d /*{i-bar-background-start}*/, #d8484c /*{i-bar-background-end}*/);
}

.ui-bar-i .ui-link-inherit {
	color: #ffffff /*{i-bar-color}*/;
}
.ui-bar-i .ui-link {
	color: #7cc4e7 /*{i-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-i .ui-link:hover {
	color: #2489CE /*{i-bar-link-hover}*/;
}

.ui-bar-i .ui-link:active {
	color: #2489CE /*{i-bar-link-active}*/;
}

.ui-bar-i .ui-link:visited {
    color: #2489CE /*{i-bar-link-visited}*/;
}

.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 #aaaaaa /*{i-body-border}*/;
	color: #333333 /*{i-body-color}*/;
	text-shadow: 0 /*{i-body-shadow-x}*/ 1px /*{i-body-shadow-y}*/ 0 /*{i-body-shadow-radius}*/ #ffffff /*{i-body-shadow-color}*/;
	background: #f9f9f9 /*{i-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{i-body-background-start}*/), to( #eeeeee /*{i-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{i-body-background-start}*/, #eeeeee /*{i-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{i-body-background-start}*/, #eeeeee /*{i-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{i-body-background-start}*/, #eeeeee /*{i-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{i-body-background-start}*/, #eeeeee /*{i-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{i-body-background-start}*/, #eeeeee /*{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: #333333 /*{i-body-color}*/;
}

.ui-body-i .ui-link {
	color: #ffffff /*{i-body-link-color}*/;
	font-weight: bold;
}

.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-body-i .ui-link:visited {
    color: #2489CE /*{i-body-link-visited}*/;
}

.ui-btn-up-i {
	border: 1px solid #ed1c24 /*{i-bup-border}*/;
	background: #ed1c24 /*{i-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bup-color}*/;
	text-shadow: 0 /*{i-bup-shadow-x}*/ 1px /*{i-bup-shadow-y}*/ 0 /*{i-bup-shadow-radius}*/ #444444 /*{i-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF1e27 /*{i-bup-background-start}*/), to( #d51920 /*{i-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FF1e27 /*{i-bup-background-start}*/, #d51920 /*{i-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FF1e27 /*{i-bup-background-start}*/, #d51920 /*{i-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF1e27 /*{i-bup-background-start}*/, #d51920 /*{i-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF1e27 /*{i-bup-background-start}*/, #d51920 /*{i-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FF1e27 /*{i-bup-background-start}*/, #d51920 /*{i-bup-background-end}*/);
}
.ui-btn-up-i a.ui-link-inherit {
	color: #ffffff /*{i-bup-color}*/;
}

.ui-btn-hover-i {
	border: 1px solid #FF2029 /*{i-bhover-border}*/;
	background: #FF2029 /*{i-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bhover-color}*/;
	text-shadow: 0 /*{i-bhover-shadow-x}*/ 1px /*{i-bhover-shadow-y}*/ 0 /*{i-bhover-shadow-radius}*/ #444444 /*{i-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF232d /*{i-bhover-background-start}*/), to( #e51c24 /*{i-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FF232d /*{i-bhover-background-start}*/, #e51c24 /*{i-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FF232d /*{i-bhover-background-start}*/, #e51c24 /*{i-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF232d /*{i-bhover-background-start}*/, #e51c24 /*{i-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF232d /*{i-bhover-background-start}*/, #e51c24 /*{i-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FF232d /*{i-bhover-background-start}*/, #e51c24 /*{i-bhover-background-end}*/);
}
.ui-btn-hover-i a.ui-link-inherit {
	color: #ffffff /*{i-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #FF2029 /*{i-bdown-border}*/;
	background: #FF2029 /*{i-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{i-bdown-color}*/;
	text-shadow: 0 /*{i-bdown-shadow-x}*/ 1px /*{i-bdown-shadow-y}*/ 0 /*{i-bdown-shadow-radius}*/ #444444 /*{i-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e51c24 /*{i-bdown-background-start}*/), to( #FF232d /*{i-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e51c24 /*{i-bdown-background-start}*/, #FF232d /*{i-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e51c24 /*{i-bdown-background-start}*/, #FF232d /*{i-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e51c24 /*{i-bdown-background-start}*/, #FF232d /*{i-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e51c24 /*{i-bdown-background-start}*/, #FF232d /*{i-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e51c24 /*{i-bdown-background-start}*/, #FF232d /*{i-bdown-background-end}*/);
}
.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 #B3B3B3 /*{j-bar-border}*/;
	background: #fffeeb /*{j-bar-background-color}*/;
	color: #3E3E3E /*{j-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{j-bar-shadow-x}*/ 1px /*{j-bar-shadow-y}*/ 1px /*{j-bar-shadow-radius}*/ #ffffff /*{j-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffeeb /*{j-bar-background-start}*/), to( #fffeeb /*{j-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fffeeb /*{j-bar-background-start}*/, #fffeeb /*{j-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fffeeb /*{j-bar-background-start}*/, #fffeeb /*{j-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fffeeb /*{j-bar-background-start}*/, #fffeeb /*{j-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fffeeb /*{j-bar-background-start}*/, #fffeeb /*{j-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fffeeb /*{j-bar-background-start}*/, #fffeeb /*{j-bar-background-end}*/);
}
.ui-bar-j .ui-link-inherit {
	color: #3E3E3E /*{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 #aaaaaa /*{j-body-border}*/;
	color: #333333 /*{j-body-color}*/;
	text-shadow: 0 /*{j-body-shadow-x}*/ 1px /*{j-body-shadow-y}*/ 0 /*{j-body-shadow-radius}*/ #ffffff /*{j-body-shadow-color}*/;
	background: #fffefa /*{j-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2f1ed /*{j-body-background-start}*/), to( #FFFFFF /*{j-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f2f1ed /*{j-body-background-start}*/, #FFFFFF /*{j-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f2f1ed /*{j-body-background-start}*/, #FFFFFF /*{j-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f2f1ed /*{j-body-background-start}*/, #FFFFFF /*{j-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f2f1ed /*{j-body-background-start}*/, #FFFFFF /*{j-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f2f1ed /*{j-body-background-start}*/, #FFFFFF /*{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: #333333 /*{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 #d7c3b7 /*{j-bup-border}*/;
	background: #fffef0 /*{j-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bup-color}*/;
	text-shadow: 0 /*{j-bup-shadow-x}*/ 1px /*{j-bup-shadow-y}*/ 0 /*{j-bup-shadow-radius}*/ #eeeeee /*{j-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fcfbed /*{j-bup-background-start}*/), to( #FFFFf2 /*{j-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fcfbed /*{j-bup-background-start}*/, #FFFFf2 /*{j-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fcfbed /*{j-bup-background-start}*/, #FFFFf2 /*{j-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fcfbed /*{j-bup-background-start}*/, #FFFFf2 /*{j-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fcfbed /*{j-bup-background-start}*/, #FFFFf2 /*{j-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fcfbed /*{j-bup-background-start}*/, #FFFFf2 /*{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 #FFFFFF /*{j-bhover-border}*/;
	background: #FFFFFF /*{j-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bhover-color}*/;
	text-shadow: 0 /*{j-bhover-shadow-x}*/ 1px /*{j-bhover-shadow-y}*/ 0 /*{j-bhover-shadow-radius}*/ #eeeeee /*{j-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{j-bhover-background-start}*/), to( #e5e5e5 /*{j-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{j-bhover-background-start}*/, #e5e5e5 /*{j-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{j-bhover-background-start}*/, #e5e5e5 /*{j-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{j-bhover-background-start}*/, #e5e5e5 /*{j-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{j-bhover-background-start}*/, #e5e5e5 /*{j-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{j-bhover-background-start}*/, #e5e5e5 /*{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 #FFFFFF /*{j-bdown-border}*/;
	background: #FFFFFF /*{j-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{j-bdown-color}*/;
	text-shadow: 0 /*{j-bdown-shadow-x}*/ 1px /*{j-bdown-shadow-y}*/ 0 /*{j-bdown-shadow-radius}*/ #eeeeee /*{j-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{j-bdown-background-start}*/), to( #FFFFFF /*{j-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e5e5e5 /*{j-bdown-background-start}*/, #FFFFFF /*{j-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e5e5e5 /*{j-bdown-background-start}*/, #FFFFFF /*{j-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5e5e5 /*{j-bdown-background-start}*/, #FFFFFF /*{j-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5e5e5 /*{j-bdown-background-start}*/, #FFFFFF /*{j-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e5e5e5 /*{j-bdown-background-start}*/, #FFFFFF /*{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;
}




/*http://coder.blog.uhuru.co.jp/js/jquery-mobile-vol2*/

/*
.ui-header .ui-title {
    display:block;
    text-indent:-9999px; //テキストを外に
    width:166px;//画像のサイズ
    height:45px;//画像のサイズ
    margin: 0.6em auto 0.8em;
    background: url("../images/logo.png") no-repeat center center;//通常サイズのロゴ画像
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-header .ui-title {
        background: url("../images/logo_x2.png") no-repeat center center !important;
        background-size: 166px 45px;
    }
}
*/