/*==================(Import All Css)=============================*/
@import '../css/Action.css';
@import '../css/Button.css';
@import '../css/Form.css';
@import '../css/Heading.css';
@import '../css/iFrame.css';
@import '../css/Message.css';
@import '../css/Other.css';
@import '../css/PrintMedia.css';
@import '../css/Table.css';
@import '../css/Tab.css';
@import '../css/Pagination.css';


@media print {
    html, body {
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }
}

html { height:100%; }
body { padding:0px !important; margin:0px !important; font-size:10px; }

::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-button {  background: #666; }
::-webkit-scrollbar-track {  background-color: #000; }
::-webkit-scrollbar-track-piece { background-color:#D0CFCD}
::-webkit-scrollbar-thumb { height: 5px; background-color: #999; border-radius: 5px;}
::-webkit-scrollbar-corner { background-color: #000;}

a { text-decoration:none; color:#3F3F3F; cursor:pointer; }
a:hover { color:#00A2E8 }

input.link, input.#link { background:none !important; border:0px !important; font-size:10px !important; color:#009EDF !important; line-height:inherit !important; width:auto !important; }

input.link:hover, input.#link:hover { color:#333 !important;}

.PrintMe, #PrintMe
{
 display:none !important;
}

.hover { background:#eee !important; margin:1px }
.hover:hover, .checked { background:#FFD5D5 !important; }
hr { border:0px;border-top:1px solid #ccc;}
* * .company {  color:#764F49 !important; }

@media print {
    html, body {
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }
}