/*
* jQuery Mobile Framework 1.0.1
* http://jquerymobile.com
*
* Copyright 2011-2012 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

/*--------------------------------------------------
THEME A
---------------------------------------------------*/
/*.ui-content{
	background-image: url(../images/patterns/white_leather.png);
	background-repeat: repeat;
}*/
.ui-bar-a {
	border: 1px solid #005f85 /*{a-bar-border}*/;
	background: #005f85 /*{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( #006892 /*{a-bar-background-start}*/), to( #005577 /*{a-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #006892 /*{a-bar-background-start}*/, #005577 /*{a-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #006892 /*{a-bar-background-start}*/, #005577 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #006892 /*{a-bar-background-start}*/, #005577 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #006892 /*{a-bar-background-start}*/, #005577 /*{a-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #006892 /*{a-bar-background-start}*/, #005577 /*{a-bar-background-end}*/);
}

.ui-bar-a .ui-link-inherit {
	color: #ffffff /*{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-body-a,
.ui-dialog.ui-overlay-a {
	border: 1px solid #aaaaaa /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
	background: #ffffff /*{a-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{a-body-background-start}*/), to( #eeeeee /*{a-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/);
}

.ui-body-a .ui-link-inherit {
	color: #333333 /*{a-body-color}*/;
}

.ui-body-a .ui-link {
	color: #384035 /*{a-body-link-color}*/;
	font-weight: bold;
}

.ui-body-a .ui-link:hover {
	color: #40493c /*{a-body-link-hover}*/;
}

.ui-body-a .ui-link:active {
	color: #384035 /*{a-body-link-active}*/;
}

.ui-body-a .ui-link:visited {
    color: #242922 /*{a-body-link-visited}*/;
}

.ui-btn-up-a {
	/*border: 1px solid #3b627f {a-bup-border}*/;
	background: #3b627f /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #444444 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #406b8b /*{a-bup-background-start}*/), to( #355872 /*{a-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #406b8b /*{a-bup-background-start}*/, #355872 /*{a-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #406b8b /*{a-bup-background-start}*/, #355872 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #406b8b /*{a-bup-background-start}*/, #355872 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #406b8b /*{a-bup-background-start}*/, #355872 /*{a-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #406b8b /*{a-bup-background-start}*/, #355872 /*{a-bup-background-end}*/);
}
.ui-btn-up-a a.ui-link-inherit {
	color: #ffffff /*{a-bup-color}*/;
}

.ui-btn-hover-a {
	border: 1px solid #437092 /*{a-bhover-border}*/;
	background: #437092 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #444444 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #497ba0 /*{a-bhover-background-start}*/), to( #3c6483 /*{a-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #497ba0 /*{a-bhover-background-start}*/, #3c6483 /*{a-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #497ba0 /*{a-bhover-background-start}*/, #3c6483 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #497ba0 /*{a-bhover-background-start}*/, #3c6483 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #497ba0 /*{a-bhover-background-start}*/, #3c6483 /*{a-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #497ba0 /*{a-bhover-background-start}*/, #3c6483 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a a.ui-link-inherit {
	color: #ffffff /*{a-bhover-color}*/;
}
.ui-btn-down-a {
	border: 1px solid #437092 /*{a-bdown-border}*/;
	background: #437092 /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #444444 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c6483 /*{a-bdown-background-start}*/), to( #497ba0 /*{a-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #3c6483 /*{a-bdown-background-start}*/, #497ba0 /*{a-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #3c6483 /*{a-bdown-background-start}*/, #497ba0 /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #3c6483 /*{a-bdown-background-start}*/, #497ba0 /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #3c6483 /*{a-bdown-background-start}*/, #497ba0 /*{a-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #3c6483 /*{a-bdown-background-start}*/, #497ba0 /*{a-bdown-background-end}*/);
}
.ui-btn-down-a a.ui-link-inherit {
	color: #ffffff /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {

	text-decoration: none;
}

/*--------------------------------------------------
THEME B
---------------------------------------------------*/
.ui-bar-b {
	border: 1px solid #beb9b7 /*{b-bar-border}*/;
	background: #beb9b7 /*{b-bar-background-color}*/;
	color: #000000 /*{b-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #eeeeee /*{b-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d1cbc9 /*{b-bar-background-start}*/), to( #aba6a4 /*{b-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d1cbc9 /*{b-bar-background-start}*/, #aba6a4 /*{b-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d1cbc9 /*{b-bar-background-start}*/, #aba6a4 /*{b-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d1cbc9 /*{b-bar-background-start}*/, #aba6a4 /*{b-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d1cbc9 /*{b-bar-background-start}*/, #aba6a4 /*{b-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d1cbc9 /*{b-bar-background-start}*/, #aba6a4 /*{b-bar-background-end}*/);
}

.ui-bar-b .ui-link-inherit {
	color: #000000 /*{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-body-b,
.ui-dialog.ui-overlay-b {
	border: 1px solid #aaaaaa /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
	background: #f9f9f9 /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{b-body-background-start}*/), to( #eeeeee /*{b-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/);
}


.ui-body-b .ui-link-inherit {
	color: #333333 /*{b-body-color}*/;
}

.ui-body-b .ui-link {
	color: #735e45 /*{b-body-link-color}*/;
	font-weight: bold;
}

.ui-body-b .ui-link:hover {
	color: #846c4f /*{b-body-link-hover}*/;
}

.ui-body-b .ui-link:active {
	color: #735e45 /*{b-body-link-active}*/;
}

.ui-body-b .ui-link:visited {
    color: #4a3d2c /*{b-body-link-visited}*/;
}

.ui-btn-up-b {
	/*border: 1px solid #cecbd0 {b-bup-border}*/;
	background: #cecbd0 /*{b-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #eeeeee /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e2dfe4 /*{b-bup-background-start}*/), to( #b9b6bb /*{b-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e2dfe4 /*{b-bup-background-start}*/, #b9b6bb /*{b-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e2dfe4 /*{b-bup-background-start}*/, #b9b6bb /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e2dfe4 /*{b-bup-background-start}*/, #b9b6bb /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e2dfe4 /*{b-bup-background-start}*/, #b9b6bb /*{b-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e2dfe4 /*{b-bup-background-start}*/, #b9b6bb /*{b-bup-background-end}*/);
}
.ui-btn-up-b a.ui-link-inherit {
	color: #000000 /*{b-bup-color}*/;
}

.ui-btn-hover-b {
	border: 1px solid #ece9ef /*{b-bhover-border}*/;
	background: #ece9ef /*{b-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #eeeeee /*{b-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{b-bhover-background-start}*/), to( #d4d1d7 /*{b-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d4d1d7 /*{b-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d4d1d7 /*{b-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d4d1d7 /*{b-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d4d1d7 /*{b-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFFFFF /*{b-bhover-background-start}*/, #d4d1d7 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b a.ui-link-inherit {
	color: #000000 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
	border: 1px solid #ece9ef /*{b-bdown-border}*/;
	background: #ece9ef /*{b-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #eeeeee /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d4d1d7 /*{b-bdown-background-start}*/), to( #FFFFFF /*{b-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d4d1d7 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d4d1d7 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d4d1d7 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d4d1d7 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d4d1d7 /*{b-bdown-background-start}*/, #FFFFFF /*{b-bdown-background-end}*/);
}
.ui-btn-down-b a.ui-link-inherit {
	color: #000000 /*{b-bdown-color}*/;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {

	text-decoration: none;
}



/*--------------------------------------------------
THEME C
---------------------------------------------------*/
.ui-bar-c {
	border: 1px solid #735e45 /*{c-bar-border}*/;
	background: #735e45 /*{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( #7e674b /*{c-bar-background-start}*/), to( #67543e /*{c-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #7e674b /*{c-bar-background-start}*/, #67543e /*{c-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #7e674b /*{c-bar-background-start}*/, #67543e /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #7e674b /*{c-bar-background-start}*/, #67543e /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #7e674b /*{c-bar-background-start}*/, #67543e /*{c-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #7e674b /*{c-bar-background-start}*/, #67543e /*{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-body-c,
.ui-dialog.ui-overlay-c {
	border: 1px solid #aaaaaa /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
	background: #f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
}

.ui-body-c .ui-link-inherit {
	color: #333333 /*{c-body-color}*/;
}

.ui-body-c .ui-link {
	color: #735e45 /*{c-body-link-color}*/;
	font-weight: bold;
}

.ui-body-c .ui-link:hover {
	color: #846c4f /*{c-body-link-hover}*/;
}

.ui-body-c .ui-link:active {
	color: #735e45 /*{c-body-link-active}*/;
}

.ui-body-c .ui-link:visited {
    color: #4a3d2c /*{c-body-link-visited}*/;
}

.ui-btn-up-c {
	/*border: 1px solid #a6977c /*{c-bup-border}*/;
	background: #a6977c /*{c-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #444444 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b6a688 /*{c-bup-background-start}*/), to( #95876f /*{c-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #b6a688 /*{c-bup-background-start}*/, #95876f /*{c-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #b6a688 /*{c-bup-background-start}*/, #95876f /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #b6a688 /*{c-bup-background-start}*/, #95876f /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #b6a688 /*{c-bup-background-start}*/, #95876f /*{c-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #b6a688 /*{c-bup-background-start}*/, #95876f /*{c-bup-background-end}*/);
}
.ui-btn-up-c a.ui-link-inherit {
	color: #ffffff /*{c-bup-color}*/;
}

.ui-btn-hover-c {
	border: 1px solid #bead8e /*{c-bhover-border}*/;
	background: #bead8e /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #444444 /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d1be9c /*{c-bhover-background-start}*/), to( #ab9b7f /*{c-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d1be9c /*{c-bhover-background-start}*/, #ab9b7f /*{c-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d1be9c /*{c-bhover-background-start}*/, #ab9b7f /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d1be9c /*{c-bhover-background-start}*/, #ab9b7f /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d1be9c /*{c-bhover-background-start}*/, #ab9b7f /*{c-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d1be9c /*{c-bhover-background-start}*/, #ab9b7f /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c a.ui-link-inherit {
	color: #ffffff /*{c-bhover-color}*/;
}
.ui-btn-down-c {
	border: 1px solid #bead8e /*{c-bdown-border}*/;
	background: #bead8e /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #eeeeee /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ab9b7f /*{c-bdown-background-start}*/), to( #d1be9c /*{c-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ab9b7f /*{c-bdown-background-start}*/, #d1be9c /*{c-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ab9b7f /*{c-bdown-background-start}*/, #d1be9c /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ab9b7f /*{c-bdown-background-start}*/, #d1be9c /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ab9b7f /*{c-bdown-background-start}*/, #d1be9c /*{c-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ab9b7f /*{c-bdown-background-start}*/, #d1be9c /*{c-bdown-background-end}*/);
}
.ui-btn-down-c a.ui-link-inherit {
	color: #000000 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {

	text-decoration: none;
}



/*--------------------------------------------------
THEME D
---------------------------------------------------*/
.ui-bar-d {
	border: 1px solid #3c1609 /*{d-bar-border}*/;
	background: #3c1609 /*{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( #421809 /*{d-bar-background-start}*/), to( #361308 /*{d-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #421809 /*{d-bar-background-start}*/, #361308 /*{d-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #421809 /*{d-bar-background-start}*/, #361308 /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #421809 /*{d-bar-background-start}*/, #361308 /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #421809 /*{d-bar-background-start}*/, #361308 /*{d-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #421809 /*{d-bar-background-start}*/, #361308 /*{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-body-d,
.ui-dialog.ui-overlay-d {
	border: 1px solid #aaaaaa /*{d-body-border}*/;
	color: #333333 /*{d-body-color}*/;
	text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #ffffff /*{d-body-shadow-color}*/;
	background: #f9f9f9 /*{d-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{d-body-background-start}*/), to( #eeeeee /*{d-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{d-body-background-start}*/, #eeeeee /*{d-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{d-body-background-start}*/, #eeeeee /*{d-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{d-body-background-start}*/, #eeeeee /*{d-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{d-body-background-start}*/, #eeeeee /*{d-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{d-body-background-start}*/, #eeeeee /*{d-body-background-end}*/);
}

.ui-body-d .ui-link-inherit {
	color: #333333 /*{d-body-color}*/;
}

.ui-body-d .ui-link {
	color: #3c1609 /*{d-body-link-color}*/;
	font-weight: bold;
}

.ui-body-d .ui-link:hover {
	color: #45190a /*{d-body-link-hover}*/;
}

.ui-body-d .ui-link:active {
	color: #3c1609 /*{d-body-link-active}*/;
}

.ui-body-d .ui-link:visited {
    color: #270e05 /*{d-body-link-visited}*/;
}

.ui-btn-up-d {
	/*border: 1px solid #6a231f /*{d-bup-border}*/;
	background: #6a231f /*{d-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #444444 /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #742622 /*{d-bup-background-start}*/), to( #5f1f1b /*{d-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #742622 /*{d-bup-background-start}*/, #5f1f1b /*{d-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #742622 /*{d-bup-background-start}*/, #5f1f1b /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #742622 /*{d-bup-background-start}*/, #5f1f1b /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #742622 /*{d-bup-background-start}*/, #5f1f1b /*{d-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #742622 /*{d-bup-background-start}*/, #5f1f1b /*{d-bup-background-end}*/);
}
.ui-btn-up-d a.ui-link-inherit {
	color: #ffffff /*{d-bup-color}*/;
}

.ui-btn-hover-d {
	border: 1px solid #792823 /*{d-bhover-border}*/;
	background: #792823 /*{d-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bhover-color}*/;
	text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #444444 /*{d-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #852c26 /*{d-bhover-background-start}*/), to( #6c241f /*{d-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #852c26 /*{d-bhover-background-start}*/, #6c241f /*{d-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #852c26 /*{d-bhover-background-start}*/, #6c241f /*{d-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #852c26 /*{d-bhover-background-start}*/, #6c241f /*{d-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #852c26 /*{d-bhover-background-start}*/, #6c241f /*{d-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #852c26 /*{d-bhover-background-start}*/, #6c241f /*{d-bhover-background-end}*/);
}
.ui-btn-hover-d a.ui-link-inherit {
	color: #ffffff /*{d-bhover-color}*/;
}
.ui-btn-down-d {
	border: 1px solid #792823 /*{d-bdown-border}*/;
	background: #792823 /*{d-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{d-bdown-color}*/;
	text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #444444 /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6c241f /*{d-bdown-background-start}*/), to( #852c26 /*{d-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #6c241f /*{d-bdown-background-start}*/, #852c26 /*{d-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #6c241f /*{d-bdown-background-start}*/, #852c26 /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6c241f /*{d-bdown-background-start}*/, #852c26 /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #6c241f /*{d-bdown-background-start}*/, #852c26 /*{d-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #6c241f /*{d-bdown-background-start}*/, #852c26 /*{d-bdown-background-end}*/);
}
.ui-btn-down-d a.ui-link-inherit {
	color: #ffffff /*{d-bdown-color}*/;
}
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d {

	text-decoration: none;
}



/*--------------------------------------------------
THEME E
---------------------------------------------------*/
.ui-bar-e {
	border: 1px solid #be4a2f /*{e-bar-border}*/;
	background: #be4a2f /*{e-bar-background-color}*/;
	color: #ffffff /*{e-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 1px /*{e-bar-shadow-radius}*/ #444444 /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d15133 /*{e-bar-background-start}*/), to( #ab422a /*{e-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d15133 /*{e-bar-background-start}*/, #ab422a /*{e-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d15133 /*{e-bar-background-start}*/, #ab422a /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d15133 /*{e-bar-background-start}*/, #ab422a /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d15133 /*{e-bar-background-start}*/, #ab422a /*{e-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d15133 /*{e-bar-background-start}*/, #ab422a /*{e-bar-background-end}*/);
}

.ui-bar-e .ui-link-inherit {
	color: #ffffff /*{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-body-e,
.ui-dialog.ui-overlay-e {
	border: 1px solid #aaaaaa /*{e-body-border}*/;
	color: #333333 /*{e-body-color}*/;
	text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #ffffff /*{e-body-shadow-color}*/;
	background: #f9f9f9 /*{e-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{e-body-background-start}*/), to( #eeeeee /*{e-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{e-body-background-start}*/, #eeeeee /*{e-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{e-body-background-start}*/, #eeeeee /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{e-body-background-start}*/, #eeeeee /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{e-body-background-start}*/, #eeeeee /*{e-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{e-body-background-start}*/, #eeeeee /*{e-body-background-end}*/);
}

.ui-body-e .ui-link-inherit {
	color: #333333 /*{e-body-color}*/;
}

.ui-body-e .ui-link {
	color: #be4a2f /*{e-body-link-color}*/;
	font-weight: bold;
}

.ui-body-e .ui-link:hover {
	color: #da5536 /*{e-body-link-hover}*/;
}

.ui-body-e .ui-link:active {
	color: #be4a2f /*{e-body-link-active}*/;
}

.ui-body-e .ui-link:visited {
    color: #7b301e /*{e-body-link-visited}*/;
}

.ui-btn-up-e {
	/*border: 1px solid #fe633f /*{e-bup-border}*/;
	background: #fe633f /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #444444 /*{e-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF6c45 /*{e-bup-background-start}*/), to( #e45938 /*{e-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FF6c45 /*{e-bup-background-start}*/, #e45938 /*{e-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FF6c45 /*{e-bup-background-start}*/, #e45938 /*{e-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF6c45 /*{e-bup-background-start}*/, #e45938 /*{e-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF6c45 /*{e-bup-background-start}*/, #e45938 /*{e-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FF6c45 /*{e-bup-background-start}*/, #e45938 /*{e-bup-background-end}*/);
}
.ui-btn-up-e a.ui-link-inherit {
	color: #ffffff /*{e-bup-color}*/;
}

.ui-btn-hover-e {
	border: 1px solid #FF7148 /*{e-bhover-border}*/;
	background: #FF7148 /*{e-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bhover-color}*/;
	text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #444444 /*{e-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF7c4f /*{e-bhover-background-start}*/), to( #e56540 /*{e-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FF7c4f /*{e-bhover-background-start}*/, #e56540 /*{e-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FF7c4f /*{e-bhover-background-start}*/, #e56540 /*{e-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF7c4f /*{e-bhover-background-start}*/, #e56540 /*{e-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF7c4f /*{e-bhover-background-start}*/, #e56540 /*{e-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FF7c4f /*{e-bhover-background-start}*/, #e56540 /*{e-bhover-background-end}*/);
}
.ui-btn-hover-e a.ui-link-inherit {
	color: #ffffff /*{e-bhover-color}*/;
}
.ui-btn-down-e {
	border: 1px solid #FF7148 /*{e-bdown-border}*/;
	background: #FF7148 /*{e-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{e-bdown-color}*/;
	text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #444444 /*{e-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e56540 /*{e-bdown-background-start}*/), to( #FF7c4f /*{e-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e56540 /*{e-bdown-background-start}*/, #FF7c4f /*{e-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e56540 /*{e-bdown-background-start}*/, #FF7c4f /*{e-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e56540 /*{e-bdown-background-start}*/, #FF7c4f /*{e-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e56540 /*{e-bdown-background-start}*/, #FF7c4f /*{e-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e56540 /*{e-bdown-background-start}*/, #FF7c4f /*{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 {

	text-decoration: none;
}



/*--------------------------------------------------
THEME F
---------------------------------------------------*/
.ui-bar-f {
	border: 1px solid #aba73c /*{f-bar-border}*/;
	background: #aba73c /*{f-bar-background-color}*/;
	color: #ffffff /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{f-bar-shadow-x}*/ 1px /*{f-bar-shadow-y}*/ 1px /*{f-bar-shadow-radius}*/ #444444 /*{f-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #bcb742 /*{f-bar-background-start}*/), to( #999636 /*{f-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #bcb742 /*{f-bar-background-start}*/, #999636 /*{f-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #bcb742 /*{f-bar-background-start}*/, #999636 /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #bcb742 /*{f-bar-background-start}*/, #999636 /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #bcb742 /*{f-bar-background-start}*/, #999636 /*{f-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #bcb742 /*{f-bar-background-start}*/, #999636 /*{f-bar-background-end}*/);
}

.ui-bar-f .ui-link-inherit {
	color: #ffffff /*{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-body-f,
.ui-dialog.ui-overlay-f {
	border: 1px solid #8c8c8c /*{f-body-border}*/;
	color: #000000 /*{f-body-color}*/;
	text-shadow: 0 /*{f-body-shadow-x}*/ 1px /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #eeeeee /*{f-body-shadow-color}*/;
	background: #ffffff /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{f-body-background-start}*/), to( #e5e5e5 /*{f-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #e5e5e5 /*{f-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #e5e5e5 /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #e5e5e5 /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #e5e5e5 /*{f-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFFFFF /*{f-body-background-start}*/, #e5e5e5 /*{f-body-background-end}*/);
}

.ui-body-f .ui-link-inherit {
	color: #000000 /*{f-body-color}*/;
}

.ui-body-f .ui-link {
	color: #4d4d4d /*{f-body-link-color}*/;
	font-weight: bold;
}

.ui-body-f .ui-link:hover {
	color: #585858 /*{f-body-link-hover}*/;
}

.ui-body-f .ui-link:active {
	color: #4d4d4d /*{f-body-link-active}*/;
}

.ui-body-f .ui-link:visited {
    color: #323232 /*{f-body-link-visited}*/;
}

.ui-btn-up-f {
	/*border: 1px solid #f7dd77 /*{f-bup-border}*/;
	background: #f7dd77 /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bup-color}*/;
	text-shadow: 0 /*{f-bup-shadow-x}*/ 1px /*{f-bup-shadow-y}*/ 0 /*{f-bup-shadow-radius}*/ #eeeeee /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFf382 /*{f-bup-background-start}*/), to( #dec66b /*{f-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFf382 /*{f-bup-background-start}*/, #dec66b /*{f-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFf382 /*{f-bup-background-start}*/, #dec66b /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFf382 /*{f-bup-background-start}*/, #dec66b /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFf382 /*{f-bup-background-start}*/, #dec66b /*{f-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFf382 /*{f-bup-background-start}*/, #dec66b /*{f-bup-background-end}*/);
}
.ui-btn-up-f a.ui-link-inherit {
	color: #000000 /*{f-bup-color}*/;
}

.ui-btn-hover-f {
	border: 1px solid #FFfe88 /*{f-bhover-border}*/;
	background: #FFfe88 /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bhover-color}*/;
	text-shadow: 0 /*{f-bhover-shadow-x}*/ 1px /*{f-bhover-shadow-y}*/ 0 /*{f-bhover-shadow-radius}*/ #eeeeee /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFF95 /*{f-bhover-background-start}*/), to( #e5e47a /*{f-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFFF95 /*{f-bhover-background-start}*/, #e5e47a /*{f-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFFF95 /*{f-bhover-background-start}*/, #e5e47a /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFF95 /*{f-bhover-background-start}*/, #e5e47a /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFF95 /*{f-bhover-background-start}*/, #e5e47a /*{f-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFFF95 /*{f-bhover-background-start}*/, #e5e47a /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f a.ui-link-inherit {
	color: #000000 /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #FFfe88 /*{f-bdown-border}*/;
	background: #FFfe88 /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bdown-color}*/;
	text-shadow: 0 /*{f-bdown-shadow-x}*/ 1px /*{f-bdown-shadow-y}*/ 0 /*{f-bdown-shadow-radius}*/ #eeeeee /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e47a /*{f-bdown-background-start}*/), to( #FFFF95 /*{f-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e5e47a /*{f-bdown-background-start}*/, #FFFF95 /*{f-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e5e47a /*{f-bdown-background-start}*/, #FFFF95 /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5e47a /*{f-bdown-background-start}*/, #FFFF95 /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5e47a /*{f-bdown-background-start}*/, #FFFF95 /*{f-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e5e47a /*{f-bdown-background-start}*/, #FFFF95 /*{f-bdown-background-end}*/);
}
.ui-btn-down-f a.ui-link-inherit {
	color: #000000 /*{f-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {

	text-decoration: none;
}




/*--------------------------------------------------
THEME G
---------------------------------------------------*/
.ui-bar-g {
	border: 1px solid #a84b3a /*{g-bar-border}*/;
	background: #a84b3a /*{g-bar-background-color}*/;
	color: #ffffff /*{g-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{g-bar-shadow-x}*/ 1px /*{g-bar-shadow-y}*/ 1px /*{g-bar-shadow-radius}*/ #444444 /*{g-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #b8523f /*{g-bar-background-start}*/), to( #974334 /*{g-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #b8523f /*{g-bar-background-start}*/, #974334 /*{g-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #b8523f /*{g-bar-background-start}*/, #974334 /*{g-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #b8523f /*{g-bar-background-start}*/, #974334 /*{g-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #b8523f /*{g-bar-background-start}*/, #974334 /*{g-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #b8523f /*{g-bar-background-start}*/, #974334 /*{g-bar-background-end}*/);
}

.ui-bar-g .ui-link-inherit {
	color: #ffffff /*{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-body-g,
.ui-dialog.ui-overlay-g {
	border: 1px solid #aaaaaa /*{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}*/ #ffffff /*{g-body-shadow-color}*/;
	background: #f9f9f9 /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{g-body-background-start}*/), to( #eeeeee /*{g-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{g-body-background-start}*/, #eeeeee /*{g-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{g-body-background-start}*/, #eeeeee /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{g-body-background-start}*/, #eeeeee /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{g-body-background-start}*/, #eeeeee /*{g-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{g-body-background-start}*/, #eeeeee /*{g-body-background-end}*/);
}

.ui-body-g .ui-link-inherit {
	color: #333333 /*{g-body-color}*/;
}

.ui-body-g .ui-link {
	color: #a84b3a /*{g-body-link-color}*/;
	font-weight: bold;
}

.ui-body-g .ui-link:hover {
	color: #c15642 /*{g-body-link-hover}*/;
}

.ui-body-g .ui-link:active {
	color: #a84b3a /*{g-body-link-active}*/;
}

.ui-body-g .ui-link:visited {
    color: #6d3025 /*{g-body-link-visited}*/;
}

.ui-btn-up-g {
	/*border: 1px solid #ff9f67 /*{g-bup-border}*/;
	background: #ff9f67 /*{g-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bup-color}*/;
	text-shadow: 0 /*{g-bup-shadow-x}*/ 1px /*{g-bup-shadow-y}*/ 0 /*{g-bup-shadow-radius}*/ #eeeeee /*{g-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFae71 /*{g-bup-background-start}*/), to( #e58f5c /*{g-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFae71 /*{g-bup-background-start}*/, #e58f5c /*{g-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFae71 /*{g-bup-background-start}*/, #e58f5c /*{g-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFae71 /*{g-bup-background-start}*/, #e58f5c /*{g-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFae71 /*{g-bup-background-start}*/, #e58f5c /*{g-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFae71 /*{g-bup-background-start}*/, #e58f5c /*{g-bup-background-end}*/);
}
.ui-btn-up-g a.ui-link-inherit {
	color: #000000 /*{g-bup-color}*/;
}

.ui-btn-hover-g {
	border: 1px solid #FFb676 /*{g-bhover-border}*/;
	background: #FFb676 /*{g-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bhover-color}*/;
	text-shadow: 0 /*{g-bhover-shadow-x}*/ 1px /*{g-bhover-shadow-y}*/ 0 /*{g-bhover-shadow-radius}*/ #eeeeee /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFc881 /*{g-bhover-background-start}*/), to( #e5a36a /*{g-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFc881 /*{g-bhover-background-start}*/, #e5a36a /*{g-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFc881 /*{g-bhover-background-start}*/, #e5a36a /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFc881 /*{g-bhover-background-start}*/, #e5a36a /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFc881 /*{g-bhover-background-start}*/, #e5a36a /*{g-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFc881 /*{g-bhover-background-start}*/, #e5a36a /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g a.ui-link-inherit {
	color: #000000 /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #FFb676 /*{g-bdown-border}*/;
	background: #FFb676 /*{g-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bdown-color}*/;
	text-shadow: 0 /*{g-bdown-shadow-x}*/ 1px /*{g-bdown-shadow-y}*/ 0 /*{g-bdown-shadow-radius}*/ #eeeeee /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5a36a /*{g-bdown-background-start}*/), to( #FFc881 /*{g-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e5a36a /*{g-bdown-background-start}*/, #FFc881 /*{g-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e5a36a /*{g-bdown-background-start}*/, #FFc881 /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5a36a /*{g-bdown-background-start}*/, #FFc881 /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5a36a /*{g-bdown-background-start}*/, #FFc881 /*{g-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e5a36a /*{g-bdown-background-start}*/, #FFc881 /*{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 {

	text-decoration: none;
}



/*--------------------------------------------------
THEME H
---------------------------------------------------*/
.ui-bar-h {
	border: 1px solid #0f2d40 /*{h-bar-border}*/;
	background: #0f2d40 /*{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( #103146 /*{h-bar-background-start}*/), to( #0d2839 /*{h-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #103146 /*{h-bar-background-start}*/, #0d2839 /*{h-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #103146 /*{h-bar-background-start}*/, #0d2839 /*{h-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #103146 /*{h-bar-background-start}*/, #0d2839 /*{h-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #103146 /*{h-bar-background-start}*/, #0d2839 /*{h-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #103146 /*{h-bar-background-start}*/, #0d2839 /*{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-body-h,
.ui-dialog.ui-overlay-h {
	border: 1px solid #aaaaaa /*{h-body-border}*/;
	color: #333333 /*{h-body-color}*/;
	text-shadow: 0 /*{h-body-shadow-x}*/ 1px /*{h-body-shadow-y}*/ 0 /*{h-body-shadow-radius}*/ #ffffff /*{h-body-shadow-color}*/;
	background: #f9f9f9 /*{h-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{h-body-background-start}*/), to( #eeeeee /*{h-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{h-body-background-start}*/, #eeeeee /*{h-body-background-end}*/);
}

.ui-body-h .ui-link-inherit {
	color: #333333 /*{h-body-color}*/;
}

.ui-body-h .ui-link {
	color: #0f2d40 /*{h-body-link-color}*/;
	font-weight: bold;
}

.ui-body-h .ui-link:hover {
	color: #113349 /*{h-body-link-hover}*/;
}

.ui-body-h .ui-link:active {
	color: #0f2d40 /*{h-body-link-active}*/;
}

.ui-body-h .ui-link:visited {
    color: #091d29 /*{h-body-link-visited}*/;
}

.ui-btn-up-h {
	/*border: 1px solid #296b73 /*{h-bup-border}*/;
	background: #296b73 /*{h-bup-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bup-color}*/;
	text-shadow: 0 /*{h-bup-shadow-x}*/ 1px /*{h-bup-shadow-y}*/ 0 /*{h-bup-shadow-radius}*/ #444444 /*{h-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2d757e /*{h-bup-background-start}*/), to( #246067 /*{h-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #2d757e /*{h-bup-background-start}*/, #246067 /*{h-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #2d757e /*{h-bup-background-start}*/, #246067 /*{h-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2d757e /*{h-bup-background-start}*/, #246067 /*{h-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2d757e /*{h-bup-background-start}*/, #246067 /*{h-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #2d757e /*{h-bup-background-start}*/, #246067 /*{h-bup-background-end}*/);
}
.ui-btn-up-h a.ui-link-inherit {
	color: #ffffff /*{h-bup-color}*/;
}

.ui-btn-hover-h {
	border: 1px solid #2f7b84 /*{h-bhover-border}*/;
	background: #2f7b84 /*{h-bhover-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bhover-color}*/;
	text-shadow: 0 /*{h-bhover-shadow-x}*/ 1px /*{h-bhover-shadow-y}*/ 0 /*{h-bhover-shadow-radius}*/ #444444 /*{h-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #338791 /*{h-bhover-background-start}*/), to( #2a6e76 /*{h-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #338791 /*{h-bhover-background-start}*/, #2a6e76 /*{h-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #338791 /*{h-bhover-background-start}*/, #2a6e76 /*{h-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #338791 /*{h-bhover-background-start}*/, #2a6e76 /*{h-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #338791 /*{h-bhover-background-start}*/, #2a6e76 /*{h-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #338791 /*{h-bhover-background-start}*/, #2a6e76 /*{h-bhover-background-end}*/);
}
.ui-btn-hover-h a.ui-link-inherit {
	color: #ffffff /*{h-bhover-color}*/;
}
.ui-btn-down-h {
	border: 1px solid #2f7b84 /*{h-bdown-border}*/;
	background: #2f7b84 /*{h-bdown-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{h-bdown-color}*/;
	text-shadow: 0 /*{h-bdown-shadow-x}*/ 1px /*{h-bdown-shadow-y}*/ 0 /*{h-bdown-shadow-radius}*/ #444444 /*{h-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2a6e76 /*{h-bdown-background-start}*/), to( #338791 /*{h-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #2a6e76 /*{h-bdown-background-start}*/, #338791 /*{h-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #2a6e76 /*{h-bdown-background-start}*/, #338791 /*{h-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2a6e76 /*{h-bdown-background-start}*/, #338791 /*{h-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2a6e76 /*{h-bdown-background-start}*/, #338791 /*{h-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #2a6e76 /*{h-bdown-background-start}*/, #338791 /*{h-bdown-background-end}*/);
}
.ui-btn-down-h a.ui-link-inherit {
	color: #ffffff /*{h-bdown-color}*/;
}
.ui-btn-up-h,
.ui-btn-hover-h,
.ui-btn-down-h {

	text-decoration: none;
}



/*--------------------------------------------------
THEME I
---------------------------------------------------*/
.ui-bar-i {
	border: 1px solid #b8390e /*{i-bar-border}*/;
	background: #b8390e /*{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( #ca3e0f /*{i-bar-background-start}*/), to( #a5330c /*{i-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #ca3e0f /*{i-bar-background-start}*/, #a5330c /*{i-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #ca3e0f /*{i-bar-background-start}*/, #a5330c /*{i-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ca3e0f /*{i-bar-background-start}*/, #a5330c /*{i-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ca3e0f /*{i-bar-background-start}*/, #a5330c /*{i-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #ca3e0f /*{i-bar-background-start}*/, #a5330c /*{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-body-i,
.ui-dialog.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-body-i .ui-link-inherit {
	color: #333333 /*{i-body-color}*/;
}

.ui-body-i .ui-link {
	color: #b8390e /*{i-body-link-color}*/;
	font-weight: bold;
}

.ui-body-i .ui-link:hover {
	color: #d34110 /*{i-body-link-hover}*/;
}

.ui-body-i .ui-link:active {
	color: #b8390e /*{i-body-link-active}*/;
}

.ui-body-i .ui-link:visited {
    color: #772509 /*{i-body-link-visited}*/;
}

.ui-btn-up-i {
	/*border: 1px solid #ffa322 /*{i-bup-border}*/;
	background: #ffa322 /*{i-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bup-color}*/;
	text-shadow: 0 /*{i-bup-shadow-x}*/ 1px /*{i-bup-shadow-y}*/ 0 /*{i-bup-shadow-radius}*/ #eeeeee /*{i-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFb325 /*{i-bup-background-start}*/), to( #e5921e /*{i-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFb325 /*{i-bup-background-start}*/, #e5921e /*{i-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFb325 /*{i-bup-background-start}*/, #e5921e /*{i-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFb325 /*{i-bup-background-start}*/, #e5921e /*{i-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFb325 /*{i-bup-background-start}*/, #e5921e /*{i-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFb325 /*{i-bup-background-start}*/, #e5921e /*{i-bup-background-end}*/);
}
.ui-btn-up-i a.ui-link-inherit {
	color: #000000 /*{i-bup-color}*/;
}

.ui-btn-hover-i {
	border: 1px solid #FFbb27 /*{i-bhover-border}*/;
	background: #FFbb27 /*{i-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bhover-color}*/;
	text-shadow: 0 /*{i-bhover-shadow-x}*/ 1px /*{i-bhover-shadow-y}*/ 0 /*{i-bhover-shadow-radius}*/ #eeeeee /*{i-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFcd2a /*{i-bhover-background-start}*/), to( #e5a823 /*{i-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFcd2a /*{i-bhover-background-start}*/, #e5a823 /*{i-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFcd2a /*{i-bhover-background-start}*/, #e5a823 /*{i-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFcd2a /*{i-bhover-background-start}*/, #e5a823 /*{i-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFcd2a /*{i-bhover-background-start}*/, #e5a823 /*{i-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFcd2a /*{i-bhover-background-start}*/, #e5a823 /*{i-bhover-background-end}*/);
}
.ui-btn-hover-i a.ui-link-inherit {
	color: #000000 /*{i-bhover-color}*/;
}
.ui-btn-down-i {
	border: 1px solid #FFbb27 /*{i-bdown-border}*/;
	background: #FFbb27 /*{i-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{i-bdown-color}*/;
	text-shadow: 0 /*{i-bdown-shadow-x}*/ 1px /*{i-bdown-shadow-y}*/ 0 /*{i-bdown-shadow-radius}*/ #eeeeee /*{i-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5a823 /*{i-bdown-background-start}*/), to( #FFcd2a /*{i-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e5a823 /*{i-bdown-background-start}*/, #FFcd2a /*{i-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e5a823 /*{i-bdown-background-start}*/, #FFcd2a /*{i-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5a823 /*{i-bdown-background-start}*/, #FFcd2a /*{i-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5a823 /*{i-bdown-background-start}*/, #FFcd2a /*{i-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e5a823 /*{i-bdown-background-start}*/, #FFcd2a /*{i-bdown-background-end}*/);
}
.ui-btn-down-i a.ui-link-inherit {
	color: #000000 /*{i-bdown-color}*/;
}
.ui-btn-up-i,
.ui-btn-hover-i,
.ui-btn-down-i {

	text-decoration: none;
}



/*--------------------------------------------------
THEME J
---------------------------------------------------*/
.ui-bar-j {
	border: 1px solid #e6e6e6 /*{j-bar-border}*/;
	background: #e6e6e6 /*{j-bar-background-color}*/;
	color: #000000 /*{j-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{j-bar-shadow-x}*/ 1px /*{j-bar-shadow-y}*/ 1px /*{j-bar-shadow-radius}*/ #eeeeee /*{j-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fdfdfd /*{j-bar-background-start}*/), to( #cfcfcf /*{j-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #fdfdfd /*{j-bar-background-start}*/, #cfcfcf /*{j-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #fdfdfd /*{j-bar-background-start}*/, #cfcfcf /*{j-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fdfdfd /*{j-bar-background-start}*/, #cfcfcf /*{j-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fdfdfd /*{j-bar-background-start}*/, #cfcfcf /*{j-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #fdfdfd /*{j-bar-background-start}*/, #cfcfcf /*{j-bar-background-end}*/);
}

.ui-bar-j .ui-link-inherit {
	color: #000000 /*{j-bar-color}*/;
}
.ui-bar-j .ui-link {
	color: #7cc4e7 /*{j-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-j .ui-link:hover {
	color: #2489CE /*{j-bar-link-hover}*/;
}

.ui-bar-j .ui-link:active {
	color: #2489CE /*{j-bar-link-active}*/;
}

.ui-bar-j .ui-link:visited {
    color: #2489CE /*{j-bar-link-visited}*/;
}

.ui-body-j,
.ui-dialog.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: #f9f9f9 /*{j-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{j-body-background-start}*/), to( #eeeeee /*{j-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{j-body-background-start}*/, #eeeeee /*{j-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{j-body-background-start}*/, #eeeeee /*{j-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{j-body-background-start}*/, #eeeeee /*{j-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{j-body-background-start}*/, #eeeeee /*{j-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{j-body-background-start}*/, #eeeeee /*{j-body-background-end}*/);
}
.ui-body-j .ui-link-inherit {
	color: #333333 /*{j-body-color}*/;
}

.ui-body-j .ui-link {
	color: #4d4d4d /*{j-body-link-color}*/;
	font-weight: bold;
}

.ui-body-j .ui-link:hover {
	color: #585858 /*{j-body-link-hover}*/;
}

.ui-body-j .ui-link:active {
	color: #4d4d4d /*{j-body-link-active}*/;
}

.ui-body-j .ui-link:visited {
    color: #323232 /*{j-body-link-visited}*/;
}

.ui-btn-up-j {
	/*border: 1px solid #f2f2f2 /*{j-bup-border}*/;
	background: #f2f2f2 /*{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( #FFFFFF /*{j-bup-background-start}*/), to( #d9d9d9 /*{j-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{j-bup-background-start}*/, #d9d9d9 /*{j-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFFFFF /*{j-bup-background-start}*/, #d9d9d9 /*{j-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{j-bup-background-start}*/, #d9d9d9 /*{j-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{j-bup-background-start}*/, #d9d9d9 /*{j-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFFFFF /*{j-bup-background-start}*/, #d9d9d9 /*{j-bup-background-end}*/);
}
.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 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 a.ui-link-inherit {
	color: #000000 /*{j-bdown-color}*/;
}
.ui-btn-up-j,
.ui-btn-hover-j,
.ui-btn-down-j {

	text-decoration: none;
}

/*--------------------------------------------------
THEME K
---------------------------------------------------*/

.ui-bar-k {
	border: 1px solid #4d4d4d /*{k-bar-border}*/;
	background: #4d4d4d /*{k-bar-background-color}*/;
	color: #ffffff /*{k-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{k-bar-shadow-x}*/ 1px /*{k-bar-shadow-y}*/ 1px /*{k-bar-shadow-radius}*/ #444444 /*{k-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #545454 /*{k-bar-background-start}*/), to( #454545 /*{k-bar-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #545454 /*{k-bar-background-start}*/, #454545 /*{k-bar-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #545454 /*{k-bar-background-start}*/, #454545 /*{k-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #545454 /*{k-bar-background-start}*/, #454545 /*{k-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #545454 /*{k-bar-background-start}*/, #454545 /*{k-bar-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #545454 /*{k-bar-background-start}*/, #454545 /*{k-bar-background-end}*/);
}

.ui-bar-k .ui-link-inherit {
	color: #ffffff /*{k-bar-color}*/;
}
.ui-bar-k .ui-link {
	color: #7cc4e7 /*{k-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-k .ui-link:hover {
	color: #2489CE /*{k-bar-link-hover}*/;
}

.ui-bar-k .ui-link:active {
	color: #2489CE /*{k-bar-link-active}*/;
}

.ui-bar-k .ui-link:visited {
    color: #2489CE /*{k-bar-link-visited}*/;
}

.ui-bar-k,
.ui-bar-k input,
.ui-bar-k select,
.ui-bar-k textarea,
.ui-bar-k button {
	    
}
.ui-body-k,
.ui-dialog.ui-overlay-k {
	border: 1px solid #aaaaaa /*{k-body-border}*/;
	color: #333333 /*{k-body-color}*/;
	text-shadow: 0 /*{k-body-shadow-x}*/ 1px /*{k-body-shadow-y}*/ 0 /*{k-body-shadow-radius}*/ #ffffff /*{k-body-shadow-color}*/;
	background: #f9f9f9 /*{k-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{k-body-background-start}*/), to( #eeeeee /*{k-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/);
}
.ui-body-k,
.ui-body-k input,
.ui-body-k select,
.ui-body-k textarea,
.ui-body-k button {
	    
}

.ui-body-k .ui-link-inherit {
	color: #333333 /*{k-body-color}*/;
}

.ui-body-k .ui-link {
	color: #4d4d4d /*{k-body-link-color}*/;
	font-weight: bold;
}

.ui-body-k .ui-link:hover {
	color: #585858 /*{k-body-link-hover}*/;
}

.ui-body-k .ui-link:active {
	color: #4d4d4d /*{k-body-link-active}*/;
}

.ui-body-k .ui-link:visited {
    color: #323232 /*{k-body-link-visited}*/;
}

.ui-btn-up-k {
	border: 1px solid #cccccc /*{k-bup-border}*/;
	background: #cccccc /*{k-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{k-bup-color}*/;
	text-shadow: 0 /*{k-bup-shadow-x}*/ 1px /*{k-bup-shadow-y}*/ 0 /*{k-bup-shadow-radius}*/ #eeeeee /*{k-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e0e0e0 /*{k-bup-background-start}*/), to( #b7b7b7 /*{k-bup-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #e0e0e0 /*{k-bup-background-start}*/, #b7b7b7 /*{k-bup-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #e0e0e0 /*{k-bup-background-start}*/, #b7b7b7 /*{k-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e0e0e0 /*{k-bup-background-start}*/, #b7b7b7 /*{k-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e0e0e0 /*{k-bup-background-start}*/, #b7b7b7 /*{k-bup-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #e0e0e0 /*{k-bup-background-start}*/, #b7b7b7 /*{k-bup-background-end}*/);
}
.ui-btn-up-k a.ui-link-inherit {
	color: #000000 /*{k-bup-color}*/;
}

.ui-btn-hover-k {
	background: #eaeaea /*{k-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{k-bhover-color}*/;
	text-shadow: 0 /*{k-bhover-shadow-x}*/ 1px /*{k-bhover-shadow-y}*/ 0 /*{k-bhover-shadow-radius}*/ #eeeeee /*{k-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{k-bhover-background-start}*/), to( #d2d2d2 /*{k-bhover-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{k-bhover-background-start}*/, #d2d2d2 /*{k-bhover-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #FFFFFF /*{k-bhover-background-start}*/, #d2d2d2 /*{k-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{k-bhover-background-start}*/, #d2d2d2 /*{k-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{k-bhover-background-start}*/, #d2d2d2 /*{k-bhover-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #FFFFFF /*{k-bhover-background-start}*/, #d2d2d2 /*{k-bhover-background-end}*/);
}
.ui-btn-hover-k a.ui-link-inherit {
	color: #000000 /*{k-bhover-color}*/;
}
.ui-btn-down-k {
	border: 1px solid #eaeaea /*{k-bdown-border}*/;
	background: #eaeaea /*{k-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{k-bdown-color}*/;
	text-shadow: 0 /*{k-bdown-shadow-x}*/ 1px /*{k-bdown-shadow-y}*/ 0 /*{k-bdown-shadow-radius}*/ #eeeeee /*{k-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d2d2d2 /*{k-bdown-background-start}*/), to( #FFFFFF /*{k-bdown-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #d2d2d2 /*{k-bdown-background-start}*/, #FFFFFF /*{k-bdown-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #d2d2d2 /*{k-bdown-background-start}*/, #FFFFFF /*{k-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d2d2d2 /*{k-bdown-background-start}*/, #FFFFFF /*{k-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d2d2d2 /*{k-bdown-background-start}*/, #FFFFFF /*{k-bdown-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #d2d2d2 /*{k-bdown-background-start}*/, #FFFFFF /*{k-bdown-background-end}*/);
}
.ui-btn-down-k a.ui-link-inherit {
	color: #000000 /*{k-bdown-color}*/;
}
.ui-btn-up-k,
.ui-btn-hover-k,
.ui-btn-down-k {
	    
	text-decoration: none;
}

/*--------------------------------------------------
THEME P like primaweb ;)
---------------------------------------------------*/

a:focus{
	outline: none!important;
}

.ui-bar-p {
	border-bottom: 1px solid #fff;
	background: #3F74B8;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 1px #444444;
}

.ui-bar-p .ui-link-inherit {
	color: #ffffff /*{k-bar-color}*/;
}
.ui-bar-p .ui-link {
	color: #3F74B8 /*{k-bar-link-color}*/;
	font-weight: bold;
}

.ui-bar-p .ui-link:hover {
	color: #4984d0 /*{k-bar-link-hover}*/;
}

.ui-bar-p .ui-link:active {
	color: #4984d0 /*{k-bar-link-active}*/;
}

.ui-bar-p .ui-link:visited {
    color: #4984d0 /*{k-bar-link-visited}*/;
}

.ui-bar-p,
.ui-bar-p input,
.ui-bar-p select,
.ui-bar-p textarea,
.ui-bar-p button {
	    
}

.ui-body-p,
.ui-dialog.ui-overlay-p {
	border: 1px solid #aaaaaa /*{k-body-border}*/;
	color: #333333 /*{k-body-color}*/;
	text-shadow: 0 /*{k-body-shadow-x}*/ 1px /*{k-body-shadow-y}*/ 0 /*{k-body-shadow-radius}*/ #ffffff /*{k-body-shadow-color}*/;
	background: #f9f9f9 /*{k-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{k-body-background-start}*/), to( #eeeeee /*{k-body-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #f9f9f9 /*{k-body-background-start}*/, #eeeeee /*{k-body-background-end}*/);
}
.ui-body-p,
.ui-body-p input,
.ui-body-p select,
.ui-body-p textarea,
.ui-body-p button {
	    
}

.ui-body-p .ui-link-inherit {
	color: #333333 /*{k-body-color}*/;
}

.ui-body-p .ui-link {
	color: #4d4d4d /*{k-body-link-color}*/;
	font-weight: bold;
}

.ui-body-p .ui-link:hover {
	color: #585858 /*{k-body-link-hover}*/;
}

.ui-body-p .ui-link:active {
	color: #4d4d4d /*{k-body-link-active}*/;
}

.ui-body-p .ui-link:visited {
    color: #323232 /*{k-body-link-visited}*/;
}

.ui-btn-up-p {
	/*border: 1px solid #cccccc {k-bup-border}*/;
	background: #3F74B8;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #333;
}

.ui-btn-up-p a.ui-link-inherit {
	color: #fff;
}

.ui-btn-hover-p {
	background: #4984d0;
	font-weight: bold;
	border: none!important;
	color: #fff;
	text-shadow: -1px -1px 0 #333;
}

.ui-btn-hover-p a.ui-link-inherit {
	color: #fff;
}
.ui-btn-down-p {
	/*border: 1px solid #eaeaea {k-bdown-border}*/;
	border: none!important;
	background: #4984d0;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0 #333;
}

.header .ui-btn-up-p,
.header .ui-btn-hover-p,
.header .ui-btn-down-p {
	top: .4em!important;
}

.ui-btn-down-p a.ui-link-inherit {
	color: #fff;
}
.ui-btn-up-p,
.ui-btn-hover-p,
.ui-btn-down-p {
	    
	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 #2373a5 /*{global-active-border}*/;
	background: #387bbe /*{global-active-background-color}*/;
	font-weight: bold;
	color: #ffffff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4 , Chrome */
	background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10 , Saf5.1  */
	background-image:    -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10  */
	background-image:         linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);

}
.ui-btn-active a.ui-link-inherit {
	color: #ffffff /*{global-active-color}*/;
}


/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
	border-top: 1px solid 	#fff;
	border-color: 			rgba(255,255,255,.3);
}


/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-tr {
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-br {
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-top {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	}
.ui-corner-right {
	-moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
	border-top-right-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-left {
	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
	border-top-left-radius: .6em /*{global-radii-blocks}*/;
	-moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
	-webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
	border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-all {
	-moz-border-radius: .6em /*{global-radii-blocks}*/;
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
.ui-corner-none {
	-moz-border-radius: 				   0;
	-webkit-border-radius: 				   0;
	border-radius: 						   0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: 							.3;
}
.ui-disabled,
.ui-disabled a {
	pointer-events: none;
	cursor: default;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
	background: #666666;
	background: rgba(0,0,0,.4);
	border: none;
	background-image: url(../images/icons-18-white.png);
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}

.ui-select .ui-icon{
	background-image: url(../images/icons-18-black.png);
}


/* 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: #387bbe /*{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-image: url(../images/ajax-loader.png);
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}


/* 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
-----------------------------------------------------------------------------------------------------------*/

.ui-focus {
	-moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #387bbe /*{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 {
	outline-width: 2px;
}			