


/* ==|== PRIMARY STYLES =====================================================
   Author: Headlamp Creative (http://www.headlampcreative.com)
   ========================================================================== */


body {
	background: #FFF url(images/inflicted.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size:8pt;	
}
#logo {
	position: absolute;
	top: 35px;
	left: 45px;
}
.Text {
	font-size:8pt;
}	
.FormLabel {
	font-size:8pt;
	font-weight:bold;
}
.ErrorText {
	font-size:13px;
	color:Red;
	background-color: white;
	padding: 10px;
}
.FormErrorText {
	font-size:8pt;
	color:Red;
}
.InputSm {
	font-size:12px;
	padding: 6px 5px;
}
.BeamTypeHeader {
	font-size:26pt;
	font-weight:normal;
	color:#274087;
	color: #000;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
}
.BeamTypeIntro {
	font-size:14px;
	line-height: 1.5em;
	color:#000;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}
.AssemblyHeader {
	font-size:34px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.AssemblyIntro {
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height: 1.3em;
}
.ParameterHeader {
	font-size:34px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.ParameterIntro {
	font-size:10pt;
	color:#993399;
	font-weight:bold;
}
.InstructionText {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}
.StepInstructionText {
	font-size:15px;
	font-style:normal;
}
.StepInstructionText p , p span.StepInstructionText {
	padding: 16px 0 10px 0;
	font-size: 18px;
	/*line-height: 1.4em;
	border-top: 2px solid #FFF; */
}
#lblResultsHeader {
	font-size:34px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.TableHeader {
	font-size : 14px;
	background-color: #274087;
	color: white;
	font-weight:bold;
	padding: 10px;
}	
.TableItem {
	font-size : 8pt;
	color : Black;
	background-color: white;
}
.AlternateTableItem {
	font-size: 8pt;
	background-color: lightblue;
}	
.PartsListing {
	font-size : 8pt;
	background-color: White;
}		
.ReplacementText {
	font-size : 8pt;
	font-weight: bold;
	background-color: White;
	color:#381D79
}
.AssemblyNames {
	font-size: 11px;
	padding: 10px;
	background: #f1f1f1;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
}
.BeamTypeNames {
	font-size : 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.8em;
}	
.LinkText {
	color: #000;
	padding: 14px 18px;
	float: right;
	font-weight: bold;
	line-height: 1em;
	font-size: 13px;
	width: 135px;
	margin-top: 30px;
	border: 1px solid #c5c5c5;
	-moz-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	-webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	text-decoration: none;
	background: url(images/arrow-right.png) 0 0 no-repeat;
}
.TableItem .LinkText {
	float: left;
	margin: 0;
	background: none;
	box-shadow: none;
	border: none;
	padding: 10px 0;
}
input#btnBack,
#btnBack,
#btnStartOver {
	color: #000;
	padding: 14px 18px 16px 18px;
	border: 1px solid #c5c5c5;
	background: url(images/arrow-right.png) 0 0 no-repeat;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	-webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	font-size: 13px;
	cursor: hand;
	margin-right: 20px;
	width: auto;
}
input#btnCalculate {
	color: #FFF;
	padding: 14px 38px 16px 21px;
	border: 1px solid #c5c5c5;
	background: url(images/submit.png) right 0 no-repeat;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	-webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	box-shadow: 0 0 7px rgba(100, 100, 100, 0.12);	
	font-size: 13px;
	cursor: hand;
	width: auto;
}











