
li {
   color: darkcyan;
}

table.simple td {
   color: #000000;
}

div.pickerbox {
   position:absolute;
   display:none;
   background-color:#FFFFFF;
   border:solid 2px #000000;
   text-align:center;
   z-index: 99;
}

div.picker {
   padding-top:10px;
   padding-bottom:5px;
   padding-left:15px;
   padding-right:15px;
}

div.pickerclose {
   height:22px;
   background-color:lightgrey;
   vertical-align: middle;
}

table.picker td {
   vertical-align: middle;
}

img.arrowup {
  transform: rotate(90deg);
}

img.arrowdown {
  transform: rotate(-90deg);
}

select:disabled {
  /*background: #e4e4e4;*/
  visibility: hidden;
}

input.checkbox:disabled {
  /*background: #e4e4e4;*/
  visibility: hidden;
}

a.pickerclose {
  text-decoration:none;
}
