/* C
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-greylight {
	border: 1px solid 		#b3b3b3 /*{c-bar-border}*/;
	background: 			#eee /*{c-bar-background-color}*/;
	color: 					#3e3e3e /*{c-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ 	#fff /*{c-bar-shadow-color}*/;
}
.ui-bar-greylight .ui-link-inherit {
	color: 	#3e3e3e /*{c-bar-color}*/;
}
.ui-bar-greylight a.ui-link {
	color: #7cc4e7 /*{c-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-greylight a.ui-link:visited {
    color: #2489ce /*{c-bar-link-visited}*/;
}
.ui-bar-greylight a.ui-link:hover {
	color: #2489ce /*{c-bar-link-hover}*/;
}
.ui-bar-greylight a.ui-link:active {
	color: #2489ce /*{c-bar-link-active}*/;
}
.ui-bar-greylight,
.ui-bar-greylight input,
.ui-bar-greylight select,
.ui-bar-greylight textarea,
.ui-bar-greylight button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-greylight,
.ui-overlay-greylight {
	border: 1px solid 		#aaa /*{c-body-border}*/;
	color: 					#333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
}
.ui-overlay-greylight {
	background-image: none;
	border-width: 0;
}
.ui-body-greylight,
.ui-body-greylight input,
.ui-body-greylight select,
.ui-body-greylight textarea,
.ui-body-greylight button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-greylight .ui-link-inherit {
	color: 	#333 /*{c-body-color}*/;
}
.ui-body-greylight .ui-link {
	color: #2489ce /*{c-body-link-color}*/;
	font-weight: bold;
}
.ui-body-greylight .ui-link:visited {
    color: #2489ce /*{c-body-link-visited}*/;
}
.ui-body-greylight .ui-link:hover {
	color: #2489ce /*{c-body-link-hover}*/;
}
.ui-body-greylight .ui-link:active {
	color: #2489ce /*{c-body-link-active}*/;
}
.ui-btn-up-greylight {
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#eee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #fff /*{c-bup-shadow-color}*/;
}
.ui-btn-up-greylight:visited,
.ui-btn-up-greylight a.ui-link-inherit {
	color: 					#2f3e46 /*{c-bup-color}*/;
}
.ui-btn-hover-greylight {
	border: 1px solid 		#bbb /*{c-bhover-border}*/;
	background: 			#dfdfdf /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
}
.ui-btn-hover-greylight:visited,
.ui-btn-hover-greylight:hover,
.ui-btn-hover-greylight a.ui-link-inherit {
	color: 					#2f3e46 /*{c-bhover-color}*/;
}
.ui-btn-down-greylight {
	border: 1px solid 		#bbb /*{c-bdown-border}*/;
	background: 			#d6d6d6 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #fff /*{c-bdown-shadow-color}*/;
}
.ui-btn-down-greylight:visited,
.ui-btn-down-greylight:hover,
.ui-btn-down-greylight a.ui-link-inherit {
	color: 					#2f3e46 /*{c-bdown-color}*/;
}
.ui-btn-up-greylight,
.ui-btn-hover-greylight,
.ui-btn-down-greylight {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}