body{
  background-color: white;
  color: black;
  margin : 20px 0 20px 0;
  font-family: Times, "Times New Roman", Serif;
  -khtml-user-select:  none;
  -webkit-user-select: none;
  -moz-user-select: none;

}

#container{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

#layout-table{
  text-align: center;
  margin: 0px auto 0 auto;
  vertical-align: top;
}

h1{
  font-family: Helvetica;
  color: #111;
  text-shadow: #aaa 3px 3px 10px;
  font-size: 40px;
}

#created-by{
  margin-left: 400px;
  font-size: 18px;
}

#created-by a{
  font-family: Helvetica;
  font-size: 16px;
}

#sm-container{
  padding: 0;
  border: 0;
}


#matrix{
/*  position: absolute; */
/*  border: 1px solid red; */
  padding: 0;
  width: 100%;
}

#nav-bar, #op-bar{
   background-repeat: repeat-x;
   height: 70px;
   margin: 10px auto 0px auto;
   text-align: center;
}

#nav-container{
  vertical-align: top;
  height: 72px;
}

#nav-bar{
   background-image: url("../imgs/nav-bg.png");
   width: 562px;
   margin: 2px auto 0 auto;
   position:relative;
   display: block;
   text-align: center;
}

#nav-bar .nav-button{
/*     float: left; */
    margin:10px 62px;
    color: #ffffff;
    font-size: 1.4em;
/*
    position:absolute;
    top:50%;
    margin-top:-25px;
*/
}

#toolbox{
    margin: 0px auto;
}

#op-bar{
   margin: 3px 0;
   text-align: left;
   width: 240px;
   height: 50px;
}
/*
#op-bar .op-button-bg{
   background-image: url("../imgs/op-button-bg.png");
}
*/
#op-bar .op-button{
    margin: 5px 14px 5px 0;
    border: 0;
    background-image: url("../imgs/op-button-bg.png");
    height: 40px;
    width : 40px;
}

#pallet-container{
   margin: 0;
}

#pallet{
  margin-right: 0;
  margin-top: 1px;

}

#pallet .pallet-cell{
    width: 55px;
    height: 45px;
    text-align: center;
    border: 1px dotted #888888;
    float: left;
    line-height: 45px;
    user-select: none;
}

#matrix-container{
  vertical-align: top;
  margin-bottom: 10px;
  width: 562px;
}

#matrix-table{
/*  float: left; */
  border: 1px dotted #999999;
  background-color: white;
  padding: 3px;
  text-align: center;
  width: 562px;
  margin: 0px auto 0px auto;
  vertical-align: top;
}

#current-color{
  width: 562px;
  height: 108px;
  font-size: 18px;
  background-color: white;
  border: 1px solid #aaaaaa;
  margin: 0px auto 0px auto;
}

#color-data{
  width: 562px;
  height: 20px;
  background-color: white;
  margin: 0px auto 0px auto;
}

#color-data span {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0px;
}

#sheetmap{
/*    margin-left: 20px; */
  text-align: rignt;
  padding: 0;
}


#sheetmap .map-cell{
  padding: 3px;
  font-size: 13px;
  font-family: helvetica;
  text-align: center;
  border: 1px solid #dddddd;
}

#sheetmap .map-cell .cell-note{
  font-size: 14px;
  font-family: helvetica;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  width: 30px;
  height: 30px;
  
}


#matrix-container{
/*    border: 1px solid blue; */
    padding: 0 auto 0 auto;
    text-align: center;
    height: 452px;
    margin: 0 auto 0 auto;
    width: 577px;
    overflow-y: scroll;
}
#matrix-table .color-cell{
  width:  44px;
  height: 44px;
/*  font-size: 0; */
/*  border: 1px solid #999999; */
  border: 0;
  color: #000000;
  background-color: white;
}

#matrix-table .cell-center{
  width:  80px;
}

#footer{
  margin-top: 35px;
  font-size: 0.8em;
  text-align: center;
}

#header{
  text-align: center;
}

#source-note{
  text-align: center;
}

#aun_color-img{
  margin-right: 20px;
  position: relative;
  top : 6px;
}

.c-value{
  border: 0;
  height: 50px;
  width: 70px;
  text-align: center;
  margin: 6px;
  font-size: 13px;
}

#c-sample{
/*  position: absolute; */
  border: 1px solid #444444;
  text-align: center;
  width: 562px;
/*  margin: 10px auto 0px auto; */
}

#split-line{
  background-color: #000;
  height: 1px;
  margin: 3px 0 3px 0;

}

#menu-list{
  font-size: 13px;
  text-align: left;
}

#menu-list ul{
  margin-left: 5px;
  list-style-position: inside;
  list-style-type: square;
}

#jsonStr{
    -khtml-user-select:  text;
    -webkit-user-select: text;
    -moz-user-select:    text;

}

.center-cell{
    font-size: 16px;
}