/* Theme Z
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-z {
	/*border-bottom: 1px solid #fff;*/
	background: 			#111111 /*{a-bar-background-color}*/;
	color: 					#fff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); */
	-webkit-box-shadow: 0px 1px 4px 1px rgba(000, 000, 000, 0.3);
	/*box-shadow: 0px 2px 2px 1px rgba(000, 000, 000, 0.2);*/
	height:42px;
	background:transparent url(images/headerBg.gif) top left repeat-x;
}
.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-title{
	font-size:18px !important;
	text-align:left !important;
	margin:10px 0 0 18px !important;
}
.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-zctive}*/;
}

.ui-bar-z .ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}
.ui-body-z,
.ui-dialog.ui-overlay-z {
	border: 1px solid 		#2A2A2A /*{a-body-border}*/;
	background: 			#222222 /*{a-body-background-color}*/;
	color: 					#fff /*{a-body-color}*/;
	 text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000 /*{a-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #666 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#666 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#666 /*{a-body-background-start}*/, #222 /*{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: 	#fff /*{a-body-color}*/;
}
/*
------------------------
	Menu Styles
------------------------
*/
#menu{
	width:100%;
	background-color:red;
	background:#ccc url(images/bgnoise_lg.png) top left; 
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	height:80px;
	}
	#menu ul{
		margin:0 auto;
		padding:0 0 0 0;
		}
		#menu ul li{
			display:inline;
		}
		#menu ul li a{
			float:left;
			margin:10px 0 0 10px;
			font-weight: normal;
			color:#fff;
			padding:5px 15px;
			text-decoration:none;
			font-size:12px;
			-webkit-box-shadow: 0px 1px 1px 1px rgba(000, 000, 000, 0.2);
			background-color: #d7046f;
			-webkit-border-radius:4px;
			text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #333 /*{a-bar-shadow-color}*/;
		}#menu ul li a:hover{
			color: #fff;
			background-color:#9b0048;
		}





/*
------------------------
	Anchor Links
------------------------
*/
.ui-body-z .ui-link {
	font-weight: normal;
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
	font-size:12px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(000, 000, 000, 0.2);
	background-color: #d7046f;
	-webkit-border-radius:4px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #333 /*{a-bar-shadow-color}*/;
}

.ui-body-z .ui-link:hover {
	color: #fff /*{a-body-link-hover}*/;
	background-color:#9b0048;
}

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

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

.ui-body-z{
	background:#ccc url(images/bgnoise_lg.png) top left; 
	color:#333;
	text-shadow:none;
	font-size:14px;
}


/*
------------------------
	Content Styles
------------------------
*/
.ui-content{
	line-height:20px;
}


/*
.ui-content h2{
	color:#000;
	margin:0 0 5px 0;
	padding:0;
	font-size:20px !important;
	text-shadow: 0  1px  1px  #fff;
}*/
.ui-content h3{
	color:#333;
	margin:5px 0 0px -20px;
	padding:5px 15px 5px 20px;
	font-size:14px !important;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #fff /*{a-bar-shadow-color}*/;
	/*border-bottom:1px #b7b7b7 dotted;*/
	background-color:#ccc; /*d7046f*/
	display:inline;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(000, 000, 000, 0.3);
}
.ui-content img.hero{
	border:solid #fff 1px;
	padding:1px;
	-webkit-box-shadow: 0px 3px 3px 1px rgba(000, 000, 000, 0.1);
	margin:0 auto;
}








.ui-btn-up-z {
	border: 1px solid 		#9b0048 /*{a-bup-border}*/;
	background: 			#cc0665 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;
}
.ui-btn-up-z a.ui-link-inherit {
	color: 					#fff /*{a-bup-color}*/;
}
.ui-btn-hover-z {
	border: 1px solid 		#9b0048 /*{a-bhover-border}*/;
	background: 			#9b0048 /*{a-bhover-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #000 /*{a-bhover-shadow-color}*/;
}
.ui-btn-hover-z a.ui-link-inherit {
	color: 					#fff /*{a-bhover-color}*/;
}
.ui-btn-down-z {
	border: 1px solid 		#000 /*{a-bdown-border}*/;
	background: 			#3d3d3d /*{a-bdown-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #000 /*{a-bdown-shadow-color}*/;
}
.ui-btn-down-z a.ui-link-inherit {
	color: 					#fff /*{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;
}


.ui-btn-corner-all{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ui-header .ui-btn-inner{
	padding:5px 8px;
} 

