@media print {
    .abc {
        color: #000;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        font-style: normal;
        font-variant: normal;
        overflow: hidden;
    }

    body {
        font-family: arial,helvetica,sans-serif;
        font-size: 11px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }

    td, th {
        font-family: Arial,Helvetica,sans-serif;
        overflow: hidden;
    }

    .Mainstyle {
        font-family: tahoma,arial,helvetica,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .container {
        width: 500px;
        border: solid 1px gray;
        border-width: 1px 0;
    }

    .containerFU {
        width: 650px;
        border: solid 1px gray;
        border-width: 1px 0;
    }

    .Panelheader {
        background: url(images/panel/sprite.png) repeat-x 0 -200px;
        color: #000;
        border-color: gray #808080 #ccc;
        border-style: solid;
        border-width: 0 1px 1px;
        padding: 3px 10px;
    }

        .Panelheader .msg {
            font-weight: 700;
        }

    .mainContainer {
        background-color: #fff;
        border-color: gray;
        border-style: solid;
        border-width: 0 1px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

        .mainContainer .msg {
            float: left;
            padding-left: 22px;
        }

    .close {
        right: 7px;
        background: url(images/panel/sprite.png) no-repeat 0 -300px;
        width: 25px;
        cursor: pointer;
        position: absolute;
        top: 7px;
        height: 15px;
    }

    .Panelfooter {
        background-color: #f2f2f2;
        border-color: gray;
        border-style: none solid;
        border-width: 0 1px;
        text-align: right;
        padding-bottom: 8px;
        padding-right: 8px;
    }

    .divTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
        padding: 0 0 5px;
    }

    .divsubTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
    }

    .divsubsubTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
    }

    .divline {
        border-bottom: 1px solid #000;
        width: 100%;
    }

    .xouter3 {
        width: 625px;
        border: 0 solid #eaeaea;
        float: left;
        margin: 0;
    }

    .xleftcol3 {
        float: left;
        width: 200px;
        background: #fff;
        position: relative;
    }

    .xmiddlecol3 {
        float: left;
        width: 245px;
        background: #fff;
        position: relative;
    }

    .xrightcol3 {
        float: right;
        width: 180px;
        background: #fff;
        position: relative;
    }

    .divblock {
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        font-size: 14px;
        height: 10px;
        position: relative;
        border: 0 solid #eaeaea;
    }

    .divsubblock {
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        height: 10px;
        font-size: 14px;
        border: 0 solid #eaeaea;
        position: relative;
    }

    .divsubblockPType {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        height: 10px;
        font-size: 14px;
        border: 0 solid #eaeaea;
        position: relative;
        background: url(images/print/fourdots.gif);
    }

    .divblockPT {
        background-color: #fff;
        width: 100px;
    }

    .divPrint {
        padding: 0 0 50px;
        border: 1px solid #fff;
    }

    .divImage {
        background: url(images/header/fourdots.gif);
        border: 1px solid #eaeaea;
    }

    .divFeeBlock {
        background-color: #FAFAFA;
    }
}

@media screen {
    .abc {
        color: #000;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        font-style: normal;
        font-variant: normal;
        overflow: hidden;
    }

    body {
        font-family: arial,helvetica,sans-serif;
        font-size: 11px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }

    td, th {
        font-family: Arial,Helvetica,sans-serif;
        overflow: hidden;
    }

    .Mainstyle {
        font-family: tahoma,arial,helvetica,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .container {
        width: 500px;
        border: solid 1px gray;
        border-width: 1px 0;
    }

    .containerFU {
        width: 650px;
        border: solid 1px gray;
        border-width: 1px 0;
    }

    .Panelheader {
        background: url(images/panel/sprite.png) repeat-x 0 -200px;
        color: #000;
        border-color: gray #808080 #ccc;
        border-style: solid;
        border-width: 0 1px 1px;
        padding: 3px 10px;
    }

        .Panelheader .msg {
            font-weight: 700;
        }

    .mainContainer {
        background-color: #fff;
        border-color: gray;
        border-style: solid;
        border-width: 0 1px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

        .mainContainer .msg {
            float: left;
            padding-left: 22px;
        }

    .close {
        right: 7px;
        background: url(images/panel/sprite.png) no-repeat 0 -300px;
        width: 25px;
        cursor: pointer;
        position: absolute;
        top: 7px;
        height: 15px;
    }

    .Panelfooter {
        background-color: #f2f2f2;
        border-color: gray;
        border-style: none solid;
        border-width: 0 1px;
        text-align: right;
        padding-bottom: 8px;
        padding-right: 8px;
    }

    .divTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
        padding: 0 0 5px;
    }

    .divsubTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
    }

    .divsubsubTitle {
        font-family: tahoma,arial,helvetica,sans-serif;
        color: #000;
        font-size: 11px;
        font-weight: 400;
        vertical-align: middle;
        text-align: center;
        border: 1xp solid #F0f;
    }

    .divline {
        border-bottom: 1px solid #000;
        width: 100%;
    }

    .xouter3 {
        width: 625px;
        border: 0 solid #eaeaea;
        float: left;
        margin: 0;
    }

    .xleftcol3 {
        float: left;
        width: 200px;
        background: #fff;
        position: relative;
    }

    .xmiddlecol3 {
        float: left;
        width: 245px;
        background: #fff;
        position: relative;
    }

    .xrightcol3 {
        float: right;
        width: 180px;
        background: #fff;
        position: relative;
    }

    .divblock {
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        font-size: 14px;
        height: 10px;
        position: relative;
        border: 0 solid #eaeaea;
    }

    .divsubblock {
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        height: 10px;
        font-size: 14px;
        border: 0 solid #eaeaea;
        position: relative;
    }

    .divsubblockPType {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: tahoma,arial,helvetica,sans-serif;
        float: left;
        color: #000;
        text-align: center;
        width: 625px;
        height: 10px;
        font-size: 14px;
        border: 0 solid #eaeaea;
        position: relative;
        background: url(images/print/fourdots.gif);
    }

    .divblockPT {
        background-color: #fff;
        width: 100px;
    }

    .divPrint {
        padding: 0 0 50px;
        border: 1px solid #fff;
    }

    .divImage {
        background: url(images/header/fourdots.gif);
        border: 1px solid #eaeaea;
    }

    .divFeeBlock {
        background-color: #FAFAFA;
    }
}

.dot {
    background: url(images/print/fourdots.gif);
    background-repeat: repeat;
}
