﻿

table th {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #262424;
    background-color: #9ac671;
    background-image: linear-gradient(to top, rgba(100,100,100,0.2) 0%, rgba(255,255,255,0.2) 100%);
}

table td {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #262424;
    background-color: #e9f8d7;
}

.colMore {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tblStyle1 table th {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #ff0000 !important;
    background-image: linear-gradient(to top, rgba(158, 195, 241, 0.20) 0%, rgba(255,255,255,0.2) 100%);
}

.tblStyle1 table td {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #262424;
    background-color: #fff;
}


/*
table th {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #0f4803;
    background-image: linear-gradient(to top, rgba(100,100,100,0.2) 0%, rgba(255,255,255,0.2) 100%);
}
table td {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #262424;
    background-color: #e9f8d7;
}


.tblStyle1 table th {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #063359 !important;
    background-image: linear-gradient(to top, rgba(158, 195, 241, 0.20) 0%, rgba(255,255,255,0.2) 100%);
}

.tblStyle1 table td {
    white-space: nowrap;
    padding: 3px;
    font-size: 12px;
    color: #262424;
    background-color: #fff;
}
*/

/*.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%);
}*/
