/* stylesheet for the vacation cost calculator */
table#vacation-calc {
  border: 0 ;
  width: 680px ;
}

#vacation-calc th {
  background: #000 ; color: #fff ; padding: 4px ; text-align: center ;
}

#col-one   { width: 270px ; }
#col-two   { width: 140px ; }
#col-three { width: 140px ; }
#col-four  { width: 140px ; }

#vacation-calc td {  color: #000; background: #fff ; }
#vacation-calc tr.stripe td { background: #e4e4e4 ; }

#vacation-calc td.caption, #vacation-calc tr.stripe td.caption  { 
  background: #000 ; 
  color: #fff ; 
  padding: 4px ; 
  text-align: left ;
}

#vacation-calc td.summary { background-color: #ffcde3 ; }
#vacation-calc td.savings { background-color: #96ff86 ; }
#vacation-calc td.variables { background-color: #ff9 ; }

#vacation-calc input { 
  width: 100px ; border: 1px solid #ccc ; padding: 2px;
}

#vacation-calc td.center { text-align: center ; }