*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#all_open
{
	display: none;
}

body
{
	background: #ccb;
	color: #555;
	font: 11px Arial, sans-serif;
}

#container
{
	margin: 0 auto;
	padding: 0px;
	width: 790px;
	color: #555;
	font: 11px Arial, sans-serif;
}

#controls
{
	float: right;
}

#header
{
	margin: 0 0 10px;
	padding: 5px 10px;
}

#header a
{
	color: #dddddd;
}

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

.portlet
{
	background: #000000;
	margin: 0 0 10px;
	width: 385px;
}

.portlet_topper
{
	cursor: move;
	padding: 2px;
	padding-right: 5px;
	height: 16px;
	font-weight: bold;
}

.portlet_topper a
{
	color: #bbbbbb;
	font-weight: bold;
	text-decoration: none;
}

.portlet_content
{
	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: #000000;
	border: dashed 1px #666666;
}