@charset "utf-8";
#calc #calc-top, img#closeBtn,div#text-btn,div#overlay,#calc #calc-bottom {display:none;}
#header,#menu,#content,#footer,table{display:none;}

.floatLft { float:none; }
body{width:100%;height:100%;}
#calc-modal{ position:fixed;_position:fixed; width:665px; height:auto; top:5px; left:5px; padding:0px; margin:0px;overflow:visible; }
#calc-modal #logo{display:block; text-align:left; margin-bottom:20px;}
#calc-container {width: 600px; font-family:Arial; }

#calc { float:none; width:590px;  height:auto; position:relative;}

#calc #calc-screen { background:white; position:relative; padding-top:0px; }

#calc-screen #info { width:560px; margin:0px; padding: 0px 7px 5px 7px;  color:#000;  position:relative; }

#calc-screen #info h1 { font-size:18px; color:#000; margin:0px; text-align:center; margin-bottom:20px;}

#calc-screen #info label { float:left; clear:both; width:400px; height:20px; margin:5px 0; display:block; padding:0; font-size:11.5pt;}

#calc-screen #info label.result { font-size:13pt; font-weight:bold; color:#721604; }

#calc-screen #info input { width:150px; border:1px solid white; background:white; float:right; height:20px; margin:5px 0px; font-size:12pt; color:#000; text-align:right;padding:0px; }

#calc-screen #info input.focus, #calc-screen #info input:focus { background:#fff; color:#EFFCC8; }

#calc-screen #info input.result { background:white; color:#721604; font-weight:bold; font-size:13pt; }

#calc-screen #info hr { border: 0; height: 0; width: 100%; margin:0px auto; border-top: 1px solid #334203; clear:both; }

#calc-container .instructions { background-color:white;padding:0px; margin-bottom:5px;}

.instructions p { background:white;  width:560px; margin:0px; padding:0px; font-size:11pt; font-family:Arial; color:#000; }

.instructions p .emphasis { color:#EDCA35; font-weight:bold; }

.clear { clear:both; }
