body, td, th, input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
//	border: none;
	border-collapse: collapse;
}

table.folder {
}
table.folder td.caption {
	border: solid 3px silver;
	background-color: silver;
	width: 30%;
}
table.folder td.captionSpace {
	border-bottom: solid 3px silver;
}
table.folder td.surface {
	border: solid 3px silver;
}

table.columnContainer {
	height: 200px;
	border: none;
}

table.bottom {
	height: 200px;
	padding: 0px;
	margin: 0px;
	vetical-align: bottom;
//	border: none;
	border-color: window;
}

td.white {
	width: 1px !important;
}
td.fill {
	width: 1px !important;
	background-color: blue;
}
td.attention {
	width: 1px;
	background-color: yellow;
}
td.overload {
	width: 1px;
	background-color: red;
}
td.midnight {
	width: 1px;
	background-color: silver;
}

table.loadTable {
	border: 1px solid silver;
}
table.loadTable td,
table.loadTable th {
	border: 1px solid silver;
}
table.loadTable td td {
	border: none;
}

form {
	display: inline;
}
