﻿   .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

  .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 1330px;
      height: 3000px;
      background-color: white;
      z-index: 999;
      filter:alpha(opacity=40);
      -moz-opacity:1.0;
      opacity:1.0;
      padding-top: 20%;
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 66%;
      background-color: mediumturquoise;
      color: White;
      font-size: large;
      border: dashed 1px #111;
      padding: 9px;
   }

	td.categoryBunruiStyle{
		border-bottom:2px solid #CCFFFF;
		border-right:2px solid #CCFFFF;
		border-left:2px solid #CCFFFF;
	}