a {
	text-decoration: none;
	color: black;
}
#finder_window {
	background-image: url(../images/finder/finder.png);
	background-repeat: no-repeat;
	height: 434px;
	width: 746px;
/* 	border: 1px solid black; */
	margin-left: 200px;
	margin-top: 60px;
}
#finder_title {
	color: black;
	font-family: "Lucida Grande";
	width: 150px;
	position: absolute;
	margin-left: 364px;
	margin-top: 2px;
	font-size: small;
}
#devices_list {
	background-image: url(../images/finder/devices.png);
	background-repeat: no-repeat;
	width: 80px;
	position: absolute;
	margin-left: 5px;
	margin-top: 60px;
	padding-top: 13px;
	padding-left: 20px;
	font-size: small;
}
#projects_list {
	position: absolute;
	margin-left: 140px;
	margin-top: 53px;
	width: 210px;
	height: 356px;
	padding-top: 2px;
	overflow-y: scroll;
	font-size: small;
}
#project_info {
	position: absolute;
	margin-left: 355px;
	margin-top: 53px;
	width: 390px;
	height: 355px;
	padding-top: 2px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* table for the information */
#info_table {
	width: 400px;
	margin-top: 5px;
	position: absolute;
	margin-left: -30px;
	font-size: small;
/* 	border: 1px solid black; */
}
#project_screen {
	height: 100px;
	vertical-align: center;
}
.info_title {
	text-align: right;
	width: 45%;
	color: #5F5E5F;
	vertical-align: top;
}
.info {
	text-align: left;
	width: 45%;
	vertical-align: top;
}
.info_spacer { width: 3%; }
.more_info { text-align: center; }
/* ------------------------ */