﻿ 
.colMore {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colMoreLink{
    cursor: pointer;
    color: #1261de;
    text-decoration: underline;
}
table th, table td
{
    white-space: nowrap;
    padding: 0.5em;
    font-size: 13px; 
}

table th {
    background-color: #eee;
    background-image: linear-gradient(to top, rgba(100,100,100,0.2) 0%, rgba(255,255,255,0.2) 100%);
}

/*.imgGrid{
     width: 60px;
     height: 80px;
}

.overflowContainer TABLE {
    background-image: linear-gradient(to right, rgba(180,180,180,0.2) 0%, rgba(255,255,255,0.1) 100%);
}*/

.tblStyle1 table th, table td {
    white-space: nowrap;
    padding: 2px;
    font-size: 13px;
}

.tblStyle1 table th {
    background-color: #eee;
    background-image: linear-gradient(to top, rgba(100,100,100,0.2) 0%, rgba(255,255,255,0.2) 100%);
}
 