body {
	background: #ddd;
}

body,#gmap-3,.page {
	height: 100%;
}

.ui-body-c a.ui-link {
	color: #008595;
	font-weight: bold;
	text-decoration: none;
}

.hidden {
	display: none;
}

.min-width-480px label.ui-input-text {
	font-weight: bold;
	display: block;
}

.adp-directions {
	width: 100%;
}

.adp-placemark,.adp-summary,.adp-legal {
	display: none;
	margin: 0;
}

.adp-placemark,.adp-step,.adp-stepicon,.adp-substep {
	border-top: none;
	text-align: center;
	vertical-align: middle;
	padding: 0.8em 0;
	background: #e9eaeb;
	color: #3e3e3e;
	text-shadow: 0 1px 1px #fff;
	background-image: -moz-linear-gradient(top, #f0f0f0, #e9eaeb);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0),
		color-stop(1, #e9eaeb) );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#e9eaeb')"
}

.adp-directions tr {
	border: 1px solid #b3b3b3;
}

h2 {
	font-size: 16px;
	overflow: hidden;
	display: block;
}

.more {
	text-align: center;
}

.clear {
	clear: both;
}

#control {
	width: 100%;
	background: #f4f4f4;
	opacity: 0.9
}

#control div {
	margin: 0em 0 1em 0;
}

#control input#places {
	width: 95%;
}

#footer {
	clear: both;
	margin-top: 4px;
	padding: 0 5px;
	text-align: center;
}

#footer .copy-right a {
	font-size: 10px;
	color: #a1a1a1;
	display: inline-block;
	margin: 0 7px;
	text-decoration: underline;
}

.diasbledTxt {
	color: #77787b;
}

#footer .copy-content {
	font-size: 10px;
	margin-top: 7px;
}

.ui-li-has-arrow {
	font-size: 14px;
}
/* ------------------------------ programs grid ---------------------------------------- */
ul.programs_grid {
	width: auto;
	align: center;
	padding-left: 0px;
}

ul.programs_grid li {
	align: center;
	margin-bottom: 25px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 100px;
	min-height: 100px;
	text-decoration: none;
	background: #FFF;
	background-color: #FFF;
	border: 8px solid #FFF;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	display: inline-block;
	zoom: 1;
	*display: inline;
}

ul.programs_grid li p.title {
	padding: 10px 5px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 1.3em;
}