 @charset "UTF-8";
/*
Custom local styles...
*/

#houseTable { border-collapse: collapse;}
#houseTable img {border: none;}
#houseTable th {text-align: center; color: #333;}
#houseTable th, #houseTable td {border: 1px solid #ccc;}
#houseInfo {
	float: left;
	width: 350px;
}
#houseData dl {
	margin: 0 0 10px 0;
}
#houseData dt {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	margin: 5px 0 5px 0;
	padding-bottom: 1px;
}
#houseData dd {
	/*display: inline;*/
	white-space: nowrap;
	padding: 0 30px 0 0;
	margin: 0;
}
#houseSidebar {
	float: left;
	padding: 10px;
	background: #eee;
}
#houseSidebar img {
	display: block;
	border: 1px solid #333;
	margin-bottom: 5px;
}
#houseFooter {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
.rowTint td {background-color: #eee;}
p.available {
	display: block;
	color: #297725;
	background: url(https://www.reed.edu/faculty_housing/assets/images/accept.gif) 0 50% no-repeat;
	padding-left: 20px;
}
p.unavailable {
	display: block;
	color: #f10000;
	background: url(https://www.reed.edu/faculty_housing/assets/images/cancel.gif) 0 50% no-repeat;
	padding-left: 20px;
}
/* Image and text fading - Temporarily disabled
tr.unavailable {
	color: #999;
}
tr.unavailable a {
	color: #c6a4a2;
}
tr.unavailable img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}*/