body {
   position:relative;
   margin:0;
}

#imgUtilities {
   position:absolute;
   top:5px;
   left:5px;
}

#divHeader {
   position:absolute;
   top:50px;
   left:125px;
}

#divBody {
   position:relative;
   margin:0;
}

#divBody div {
   position:absolute;
}

div.element {
	border:solid 1px;
	vertical-align:top;
   background-repeat:no-repeat;
   background-size:cover;
   --background-attachment: fixed;
   --background-position: center; 

}

div.element1 {
   --color:DarkRed;
   color:Black;
   font-weight:bold;
}

span.number {
   font-size:10px;
   padding:5px;
}

div.symbol {
   width:100%;
   text-align:center;
   margin-top:10px;
   font-size:16px;
}

.header {
   font-size:10px;
   text-align:center;
}

.grp-header {border-left:solid 1px;}
.pd-header  {border-top:solid 1px;}

.norm-font   {color:White;}
.norm-border {border-color:White;}

.dock-font   {color:Black;}
.dock-border {border-color:DarkRed;}

.hilite {
   background-color:darkred;
   z-index:1000;
}

.set-format {
   font-size:11px;
   padding-bottom:2px;
   cursor:pointer;
}

.current {border-bottom:dotted 1px white;}

