/*------------------------------------------\
|                                           |
| Copyright © Epic Systems Corporation 2014 |
|                                           |
+-------------------------------------------+
|             Table of Contents             |
+-------------------------------------------+
| TriGrid Classes:                          |
+-------------------------------------------+
| triGridTable: <table>                     |
| triGridRow: <tr>                          |
| triGridCell: <td> not selected            |
| triGridCellSelected: <td> selected        |
| triGridShowText: selected text            |
| triGridHideText; hidden text              |
\------------------------------------------*/

.triGridTable {
}

.triGridRow{
}

.triGridCellSelected, .triGridCell {
  padding: 7px 6px 6px 6px;
}

.triGridCellSelected {
  background-color: #E1E1E1;
}
.triGridCell {
}

.triGridRow, .triGridShowText, .triGridHideText{
  font: bold 90% arial, helvetica, sans-serif;
}
.triGridHideText {
  color: #E7EDF3;
}