#all_open
{
	display: none;
}
#controls
{
	float: right;
}

#columns td
{
	padding: 0 5px;
	vertical-align: top;
	width: 175px;
}

.portlet
{
	background: #fff;
	border-color: #ccc #ccc #ccc #ccc;
	border-style: solid;
	border-width: 1px;
	cursor: move;
	margin: 0 0 10px;
	width: 175px;
}

.portlet_topper
{
	background: #eee;
	padding: 3px 5px;
}

.portlet_topper a
{
	color: #333;
	font-weight: bold;
}

.portlet_content
{
	border-top: 1px solid #998;
	padding: 10px;
}

.portlet_content p
{
	line-height: 150%;
	text-align: justify;
}

.portlet_bottom
{
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 5px;
}

.sort_placeholder
{
	background: #bba;
}