@charset "ISO-8859-15";
/*
 * BMIcalc v1.50/CSS.0  -- Do some fancy calculations regarding the BMI
 * Copyright (C) by XenoAntares, IX 2003 - I 2007. All rights reserved.
 * License granted to "Die Nebenwelt" [2005-06-05, 2006-06-13, 2007-01-18], XA.
 */
.general {
	padding: 1ex 1em;
	background-color: transparent;  -xa-off-color: #A2A;
	}
.theBMIbox {
	left: auto;  right: auto; overflow: visible;
	font-family: "Verdana", "Helvetica", "Century Gothic", "News Gothic", "Arial", sans-serif;
	-xa-off-border: 2mm solid;
	-xa-off-border-color: #C2E2C7;
	-xa-off-background-color: #AAA;
	}
div.general td {
	padding: 0.5ex;
	}
.thead,
.theadu {
	padding: 0ex 1em 1ex 1em;
	font-weight: 600;  font-size: large;
	}
.theadu {
	border-bottom: solid;
	}
.tduu {
	border-bottom: medium double;
	}
.tdu {
	border-bottom: medium dashed;
	}
.bmicright {
	border: thin dotted;
	text-align: center; font-size: xx-small;
	border-color: #BBC; color: #BBC;
	}

/* [eof] */

