table, table tr, table tr td {
	border: 0;
	margin: 0;
	padding: 0;
}
table tr td.col1 {
	padding-right: 1em;
}
table tr td {
	padding-bottom: 1.5em;
	overflow: hidden;
	width: 50%;
	vertical-align: top;
}

table tr td img,
div.blurb {
	margin-bottom: 0.5em;
}

div.client-name {
	color: #e67701;
	font-size: 1.1em;
	font-weight: bold;
}
div.client-name em {
	color: #6e6e6e;
	font-size: 0.9em;
	font-weight: normal;
}
div.client-name a:link,
div.client-name a:visited,
div.client-name a:active {
	color: #e67701 !important;
	text-decoration: none !important;
}


/* New layout rules. */
div.portfolio-client {
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #869891;
}
div.client-logo {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
span.blurb {
	margin-bottom: 0.5em;
}

span.client-name /*, span.blurb */, span.location {margin-right: 0.5em;}
/* span.website {margin-left: 0.5em;} */

span.client-name {
	font-size: 1.1em;
	font-weight: bold;
}
span.client-name,
span.client-name a:link,
span.client-name a:visited,
span.client-name a:active {
	color: #6e6e6e !important;
	text-decoration: none !important;
}
span.client-name em {
	color: #6e6e6e;
	font-size: 0.9em;
	font-weight: normal;
}
span.website {font-style: italic;}
span.website a:link, span.website a:visited, span.website a:hover {font-style: normal;}


dl.hidelogo {
	background-image: none;
}
dl.hidelogo dt {
	background-image: none;
	display: none;
	padding: 0;
}
dl.hidelogo dd {
	background-image: none;
	margin: 0;
	padding: 0;
}

dl.expanded {
	background: url(../gifs/portfolio-boxbg.gif) repeat-y top left;
}
dl.expanded dt {
	background: url(../gifs/portfolio-box-top.gif) no-repeat top left;
	padding: 5px 10px 0 10px;
}
dl.expanded dt img {
	border: 0;
}
dl.expanded dd {
	background: url(../gifs/portfolio-box-bottom.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.showlogo {
	float: right;
	font: 1.5em/1.5em monospace;
	margin: 0.75em;
	margin-right: 1em;
}
.showlogo a:link,
.showlogo a:visited {
	border: #aaa solid 1px;
	color: #aaa !important;
	padding: 0 0.25em;
	text-decoration: none !important;
}

/* WinIE adjustment(s) */
* html .showlogo {
	margin-right: 0.6em;
}
* html .col1 .showlogo {
	margin-right: 0.25em;
}