/* Theme */
h1, h2, h3, h4, h5 {
	color: #069;
	margin: 0;
}

#headerWrapper {
	height: 100px;
	width: 100%;
	background: #fbfbf9 url(/resources/img/EParknavCenterBG.jpg) repeat-x;
}

.header {
	color: white;
	text-align: center;
	vertical-align: middle;
}

label, label.ui-input-text, label.ui-select {
	font-weight: bold;
}

// Disply of resulting start and end time
.endTimeText {
	text-decoration: bold;	
}

#CPAlogo {
	position: absolute;
	left: 0px;
	top: 0;
	height: 100px;
	width: 110px;
	background: url(/resources/img/EParkLogo.png);
	z-index: 1001;
}

#contentWrapper {
	width: 90%;
	max-width: 700px;
	text-align: left;
	border: 0;
}

#footerWrapper {
	background: #3d4040;
	position: absolute;
	font-size: 9px;
	color: #fff;
	width: 100%;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

#footerWrapper a {
	font-weight: normal;
	text-decoration: none;
}

#footerWrapper a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#leftInnerFooter {
	float: left;
	display: inline-block;
	margin-left: 15px;
}

#rightInnerFooter {
	float: right;
	display: inline-block;
	margin-right: 15px;
}

#titleHeader {
	position: absolute;
	top: 55px;
	left: 50%;	
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 799px) {
	#titleHeader {
		width: 500px;
		margin-left: -250px;
		font-size: 28pt;
	}
	#smallParkPlus {
		display: none;
	}
}

@media screen and (max-width: 799px) {
	#titleHeader {
		width: 200px;
		margin-left: -50px;
		font-size: 14pt;
	}
	.confirmSpan {
		display: block;
	}
	#leftInnerFooter {
		display: none;
	}
}

#gobackButton {
	display: block;
}

/* jQuery overrides */ 
.ui-btn-active {
	border: 1px solid #007363;
	background: #008d79;
}