@import url(health.css); 

#alcol 	{
	width: 340px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	}

#arcol 	{
	width: 340px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

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

#formtext {
  text-align: right;
  float: left;
  width: 400px;
  padding-right: 6px;
}

#fweight, #fcalories {
  color: #000000;
  border: 1px solid #225900;
  width: 50px;
  height: 18px
  padding: 2px 0px 0px 2px;
  margin-left: 8px;
}

#foodsubmit {
  width: 90px;
  height: 20px;
  float: left;
  margin-top: 18px;
  border: 1px solid #225900;

}

#foods {
  width: 700px;
  padding-top: 40px;
}

#sport, #outdoor, #indoor, #home, #office, #occupation {
  width: 330px;
  margin: 10px 0px 30px 0px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 9pt;
}

#activity { 
  width: 270px;
}

#time { 
  width: 60px;
}

#tdc {
 text-align: center;
}

/* sport activities */
#sport {
  border: 1px solid #225900;
}

#sport th { 
  background: #B4DE9B;
}

#sport td { 
  padding: 2px;
  border-top: 1px solid #94CC75;
}

#sporti { 
  background: #E6FFD9;
}

/* occupation activities */

#occupation {
  border: 1px solid #8C8669;
}

#occupation th { 
  background: #EBE3BD;
}

#occupation td { 
  padding: 2px;
  border-top: 1px solid #BFB78F;
}

#occupationi { 
  background: #FDF9ED;
}

/* office activities */

#office {
  border: 1px solid #5FAED5;
}

#office th { 
  background: #BDDDED;
}

#office td { 
  padding: 2px;
  border-top: 1px solid #9BCCE4;
}

#officei { 
  background: #EEF4F7;
}

/* home activities */

#home {
  border: 1px solid #E0B455;
}

#home th { 
  background: #FDE4AF;
}

#home td { 
  padding: 2px;
  border-top: 1px solid #D9C396;
}

#homei { 
  background: #FDEECE;
}

/* indoor activities */

#indoor {
  border: 1px solid #70A99F;
}

#indoor th { 
  background: #9ACEC5;
}

#indoor td { 
  padding: 2px;
  border-top: 1px solid #A4CEC7;
}

#indoori { 
  background: #DAF3EF;
}

/* outdoor activities */

#outdoor {
  border: 1px solid #E6A85C;
}

#outdoor th { 
  background: #FDDB93;
}

#outdoor td { 
  padding: 2px;
  border-top: 1px solid #E5C88A;
}

#outdoori { 
  background: #FDF1D6;
}




#note p { 
	font: 8pt arial; 
	text-align: justify;
	color: #000000;
	}


#sport td.tdr, #outdoor td.tdr, #indoor td.tdr, #home td.tdr, #office td.tdr, #occupation td.tdr {
  text-align: right;
  padding-right: 6px;
}

