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: 376px;
   margin-top: 2px;
}


#nav-bar .nav-button{
    margin: 10px 35px 10px 35px;
    border: 0;
}

#op-bar{
   margin: 0px;
   background-image: url("../imgs/op-bar-bg.png");
   width: 250px;
   height: 50px;
   float: left;
}
/*
#op-bar .op-button-bg{
   background-image: url("../imgs/op-button-bg.png");
}
*/
#op-bar .op-button{
    margin: 5px 7px;
    border: 0;
    background-image: url("../imgs/op-button-bg.png");
    height: 40px;
    width : 40px;
}

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

}

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

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

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

#current-color{
  width: 376px;
  height: 108px;
  font-size: 18px;
  background-color: white;
}

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


#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;
    cursor: pointer;
}
#matrix-table .color-cell{
  width:  40px;
  height: 40px;
  font-size: 0;
/*  border: 1px solid #999999; */
  border: 0;

  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;

}
