/* $Id: debug.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

body.show-grid .container-16 {
  background-image: url(../../images/16_col.html);
}
body.show-grid .container-12 {
  background-image: url(../../images/12_col.html);
}

body.show-grid .grid-1:hover,
body.show-grid .grid-2:hover,
body.show-grid .grid-3:hover,
body.show-grid .grid-4:hover,
body.show-grid .grid-5:hover,
body.show-grid .grid-6:hover,
body.show-grid .grid-7:hover,
body.show-grid .grid-8:hover,
body.show-grid .grid-9:hover,
body.show-grid .grid-10:hover,
body.show-grid .grid-11:hover,
body.show-grid .grid-12:hover,
body.show-grid .grid-13:hover,
body.show-grid .grid-14:hover,
body.show-grid .grid-15:hover,
body.show-grid .grid-16:hover {
  background-color: rgba(0, 255, 255, .2);
  background-repeat: no-repeat;
  background-position: top right;
  outline: 1px solid #d66;
}

body.show-grid .grid-1:hover {
  background-image: url(../../images/grid_count/1.html);
}
body.show-grid .grid-2:hover {
  background-image: url(../../images/grid_count/2.html);
}
body.show-grid .grid-3:hover {
  background-image: url(../../images/grid_count/3.html);
}
body.show-grid .grid-4:hover {
  background-image: url(../../images/grid_count/4.html);
}
body.show-grid .grid-5:hover {
  background-image: url(../../images/grid_count/5.html);
}
body.show-grid .grid-6:hover {
  background-image: url(../../images/grid_count/6.html);
}
body.show-grid .grid-7:hover {
  background-image: url(../../images/grid_count/7.html);
}
body.show-grid .grid-8:hover {
  background-image: url(../../images/grid_count/8.html);
}
body.show-grid .grid-9:hover {
  background-image: url(../../images/grid_count/9.html);
}
body.show-grid .grid-10:hover {
  background-image: url(../../images/grid_count/10.html);
}
body.show-grid .grid-11:hover {
  background-image: url(../../images/grid_count/11.html);
}
body.show-grid .grid-12:hover {
  background-image: url(../../images/grid_count/12.html);
}
body.show-grid .grid-13:hover {
  background-image: url(../../images/grid_count/13.html);
}
body.show-grid .grid-14:hover {
  background-image: url(../../images/grid_count/14.html);
}
body.show-grid .grid-15:hover {
  background-image: url(../../images/grid_count/15.html);
}
body.show-grid .grid-16:hover {
  background-image: url(../../images/grid_count/16.html);
}
