/* Lookup ----------------------------------------------------------------------------------------------------------*/
@media print {
    BODY {
        background-color: transparent;
        margin: 0px;
        padding: 0px;
        font-size: 80%;
    }
    #wrap-head{
        overflow:visible;
    }
    img{
        max-width:none !important;
    }
    #head{
        padding-right:0px;
    }
    #DIVLookUPTable{
        height:100% !important;
    }
    .table_fixed{
        table-layout:auto;
    }    
    .LookupIconImage {
        width:10px;
        height:10px;
    }

    .LookupCheckBox {
        display: none;
    }

    .LookupCheckImg {
        display: none;
    }

    #CFActions {
        display: none;
    }

    #CFPaging {
        display: none;
    }
    #FloatTFoot {
        display:none;
    }
    #content{
        overflow:visible;
        height:100% !important;
    }
    #LookUPTableHead th{
        white-space:normal;
        border:0px;
        border-bottom: 1px solid #000;
    }
    
    #LookUPTable .SelectableRow > td {
        border:0px;
    }
    #LookUPTable TBODY {
        display: table-row-group;
    }
     #LookUPTable A {
        TEXT-DECORATION: none;
    }

        #LookUPTable A:hover {
            TEXT-DECORATION: none;
        }

        #LookUPTable A:visited {
            TEXT-DECORATION: none;
        }
    DIV#TeamVacations {
        overflow: visible !important;
    }

    TEXTAREA {
        overflow: visible !important;
    }

    .KPIContainer LI {
            float:none;  
            display: inline;
            margin:0px;                      
            padding:0px;
            margin-right:10px;
        }
    
    .KPIContainer{
        padding:0px;
        margin:0px;
    }
    .KPIContainer .KPITextValue{
        height:90px;
    }
    .KPIContainer .KPITitle{
        height:60px;
    }
}