/* These styles used for calculator functionality */
.breadcrumbs {
		padding: 0;
}
.breadcrumbs li{
		display: inline;
		margin: 0;
	}	
	
.breadcrumbs li.selected a{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	} 	
.tabcontentstyle{ /*style of tab content oontainer*/
	border:0px solid gray;
	width: 500px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}	

.itemDisplay {
border:1px solid #666666;
height:250px;
overflow:auto;
padding:8px;
}

.summaryTable {
line-height:16px;
}


.summaryTable-headrow {
background-color:#CCCC99;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

.summaryTable-row {
font-family:Arial;
font-size:12px;
}

.ResultInput {
background: none;
border:0px;
color:#000000;
font-family:Verdana;
font-weight:normal;
text-align:left;
width:100%;
}

.myClass{
	background: none;
	border: none;
}

.itemDisclaimer {
display:none;
}

.hideitemDisplay {
display:none;
}
