/* popup panel */

#Calculator
{
	height: 510px;
	min-height: 510px;
	background-image: url(../images/mannequin_smaller.jpg);
	background-repeat: no-repeat;
}

#Calculator h1
{
	margin: 0px 0px 10px 0px;
	color: #6c9e41;
	font-size: 1.8em;
}

#Calculator .popup
{
	display:none;
	position: absolute;
	/*background-color: white;
	border: 2px solid	#6ba46b;*/
	background-image: url(../images/body_bubble_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 5px;
	margin-left: -20px;
	width: 98px;
}

#Calculator .popup_bottom
{
	background-image: url(../images/body_bubble_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 8px;  
}

#Calculator .popup p
{
	line-height: 1.5em;
	text-align: center;
  margin-bottom: 0;
  background-color: white;
	border-left: 3px solid #6ba46b;
	border-right: 3px solid #6ba46b;
	padding-bottom: 5px;
}

#Calculator .region
{
	position: relative;
	width: 110px;
}

#Calculator .region a
{
	display: block;
}

#Calculator .region h3
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	color: #6ba46b;
	/*width: 100%;*/
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	border-left: 3px solid #6ba46b;
	border-right: 3px solid #6ba46b;
	background-color: white;
}

#Calculator .trigger
{
	position: absolute;
}

.region#leg
{
	top: 320px;
	left: 160px;
}

.region#leg a
{
	width: 45px;
	height: 100px;
}

.region#head
{
	top: 5px;
	left: 120px;
}

.region#head a
{
	width: 60px;
	height: 60px;
}

.region#back
{
	top: 360px;
	left: 360px;
}

.region#back a
{
	width: 50px;
	height: 120px;
}

.region#arm
{
	top: 120px;
	left: 50px;
}

.region#arm a
{
	width: 50px;
	height: 70px;
}

.region#hand
{
	top: 230px;
	left: 245px;
}

.region#hand a
{
	width: 40px;
	height: 50px;
}

.region#organs
{
	top: 180px;
	left: 120px;
}

.region#organs a
{
	width: 60px;
	height: 35px;
}

.region#foot
{
	top: 480px;
	left: 95px;
}

.region#foot a
{
	width: 40px;
	height: 27px;
}

.region#foot .popup
{
  margin-top: -50px;
}

/* Table definitions for 'amounts' panel */

#ClaimAmounts table.amounts tr td
{
  width: 60%;
}

#ClaimAmounts table.amounts tr td.type
{
  font-weight: normal;
}
