#dataExplorer{
	width: 800px;
	margin-left: -400px;
	font-size: .9em;
	}

#dataExplorer div.modalcontent{
	padding: 0;
}

#dataExplorer div.choices {
	width: 200px;
	float: left;
	background: #003150;
	height: 440px;
	margin-right: 10px;
}

#dataExplorer div.choices div.title {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	color: #fff;
	font-size: 1.1em;
}

#dataExplorer div.choices div.choice {
	font-size: .85em;
	color: #777;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
}



#dataExplorer div.choices div.hover {
	color: #fff;
	background: #003150;
}

#dataExplorer div.choices div.selected {
	color: #777;
	background: #fff;
	cursor: text;
}

#dataExplorer div.clarification {
	font-size: .7em;
	padding-right: 40px;
	text-align: right;
}

div.modalStripe span.jqmClose {
	top: -20px;
	right: 0;
	font-size: 1.3em;
	font-weight: normal;
	opacity: 0.8;
}
