﻿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:500px;//287px;
max-width:500px;//287px;
height:24px;
max-height:24px;
    overflow-y: hidden;
    overflow-x: hidden;

}

.tt {
  position: absolute;left: 0px;top:24px;
width:500px;//287px;
   height: 95%;
    overflow-y: auto;
    overflow-x: auto;

}
.cc {
position: absolute; left: 500px; top:0px;
//min-height:1000px;
height:99%;
   width:100%;
    overflow-y: auto;
    overflow-x: auto;
z-index:200;

}

