body {
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 0 0px;
}
#containapp {
	margin: 0 0px;
	width: 697px;
	border: 1px solid;
}
#main {
	padding: 0px 1px 1px 1px;
}
#primaryapppanel {
	clear: both;
}	 	 
#formwrapper{
	background: #F5F7FD;
	margin:0px;
	padding:0px;
}
#formtitle {
	background:#EAEEF6;
	border-bottom:1px solid #CDD5E0;
	padding:5px 5px 5px 7px;	
}
#formcontent{
	background: #F5F7FD;
	padding:5px 5px 5px 10px;	
}
#calcoutput {
	padding:0px 0px 0px 0px;
	margin:5px 0px;
	text-align: left;
	background: #FFF;
}	
h2.results{
	margin:0px 0px;
	background: #FFF;
	font-family: verdana;
	font-size:13px;
	font-weight: bold;	
	color: #5F5046;
	
}
#disclaimer {
	padding:10px;
	color:#816D5F;
	font-size:10px;
	font-family: arial;
	font-weight: normal;	
	background-color: #F9F6EC;
	border-top:1px solid #CDD5E0;
}	

/*headers--------------------------*/
#formtitle h2 {
	color: #535981; 
	margin:0;
	font-size: 14px;
	border-bottom: 0px;
	font-weight: bold;	
	font-family: "trebuchet ms";
}
#calcoutput h2 {
	font-size: 15px;
	font-weight: bold;
	color: #816D5F;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #146988;
}

/*form elements-----------------------*/
form{
	margin:0px;
	padding:0px; 
	color: #FFFFFF;
}
input, select, textarea {
	color: #1E354E;
	font-size: 12px;
	vertical-align: middle;
}	
label {
	font-weight: bold;
	font-size: 11px;
}	
.labelcol {
	color: #FFFFFF;
	border-bottom:1px solid #DEDBC0;
	background:#7F7458 url(/images/50/labelcolbg.gif) repeat-x top left;
	font-size:15px;
}
.inputlabel{
	background: #F5F7FD;
	font-weight:bold;
}
.inputcol{
	background: #F5F7FD;
}
.helpcol{
	background: #F5F7FD;
}
button {
	cursor: pointer;
}
button img {
	vertical-align: middle; 
	padding-left: 5px;
}
.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-family: verdana;
	font-size:11px;
	padding-bottom:3px;
	position:relative;
	background: #F5F7FD;
	color:#3C404E;
}
/*tables---------------------------*/
.calcoutputtable{
	text-align: left;
	background: #FFF;
	/*
	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{
	vertical-align: middle;
	font-family: verdana;
	font-size:11px;
	font-weight: normal;
	color:#3C404E;
	padding:10px 0px 0px 0px;
}

.calcoutputtable td a {
	text-decoration: none;
	font-family: verdana;
	font-size:11px;
	color:#497CBC;
}

/* "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;
}
/* 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%;
	border:1px solid #DEDBC0;
}
.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/50/labelcolbg.gif) repeat-x top left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
}
.simpletable td{
	text-align: right;
	vertical-align: middle;
	border-right:1px solid #DEDBC0;
	border-left:1px solid #DEDBC0;
	font-size:12px;
	font-weight: normal;
	color:#333333;
}

.simpletable td.tdcenter {
	text-align: center;
}

.simpletable td.redbold {
	font-weight: bold;
	color:red;
}

.simpletable td.greenbold {
	font-weight: bold;
	color:#8CC718;
}
.inputtable {
	margin: -2px;
	border-collapse: collapse;
}
.inputtable td{
	font-size:12px;
	color: #816D5F;
	text-align:left;
	padding:5px 0px 5px 0px;
	border-bottom:1px dotted #CCCCCC;
	vertical-align: top;
}
.inputtable td.inputlabel {
	font-weight: bold;
	color: #816D5F;
	font-size: 10px;
	font-family: verdana;
}	
.inputtable td.inputlabelnoborder {
	font-weight: bold;
	color: #816D5F;
	font-size: 10px;
	font-family: verdana;
	border-bottom:none;
}	
.inputtable td.inputlabelnoborder a {
	text-decoration: none;
}
.inputtable td.inputlabelnoborder2 {
	font-weight: bold;
	color: #816D5F;
	font-size: 10px;
	font-family: verdana;
	border-bottom:none;
	padding-top:9px;
}	
.inputtable td.inputlabelnoborder2 a {
	text-decoration: none;
}
.inputtable td.inputcol {
	color: #3C404E;
	font-size: 11px;
	font-family: verdana;
}	
.inputtable td.label {
	font-weight: bold;
	font-size: 11px;
}	
.inputtable td.grayright{
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	font-family: verdana;
	border-bottom:none;
	text-align:right;
	vertical-align: middle;
}	
th{
	margin-bottom:10px;
}
.creditdetailtable {
	background: white;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-top: 10px;
	width: 340px;
}
.creditdetailtable 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/50/labelcolbg.gif) repeat-x top left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	padding:5px;
}
.creditdetailtable td{
	text-align: right;
	vertical-align: middle;
	border-right:1px solid #DEDBC0;
	border-left:1px solid #DEDBC0;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	padding:5px;
}
.scorerangetable {
	font-family: verdana;
	font-size: 11px;
	color:#3C404E;
	border-collapse: collapse;
}
.scorerangetable td{
	padding:5px;	
	border-bottom:1px dotted #807559;
}
.scorerangetable td.score{
	white-space: nowrap;
	font-weight: bold;
}
.scorerangetable td.scorenoborder{
	white-space: nowrap;
	font-weight: bold;
	border-bottom:none;
}
.scorerangetable td.noborder {
	border-bottom:none;
}	

/*images---------------------------*/
.image1{
	display:none;
}
.image2{
	display:none;
}
.detailsimg {
	padding-top:1px;
	padding-bottom:1px;
}
.helpimg{
	border:none;
}
.poweredbyimg{vertical-align:middle;
	display:inline;
	border:none;
}
.poweredbyimg2{
	display:none;
}
.scorerange {
	color: #5F5046; 
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;	
	text-align: left;
	margin-top: 10px;
}
.inputhelp {
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	color: #999999;
}
.sponsored {
	font-size: 11px;
	font-family: arial;
	color: #999999;
	text-align: right;
	vertical-align: middle;
}
.backto {
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;	
	color: #497CBC;
	vertical-align: middle;
	padding-bottom: 5px;
}
.backto a{
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;	
	color: #497CBC;
	vertical-align: middle;
	text-decoration: none;
	border:none;
}
.imagebackto {
	vertical-align: middle;
	padding:0px 5px 0px 0px;
	border:none;
}
.catdescttl {
	color: #5F5046; 
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;	
	text-align: left;
	margin-top: 10px;
	padding-bottom: 5px;
}
.catdesc {
	font-family: verdana;
	font-size:11px;
	padding-bottom:5px;
	background: #F5F7FD;
	color:#3C404E;
}
.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;}   
