table.form td.left {
	text-align: left;
}
img.instructionthumb {
	border: 1px solid black;
}
p.new {
	color: green;
}
p.deleted {
	color: red;
}

form.marginbottom {
	margin: 0px 0px 10px 0px;
}
form.margintop {
	margin: 20px 0px 0px 0px;
}
div.msgBox {
	margin-left: 20%;
	width: 60%;
}
div.msgBox div {
	margin-top: 20px; 
	padding: 0 .7em;
	height: 25px;
}
div.msgBox p {
	padding: 4px 0px 0px 0px;
}
div.msgBox p span {
	float: left;
	margin-right: .3em;
}
div.list {
	width: 400px;
	margin: 0px 0px 0px 205px;
}
div.list div.listheader {
	background-color: #F96000; /* Lego-color: orange */
	background-image: url("../images/Bar_bg.png");
	background-repeat: repeat-x;
	border: 1px solid black;
	height: 23px;
}
div.listheader p {
	clear: right;
	float: left;
	font-weight: bold;
	padding: 2px 0px 0px 15px;
	text-align: left;
}
div.list p.active {
	color: green;
}
div.list p.notactive {
	color: red;
}
div.listheader span.icon, div.item span.icons {
	clear: right;
	float: right;
	padding: 3px 5px 0px 0px;
	text-align: right;
}
div.list div.item {
	background-color: white; 
	border: 1px solid black;
	border-top: 0px;
	height: 23px;
}
div.item p {
	clear: right;
	float: left;
	padding: 3px 0px 3px 8px;
	text-align: left;
}
p.foldername {
	padding: 0px 0px 5px 0px;
}
p.foldername span.foldername {
	font-weight: bold;
}
