/* CSS Document */
/* phycauses.03.css */
/* set default margins and padding for all elements on the page */
/* this file is on each page of the template. If its just local to the 7-seven-physical-causes-of-ill-health.htm then */
/* some portions of it can be modified */

#physicalcauses #div-main div.clsphyscause {
	 background-color: #FFE6FF;
	 margin: 10px 10px 40px 10px;
	 padding: 0;
	 border: 1px solid #9933FF;
}

#div-cause-neglect {
}
#div-cause-congestion {
}
#div-cause-trauma {
}
#div-cause-infection {
}
#div-cause-chemical-metal-environmental {
}
	
#div-cause-parasites {
}
	
#div-cause-miasma {
}

table.tbl-heavy-metals, table.tbl-heavy-metals caption {
	border: 1px solid #00F;
	background: #D5D5FF;
}
table.tbl-heavy-metals {
/* margin is set by the first declaration above */
	background-color: #D5D5FF;
	color: #00F;
	border-collapse: collapse;
	width: 100%;
}

table.tbl-heavy-metals caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: none;
}	

table.tbl-heavy-metals th, table.tbl-heavy-metals td {
	border: 1px solid #00F;
	}
table.tbl-heavy-metals th {
	padding: 20px;
	color: #0000CC;
	background-color: #CECEFF;
	}
	