﻿img {image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
}
::-webkit-scrollbar {
-moz-appearance: none;
   -webkit-appearance: none;
   background-image: linear-gradient(#FFFFEE,#FFFFEE,#FFFFEE,#FFFFEE,#FFFFEB,#FFFFEB,#FFFFEB,#FFFFEB,#FFFFEA,#FFFFEA,#FFFFEA,#FFFFDF,#FFFFDF,#FFFFDF,#FFFFDF);
    height:0px;
    width: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #F9d199; 
}

::-webkit-scrollbar-thumb {
 border: 0px white solid;

   border-radius: 10px;
    height:0px;
    width: 0px;
    background-image: linear-gradient(#F9d899,#F9d899 ,#F9d899);
    background-color: rgba(0,0,0,0.5);
 //   -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}

iframe {border:0px;margin:0px;padding:0px;}
.conty {
    margin:0px;
    border: 0px;
    height: 100%;
    width: 100%;
  position: absolute;
  left: 0px;
top:0px;
overflow: hidden;
background-color:#FFFFCC;

}

.hh {
  position: absolute;  left: 0px;top:0px;
width:517px;
max-width:517px;
height:56px;
max-height: 56px;
    overflow-y: visible;
    overflow-x: auto;

}

.tt {
  position: absolute;left: 0px;top:56px;
width:498px;
   height: 90%;
    overflow-y: auto;
    overflow-x: auto;

}
.cc {
position: absolute; left: 496.5px; top:0px;
min-height:1000px;
height:100%;
   width:100%;
    overflow-y: auto;
    overflow-x: auto;

}

