﻿

.nowraptd {
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowraptd:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
    position: absolute;
    background-color: #FFF;
}

.control-label {
    color: blue;
    font-size: smaller;
    font-family: 'Times New Roman', Times, serif;
}

.row-bottom-margin {
    margin-bottom: -15px !important;
    margin-top: -15px !important;
    padding-bottom: 0px !important;
    border: solid 1px;
    line-height: 1.2;
}



.Grid {
    background-color: #fff;
    margin: 0px 0 0px 0;
    border: 1px solid blueviolet;
    /*#525252;*/
    border-collapse: collapse;
    font-family: Calibri;
    font-size:larger;
    color: #009000;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        //background: #363670 url(Images/grid-header.png) repeat-x top;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #363670 url(Images/grid-header.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }
