/* @import url(health.css); */

#lcol 	{
  width: 620px;
}


#foodform {
  width: 280px;
  font-weight: bold;
  color: #3DA917;
  font-size: 11pt;
  float: left;
  padding: 0;
}

#formtext {
  float: left;
  width: 280px;
}

#nuts {
  width: 290px;
  padding-top: 0px;
  float: left;
}

#nutselect {
  border: 1px solid #225900;
  width: 280px;
}

#foods {
  width: 290px;
  margin: 0 0 0 20px;
  float: left;
}

#grpselect {
  border: 1px solid #225900;
  width: 280px;
  float: left;
  margin: 0;
}

#foodlist {
  margin: 20px 0 0 0;
  width: 500px;
  float: left;
}



.flist {
  width: 480px;
  margin: 0px;
  border-collapse: collapse;
  border: 1px solid #B4DE9B;
  background: #ffffff;
  font-size: 10pt;
  color: #333333;
}

.flist td { 
  padding: 1px;
}

.flist th { 
  background: #E6FFD9;
  border-bottom: 1px solid #B4DE9B;
}

.flist a { 
  color: #225900;
}

.flist td.fname { 
  width: 70%;
  border-right: 1px solid #B4DE9B;
  text-align: left;
  padding: 2px 4px;
}

.flist td.fvalue { 
  width: 24%;
  text-align: center;
}

.flist td.fnumber { 
  width: 6%;
  text-align: center;
  border-right: 1px solid #B4DE9B;
}

.flist tr.indent { 
  background: #F2FFEB;
  border-top: 1px solid #CDFFB2;
  border-bottom: 1px solid #CDFFB2;
}

.flist td.tdc {
 text-align: center;
}

