body {
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 0 0px;
}
#containapp {
	margin: 0 0px;
	width: 600px;
}
#main {
	margin: 15px 0;
	padding: 1px;
}
#primaryapppanel {
	clear: both;
}	 	 
#formwrapper{
	background:#fff;
	margin:0px -1px 0px -1px;
	padding:0px;
	/*border:1px solid #B8AF76;*/
	width: 590px;
}
#formtitle {
	border-bottom:1px solid #807559;
	margin: 0px;
}
#formcontent{
	background:#fff;
	margin:10px 10px 0px 10px;
	padding:0px;
	/*border:1px solid #B8AF76;
	color:#2D4470;*/
}
#fieldset {	
	text-align:center;
	padding:5px;
	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:73px 0px 10px 0px;
	margin:0px 0px;
	background:url(/images/61/resultsarrow.gif) no-repeat top center;
}
#disclaimer {
	padding:5px;
	margin:10px 0px 10px 0px;
	color:#999999;
	font-size:10px;
	font-style: italic;
}	
#poweredby {
	border: none;
	padding:5px;
	margin:10px 0px 10px 0px;
}	

/*headers--------------------------*/
#formtitle h2 {
	color: #807C59; 
	margin:0;
	padding:5px 5px 5px 10px;	
	font-size: 17px;
	border-bottom: 0px;
	white-space: nowrap;
	font-weight: bold;	
}
#fieldset h2 {
	font-size: 15px;
	margin: 15px;
}
#calcoutput h2 {
	font-size: 15px;
	font-weight: bold;
	color: #807C59;
}
 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #146988;
}

/*form elements-----------------------*/
form{
	text-align:center;
	margin:0px;
	padding:0px; 
	color: #FFFFFF;
}
input, select, textarea {
	color: #1E354E;
	font-size: 12px;
}	
label {
	font-weight: bold;
	font-size: 11px;
}	
.labelcol {
	color: #FFFFFF;
	text-align:center;
	padding:5px;
	border-top:1px solid #DEDBC0;
	border-bottom:1px solid #DEDBC0;
	border-right:1px solid #B8AF76;
	border-left:1px solid #B8AF76;
	background:#7F7458 url(/images/61/labelcolbg.gif) repeat-x top left;
	font-size:15px;
}
.labelcol b{
	font-weight:bold;
	font-size:14px;
	background:#DEDBC0;	
	border:1px solid #BFBFBF;
	padding:3px 6px 3px 6px;
}
.labelcol2 {
	text-align: right;
	color: #E8264D;
}
.rsilabelcol {
	white-space: nowrap;
	text-align: right;
}
.inputlabel{
	border-left:1px solid #B8AF76;
/*	background-color: #E6E3CF;*/
	background-color: #EEECDD;
}
.inputcol{
	border-left:1px solid #B8AF76;
	border-right:1px solid #B8AF76;
	background-color: #E6E3CF;
}
.innerinputlabel{
	border-left:1px solid #B8AF76;
	border-right:1px solid #B8AF76;
}
.helpcol{
	border-right:1px solid #B8AF76;
	background-color: #EEECDD;
}
button {
	cursor: pointer;
}
button img {
	vertical-align: middle; 
	padding-left: 5px;
}
* html .bar button {
	width: 110px;
}
.inputtable {
	border-bottom:2px solid #807559;
}
.btnrow {
	text-align:center;
	padding:10px 0px 15px 5px;
	border-top:0px solid #807559;
	background-color: #ffffff;
}
.btnrow a {
	text-decoration: none;
}
.btn{margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:3px;	
}
.calcdescription{
	font-size:12px;
	line-height:17px;
	padding-bottom:3px;
	position:relative;
}
.formproper{
	clear:left;
}
/*tables---------------------------*/
table{
/*	width: 400px;*/
}
.inputtablewrapper{
	text-align:center;
}
.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;
}
/* 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:#333333;
}

/* "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: #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 .simpletable {
	width: 100%;
}
.simpletable th{
	text-align: right;
	vertical-align: bottom;
	border-top:1px solid #DEDBC0;
	border-bottom:1px solid #DEDBC0;
	border-right:1px solid #DEDBC0;
	background:#7F7458 url(/images/61/labelcolbg.gif) repeat-x top left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	padding:5px;
}
.simpletable td{
	text-align: right;
	vertical-align: middle;
	border-right:1px solid #DEDBC0;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	padding:5px;
}

.simpletable td.tdcenter {
	text-align: center;
}

.simpletable td.redbold {
	font-weight: bold;
	color:red;
}

.simpletable td.greenbold {
	font-weight: bold;
	color:#8CC718;
}

/* The centernowidthtable is used only in inv08 sample calculator. */
.centernowidthtable {
	background: white;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
}
.centernowidthtable th{
	text-align: center;
	vertical-align: bottom;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:12px;
	font-family: helvetica;
	font-weight: bold;
	color: #146988;
}
.centernowidthtable td{
	text-align: center;
	vertical-align: middle;
	border-right:1px solid #CCCCCC;
	font-size:12px;
	font-weight: normal;
	color: #146988;
}
.centernowidthtable td.tdcenter {
	text-align: center;
}
.inputtable td{
	font-size:12px;
	line-height:17px;
	color:#333333;
	text-align:left;
	padding:5px;
	border-top:1px solid #DEDBC0;
}
th{
	margin-bottom:10px;
}
.articletable {
	border-left:1px solid #B8AF76;
	border-right:1px solid #B8AF76;
	border-top:1px solid #DEDBC0;
	border-bottom:1px solid #B8AF76;				
}
.articletable td{
	font-size:12px;
	line-height:18px;
	color:#333333;
	text-align:left;
	padding:5px;
	border-top:1px solid #DEDBC0;
}
.articletable th{
	text-align:center;
	padding:5px;
	background:#b4b4b4 url(/images/articleheaderbg.gif) repeat-x top left;
	border-bottom:1px solid #B8AF76;				
	font-size:16px;
	color:#886600;
}

/*images---------------------------*/
.image1{
	display:none;
}
.image2{
	display:none;
}
.helpimg{
	border:none;
}
.poweredbyimg{vertical-align:middle;
	display:inline;
	border:none;
}
.poweredbyimg2{
	display:none;
}

.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;}
.poweredbylink a {text-decoration:none;}
.poweredbylink a:link {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:visited {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:active {text-decoration: none; color: #088ABE; font-family: verdana; font-size: 10px;}
.poweredbylink a:hover {text-decoration: none; color: #777; font-family: verdana; font-size: 10px;}.poweredbylink2{display:none;}   
