﻿#calc {
	background-image:url(immys/weightcalc/images/bolt_weight_bg.gif); /* <-- If path to images changes, update this value. For help, reference the readme.txt file  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:270px;
	margin:0px 0px 4px 0px;
	padding:0px;
}
#calc h2 {
	font-size:20px;
	text-align:center;
	margin:0px;
	padding:10px 0px 0px 0px;
}
#calc table {
	width:250px;
	margin:10px;
}
#calc table td {
	padding:3px;
}
#calc table tr.divider td {
	border-top:1px solid #ccc;
}
#calc table tr.top td {
	padding-top:0px;
}
#calc table tr.bottom td {
	padding-bottom:0px;
}

#calc table input.readonly {
	border:1px solid #000;
	border-color:#aaa;
	font-weight:bold;
}
#calc table td.label{
	text-align:right;
}
#calc table input{
	border:1px solid #000;
	margin:2px 0px 0px 2px;
}
#calc .button {
	font-weight:bold;
	background-color:#eee;
}
#calc .button:hover {
	background-color:#ddd;
	cursor:hand;
}
#calc img {
	margin-bottom:-4px;
	padding-bottom:0px;
}
#calcimage {
	text-align:center;
	width:80%;
	margin-left:9%;
	background-color:#fff;
	border:1px solid #333;
	height:110px;
}
#calcimage img{
	margin:auto;
}
#calc .tooltip {
	position:absolute;
	left:540px;
	margin-top:-25px;
	width:150px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:10px;
	padding:7px;
	opacity:.8;
	filter:alpha(opacity=80);
}
#calc .tooltip img.corner {
	position:absolute;
	top:5px;
	left:-20px;
}
#calc #toolTip2 {
	left:250px;
}
#calc span.credits {
	font-size:8pt;
	display:block;
	text-align:center;
	color:#666;
}
	#calc span.credits a{
		color:#444;
	}