div#gridDisplay {
   position: relative;
}

div#gridDisplay div.process {
   position: absolute;
   width:15px;
   height:10px;
}

div.divLink {
   text-decoration: underline;
   
}

a {
  color: black; 
}

/*
This is for the header
*/
div.overlay{
   position: absolute;
   z-index: 10;
   border: black thin solid;
   background: blue;
   width: 550px;
   text-align: center;
   left: 310px;
}

div#hd {
   top: 0;
   font-size: 15px;
   height: 50px;
}
div#hd h1 {
   font-size: 20px;
}

div#hd div#controlButtons{
   float:left;
   padding:10px;
}

div#ft {
   bottom: 0;
   font-size: 10px;
   height: 30px;
}

div#gridContainer {
   height: 100%; 
   border: 1px solid black;
      
}

div#panelLayout { 
   height: 100%;
   }

#yui-main .yui-b {
   margin-left: 2em !important;
}

div#pause {
   display:none;
}

div#about ul {
   padding-left:10px;
   }
div#about ol {
   padding-left:12px;
   }
div#about ul li{
   list-style-type: circle;
   list-style-position: outside;
   }
div#about ol li{
   list-style-type: decimal;
   list-style-position: outside;
}
   