
.deptcell table:first-child{ border:1px solid #CCCCCC; background:#fff; -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22);
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22); -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;}
  
.deptcell table:first-child:hover{    webkit-transition: all 0.2s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #3364B1;
    -webkit-box-shadow: 0 0 5px 0 #2C61B7;
    box-shadow: 0 0 5px 0 #2C61B7;
}


.body10bcolor{ background:#f0f0f0;  padding:2px 5px 2px 15px !important; border-bottom:1px solid #CCCCCC }
.body10bcolor a{ color:#292929; text-decoration:none;}
.body10bcolor a:hover{ color:#1D50C3; text-decoration:underline;}
.deptcell table:first-child tr td div:first-child{ padding:8px 8px 2px;}
.deptcell .body7{ padding-bottom:5px;}
.rule { background-color: #fff; height: 1px; }