/**
 * grid.css
 */
table.grid {
   font-family: arial, tahoma, helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   border: 1px solid #EDEDED;
   border-width: 1px 1px 0px 1px;
}

table.grid tr {
   height: 21px;
}

.sg_hover {
   background: #eeeeee;
}

table.grid tr.header {
   background: #F9F9F9 url('/images/interface/grid3-hrow.gif') repeat-x scroll 0 bottom;
   border: none;
   height: 24px;
}

table.grid th {
   line-height:15px;
   vertical-align:middle;
   border-left:1px solid #eee;
   border-right:1px solid #d0d0d0;
   padding: 0px 2px 0px 2px;
}

table.grid th div {
   margin: 0px 4px 0px 4px;
}

table.grid td {
   border-bottom: 1px solid #EDEDED;
   __border-left: 1px solid #EDEDED;
   padding: 0px 2px 0px 3px;
   margin: 0px;
}

table.grid td div {
   margin: 0px 4px 0px 4px;
}

table.grid tr:hover {
   background-color: #F0F0F0;
}

table.grid tr.selected {
   background-color: #DDDDFF;
}

table.grid tr.no_records_row {
   color: gray;
}

td.number_cell {
   text-align: right;
}