.calc {
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #527187;
	border-collapse: collapse;
}
.calc_input {
	color:#5A5A5A;
	vertical-align:middle;
	font-family:'Trebuchet MS',tahoma,sans-serif;
	border:1px solid #A4B3BF;
	padding:0 0 0 4px;
	margin:1px 0 0 0;
}
.calc_button {
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.sfont {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
}
.tr{
	padding: 4px 0 0 0;
}
TH {
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	font: bold;
	padding: 3px;
	color: #217CC3;
	background:url(../img/bg-main-form-header.gif) no-repeat left 
}
#tiplayer {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #000000;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px arial,verdana,helvetica,lucida,sans-serif;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
.fill00 { background-color: #FDFDFD; }
.fill01 { background-color: #F7F7F7; }



		/* "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:1px solid #CCCCCC;
	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: center;
	vertical-align:middle;
	background:url(../img/bg-main-form-header.gif) no-repeat left 50%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#217CC3;
	padding:5px;
	width:auto;
}
.simpletable td{
	text-align: left;
	vertical-align: middle;
	font-size:1em;
	font-weight: normal;
	color: #527187;
	padding:5px;
	border-right:1px solid #CCCCCC;
}

.simpletable td.tdcenter {
	text-align: left;
}

.simpletable td.redbold {
	font-weight: bold;
	color:red;
}

.simpletable td.greenbold {
	font-weight: bold;
	color:#8CC718;
}

.relevantlinkstable {
	background: white;
	padding: 0px;
}
