/* CSS ccPortfolio Light theme */

#portfoliowrapper {
	margin:auto;
}

.portfolioDiv {
	margin-right:20px;
	margin-bottom:20px;
	padding:5px;
	float:left;
	border: 1px solid #ccc;
	background: url(background_white_silver.png) repeat-x bottom;
}

.portfolioTable td{
	font-size:11px;
}

.portfolioTable .labelCell{
	margin:0;
	padding:0;
}

.portfolioTable .valueCell{
	text-align:right;
	margin:0;
	padding:0;
}

.portfolioThumbnailCell {
	border-bottom: 1px #ccc dashed;
	padding-bottom:5px;
	vertical-align:top;
	height: 130px;
}

#portfolioTextDiv {
	
}

.clearer{
	clear:both;
}