#fig {
	width: 860px;
	height: 580px;
}

#footer {
	font: 9pt helvetica neue;
	padding-left: 40px;
	color: #666;
}

input {
	font: 9pt helvetica neue;
	background: none;
/*	border: none; 
	outline: 0;
*/	
}

#searchText {
	background-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	width: 180px;
}

hr {
	position: absolute;
	top: 650px;
}

address {	
	position: absolute;
	top:660px;
}

/* parameter control panel */
#params-container {
	font: 9pt helvetica neue;
	border-style:solid;
	border-width:medium;
	border-color:#FF0000;
	background: #f3f3f3;
	border: black;
	position:absolute;
	top: 73px;
	left: 500px;
	right:10px;
	width:400px;
	height: 475px;
}

/* visualization display panel */
#vis-container {
	background: white;
	position:absolute;
	left: 10px;
	right:10px;
	width:500px;
}

/* Work in progress indicator */
#loading {
	background-image:url('images/indicator.gif');	
	width: 16px;
	height: 16px;
}

/* TODO: DONT create a new line! */
#intervalSelect {
}