.query_content {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	//position:absolute;
	//left:0px;
	//right:0px;
	//top:0px;
	//bottom:0px;
	min-height:416px;
	margin-top:8px;
	//margin-top:20px;
}
.cedar .query_content {
	min-height:600px;
	margin-top:0px;
}
.query_content.empty {
	background-color: #f3f3f3;
}
.query_content .spinner {
	display:block;
	position:absolute;
	left:50%;
	//top:0px;
	width:128px;
	height:128px;
	margin-left:-64px;
	margin-top:-64px;
	//border:1px solid #94c5e3;
	//border-radius:8px;
	//box-shadow: 10px 10px 5px #888;
	background-image:url('/images/spinner_animated.gif');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-size:128px 128px;
}
.cedar .query_content .spinner {
	background-image:url('/images/spinner_animated.png');
}
.query_content .empty {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-125px;
	margin-top:-100px;
	width:250px;
	//height:200px;
	//border:1px solid #94c5e3;
	border-radius:8px;
	line-height:18px;
	font-size:16px;
	font-family:Helvetica;
	padding:16px;
	//box-shadow: 10px 10px 5px #888;
	word-wrap:break-word;
	white-space:normal;
	color:#a0a0a0;
	border: 1px solid #b0c4de;
	background-color: #f3f3f3;
}
