div#dashboard-wrapper
{
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 26px;
	background-color: #FFFFFF;
	padding-top: 5px;
	font-size: 1.2em;
}

div#dashboard
{
	border-top: 5px solid #4F4F4F;
	padding-left: 41px;
}

div#dashboard-userbar
{
	float: right;
}

a.dashboard-button, span.dashboard-button-disabled
{
	display: block;
	color: #AAAAAA;
	text-align: left;
	padding: 2px 14px 0 0;
	margin-right: 12px;
	float: left;
}

a.dashboard-button:hover
{
	color: #242424;
}

div.dashboard-menu
{
	display: none;
	position: fixed;
	z-index: 9000;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border-top: 2px solid #4F4F4F;
	border-right: 2px solid #4F4F4F;
	border-left: 2px solid #4F4F4F;
	padding: 0px 10px 5px 10px;
	max-width: 300px;
	overflow: auto;
	max-height: 450px;
	line-height: 2.5em;
}

div#lightbox-list
{
	overflow: auto;
	max-height: 180px;
}

div.dashboard-close
{
	padding-left: 20px;
	float: right;
	cursor: pointer;
}

div.dashboard-header
{
	background-color: #E2E2E2;
	font-weight: bold;
	margin: 0px -10px 3px -10px;
	padding: 0px 10px 0px 10px;
}