body {
	background: #fff;
    color: #464646;
    font-family: Arial,Sans-serif;
    font-size: 12px;
	margin: 0 0 0px;
}
#containapp {
	margin: 0;
	width:600px;
	background: #FFFFFF;
}
#main {
	padding: 0px;
}
#primaryapppanel {
	clear: both;
}	 	 
#header {
	margin: 0px;
}
#formwrapper{
	background:#fff;
	padding:0px;
}
#formtitle {
	display:none;
	margin: 0px;
}
#formcontent{
	background:#fff;
	margin: 0;
	padding:0px;
}
#fieldset {	
	text-align:center;
	padding: 0;
	margin:0px 0px 0px 0px;
}	
fieldset{
	text-align:center;
	border:none;
	padding:10px 0px 0px 0px;
	margin:0px;
}
#calcoutput {
	padding:0px 0px 0px 0px;
	margin:0px 0px;
	text-align: center;
}	
h2.results{
	padding:75px 0px 10px 0px;
	margin:0px 0px;
	background:url(/images/resultsarrow.gif) no-repeat top center;
}
#disclaimer {
	padding:5px;
	margin: 10px 0px 10px 0px;
	color:#999999;
	font-size:10px;
}	
#poweredby {
	border: none;
	padding:5px;
	margin:10px 0px 10px 0px;
}	

/*----------------headers----------------*/
#formtitle h2 {
	color: #464646; 
	margin:0;
	padding:5px 5px 5px 10px;	
	font-size: 18px;
	border-bottom: 0px;
	font-weight: bold;	
}
#fieldset h2 {
	font-size: 18px;
	margin: 15px;
}
#calcoutput h2 {
	font-size: 18px;
	font-weight: bold;
	color: #464646;
}
 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #146988;
}

/*----------------form elements----------------*/
form{
	text-align:center;
	margin:0px;
	padding:0px; 
}
input, select, textarea {
	color: #1E354E;
	font-size: 12px;
}	
label {
	font-weight: bold;
	font-size: 11px;
}	
.tabletop {background:#FFFFFF;}
.labelcol {
	text-align:center;
	padding:5px;
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #9F9F9F;				
	font-size:15px;
	background:#6298c2;
	color:#FFFFFF;
}
.labelcol b{
	font-weight:bold;
	font-size:14px;
	background:#DFDFDF;	
	border:1px solid #BFBFBF;
	padding:3px 6px 3px 6px;
}
.labelcol2 {
	text-align: right;
	color: #E8264D;
}
.inputlabel{
	border-left:1px solid #9F9F9F;
	background-color: #f3f3f3;
}
.inputcol{
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	background-color: #e6e6e6;
}
.innerinputtable{
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	background-color: #F3F3F3;
	border-collapse: collapse;
}
.innerinputcolheader{
	border-left:1px solid #9F9F9F;
	background-color: #F3F3F3;
}
.innerinputcol{
	border-left:1px solid #9F9F9F;
	background-color: #E6E6E6;
}
.innerinputlabel{
	background-color: #F3F3F3;
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
}
.helpcol{
	border-right:1px solid #9F9F9F;
	background-color: #f3f3f3;
}
button {
	cursor: pointer;
}
button img {
	vertical-align: middle; 
	padding-left: 5px;
}
* html .bar button {
	width: 110px;
}
.inputtable {
	border-bottom:2px solid #6298c2;
}
.inputtablewrapper .btnrow{
    width: 1080px;
}
.btnrow {
	text-align: right;
	padding: 6px 8px;
	background: #F2F1EC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.btnrow a {
	text-decoration: none;
}
.btn {
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	border:1px solid #E0E3E2;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	background: #688fcf; /* Old browsers */
	background: -moz-linear-gradient(top,  #688fcf 0%, #4f73ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#688fcf), color-stop(100%,#4f73ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #688fcf 0%,#4f73ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #688fcf 0%,#4f73ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #688fcf 0%,#4f73ae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #688fcf 0%,#4f73ae 100%); /* W3C */
	-pie-background: linear-gradient(top,  #688fcf 0%,#4f73ae 100%); /* IE6-9 */
}
.resetbtn, .editbtn {
	border:1px solid #E0E3E2;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	overflow:visible;
	padding:2px 8px;
	background: #909193; /* Old browsers */
	background: -moz-linear-gradient(top,  #909193 0%, #7B7B7B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909193), color-stop(100%,#7B7B7B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #909193 0%,#7B7B7B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #909193 0%,#7B7B7B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #909193 0%,#7B7B7B 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #909193 0%,#7B7B7B 100%); /* W3C */
	-pie-background: linear-gradient(top,  #909193 0%,#7B7B7B 100%); /* IE6-9 */
}

.calcdescription{
	display:none;
	font-size:13px;
	line-height:17px;
	padding-bottom:3px;
	position:relative;
}
.formproper{
	clear:left;
}
/*----------------tables----------------*/
table{
/* The width specified here, either px or %, affects not only the input fields table
   width, but the width of the popup help text. Decided to leave it commented out
   for now.
	width: 100%;
*/
}
.inputtablewrapper{
	text-align:center;
	position: relative;
	margin-bottom: 70px;
}
table.inputtablewrapper tr:first-child + tr {
    position: absolute;
	bottom: -60px;
	bottom: -130px\9;
}

table.inputtable tr:first-child + tr {
	position: static;
	bottom: 0px;
}
.inputfieldstable {
	text-align: right;
}
/* IE hack. IE can't understand this one, so it will use the width above.
   All other browsers will use this one. */
html > body .inputfieldstable {
	width: 100%;
}

.calcoutputtable{
	text-align: center;
	background: white;
	/*
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	*/
	padding: 0px;
	margin: 1px;
}
/* IE hack. IE can't understand this one, so it will use the width above.
   All other browsers will use this one. */
html > body .calcoutputtable {
	width: 100%;
}
.calcoutputtable td{
	text-align: center;
	vertical-align: middle;
	font-size:12px;
	font-weight: normal;
	color:#000000;
}

/* "simpletable" is passed in as the value of the calcxmlRequest->dataTable->cssClassName
 element for all of the sample calcs. All the data tables that are returned as part of the
 response will be tagged as <table class="simpletable"> */
.simpletable {
	background: white;
	border-color: #9F9F9F;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
}
/* IE hack. IE can't understand this one, so it will use the width above.
   All other browsers will use this one. */
html > body .simpletable {
	width: 100%;
}
.simpletable th{
	text-align: right;
	vertical-align: bottom;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	background:#6298c2;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	padding:5px;
}
.simpletable td{
	text-align: right;
	vertical-align: middle;
	border-right:1px solid #9F9F9F;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding:5px;
}

.simpletable td.tdcenter {
	text-align: center;
}

.inputtable td{
	font-size:12px;
	line-height:17px;
	color:#000000;
	text-align:left;
	padding:5px;
	border-top:1px solid #DFDFDF;
}
th{
	margin-bottom:10px;
}
.relevantlinkstable {
	background: white;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
}
/* IE hack. IE can't understand this one, so it will use the width above.
   All other browsers will use this one. */
html > body .relevantlinkstable {
	width: 100%;
	border:1px solid #9F9F9F;
}
.relevantlinkstable th{
	text-align: left;
	vertical-align: bottom;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
	background:#6298c2;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	padding:5px;
}
.relevantlinkstable td{
	text-align: left;
	vertical-align: middle;
	border-right:1px solid #9F9F9F;
	border-left:1px solid #9F9F9F;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	padding:5px;
}

.relevantlinkstable td.tdcenter {
	text-align: center;
}

.relevantlinkstable td.redbold {
	font-weight: bold;
	color:red;
}

.relevantlinkstable td.greenbold {
	font-weight: bold;
	color:#8CC718;
}

/*----------------images----------------*/
.image1{
	display:none;
}
.image2{
	display:none;
}
.logoimg{
	display:none;
}
.helpimg{
	border:none;
}
#poweredby {
	border: none;
	padding: 0;
	margin: 2em 0 0 0;
	height: 37px;
	position: absolute;
	margin-top: 50px;
}
#poweredby a {
	color: #1D8EC8;
	text-decoration: none;
	padding: 3px;
	display: block;
	float: left;
	line-height: 37px;
	font-size: 11px;
}
.poweredbyimg {
	border: 0
}
.calcoutputtable td.resultHeader {text-align:left;color: gray;font-size: 14px;font-weight: bold;background: url(http://www.calcxml.com/images/whitebar.png);	padding:6px 3px 6px 3px;}
.calcoutputtable td.resultDescription{text-align:left;}
.calcoutputtable td.resultChart{}
.calcoutputtable td.resultDisplayTable{}
.calcoutputtable td.resultDataTable{}
.calcoutputtable td.resultRelatedStuff{text-align:left;}
.poweredbyimg2{display:none;}   
.poweredbylink2{display:none;}   
