#PageFrame #Body #Content a.CalcLabel {
	color: #18347B;
	text-decoration: underline;
}
#PageFrame #Body #Content select {
	width: 73px;
	border: 1px solid #18347B;
}
#PageFrame #Body #Content table.CalcInput th {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
#PageFrame #Body #Content table.CalcInput td {
	text-align: left;
}
#PageFrame #Body #Content table.CalcInput input {
	border: 1px solid #18347B;
}
#PageFrame #Body #Content table.CalcOutput input {
	border: 1px solid #999999;
}
#PageFrame #Body #Content table.CalcOutput th {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
#PageFrame #Body #Content span.CalcLabel {
	font-size: 10px;
	margin-left: 4px;
}
#PageFrame #Body #Content div#AddInput {
	display: none;
}
#PageFrame #Body #Content div#Results {
}
input.CalculatedValue {
	color: #006633;
	background-color: #FFFFFF;
	text-align: right;
}
div#TT {
	padding: 4px;
	border: 1px solid #739E31;
	display: none;
	color: #000000;
	text-align: left;
	position: absolute;
	z-index: 10000;
	max-width: 300px;
	background-color: #EFEBD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
