.d {
  width:580px;
  margin:0px 0px 0px 0px;
  font-size:1em;
}

.d th,
.d td {  
  padding:0.3em 0.4em;
  text-align:left;
  font-weight:normal;
  font-size: 1.1em;
  border-bottom:#85C4A4 solid 1px;  
}

.d thead th,
.d .headingrow th,
.d thead td,
.d tfoot th,
.d tfoot td,
.d .d thead th,
.d .d thead td {  
  line-height:1.3em;
/*  font-weight:bold;*/
  color: #FFF;
  font-family: 'Trebuchet MS';
  font-size: 1.8em;
  padding-left: 10px;
  background-color:#4B8D71;  
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.d tbody th {
  color: #222;
}

.d tbody th.heading {
  height: 6px;
  font-size: 8px;
  background-color: #4B8D71;
  color: #FFF;
}

.d tbody th em {
  font-size: 0.9em;
}

.d tbody th.alternative  {
  font-style: italic;
}

.d tbody tr.odd td,
.d tbody tr.odd th{
  background-color: #EDF3F1;  
}

.d tbody .select_element {
  height: 24px;
  padding-top: 4px;
}

.d tbody select.select_date {
  border: 1px solid #999;
  background-color: #F8F8F8;
  font-size: 1em;
  width: auto;
}

.d tfoot a,
.d tfoot a:hover {
  color:#fff;
}

.d thead td {  
  color:#000;
}

.d thead .colhead {
  width:10em;
  text-align:center;
}

.d .colnohead {
  width:10em;
}

.d tfoot .remaining th {
  font-weight:bold;
  text-align:right;
}

.d tfoot .remaining td {
  background-color:#fff;
  text-align:right;
}

.d tfoot .subtotal th,
.d tfoot .subtotal td {
  font-family:Arial;
  font-size:1.6em;
  font-weight:normal;
}

.d tfoot .subtotal td {
  font-size:2em;
  text-align:right;
}

.d .nowrap {
  white-space:nowrap;
}

.d h5 {
  margin:0 0 0.5em 0;
  font-size:1em;
}

.d ul {
  margin:0.7em 0 0.3em 2em;
  padding:0;
  line-height:1.4em;
}

.d p {
  margin:0.7em 0 0.5em 0;
}


.d .centre {
  text-align:center;
}

ul.clean {
  list-style:none;
  margin:0;
  padding:0;
}



.d .highlight th,
.d .highlight td {
  background-color:#ccedfa;
}

.d .invoiceGstAmt {
  font-weight: normal;
}

.d .right {
  text-align: right
}

.form input.button,.details input.submit,.details input.button{
  background-color: #E5E5E5; 
  border: 1px solid #80B5D0;
  padding: 5px;
  font-size: 1.1em;
  color: #000;
  cursor: pointer;
}

.details .d input{
  border: 1px solid #CCC;
  font-size: 1.2em;
  padding: 5px;
}

.details .d td, .details .d th{
  padding: 8px;
}

table.consultation-table {
  width: 450px;
}

