

			/*
* 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 */

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-btn-down-b {
	border: 1px solid  		#B3B3B3  /*{b-bdown-border}*/;
	background:  			#003366  /*{b-bdown-background-color}*/;
	font-weight: bold;
	color:  					#000000  /*{b-bdown-color}*/;
	text-shadow:  0  /*{b-bdown-shadow-x}*/  1px  /*{b-bdown-shadow-y}*/  1px  /*{b-bdown-shadow-radius}*/  #FFFFFF  /*{b-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #003366  /*{b-bdown-background-start}*/), to(  #006699  /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(  #003366  /*{b-bdown-background-start}*/,  #006699  /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(  #003366  /*{b-bdown-background-start}*/,  #006699  /*{b-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(  #003366  /*{b-bdown-background-start}*/,  #006699  /*{b-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(  #003366  /*{b-bdown-background-start}*/,  #006699  /*{b-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(  #003366  /*{b-bdown-background-start}*/,  #006699  /*{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 {
	 font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;
     font-size: large;
	text-decoration: none;
}


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



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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-btn-down-c {
	border: 1px solid  		#B3B3B3  /*{c-bdown-border}*/;
	background:  			#FFFFFF  /*{c-bdown-background-color}*/;
	font-weight: bold;
	color:  					#000000  /*{c-bdown-color}*/;
	text-shadow:  0  /*{c-bdown-shadow-x}*/  1px  /*{c-bdown-shadow-y}*/  1px  /*{c-bdown-shadow-radius}*/  #FFFFFF  /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #FFFFFF  /*{c-bdown-background-start}*/), to(  #FFFFFF  /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(  #FFFFFF  /*{c-bdown-background-start}*/,  #FFFFFF  /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(  #FFFFFF  /*{c-bdown-background-start}*/,  #FFFFFF  /*{c-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(  #FFFFFF  /*{c-bdown-background-start}*/,  #FFFFFF  /*{c-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(  #FFFFFF  /*{c-bdown-background-start}*/,  #FFFFFF  /*{c-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(  #FFFFFF  /*{c-bdown-background-start}*/,  #FFFFFF  /*{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 {
	 font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;
	text-decoration: none;
}

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



.ui-bar-d {
	border: 1px solid  		#B3B3B3  /*{d-bar-border}*/;
	background: #000000 /*{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}*/  	#000000  /*{d-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000000 /*{d-bar-background-start}*/), to( #000000 /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #000000 /*{d-bar-background-start}*/, #000000 /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #000000 /*{d-bar-background-start}*/, #000000 /*{d-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #000000 /*{d-bar-background-start}*/, #000000 /*{d-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #000000 /*{d-bar-background-start}*/, #000000 /*{d-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #000000 /*{d-bar-background-start}*/, #000000 /*{d-bar-background-end}*/);
}

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

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

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

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

.ui-bar-d,
.ui-bar-d input,
.ui-bar-d select,
.ui-bar-d textarea,
.ui-bar-d button {
	 font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;

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

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

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

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

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

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

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

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

.ui-btn-down-d {
	border: 1px solid  		#B3B3B3  /*{d-bdown-border}*/;
	background:  			#87873a  /*{d-bdown-background-color}*/;
	font-weight: bold;
	color:  					#FFFFFF  /*{d-bdown-color}*/;
	text-shadow:  0  /*{d-bdown-shadow-x}*/  1px  /*{d-bdown-shadow-y}*/  1px  /*{d-bdown-shadow-radius}*/  #000000  /*{d-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #87873a  /*{d-bdown-background-start}*/), to(  #bfbf72  /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(  #87873a  /*{d-bdown-background-start}*/,  #bfbf72  /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(  #87873a  /*{d-bdown-background-start}*/,  #bfbf72  /*{d-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(  #87873a  /*{d-bdown-background-start}*/,  #bfbf72  /*{d-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(  #87873a  /*{d-bdown-background-start}*/,  #bfbf72  /*{d-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(  #87873a  /*{d-bdown-background-start}*/,  #bfbf72  /*{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 {
	 font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;
      font-size: large;
    text-decoration: none;
}

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



.ui-bar-e {
	border: 1px solid  		#B3B3B3  /*{e-bar-border}*/;
	background: #000000 /*{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}*/  	#000000  /*{e-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #000000 /*{e-bar-background-start}*/), to( #000000 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #000000 /*{e-bar-background-start}*/, #000000 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #000000 /*{e-bar-background-start}*/, #000000 /*{e-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #000000 /*{e-bar-background-start}*/, #000000 /*{e-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #000000 /*{e-bar-background-start}*/, #000000 /*{e-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #000000 /*{e-bar-background-start}*/, #000000 /*{e-bar-background-end}*/);
}

.ui-bar-e .ui-link-inherit {
	color: #ffffff /*{e-bar-color}*/;
}
.ui-bar-e .ui-link {
	color:  #000000   /*{e-bar-link-color}*/;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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


/* Parametri per la gestione della grandezza dell'immagine negli elenchi e della relativa grandezza del testo di fianco */
.ui-li-thumb {
    max-height: 80px;
    max-width: 80px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
    min-height: 40px;
    padding-left: 90px;
    padding-top: 30px;
}


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


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

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


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

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

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
	opacity: 							.3;
}
.ui-disabled,
.ui-disabled a {
	pointer-events: none;
	cursor: default;
}

/* Parametri per la gestione del colore della freccia e del tondo sui pulsanti con link */


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

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


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

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
	
	.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
	.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
	.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
	.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
	.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
		background-image: url(images/icons-36-white.png);
		-moz-background-size: 776px 18px;
		-o-background-size: 776px 18px;
		-webkit-background-size: 776px 18px;
		background-size: 776px 18px;
	}
	.ui-icon-alt {
		background-image: url(images/icons-36-white.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: #5d710e /*{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 2px 0 rgba(0,0,0,0.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.4) /*{global-icon-shadow}*/;
	box-shadow: 0px 2px 0 rgba(0,0,0,0.4) /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity
-----------------------------------------------------------------------------------------------------------*/

.ui-focus {
	-moz-box-shadow: 0px 0px 12px #5d710e /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #5d710e /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #5d710e /*{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;
}		