#splashContainer {
	position: relative;
	display: block;
	background: url(../images/global/spritesY.png) repeat-y 0px 0px;
	z-index: 5;
	left: 4px;
	width: 999px;
	height: 136px;
}
#splashContainer div {
	background: url(../images/schedule/splash.jpg) no-repeat 0px 0px;
	width: 960px;
	height: 136px;
	margin-left: 19px;
}
#searchAjaxIndicator {
	position: absolute;
	top: 80px;
	left: 800px;
	height: 25px;
	width: 25px;
}

span.button {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	position: relative;
	display: block;
	
}
#searchContainer {
	position: relative;
	display: block;
	padding: 10px 10px 10px 10px;
	height: 100px;
	background: url(../images/schedule/searchBackground.png) no-repeat 0px 0px;

}
	#searchContainer p {
		padding: 0 0 0 10px;
		color: #333;
	}
	#searchContainer th {
		text-align: right;
		font-weight: bold;
		padding: 10px;
		font-size: 14px;
		color: #3389c1;
	}
	#searchContainer td {
		text-align: left;
		font-weight: bold;
		padding: 5px 10px;
	}
#resultsContainer {
	position: relative;
	display: block;
	padding: 20px 0px 0px 0px;
	height: 500px;
	margin-bottom: 20px;
}
.x-tip-body h1.detailsTitle {
	font-size: 45px;
	line-height: 50px;
	color: #3389c1;
	padding: 5px 0 0 10px;
}
.x-tip-body .detailsPic {
	padding: 0 0 0 10px;
}
.x-tip-body p {
	color: #333;
	padding: 0 10px 10px 10px;
}

.x-grid3-cell-inner{
	font-size: 13px;
}

.bigger-row {
	height: 25px;
}