﻿/*
* jQuery Mobile Framework 1.0
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
.ui-bar-z {
	border: 1px solid 		#2A2A2A /*{a-bar-border}*/;
	background: 			#111111 /*{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}*/ #000000 /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
}
.ui-bar-z, 
.ui-bar-z input, 
.ui-bar-z select, 
.ui-bar-z textarea, 
.ui-bar-z button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-z .ui-link-inherit {
	color: #fff /*{a-bar-color}*/;
}

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

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

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

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

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

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

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

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