html, body{        
	    width: 100%;        /* make the body expand to fill the visible window */
	    height: 100%;
	    overflow: hidden;        /* erase window level scrollbars */
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
}


#topMenu {
	background: #660000;
	color: white;
	font-weight: bold;
}

td.label {
	font-weight: normal;
	text-align: right;
}


body .dojoFloatingPaneDragbar {
	background-color: #274383; 
}

#treePane, #listPane, #contentPane {
	background: beige;
	overflow: auto;
}


