/*
 * Copyright 2006 Servelots Infotech Pvt. Ltd.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you
 * may not use this file except in compliance with the License. You may
 * obtain a copy of the License at:
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0 
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 * implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.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;
}

p.description { 
      font-family: Verdana, Helvetica, Arial, sans-serif;
      font-size: xx-small;
      color: gray;
      text-align: left;
} 
