h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
td.img{
background: url(images\bcg.JPG) repeat;
display:inline-table
}
table
{
width:100%;
border:0px;
border-top-style:lightskyblue 1px solid;
border-left-style:lightskyblue 1px solid;
border-right-style:lightskyblue 1px solid;
border-bottom-style:lightskyblue 1px solid;
BORDER-COLLAPSE: separate; 

}
.activeCel{background-color: lightskyblue;}
#box1 { width: 50px; color: yellow; background-color: blue; }
.l-btn-text {
      font-size: 11px;
    
}
.button_old {
 
    border: 1px solid #b0b2b3;
    background: #889299;
    background: -webkit-gradient(linear, left top, left bottom, from(#c3cacf), to(#889299));
    background: -webkit-linear-gradient(top, #f9fbfd, #ced0d2);
    background: -moz-linear-gradient(top, #c3cacf, #889299);
    background: -ms-linear-gradient(top, #c3cacf, #889299);
    background: -o-linear-gradient(top, #c3cacf, #889299);
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgb(247, 247, 247) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgb(236, 231, 231) 0 1px 0;
    /* text-shadow: rgba(0,0,0,.4) 0 1px 0; */
    color: #151414;
    font-size: 12px;
    /* font-family: Georgia, serif; */
    text-decoration: none;
    vertical-align: middle;
    height: 24px;
	
}
.button {
    /* border: 1px solid #b0b2b3; */
    background: #889299;
    background: -webkit-gradient(linear, left top, left bottom, from(#c3cacf), to(#889299));
    background: -webkit-linear-gradient(top, #f9fbfd, #ced0d2);
    background: -moz-linear-gradient(top, #c3cacf, #889299);
    background: -ms-linear-gradient(top, #c3cacf, #889299);
    background: -o-linear-gradient(top, #c3cacf, #889299);
    padding: 3px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgb(247, 247, 247) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    /* box-shadow: rgb(236, 231, 231) 0 1px 0; */
    /* text-shadow: rgba(0,0,0,.4) 0 1px 0; */
    color: #151414;
    font-size: 12px;
    /* font-family: Georgia, serif; */
    text-decoration: none;
    vertical-align: middle;
    height: 24px;
}
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: gray;
   }
 .msum {
    float: left;
    width: 90px;
}

   
 /** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 130px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }