@import url('text.css');

body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
#map_box
{
	position: relative;
	width: 75%;
	height: 100%;
}
#controls
{
	position: absolute;
	top: 50px;
	right: 10px;
	padding: 5px 0;
	width: 120px;
	display: block;
	text-align: center;
	border: 1px solid black;
	background: white;
    z-index: 10;
}
#controls a
{
    margin: 5px 0;
    display: block;
}
#controls fieldset
{
    margin: 5px;
    text-align: left;
}
#controls fieldset legend
{
    font-weight: bold;
}
#map
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#list_box
{
	position: absolute;
	left: 75%;
	top: 0;
	bottom: 0;
	right: 0;
    overflow: auto;
}
#list .team
{
    margin: 3px;
    border: 1px solid #999;
    padding: 5px;
    cursor: pointer;
    color: #000;
}
#list .team a
{
    float: right;
}
#list .team h4
{
    margin: 0 0 4px 0;
}
#list .team p
{
    margin: 0;
}
