@charset "utf-8";
/* CSS Document */


.ProductDescTD {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
}
.ProductHeaderTD {	font-weight: bold; font-size: 16px} 
.ProductDescTD {
	font-size: 14px;
	vertical-align: top;
}

.ShipZipCode_TBox, .ShipZipCode_TBox_HighLite {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 45px;
	height: 20px;
	vertical-align: middle;	
	text-align: center;
}
.ShipZipCode_TBox_HighLite {
	background-color:#FFFF00;
}



.ConcretePricesTitleTD {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}


.StepsTD {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}



.LoginInstructionsTD {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.LoginDetailedInstructionsTD {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.spnConcreteNotes {
	font-family: Lusitana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}


/* OPTIONAL PRODUCTS and SERVICES */
.TBOXTotalMinutesOfJob, .TBOXTotalMinutesOfJob_HighLite {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
}
.TBOXTotalMinutesOfJob_HighLite {
	background-color:#FFFF00;
}

/* Expand /  Collapse - Table ROW*/
.CalcTips_TRTD_ExpandCollapse {
	display : none;
	/*display : inline;*/
}
.CalcTips_TRTD_ExpandCollapseON {
/*IMPORANT NOTE: do NOT use display: inline or position: absolute or even relative.*/
  /*Just keep this CSS class blank, empty, zip, zero nada.*/

	/*display: inline;*/
	/*position: relative;*/
}



