.dashboardGrid
{
  background: url('img/grid.gif');
  height: 100%;
}

#divBackground
{
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#dashboardGridView
{
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}

#imgUnLock { display: none; }

#divCommand
{
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#divCommand .ptl_delete:hover i { color: #fe4957; }
#divCommand .ptl_refresh:hover i { color: #578938; }
#divCommand .ptl_lock:hover i { color: #c7af2c; }
#divCommand .ptl_unlock:hover i { color: #c7af2c; }
#divCommand .ptl_forward:hover i { color: #1a55a4; }

.divCommandIcon
{
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  background-color: #f1f1f6;
  border: 1px solid #ccc;
  display:inline-block;
}

.divCommandIcon > i
{
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

#imgUnLock > .divCommandIcon { padding: 1px; }

#divGrid_H
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #FF6666;
  display: none;
}

#divGrid_V
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #FF6666;
  display: none;
}

#dashboardTop
{
  border: 1px solid #bbb;
  background-color: #E6E8EB;
  padding: 10px;
}

#dashboardBottom
{
  height: 100%;
  overflow: hidden;
  border: 1px solid #bbb;
}