div.guidance  {
	background-color:#EEEEEE;
	margin: 0px 50px 0px 50px ;
	padding: 5px;
}

/**
 * Portlet CSS - used for the drag and drop
 * of events.
 *
 */
#wpst_all_open
{
	display: none;
}

#wpst_container
{
	margin: 0 auto;
	width: 750px;
}

#wpst_controls
{
	float: right;
}

#wpst_footer
{
	clear: both;
	color: #443;
	border-top: 1px dashed #999;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5px;
	padding: 5px 0;
	text-align: center;
}

#wpst_footer a
{
	color: #443;
}

#wpst_header
{
	background: #999;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
}

#wpst_header a
{
	color: #fff;
}

#wpst_logo
{
	display: block;
	margin: 0 auto;
	width: 258px;
}

#wpst_logo img
{
	border-top: 5px solid #999;
	padding: 10px 0 5px;
}

#wpst_logo:hover img
{
	border-color: #543;
}

#wpst_3col_columns td
{
	padding: 0 5px;
	vertical-align: top;
	width: 240px;
}

#wpst_1col_columns td
{
	padding: 0 5px;
	vertical-align: top;
	width: 720px;
}

.wpst_3col_portlet
{
	background: #eee;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	cursor: move;
	margin: 0 0 10px;
	width: 238px;
}

.wpst_1col_portlet
{
	background: #eee;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	cursor: move;
	margin: 0 0 10px;
	width: 740px;
}

.wpst_portlet_topper
{
	background: #ccc;
	padding: 5px 10px;
}

.wpst_portlet_topper a
{
	color: #443;
	font-weight: bold;
}

.wpst_portlet_content
{
	border-top: 1px solid #999;
	padding: 10px;
}

.wpst_portlet_content p
{
	line-height: 150%;
	text-align: justify;
	font: 11px Arial, sans-serif;
}

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

.wpst_sort_placeholder
{
	background: #bba;
}

.wpst_toggle
{
	float: right;
}

