.foo {}
.LightGridView .AspNet-GridView {width:100%;}
.AspNet-GridView input[type=image] {vertical-align:-3px; margin:0 !important;}
.LightGridView .AspNet-GridView div.AspNet-GridView-Pagination {padding:8px; font-size:8pt;}
.LightGridView .AspNet-GridView table tbody tr td {padding:5px; text-align:left;}
.NormalGridView .AspNet-GridView {width:100%; margin-top:10px;}
.NormalGridView .AspNet-GridView table {width:100%;}
.NormalGridView .AspNet-GridView div.AspNet-GridView-Empty {padding:30px 0 50px 0; font-size:10pt; text-align:center; border-radius:2px; color:#777;}
.NormalGridView .AspNet-GridView div.AspNet-GridView-Pagination {margin:30px 0; font-size:11px; text-align:center; white-space:nowrap; cursor:default; line-height:23px; color:#313131;}
.NormalGridView .AspNet-GridView div.AspNet-GridView-Pagination a, .NormalGridView .AspNet-GridView div.AspNet-GridView-Pagination span {display:inline-block; width:26px; height:24px;border:1px solid #e6e6e6; cursor:pointer; margin:0 2px; border-radius:1px;}
.NormalGridView .AspNet-GridView div.AspNet-GridView-Pagination span {font-weight:600; color:#222; border:none;}
.NormalGridView .AspNet-GridView table thead tr th {color:#333; background-color:#f5f5f5; border-color:#ddd; text-align:left; font-size:13px; font-weight:300; border-bottom:1px solid #ddd;}
.NormalGridView .AspNet-GridView table thead tr th span {white-space:nowrap;}
.NormalGridView .AspNet-GridView table thead tr th a {width:100%; display:inline-block; text-transform:uppercase; padding:10px 5px; color:#333;}
.NormalGridView .AspNet-GridView table thead tr th.AspNet-GridView-Sort {font-weight:600;}
.NormalGridView .AspNet-GridView table tbody tr td {font-weight:300; font-size:14px; color:#444; text-align:left; padding:10px 5px; border-bottom:solid 1px #ddd; /*white-space:nowrap;*/}
.NormalGridView .AspNet-GridView table tbody tr td a {display:inline-block;}
.NormalGridView .AspNet-GridView table tbody tr td a:hover {color:#A6D6FF; text-decoration:none;}
.NormalGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {background:#f9f9f9;}
.NormalGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td {}
.NormalGridView .AspNet-GridView table tfoot tr td {}

/* new */
table.filemanager td {padding:0 !important;}

/* not modified */
.NormalGridView .AspNet-GridView table thead.Centered th{text-align: center;}
.NormalGridView .AspNet-GridView table tr.Centered td{text-align: center;}
.NormalGridView .AspNet-GridView table thead tr.Narrow th{padding-top: 3px; padding-bottom: 3px; font-weight: normal;}
.SelectedRow TD{background-color: #e7f2ff!important;}
.RadioButtonsGridView AspNet-GridView{width: 100%;}
.RadioButtonsGridView .AspNet-GridView table{width: 100%;}
.RadioButtonsGridView .AspNet-GridView table tbody tr td{font-size: 9pt; color: #333333; background: White; padding: 5px; text-align: left; white-space: nowrap;}
.RadioButtonsGridView .AspNet-GridView table tbody tr td.RadioButtonColumn{padding-right: 25px; padding-left: 10px!important;}
.RadioButtonsGridView .AspNet-GridView table thead tr th{clear: both; background: #f5f5f5; padding: 4px; border-top: solid 1px #CCCCCC; font-size: 9pt; color: #333333; text-align: left; white-space: nowrap;}

/* fixed */
.FixedGrid table { table-layout: fixed; }
.FixedGrid table tbody tr td {word-wrap:break-word;}
