﻿/* Grid */
.GridHeaderStyle { color: #c0c0c0; text-align: left; }
.GridHeaderStyle a { color: #c0c0c0; text-align: left; text-decoration: none; font-weight: normal; padding-right: 4px; }
.GridHeaderStyle a:hover { color: #800000; text-decoration: undeline; }
.GridHeaderStyle th { text-align: left; border-bottom: solid 1px #c0c0c0; }

.GridRowStyle td { border-bottom: solid 1px #dddddd; }
.GridRowStyle a { color: #000000; text-decoration: none; font-weight: normal; padding-right: 4px; }
.GridRowStyle a:hover { color: #800000; text-decoration: undeline; }

.GridSelectedRowStyle td { background: #800000; border-bottom: solid 1px #dddddd; }
.GridSelectedRowStyle a { background: #800000; color: #000000; text-decoration: none; font-weight: normal; padding-right: 4px; }
.GridSelectedRowStyle a:hover { background: #800000; color: #cc9900; text-decoration: undeline; }
