#table-wrapper {
  position:relative;
}
#table-scroll {
  max-height:411px;
  overflow:auto;  
  margin-top:-6px;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}
.gp_all{clear:both;width:67.5%}

#divAsOn, #divfrmWeek, #divfrmYear, #divfrmMnt, #btnfrmGo{font-weight:bold;float:left;color:#48a4cc;font-size: 15px; margin: 5px 1px;padding:0 5px;}


.height300 {
	height: 300px;
	overflow-x: auto;
	overflow-y: auto;
}

.height400 {
        height: 400px;
        overflow-x: auto;
        overflow-y: auto;
}