@charset "ISO-8859-1";

html, body {
 width: auto;
 height: auto;
}

body { 
 font-family: Helvetica, Arial, sans-serif;
 font-size: .9em; 
 font-style: normal; 
 font-weight: normal; 
 background-color: #ffffff;
 color: #000000;
}

hr { 
 width: 100%; 
 height: .1em;
}

table.fullwidth {
 width: 100%;
}

table.auto {
 margin-left: auto;
 margin-right: auto;
 width: auto;
}

tr.evnrow { 
 background: #f8fafb none;
}
	
tr.oddrow {
 background: #e7eff2 none;
}
	
tr.bigevt {
 background: #f8e4e4 none;
}

tr.bigevt td.mag {
 font-weight: bold;
}
	
tr.xxlevt {
 background: #f8c8c8 none;
}

tr.xxlevt td.mag {
 font-weight: bold;
 color: red;
}

th {
 font-weight: bold; 
 text-align: center;
 background-color: #e7eff2;
}

td {
 empty-cells: show; 
 text-align: left;
 font-weight: normal;
}

td.typeA  {
 text-align: center; 
 color: red;
}
	
td.typeM  {
 text-align: center; 
 color: green;
}
	
td.depth  {
 text-align: right; 
 padding-right: 0.6em;
}
	
td.mag {
 text-align: center;
}

div.olControlMousePosition { font-family: inherit !important;
                             font-size: inherit !important; }

span.to {
 padding-left: .3em;
 padding-right: .3em;
}

div.head {
 background-color: #4382b5;
 color: #fff6f4;
}

#timestamp {
 font-weight: bold;
}

#left {
 width: 33%;
 position: absolute;
}

#right {
 margin-left: 33%;
 width: 66%;
 position: absolute;
}

#content {
 text-align: center;
 margin: auto;
 display: table;
}

#legend {
 font-size: .8em;
 margin-top: .5em;
}

.toggle {
 display: none;
}

.formelem {
 margin: .15em;
}

.bold {
 font-weight: bold;
}

.module {
 font-weight: bold; 
 padding: .5em;
 margin: .5em;
 background-color: #fff6f4;
}

.module #stalist {
 overflow: auto;
}

.minmax {
 position: absolute;
 right: 1em;
}

.minmaxclearbutton {
 width: 2em;
}

.tiny {
 font-weight: normal;
 font-size: .7em;
}

.button {
 text-align: center;
}

.button > input {
 font-weight: bold;
}

.strong, .strong > input {
 color: #ff0000;
 font-weight: bold;
}

.wait, .wait * { 
 cursor: wait !important;
}

.indent {
 margin-left: 2em;
}

.normal {
 font-weight: normal;
}

