﻿.modalBackground {
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.6;
}

.Panel {
    Width :600px;
    min-height:300px;
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:white;

}

.InfoPanel {
    Width: 1100px;
    Height: 1000px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
}

.Panelsearch {
    border-style:solid;
    border-width:1px;
    border-color:black;
}

.colum {
  text-align:center;
  height:19px;
}

.columR1 {
    text-align: center;
    height: 19px;
}

.columR2 {
 height:19px;
 text-align:right;
}

.txtNum {
    
text-align: right;
ime-mode: disabled;
}

#outer {
    overflow:hidden;
}

#inner {
    display:block;
}

#btn {
    width:300px;
}

footer {
    width: 100%;
    height: 5px;
    text-align: center;
    padding: 10px 0;
}


　　 .Freezing {
    Z-INDEX: 10;
    POSITION: relative;
    
    /*TOP: expression(this.offsetParent.scrollTop);*/
}

　　 .FreezingCol {
    Z-INDEX: 1;
    
    /*LEFT: expression(document.getElementById("freezingDiv").scrollLeft);*/
    POSITION: relative ;
}


.grid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.image {
   width: 900px;
}

