body {
    margin:0px;
    padding:0px;
    vertical-align:top;
    text-align:left;
    background-color:#ffffff;color:#000000;
}
#topPanelBanner,#topPanelNav,#footerPanel,#imgCol1,#imgCol2,#imgCol3,#imgCol4,#printLink {
    display : none;
}
#menuTreeSlot {
    visibility: hidden;
	display: none !important;
}

h1 {
    font-weight:bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 7px;
    text-align:left;
}
h2 {
	font-family: arial, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 7px;
    text-align:left;
}
.printReport, .printReport table, .printReport th, .printReport td, .printReport thead {
	margin:0px;
    padding:0px;
    width:auto;
    font-size:10px;
    color:#000000;
}
thead, th{
    display: table-header-group;
    font-size:10px;
    border-bottom:solid 1px;
    font-weight:bold;

}
tfoot{
    display: table-footer-group;
    font-size:10px;
}
thead th, thead td	{
    position: static;
    border-bottom:solid 1px;
    font-size:10px;
    font-weight:bold;
}

td{
    font-size:8px;
    width:auto;
    border-bottom:solid 1px;
}

@media print {
    div.centerPanel.dispTable {
        width: auto !important;
    }

    #ie9andOlder, #dbEnv, #topPanelNav, div.dataForm {
        display: none !important;
    }

    table.dataForm td {
        border-bottom: 0 !important;
    }

    .k-grid-header-wrap > table > thead {
        display: table-header-group !important;
        background: #eee !important;
    }

    .k-grid-header-wrap > table > thead > tr {
        display: table-row !important;
    }

    .k-header {
        display: table-cell !important;
        white-space: normal !important;
    }

    .k-grid-content td > div {
        text-align: left !important;
    }
}