/*
* jQuery Mobile Framework 1.1.0
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

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

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

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

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

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

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

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

.ui-body-a .ui-link-inherit {
	color:       	#333333       /*{a-body-color}*/;
}

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

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

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

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

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

.ui-btn-hover-a {
	border: 1px solid       		#bbbbbb       /*{a-bhover-border}*/;
	background:       			#dadada       /*{a-bhover-background-color}*/;
	font-weight: bold;
	color:       					#2F3E46       /*{a-bhover-color}*/;
	text-shadow:       0       /*{a-bhover-shadow-x}*/       1px       /*{a-bhover-shadow-y}*/       1px       /*{a-bhover-shadow-radius}*/       #fff       /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #ededed       /*{a-bhover-background-start}*/), to(       #dadada       /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #ededed       /*{a-bhover-background-start}*/,       #dadada       /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #ededed       /*{a-bhover-background-start}*/,       #dadada       /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #ededed       /*{a-bhover-background-start}*/,       #dadada       /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #ededed       /*{a-bhover-background-start}*/,       #dadada       /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #ededed       /*{a-bhover-background-start}*/,       #dadada       /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a a.ui-link-inherit {
	color:       					#2F3E46       /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid       		#808080       /*{a-bdown-border}*/;
	background:       			#fdfdfd       /*{a-bdown-background-color}*/;
	font-weight: bold;
	color:       					#2F3E46       /*{a-bdown-color}*/;
	text-shadow:       0       /*{a-bdown-shadow-x}*/       1px       /*{a-bdown-shadow-y}*/       1px       /*{a-bdown-shadow-radius}*/       #ffffff       /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #eee       /*{a-bdown-background-start}*/), to(       #fdfdfd       /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #eee       /*{a-bdown-background-start}*/,       #fdfdfd       /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #eee       /*{a-bdown-background-start}*/,       #fdfdfd       /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #eee       /*{a-bdown-background-start}*/,       #fdfdfd       /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #eee       /*{a-bdown-background-start}*/,       #fdfdfd       /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #eee       /*{a-bdown-background-start}*/,       #fdfdfd       /*{a-bdown-background-end}*/);
}
.ui-btn-down-a a.ui-link-inherit {
	color:       					#2F3E46       /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}

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

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

.ui-bar-b .ui-link-inherit {
	color:       	#3E3E3E       /*{b-bar-color}*/;
}
.ui-bar-b .ui-link {
	color:       #7cc4e7       /*{b-bar-link-color}*/;
	font-weight: bold;
}

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

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

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

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

.ui-body-b .ui-link-inherit {
	color:      #ffffff      /*{b-body-color}*/;
}

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

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

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

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

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

.ui-btn-hover-b {
	border: 1px solid      #585858      /*{b-bhover-border}*/;
	background:      #585858      /*{b-bhover-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{b-bhover-color}*/;
	text-shadow:       0       /*{b-bhover-shadow-x}*/       1px       /*{b-bhover-shadow-y}*/       1px       /*{b-bhover-shadow-radius}*/      #444444      /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #606060      /*{b-bhover-background-start}*/), to(      #4F4F4F      /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #606060      /*{b-bhover-background-start}*/,      #4F4F4F      /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #606060      /*{b-bhover-background-start}*/,      #4F4F4F      /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #606060      /*{b-bhover-background-start}*/,      #4F4F4F      /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #606060      /*{b-bhover-background-start}*/,      #4F4F4F      /*{b-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #606060      /*{b-bhover-background-start}*/,      #4F4F4F      /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b a.ui-link-inherit {
	color:      #ffffff      /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid      #585858      /*{b-bdown-border}*/;
	background:      #585858      /*{b-bdown-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{b-bdown-color}*/;
	text-shadow:       0       /*{b-bdown-shadow-x}*/       1px       /*{b-bdown-shadow-y}*/       1px       /*{b-bdown-shadow-radius}*/      #444444      /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #4F4F4F      /*{b-bdown-background-start}*/), to(      #606060      /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #4F4F4F      /*{b-bdown-background-start}*/,      #606060      /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #4F4F4F      /*{b-bdown-background-start}*/,      #606060      /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #4F4F4F      /*{b-bdown-background-start}*/,      #606060      /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #4F4F4F      /*{b-bdown-background-start}*/,      #606060      /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #4F4F4F      /*{b-bdown-background-start}*/,      #606060      /*{b-bdown-background-end}*/);
}
.ui-btn-down-b a.ui-link-inherit {
	color:      #ffffff      /*{b-bdown-color}*/;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



/* C
-----------------------------------------------------------------------------------------------------------*/

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

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

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

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

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

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

.ui-body-c .ui-link-inherit {
	color:       	#333333       /*{c-body-color}*/;
}

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

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

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

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

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

.ui-btn-hover-c {
	border: 1px solid      #DD2C33      /*{c-bhover-border}*/;
	background:      #DD2C33      /*{c-bhover-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{c-bhover-color}*/;
	text-shadow:       0       /*{c-bhover-shadow-x}*/       1px       /*{c-bhover-shadow-y}*/       1px       /*{c-bhover-shadow-radius}*/      #444444      /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #F33038      /*{c-bhover-background-start}*/), to(      #C6272D      /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #F33038      /*{c-bhover-background-start}*/,      #C6272D      /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #F33038      /*{c-bhover-background-start}*/,      #C6272D      /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #F33038      /*{c-bhover-background-start}*/,      #C6272D      /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #F33038      /*{c-bhover-background-start}*/,      #C6272D      /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #F33038      /*{c-bhover-background-start}*/,      #C6272D      /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c a.ui-link-inherit {
	color:      #ffffff      /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid      #DD2C33      /*{c-bdown-border}*/;
	background:      #DD2C33      /*{c-bdown-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{c-bdown-color}*/;
	text-shadow:       0       /*{c-bdown-shadow-x}*/       1px       /*{c-bdown-shadow-y}*/       1px       /*{c-bdown-shadow-radius}*/      #444444      /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #C6272D      /*{c-bdown-background-start}*/), to(      #F33038      /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #C6272D      /*{c-bdown-background-start}*/,      #F33038      /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #C6272D      /*{c-bdown-background-start}*/,      #F33038      /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #C6272D      /*{c-bdown-background-start}*/,      #F33038      /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #C6272D      /*{c-bdown-background-start}*/,      #F33038      /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #C6272D      /*{c-bdown-background-start}*/,      #F33038      /*{c-bdown-background-end}*/);
}
.ui-btn-down-c a.ui-link-inherit {
	color:      #ffffff      /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



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

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

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

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

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

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

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

.ui-body-d .ui-link-inherit {
	color:       	#333333       /*{d-body-color}*/;
}

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

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

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

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

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

.ui-btn-hover-d {
	border: 1px solid      #2FC4FF      /*{d-bhover-border}*/;
	background:      #2FC4FF      /*{d-bhover-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{d-bhover-color}*/;
	text-shadow:       0       /*{d-bhover-shadow-x}*/       1px       /*{d-bhover-shadow-y}*/       1px       /*{d-bhover-shadow-radius}*/      #444444      /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #33D7FF      /*{d-bhover-background-start}*/), to(      #2AB0E5      /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #33D7FF      /*{d-bhover-background-start}*/,      #2AB0E5      /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #33D7FF      /*{d-bhover-background-start}*/,      #2AB0E5      /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #33D7FF      /*{d-bhover-background-start}*/,      #2AB0E5      /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #33D7FF      /*{d-bhover-background-start}*/,      #2AB0E5      /*{d-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #33D7FF      /*{d-bhover-background-start}*/,      #2AB0E5      /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d a.ui-link-inherit {
	color:      #ffffff      /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid      #2FC4FF      /*{d-bdown-border}*/;
	background:      #2FC4FF      /*{d-bdown-background-color}*/;
	font-weight: bold;
	color:      #000000      /*{d-bdown-color}*/;
	text-shadow:       0       /*{d-bdown-shadow-x}*/       1px       /*{d-bdown-shadow-y}*/       1px       /*{d-bdown-shadow-radius}*/      #eeeeee      /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #2AB0E5      /*{d-bdown-background-start}*/), to(      #33D7FF      /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #2AB0E5      /*{d-bdown-background-start}*/,      #33D7FF      /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #2AB0E5      /*{d-bdown-background-start}*/,      #33D7FF      /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #2AB0E5      /*{d-bdown-background-start}*/,      #33D7FF      /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #2AB0E5      /*{d-bdown-background-start}*/,      #33D7FF      /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #2AB0E5      /*{d-bdown-background-start}*/,      #33D7FF      /*{d-bdown-background-end}*/);
}
.ui-btn-down-d a.ui-link-inherit {
	color:      #000000      /*{d-bdown-color}*/;
}
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



/* E
-----------------------------------------------------------------------------------------------------------*/

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

.ui-bar-e .ui-link-inherit {
	color:       	#3E3E3E       /*{e-bar-color}*/;
}
.ui-bar-e .ui-link {
	color:       #7cc4e7       /*{e-bar-link-color}*/;
	font-weight: bold;
}

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

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

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

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

.ui-body-e .ui-link-inherit {
	color:       	#333333       /*{e-body-color}*/;
}

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

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

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

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

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

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



/* F
-----------------------------------------------------------------------------------------------------------*/

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

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

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

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

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

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

.ui-body-f .ui-link-inherit {
	color:       	#333333       /*{f-body-color}*/;
}

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

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

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

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

.ui-btn-up-f {
	border: 1px solid      #793b93      /*{f-bup-border}*/;
	background:      #793b93      /*{f-bup-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{f-bup-color}*/;
	text-shadow:       0       /*{f-bup-shadow-x}*/       1px       /*{f-bup-shadow-y}*/       1px       /*{f-bup-shadow-radius}*/      #444444      /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #8540A1      /*{f-bup-background-start}*/), to(      #6C3584      /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #8540A1      /*{f-bup-background-start}*/,      #6C3584      /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #8540A1      /*{f-bup-background-start}*/,      #6C3584      /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #8540A1      /*{f-bup-background-start}*/,      #6C3584      /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #8540A1      /*{f-bup-background-start}*/,      #6C3584      /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #8540A1      /*{f-bup-background-start}*/,      #6C3584      /*{f-bup-background-end}*/);
}
.ui-btn-up-f a.ui-link-inherit {
	color:      #ffffff      /*{f-bup-color}*/;
}

.ui-btn-hover-f {
	border: 1px solid      #A92CA4      /*{f-bhover-border}*/;
	background:      #A92CA4      /*{f-bhover-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{f-bhover-color}*/;
	text-shadow:       0       /*{f-bhover-shadow-x}*/       1px       /*{f-bhover-shadow-y}*/       1px       /*{f-bhover-shadow-radius}*/      #444444      /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #B930B4      /*{f-bhover-background-start}*/), to(      #982793      /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #B930B4      /*{f-bhover-background-start}*/,      #982793      /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #B930B4      /*{f-bhover-background-start}*/,      #982793      /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #B930B4      /*{f-bhover-background-start}*/,      #982793      /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #B930B4      /*{f-bhover-background-start}*/,      #982793      /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #B930B4      /*{f-bhover-background-start}*/,      #982793      /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f a.ui-link-inherit {
	color:      #ffffff      /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid      #A92CA4      /*{f-bdown-border}*/;
	background:      #A92CA4      /*{f-bdown-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{f-bdown-color}*/;
	text-shadow:       0       /*{f-bdown-shadow-x}*/       1px       /*{f-bdown-shadow-y}*/       1px       /*{f-bdown-shadow-radius}*/      #444444      /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #982793      /*{f-bdown-background-start}*/), to(      #B930B4      /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #982793      /*{f-bdown-background-start}*/,      #B930B4      /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #982793      /*{f-bdown-background-start}*/,      #B930B4      /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #982793      /*{f-bdown-background-start}*/,      #B930B4      /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #982793      /*{f-bdown-background-start}*/,      #B930B4      /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #982793      /*{f-bdown-background-start}*/,      #B930B4      /*{f-bdown-background-end}*/);
}
.ui-btn-down-f a.ui-link-inherit {
	color:      #ffffff      /*{f-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



/* G
-----------------------------------------------------------------------------------------------------------*/

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

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

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

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

.ui-bar-g .ui-link:visited {
    color:       #2489CE       /*{g-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}*/;
}
.ui-body-g,
.ui-overlay-g {
	border: 1px solid       		#B3B3B3       /*{g-body-border}*/;
	color:       	#333333       /*{g-body-color}*/;
	text-shadow:       0       /*{g-body-shadow-x}*/       1px       /*{g-body-shadow-y}*/       0       /*{g-body-shadow-radius}*/       #fff       /*{g-body-shadow-color}*/;
	background:       			#f0f0f0       /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #eee       /*{g-body-background-start}*/), to(       #ddd       /*{g-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #eee       /*{g-body-background-start}*/,       #ddd       /*{g-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #eee       /*{g-body-background-start}*/,       #ddd       /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #eee       /*{g-body-background-start}*/,       #ddd       /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #eee       /*{g-body-background-start}*/,       #ddd       /*{g-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #eee       /*{g-body-background-start}*/,       #ddd       /*{g-body-background-end}*/);
}
.ui-overlay-g {
	background-image: none;
	border-width: 0;
}
.ui-body-g,
.ui-body-g input,
.ui-body-g select,
.ui-body-g textarea,
.ui-body-g button {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
}

.ui-body-g .ui-link-inherit {
	color:       	#333333       /*{g-body-color}*/;
}

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

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

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

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

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

.ui-btn-hover-g {
	border: 1px solid      #FFA922      /*{g-bhover-border}*/;
	background:      #FFA922      /*{g-bhover-background-color}*/;
	font-weight: bold;
	color:      #ffffff      /*{g-bhover-color}*/;
	text-shadow:       0       /*{g-bhover-shadow-x}*/       1px       /*{g-bhover-shadow-y}*/       1px       /*{g-bhover-shadow-radius}*/      #444444      /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #FFB925      /*{g-bhover-background-start}*/), to(      #E5981E      /*{g-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #FFB925      /*{g-bhover-background-start}*/,      #E5981E      /*{g-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #FFB925      /*{g-bhover-background-start}*/,      #E5981E      /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #FFB925      /*{g-bhover-background-start}*/,      #E5981E      /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #FFB925      /*{g-bhover-background-start}*/,      #E5981E      /*{g-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #FFB925      /*{g-bhover-background-start}*/,      #E5981E      /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g a.ui-link-inherit {
	color:      #ffffff      /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid      #FFA922      /*{g-bdown-border}*/;
	background:      #FFA922      /*{g-bdown-background-color}*/;
	font-weight: bold;
	color:      #000000      /*{g-bdown-color}*/;
	text-shadow:       0       /*{g-bdown-shadow-x}*/       1px       /*{g-bdown-shadow-y}*/       1px       /*{g-bdown-shadow-radius}*/      #eeeeee      /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #E5981E      /*{g-bdown-background-start}*/), to(      #FFB925      /*{g-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #E5981E      /*{g-bdown-background-start}*/,      #FFB925      /*{g-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #E5981E      /*{g-bdown-background-start}*/,      #FFB925      /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #E5981E      /*{g-bdown-background-start}*/,      #FFB925      /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #E5981E      /*{g-bdown-background-start}*/,      #FFB925      /*{g-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #E5981E      /*{g-bdown-background-start}*/,      #FFB925      /*{g-bdown-background-end}*/);
}
.ui-btn-down-g a.ui-link-inherit {
	color:      #000000      /*{g-bdown-color}*/;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



/* H
-----------------------------------------------------------------------------------------------------------*/

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

.ui-bar-h .ui-link-inherit {
	color:    #ffffff    /*{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    #3a7dda    /*{h-body-border}*/;
	color:    #ffffff    /*{h-body-color}*/;
	text-shadow:       0       /*{h-body-shadow-x}*/       1px       /*{h-body-shadow-y}*/       0       /*{h-body-shadow-radius}*/    #444444    /*{h-body-shadow-color}*/;
	background:    #002664    /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(    #00296E    /*{h-body-background-start}*/), to(    #00225A    /*{h-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(    #00296E    /*{h-body-background-start}*/,    #00225A    /*{h-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(    #00296E    /*{h-body-background-start}*/,    #00225A    /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(    #00296E    /*{h-body-background-start}*/,    #00225A    /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(    #00296E    /*{h-body-background-start}*/,    #00225A    /*{h-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(    #00296E    /*{h-body-background-start}*/,    #00225A    /*{h-body-background-end}*/);
}
.ui-overlay-h {
	background-image: none;
	border-width: 0;
}
.ui-body-h,
.ui-body-h input,
.ui-body-h select,
.ui-body-h textarea,
.ui-body-h button {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
}

.ui-body-h .ui-link-inherit {
	color:    #ffffff    /*{h-body-color}*/;
}

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

.ui-body-h .ui-link: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       		#ccc       /*{h-bup-border}*/;
	background:       			#eee       /*{h-bup-background-color}*/;
	font-weight: bold;
	color:       					#2F3E46       /*{h-bup-color}*/;
	text-shadow:       0       /*{h-bup-shadow-x}*/       1px       /*{h-bup-shadow-y}*/       1px       /*{h-bup-shadow-radius}*/       #f6f6f6       /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #fdfdfd       /*{h-bup-background-start}*/), to(       #eee       /*{h-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #fdfdfd       /*{h-bup-background-start}*/,       #eee       /*{h-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #fdfdfd       /*{h-bup-background-start}*/,       #eee       /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #fdfdfd       /*{h-bup-background-start}*/,       #eee       /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #fdfdfd       /*{h-bup-background-start}*/,       #eee       /*{h-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #fdfdfd       /*{h-bup-background-start}*/,       #eee       /*{h-bup-background-end}*/);
}
.ui-btn-up-h a.ui-link-inherit {
	color:       					#2F3E46       /*{h-bup-color}*/;
}

.ui-btn-hover-h {
	border: 1px solid       		#bbbbbb       /*{h-bhover-border}*/;
	background:       			#dadada       /*{h-bhover-background-color}*/;
	font-weight: bold;
	color:       					#2F3E46       /*{h-bhover-color}*/;
	text-shadow:       0       /*{h-bhover-shadow-x}*/       1px       /*{h-bhover-shadow-y}*/       1px       /*{h-bhover-shadow-radius}*/       #fff       /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #ededed       /*{h-bhover-background-start}*/), to(       #dadada       /*{h-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #ededed       /*{h-bhover-background-start}*/,       #dadada       /*{h-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #ededed       /*{h-bhover-background-start}*/,       #dadada       /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #ededed       /*{h-bhover-background-start}*/,       #dadada       /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #ededed       /*{h-bhover-background-start}*/,       #dadada       /*{h-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #ededed       /*{h-bhover-background-start}*/,       #dadada       /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h a.ui-link-inherit {
	color:       					#2F3E46       /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid       		#808080       /*{h-bdown-border}*/;
	background:       			#fdfdfd       /*{h-bdown-background-color}*/;
	font-weight: bold;
	color:       					#2F3E46       /*{h-bdown-color}*/;
	text-shadow:       0       /*{h-bdown-shadow-x}*/       1px       /*{h-bdown-shadow-y}*/       1px       /*{h-bdown-shadow-radius}*/       #ffffff       /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(       #eee       /*{h-bdown-background-start}*/), to(       #fdfdfd       /*{h-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(       #eee       /*{h-bdown-background-start}*/,       #fdfdfd       /*{h-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(       #eee       /*{h-bdown-background-start}*/,       #fdfdfd       /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(       #eee       /*{h-bdown-background-start}*/,       #fdfdfd       /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(       #eee       /*{h-bdown-background-start}*/,       #fdfdfd       /*{h-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(       #eee       /*{h-bdown-background-start}*/,       #fdfdfd       /*{h-bdown-background-end}*/);
}
.ui-btn-down-h a.ui-link-inherit {
	color:       					#2F3E46       /*{h-bdown-color}*/;
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
	text-decoration: none;
}



/* Structure */

/* links within "buttons" 
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
	text-decoration: none !important;
}


/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid      #f2f2f2      /*{global-active-border}*/;
	background: #FFFFF /*{global-active-background-color}*/;
	font-weight: bold;
	color:      #000000      /*{global-active-color}*/;
	cursor: pointer;
	text-shadow:       0       /*{global-active-shadow-x}*/       -1px       /*{global-active-shadow-y}*/       1px       /*{global-active-shadow-radius}*/      #eeeeee      /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{global-active-background-start}*/), to( #FFFFFF /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{global-active-background-start}*/, #FFFFFF /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{global-active-background-start}*/, #FFFFFF /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{global-active-background-start}*/, #FFFFFF /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{global-active-background-start}*/, #FFFFFF /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{global-active-background-start}*/, #FFFFFF /*{global-active-background-end}*/);
	 font-family: Helvetica, Arial, sans-serif       /*{global-font-family}*/;
}
.ui-btn-active a.ui-link-inherit {
	color:      #000000      /*{global-active-color}*/;
}


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

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


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

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

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

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: 							.3;
}
.ui-disabled,
.ui-disabled a {
	cursor: default !important;
	pointer-events: none;
}
.ui-disabled .ui-btn-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
	filter: alpha(opacity=30);
	zoom: 1;
}

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

.ui-icon,
.ui-icon-searchfield:after {
	background:       						#666       /*{global-icon-color}*/;
	background:       						rgba(0,0,0,.4)       /*{global-icon-disc}*/;
	background-image:       url(images/icons-18-white.png)       /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}


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

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

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

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

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

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

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

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


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

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


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

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

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

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

.ui-overlay {
	background: #666;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
}
.ui-overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}
.ui-shadow {
	-moz-box-shadow: 0px 1px       4px       /*{global-box-shadow-size}*/       				rgba(0,0,0,.3)       /*{global-box-shadow-color}*/;
	-webkit-box-shadow: 0px 1px       4px       /*{global-box-shadow-size}*/       				rgba(0,0,0,.3)       /*{global-box-shadow-color}*/;
	box-shadow: 0px 1px       4px       /*{global-box-shadow-size}*/       				rgba(0,0,0,.3)       /*{global-box-shadow-color}*/;
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow  {
	-moz-box-shadow: 0px 1px 0 				rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 1px 0 			rgba(255,255,255,.3);
	box-shadow: 0px 1px 0 					rgba(255,255,255,.3);
}
.ui-shadow-inset {
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
}
.ui-icon-shadow {
	-moz-box-shadow: 0px 1px 0       					rgba(255,255,255,.4)       /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 1px 0       					rgba(255,255,255,.4)       /*{global-icon-shadow}*/;
	box-shadow: 0px 1px 0       					rgba(255,255,255,.4)       /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus {
	outline: 0;
}

.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: 0px 0px 12px #FFFFF /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #FFFFF /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #FFFFF /*{global-active-background-color}*/;
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
	outline-width: 1px;
	outline-style: dotted;
}
.b {
	text-weight: bold !important;
}