html {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.2;
    height: 100%;
}

body {
	margin: 1em;
    height: 100%;
}

.intro-text {
	max-width: 800px;
	margin-bottom: 50px;
}

#person-finder {
	float: left;
	width: 450px;
}

.typeahead {
    background-color: #fff;
}

.typeahead, .tt-query {
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
    text-align: left;
    max-height: 300px;
	overflow-y: auto;
}

#person-finder .typeahead-header {
	margin: 0 20px 5px 20px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}

.tt-dataset-suggested-kb-persons {
	margin-top: 15px;
}

.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

.empty-message {
	padding-left: 1em;
}

#tooltip {
	float: left;
	width: 50%;
	font-size: 12pt;
}

.tooltip-line {
	display: block;
	padding-bottom: 5px;
}

#map_canvas {
	/*height: 400px;
	width: 587px;*/
	height: 300px;
	width: 400px;
	display: none;
}

#add-button {
	float: left;
	width: 125px;
	background-color: #99CCFF;
	display: none;
	text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    outline: medium none;
    padding: 8px 12px;
    margin-top: 6px;
}

#add-button.highlight {
    background-color: #3399FF;
    cursor: pointer;
	cursor: hand;
}

#add-success {
	float: left;
	width: 125px;
	background-color: #FFFF99;
	display: none;
	text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    outline: medium none;
    padding: 8px 12px;
    margin-top: 6px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
   	display: none;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

#overlay-content {
    position: relative;
	margin: 100px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 8px;
	z-index: 100000;
	overflow: auto;
	display: table;
	min-width: 1100px;
}

#overlay-content td {
	padding: 10px;
}

.form {
	float: left;
}

#map_clickable_canvas {
	height: 400px;
	width: 587px;
}

#close-button {
	margin-top: -70px;
	float: right;
	font-size: 24px;
	font-weight: bold;
}

#close-button:hover {
	cursor: pointer;
	cursor: hand;
}

.pre-footer {
	clear: both;
	margin-top: 450px;
}