
/* Projects */

p.tmpProjectTitle {
	margin-bottom: 0;
	text-transform: none;
}
TABLE.cmsImgBorder IMG.cmsImgBorder {
	border: 1px solid #723C2C;
}

/* Project Table */

div.tmpProjectList {
	border: 1px solid #C1A9A2;
	background-color: #E9E1DE;
	margin-top: 2em;
	line-height: normal;
	clear: both;
}
div.tmpProjectList div.tmpHeader {
	text-transform: uppercase;
	font-weight: bold;
}
div.tmpProjectList span {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
div.tmpProjectList span.tmpIcon {
	width: 24px;
	height: 24px;
}
div.tmpProjectList a span.tmpIcon {
	width: 24px;
	height: 24px;
	background-image: url(/global/images/showcase.png);
}
div.tmpProjectList span.tmpName {
	width: 175px;
	padding: 5px;
}
div.tmpProjectList span.tmpOwner {
	width: 115px;
	padding: 5px;
}
div.tmpProjectList span.tmpArchitect {
	width: 115px;
	padding: 5px;
}
div.tmpProjectList span.tmpLocation {
	width: 125px;
	padding: 5px;
}
div.tmpProjectList a {
	display: block;
	text-decoration: none;
}
div.tmpProjectList a * {
	cursor: pointer;
	_cursor: hand;
}
div.tmpProjectList .tmpLight {
	background-color: #F4F0EF;
}
div.tmpProjectList a:hover {
	background-color: #C1A9A2;
	color: White;
}

/* Project Details */

div#LargePhoto {
	width: 556px;
	height: 385px;
	background-position: center center;
	overflow: hidden;
	margin-bottom: 12px;
}
div.tmpSmallPhoto {
	width: 130px;
	height: 90px;
	background-position: center center;
	overflow: hidden;
}
table.tmpSmallPhotos div, table.tmpSmallPhotos a {
	display: block;
	width: 130px;
	height: 90px;
	overflow: hidden;
	background-position: center center;
}

/* New Project List */

div.tmpNewProjectList {
	clear: both;
}
div.tmpNewProjectList table {
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
div.tmpNewProjectList table td {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.tmpNewProjectList table td.tmpThumb a {
	display: block;
	width: 130px;
	height: 90px;
}
div.tmpNewProjectList table td.tmpText {
	padding-left: 15px;
	width: 100%;
}
div.tmpNewProjectList {
}

