/* used with /tools/calculators */

.inputlabel, .inputcol, .inputlabel_left, .inputcol_left {
	padding:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inputlabel {
	text-align:right;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #c8e196;
	width:250px;
	padding-right:8px;
}
.inputlabel_left {
	width:135px;
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	padding-top:2px;
}
.inputlabel_left_nowidth {
	padding-left:10px;
	text-align:left;
	vertical-align:top;
	padding-top:2px;
}

.inputcol {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #c8e196;
	width:95px;
}
.helpcol {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #c8e196;
}
.btnrow {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:2px solid #467b1d;
}
.inputcol_left {
	/*width:95px;*/
	text-align:left;
	padding-left:22px;
}


.formproper{
	clear:left;
}

.labelcol {
	border-top:3px solid #467b1d;
	background:#ebf5af;
	padding:4px 5px;
}

#calc_disclaimer {
	/*border: 1px solid #C1C1C1;*/
	padding:5px 5px 0 0;
	margin:10px 0px;
	color:gray;
	font-size:10px;
}

.btn {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:3px;	
}

/* "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 #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background:#b4b4b4;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2D4470;
	padding:2px;
}
.simpletable td{
	text-align: right;
	vertical-align: middle;
	border-right:1px solid #FFFFFF;
	font-size:1em;
	font-weight: normal;
	color:#2D4470;
	padding:5px;
}

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

.displayNone {
	display:none;
}
.displayBlock {
	display:block;
}

.centernowidthtable {
	text-align: center;
	vertical-align: bottom;
	border-top:1px solid #DAD3C1;
	border-bottom:1px solid #DAD3C1;
	border-right:1px solid #DAD3C1;
	border-left:1px solid #DAD3C1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2D4470;
	padding:5px;

}
.tdcenter {
	text-align: center;
	vertical-align: bottom;
	border-top:1px solid #DAD3C1;
	border-bottom:1px solid #DAD3C1;
	border-right:1px solid #DAD3C1;
	border-left:1px solid #DAD3C1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2D4470;
	padding:5px;
}


/**** TAB EXAMPLE ****/
#question_dis {
	visibility: visible;
	width: 487px;
	background: #fff;
	height: 26px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}
#question {
	visibility: hidden;
	width: 487px;
	background: #fff;
	height: 26px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}
#result {
	visibility: visible;
	width: 487px;
	height: 26px;
	position: absolute;
	background:#b4b4b4;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2D4470;
	font-size: 11px;
	padding-bottom: 10px;
}
#result2 {
	visibility: visible;
	width: 487px;
	background: #fff;
	height: 26px;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}