﻿@media print 
{
    * {
        color: black
    }

    .listContent table tr:first-child {
    background-color:#C1C0C0;
}

    .listItemMainItem {
    background-color:#C1C0C0 !important;
}


    .bgSearchJumbo, .bgSearchBig {
background-image:none !important;
padding-left:150px !important;
}

    table tr td .btnDialog {
    display:none !important;
    }
    
    .pageHeader,
    #breadcrumbs, 
    .paging,
    .deleteIconBottomRight,
    .deleteIcon,
    .footer,
    .listContent table img {
        display: none !important;
    }

    .contentMain {
        width: 97% !important;
    }

    .listContent {
        color: black;
        border: none !important;
        background-color: white;
        width: 100% !important;
        padding: 20px !important;
        background-image: none !important;
        background-color: white !important;
    }
    
    .listContent table {
        width: 95%;
        border: none !important;
    }
    
    table { position: relative; page-break-after: auto }
    tr { page-break-inside:avoid; page-break-after: auto }
    td { page-break-inside:avoid; page-break-after: auto }
       
    .contentMain, .top, .body, .bottom {
        width: 100%;
        border: none !important;
    }
    
    .leftPanel {
        display: none
    }    
}


.listContent
{
    	border:solid 1px #d1d2d4;
    border-radius:10px;
	width:758px;
	margin:0;
	padding-right:0;
	padding-left:0;
    padding-top:20px;
    padding-bottom:20px;
	background-image:url(../Img/cpBodyBG.png);
	background-repeat:no-repeat;
	background-color:#e4e5e6;
}

.listContent .top
{
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../Img/cpBodyTopBG.png);
	background-repeat:no-repeat;
}

.listContent .top div
{
	margin:0;
	padding:0;
	height:10px;
	background-image:url(../Img/cpBodyTopBG.png);
	background-repeat:no-repeat;
	background-position:right 0;
	_font-size:0; /* Fix height IE<7 */
}

.listContent .body
{
	padding:1px 10px;
	overflow:auto;
}

.listContent .bottom
{
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../Img/cpBodyBottomBG.png);
	background-repeat:no-repeat;
}

.listContent .bottom div
{
	margin:0;
	padding:0;
	height:10px;
	background-image:url(../Img/cpBodyBottomBG.png);
	background-repeat:no-repeat;
	background-position:right 0;
	_font-size:0; /* Fix height IE<7 */
}

