/*
                      Inroads User Interface Grid Style Sheet

                        Written 2007-2012 by Randall Severy
                         Copyright 2007-2012 Inroads, LLC
*/

.aw-grid {
  font: menu;
  margin: 3px 3px 3px 3px;
}

.aw-item-text { vertical-align: top; }
.aw-mouseover-row { cursor: pointer }
.aw-column-0 {width: 20px; border-right: 1px dotted #ccc }

.sub_grid_div {
  position: absolute;
  left: 20;
  top: 20;
  z-index: 1000000;
}

.aw-popup-window .aw-items-selected { 
  color: highlighttext; 
  background: highlight; 
} 

.aw-grid-control .aw-alternate-even {
  background: #F0FFF0;
}
.aw-grid-control .aw-alternate-odd {
  background: #FFFAFA;
}
.aw-grid-control .aw-mouseover-row {
  background: #B0E0E6;
}
.aw-grid-control .aw-rows-selected {
  color: #000000;
  background: #CCCCCC;
}
#sub_grid {
  background: #EEEEEE;
  color: blue;
}

