.proptab{
  width: 100%;
  background-color:#cccccc;
  border: 0px;
}

.proptd{
  font-family: Verdana, Arial, Helvetica, sans-serif,Geneva;
  font-weight: normal;
  font-size: 12px;
  background-color:white;
  color:black;
  padding: 6px;
}

.proptdhed{
  font-family: Verdana, Arial, Helvetica, sans-serif, Geneva;
  font-weight: bold;
  font-size: 12px;
  background-color:#dee7ec;
  color:black;
  padding: 4px;
  text-align: center;
} 

input.txtbx {
     font-family: Verdana, Arial, "Lucida Grande", Lucida, Helvetica, sans-serif;
     visibility: visible;
     border-top: 2px solid gray;
     border-left: 2px solid gray;
     border-right: 1px solid gray;
     border-bottom: 1px solid gray;
     color: Black;
     vertical-align: middle;
     padding: 0em;
 }

.txtbx {
    margin: 0;
    padding: 0;
    font-size: 10pt;	
    width: 150;
    height: 20;
    white-space: nowrap;
}

select.ddl{
     font-family: Verdana, Arial, "Lucida Grande", Lucida, Helvetica, sans-serif;
     visibility: visible;
     color: Black;
}
