﻿#trhmgPHY_locmap_specList,
#trhmgPHY_locmap_pracList {
	width: 49%;
	height: 200px;
	overflow-y: scroll;
}

#trhmgPHY_locmap_specList { float: left;  }
#trhmgPHY_locmap_pracList { float: right; }
#trhmgPHY_locmap_map      { clear: both;  }

#trhmgPHY_locmap_map li,
#trhmgPHY_locmap_specList li,
#trhmgPHY_locmap_pracList li {
	text-decoration: underline;
	cursor: pointer;
	color: #015289;
}


#trhmgPHY_locmap_map {
	width: 100%;
	height: 500px;
}

li.selected { font-weight: bold; }

.geo { display: none; }
