table.building{
	width: 760px;
}

table.building td.links{
	background-color: #000;
	padding: 5px 0px 5px 15px;
	font-size: 12px;
}

td.project{
	margin: 15px;
	border-top: 1px solid #606060;
	background-color: #000000;/*5B5B5B;*/
	color: #CDCDCD;
	background-image: url('/_file/image/g-bg-b.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.project a{
	color: #5F5F5F;
}

td.project:hover{
	background-color: #2F3035;
	background-image: url('/_file/image/g-bg-r.gif');
}

td.project .container{
	margin: 15px;
}

td.project .container .img-container{
	float: left;
}

td.project .container img{
	width: 330px;
	padding: 2px;
	border: 1px solid white;
}

td.project .header{
	border-bottom: 1px solid #FFD200;
	margin: 15px;
	margin-top: 10px;
	font-size: 12px;
}

td.project .details{
	float: right;
	width: 350px;
	border-left: 1px solid #FFD200;
	padding-left: 10px;
	font-size: 12px;
}

/*
td.project .details table{
	width: 100%;
	font-size: 12px;
}*/

td.project .details .label{
	color: #FFD200;
}

td.project .description{
	border-bottom: 1px solid #CDCDCD;
	float: right;
	width: 350px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

td.project .links{
	margin-left: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #CDCDCD;
	width: 450px;
	font-size: 12px;
}

td.project .links a{
	color: #5F5F5F;
	font-weight: bold;
}

div.project-bottom, div.project-top{
	height: 10px;
}
