html, body { width: 100%; height: 100%; cursor: defaut; }
html, body, div {
	margin: 0px; padding: 0px; border-width: 0px;
	outline-width: 0px; text-align: left;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html, body, div, span, a, a:visited {
	font-family: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; background-color: black; color: white;
}
.bold { font-weight: bold; }
.up { color: white; text-shadow: 1px 1px 2px black; background-color: #00ff00; opacity: 1; }
.down { color: yellow; text-shadow: 1px 1px 2px black; background-color: #ff0000; opacity: 1; }
.inactive { opacity: 0.8; }
a, a:visited { font-size: 20px; color: gray; text-decoration: none; } a:hover { cursor: pointer; }
#header, #footer {
	position: fixed; overflow: hidden; z-index: 2;
	width:100%; margin: 0 auto; left:0; padding:0;
	display: block; font-weight: bold;
}
#header { top:0; background-color: #2B2B2B; border-bottom: 1px solid gray; }
#footer { bottom:0; background-color: #2B2B2B; border-top: 1px solid gray; }
#header div { padding: 5px; } #header .right { float: right; }
#footer div { padding: 5px; text-align: center; }
#footer a, #footer a:visited { font-size: 16px; }
#content { padding: 48px 8px; height: auto; }

#assetManager { position:absolute; top:0; left: 0; z-index: 999; width: 100%; height:100%; margin: 0; padding: 0; }
#assetManagerList { width: auto; margin: 0; padding: 0; }
.group, .item { white-space: nowrap; clear: both; }
.itemActions { display: block; float: right; white-space: nowrap; }
.manageMenuBar { padding: 10px; } .manageMenuBar span.big a { font-size: 25px; margin-left: 20px; }
