@charset "UTF-8";
/* CSS Document */
#scalcOuter {
	width:250px;
}
.scalcHead {
	background-image:url(../images/scalcHead.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 28px;
	margin: 0;
	padding: 0;
}
.scalcBottom {
	background-image:url(../images/scalcBottom.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 10px;
	margin: 0;
	padding: 0;
}
.scalcHead h2 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #f5eede;
	margin: 0 0 0 15px;
	padding: 6px 0 0 0 ;
	font-weight: bold;

}
.scalcBody {
	background-color: #f5eede;
	margin: 0;
	padding: 0;
}
.scalcBody h3 {
	color: #6c5446;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 15px;
	padding: 6px 0 0 0 ;
}
table.insert, table.scalcResult {
	font-size: 12px;
	color: #6c5446;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 3px;
	width: 245px;
	margin-top: 10px;

}
table.scalcResult {
	text-align: right;
}
td.legend {
	width: 140px;
	padding-right: 2px;
}


input.scalcInput, select.scalcInput {
font-size: 12px;
	width: 80px;
}
input, select{font-size: 12px;}


.scalcStartext {
	text-align: right;
	font-size: 11px;
	padding-right:5px;
	}
.line {
	border-bottom: 1px solid #6c5446;
	width: 220px;
	height:1px;
	margin: 5px 0 5px 15px;
	}
.Result {
	width: 240px;
	color: green;
	font-size: 13px;
	font-weight: bold;
	margin: 1px 0 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
}
.resline {

	border-bottom: 1px solid #6c5446;
	width: 40%;
	height:1px;
	margin: 2px 15px 2px 135px;
	}
.openpdf {
	background-image:url(../images/openpdf.png);
	background-repeat: no-repeat;
	width: 104px;
	background-color: transparent;
	border: 0;
	height: 23px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	cursor: pointer;
	}
.scalcCalc {
	background-image:url(../images/calc.png);
	background-repeat: no-repeat;
	width: 104px;
	background-color: transparent;
	border: 0;
	height: 23px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	cursor: pointer;
	}
.openpdf:hover {
	background-image:url(../images/openpdfHover.jpg);

	}
.scalcCalc:hover {
	background-image:url(../images/calcHover.jpg);

	}
.scalcButtons {
	margin-top: 15px;
	margin-bottom: 0;
	}
