﻿.portfolio_container
{
	empty-cells:show;
}

.portfolio_container .title
{
	color: #9e142f;
	font-weight: bold;
	font-size: 12px;
}

.portfolio_container .background
{
	background-color: White;
}

.portfolio_container .background_border
{
	background-color: White;
	border: solid 1px #cccccc;
	padding: 3px;
}

.portfolio_container .background_header
{
	background-color: White;
	height: 8px;
}

.portfolio_container .left_corner
{
	background: url(left.corner.gif);
	width: 8px;
	height: 8px;
}

.portfolio_container .right_corner
{
	background: url(right.corner.gif);
	width: 8px;
	height: 8px;
}

.portfolio_container .left_bottom_corner
{
	background: url(left.bottom.corner.gif);
	width: 8px;
	height: 8px;
}

.portfolio_container .right_bottom_corner
{
	background: url(right.bottom.corner.gif);
	width: 8px;
	height: 8px;
}