.menu01 {
  margin: 0;
  padding: 0;
}

.menu02 {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

.menu03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.menu04 {
  display: none;
  width: 100%;
  background-color:
  #888888;
  color: #FFFFFF;
  overflow: scroll;
}

.menu05 {
  display: none;
  width: 100%;
  border-top: 1px solid #000000;
  background-color: #666666;
  color: #FFFFFF;
}

.menu06 {
  padding: 10px 5px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

.menu07 {
  padding: 10px 5px 10px 15px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

.menu08 {
  background: none repeat scroll 0 0 black;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.menu09 {
  margin: 0;
  padding: 0;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  border: 0 none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.menu10 {
  padding: 15px 10px;;
  height: 20px;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border: 0 none;
  border-top: 1px solid #999999;
}

.menu11 {
  margin: 0;
  padding: 0;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  border: 0 none;
  border-bottom: 1px solid #000000;
}

#msgLayer {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 4;
  padding: 5px;
  width: 100%;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

#condLayer {
  display: none;
  position: fixed;
  top: 0; z-index: 5;
  padding: 20px 5px;
  width: 100%;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

#cond_calls {
  display: none;
}

#cond_name, #cond_name_input, #cond_save_btn, #cond_cancel_btn {
  font-size: 18px;
}