/*
* body
*/
body.managed {
	padding: 75px 0 0 0;
}
/*
* manage interface stuff
*/
div.manageInterface {
	z-index:1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #666;
	padding-left:30px;
	color: #ffffff;
}
div.manageInterface table {
	width: 700px;
}
div.manageInterface tr td {
	border-collapse: collapse;
	margin: 0;
	padding: 1px 0 0 0;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}
div.manageInterface tr td a {
	text-decoration: underline;
	color: #fff;
}
body.managed div.manageInterface{
	width: 100%;
	height: 75px;
}

@media screen
{
	body.managed>div.manageInterface
	{
		position: fixed;
	}
}
  
@media screen
{
	body.managed>div.manageInterface {
		position: fixed;
	}
}