#contextMenu_items{
  list-style:none;
  margin:0px;
  margin-top:4px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:3px;
  font-size:15px;
  color: #333333;

}
#contextMenu_appt_status hr { width: 85%;
  background-color:#E4E4E4;
  border-color:#E4E4E4;
    color:#E4E4E4;
}
#contextMenu_appt_status{
  display:none;
  position:fixed;
  border:1px solid #B2B2B2;
  width:150px;      background:#F9F9F9;
  box-shadow: 3px 3px 2px #E9E9E9;
  border-radius:4px;
  z-index: 1;
}

#contextMenu_appt_status li{
  padding: 3px;
  padding-left:10px;
}


#contextMenu_appt_status li:hover{
  padding: 3px;
  padding-left:10px;
  background-color: #a3c6ff;
  cursor: pointer;
}


#contextMenu_items :hover{
  color: white;
  background:#284570;
  border-radius:2px;
  cursor: pointer;
}
