div{text-align:left;}
.room_label{
	position:absolute; 
	margin:20px 0 0 15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.door{
	float:left;
	width:203px; 
	height:250px; 
	background-color:#416D70; 
	background-image:url(/images/door.gif); 
	background-repeat:no-repeat;
	z-index:99;
}
.floorplan_img, .floorplan_img2{
	background-color:#405219;
	cursor: pointer;
}
#floorplan_box{
	width:407px;
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	position:absolute;
}
#floorplan_right{
	width:190px;
	float:left;
	margin:0;
}
#floorplan_right img{
	margin:0 0 25px 0;
}
#floorplan_list{
	width:407px;
	padding:10px;
}
#floorplan_desc{
	padding:10px;
	text-align:left;
}

#eh1 div.room_label, #eh6 div.room_label, #eh12 div.room_label, #eh13 div.room_label{margin-top:75px;}
#eh17 div.room_label{margin-left:8px;}

a.liftlight, a.liftlight:visited{
	display:block;
	height:37px;
	width:36px;
	float:right;
	margin-bottom:5px;
}
#uplink,#uplink:visited{background-image:url(/images/lightup0.gif); background-repeat:no-repeat;}
#uplink:hover,#uplink:active{background-image:url(/images/lightup1.gif); background-repeat:no-repeat;}
#downlink,#downlink:visited{background-image:url(/images/lightdown0.gif); background-repeat:no-repeat;}
#downlink:hover,#downlink:active{background-image:url(/images/lightdown1.gif); background-repeat:no-repeat;}

.roomcell{
	border-bottom:1px solid #ffffff;
	line-height:20px;
	height:20px;
	cursor:pointer;
}

td.roomhead{
	border-bottom:1px solid #38666C;
	padding-bottom:15px;
	padding:0;
}
