/***********-------------------------------------
  					Global Reset
       ------------------------------***********/	
html, body, h1, h2, h3, h4, h5, h6, div, span, applet, object, iframe,p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0;outline: 0;vertical-align: baseline;}


.floatright
{
	float:right;
}
.floatleft
{
	float:left;
}
.clear {
	clear: both;
}

#container{margin: 0; padding-top: 10px; padding-left: 10px;
}
#wrapper {margin:0; 
		padding-bottom: 5px;
		width: 400px;
		border: 1px solid #96cdcc;
		background-color:#E6F7F3
}
#wrapper-lrg {margin-top: 10px; margin-left: 10px; 
		padding-bottom: 5px;
		width: 600px;
		border: 1px solid #96cdcc;
		background-color:#E6F7F3
}

#wrapper-lrg p{font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; margin: 10px; border-bottom: 1px solid #96cdcc; padding-bottom: 10px; color: #666;
}
#header{width: 100%; background-color:#FFFFFF; height: 50px; border-bottom: 1px solid #96cdcc;margin: 0; padding: 0;
}
#header h2{font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal;  color: #00958e; padding: 0; float: left;margin-top: 5px; margin-left: 5px; width: 50%;
}
#wrapper p{font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; margin: 10px; border-bottom: 1px solid #96cdcc; padding-bottom: 10px; color: #666;
}
.calc1{margin: 0; 
		padding: 0;
		width: 100%;
}

.calc1 .row {
		margin: 0; 
		padding: 5px 0 5px 0;
		float: left; 
		width: 100%;
		}

.calc1 .rowSml {
		margin: 0; 
		padding: 0;
		float: left; 
		width: 100%;
		}
.calc1 label {
		margin-left:10px;
		font-weight: normal;
		font-size: 11px;
		float: left;
		width: 200px;
		line-height: 16px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		background-color: #E6F7F3;
		}
.calc1 label.wide {
		margin-left:10px;
		font-weight: normal;
		font-size: 11px;
		float: left;
		width: 250px;
		line-height: 16px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		background-color: #E6F7F3;
		}
.calc1 input.text {
		padding: 0 3px;
		width: 200px;
		height: 16px;
		}
.calc1 input.text-table, .calc1 input.results {
		padding: 0;
		width: 75px;
		height: 16px;
		background-color: #E6F7F3;
		border-style:none;
		text-align:center;
		font-weight: bold;
		}
.calc1 input.result {
		padding: 0 3px;
		width: 100px;
		height: 16px;
		background-color: #E6F7F3;
		border-style:none;
		font-weight: bold;
		text-align:right;
		}

.calc1 select {
		margin-right:10px;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		}
.calc1 input.button {border-style: none; float: right; width: 70px; margin-left:5px; text-align: center; font-weight: bold; font-size: 11px; padding: 3px 0 3px 0;}

.calc1 input.compute{width: 70px; height: 25px; background:url(../images/compute.gif) no-repeat 0px 0px;  display: block; border-style: none; text-indent: -9999px; cursor:pointer; margin: 0px; padding: 0px;
}
.calc1 input.compute:hover{background:url(../images/compute.gif) no-repeat 0px -25px;}

.calc1 input.reset{width: 70px; height: 25px; background:url(../images/reset.gif) no-repeat 0px 0px;  display: block; border-style: none; text-indent: -9999px; cursor:pointer; margin-right: 10px;
}
.calc1 input.reset:hover{background:url(../images/reset.gif) no-repeat 0px -25px;}

.button-div{padding-right:10px; }

.calc1 textarea {border: #d0d0d0 1px solid; color: #696969; font-size: 12px; text-align:center; font-family:Arial, Helvetica, sans-serif; width: 378px; float:right;margin-right:10px;
}
.calc1 input {
	 float: right; color: #696969; LINE-HEIGHT: 16px; background-color: #fff; border: #d0d0d0 1px solid; margin-right: 10px; text-align:right; padding-right: 5px; width: 150px;
}
table .calcs {
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #696969;
		background-color:#e6f7f3;
		}
table .calcs td {
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #696969;
		background-color:#e6f7f3;
		border: none;
		padding: 0px;
		margin: 0px;
		}
table .calcs thead th {
	background: #e6f7f3 none repeat scroll 0 0;
	text-align: center;
	border: none;
}
table .calcs thead th {
	border-bottom:1px #bbb solid;
}

