body { margin: 0px; padding: 0px; text-align: center; font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; background-color: #eef; color: #001; font-size: 10pt; /* we've avoided Tantek Hacks so far, ** but we can't avoid using the non-w3c method of ** box rendering. (and therefore one of mozilla's ** proprietry -moz properties (which hopefully they'll ** drop soon). */ -moz-box-sizing: border-box; box-sizing: border-box; } div { -moz-box-sizing: border-box; box-sizing: border-box; } label { margin: 0px 4px; padding: 1px 10px 2px 0px; float: left; width: 120px; height: 28px; font-weight: normal; text-align: right; font-size: 8pt; font-style: italic; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 120%; } h4 { font-size: 11pt; font-weight: bold !important; color: #001; text-align: center; border: 1px solid #225; margin: 5px 0 15px 0; padding: 5px 10px; background: #b4c8ff url(images/tabletitlelight.png) repeat-x; text-transform: uppercase; text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9); letter-spacing: 0.08em; -moz-box-shadow: inset 0px 0px 4px 0px #bbf; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; } a { text-decoration: none; } form { margin: 0px; } textarea, input, select, button, a { -moz-box-sizing: border-box; box-sizing: border-box; font-size: 9pt; float: left; vertical-align: middle; } button { float: none; } textarea { border: 1px solid #9999ff; } br { clear: left; } div.statusNotRunning { float: left; width: 72px; height: 24px; overflow: hidden; color: #d00; background: url('images/console_status_stopped.png') 0 0 no-repeat; padding-top: 24px; margin-top: 4px; } div.statusRunning { float: left; width: 72px; height: 24px; overflow: hidden; color: #0b0; background: url('images/console_status_running.png') 0 0 no-repeat; padding-top: 24px; margin-top: 4px; } div.statusStarting { float: left; width: 72px; height: 24px; overflow: hidden; color: #339933; background: url('images/console_status_starting.png') 0 0 no-repeat; padding-top: 24px; margin-top: 4px; } hr { display: none; } .separator, .subdivider { clear: both; height: 1px; margin: 1px 0px 1px 0px; border-bottom: 1px solid #225; /* display: none; */ } .subdivider { border-bottom: 1px solid #225; padding: 5px 0px 0px 0px; } .freetext { width: 150px; height: 24px; border: 1px solid #eef; padding: 2px; margin: 4px 0 2px 0px; font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-weight: bold; background: #001; color: #fff; -moz-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; /* -moz-box-shadow: inset 0px -1px 1px 0px #fff; */ } .control { margin: 4px 0 0 4px !important; padding: 2px; overflow: hidden; /* height: 22px; */ min-width: 60px; font-weight: bold; background-color: #bbbbff; color: black; border: 1px outset #ddddc0; text-align: center; white-space: nowrap; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; margin-top: 8px; background: url(images/tabletitlelight.png) 0 0 repeat: x !important; } .control:active { border: 1px inset; background-color: #003; color: #ff6600; } .control:hover { border: 1px solid #eeeeff; background-color: #f60; color: #fff !important; } .panel { width: 800px; margin: 16px auto 16px auto; overflow: hidden; text-align: left !important; font-size: 7pt; background-color: #fff; background: url(images/lightbluetile.png); -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; border: 1px solid #002; padding: 10px 20px; } .panel .footer { float: right; padding: 4px; } .toolbox { float: right; } .rowItem { width: 750px; float: left; margin: 0px; } .comment { font-weight: bold; display: block; padding: 2px 10px 0 20px; text-align: left; } .text { height: 24px; width: 150px; padding: 0 0 0 2px; float: left; margin: 0; font-size: 9pt !important; font-weight: bold; } .accessKey { text-decoration: underline; } #globalOperationsPanel { background-color: #ddddff; border: 1px solid #f22; -moz-box-shadow: inset 0px 0px 4px 0px #f00; padding: 5px 20px 11px 10px; } #globalOperationsPanel .control { min-width: 120px; } .header { -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; } select { background-color: #001; color: #eef; margin: 4px; font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif; font-weight: bold; border: 1px solid #99f; padding: 2px; min-width: 270px; font-size: 8pt; max-height: 24px; }