﻿a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html,
body {
	height: 100%;
	text-align: left;
}

body {
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	background: white;
	color: #333333;
}


#divPageHeader {
	background-image: url('../Images/ColonialMetals-Logo-RGB.png');
	width: 450px;
	background-repeat: no-repeat;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
hr {
	border: 0 #cccccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	width: 95%;
	margin: 10px auto;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
body {
	margin-top: 20px;
	margin-bottom: 20px;
}
.labelCol {
	text-align: right;
	vertical-align: middle;
}
.button_row {
	text-align: center;
	margin: auto;
}
.verySmallSpace {
	margin-top: 5px;
}
.smallSpace {
	margin-top: 15px;
}
.mediumSpace {
	margin-top: 30px;
}
.largeSpace {
	margin-top: 45px;
}
.horizontalRule {
	height: 0px;
	border-top: 2px solid black;
	border-top-color: #000099;
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.frameDashed {
	border: 1px dashed #000099;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.testResultFrame {
	border: 1px dashed #000099;
	margin: 0px auto;
	width: 95%;
}

.ICPResult {
	float: left;
	border: 1px dashed black;
	margin: 4px;
	padding: 3px;
	min-width: 125px;
	text-wrap: none;
}
.ICPResult-Lg {
	float: left;
	border: 1px dashed black;
	margin: 4px;
	padding: 3px;
	min-width: 200px;
	text-wrap: none;
}
.ICPResult-XL {
	float: left;
	border: 1px dashed black;
	margin: 4px;
	padding: 3px;
	min-width: 250px;
	text-wrap: none;
}
.ICPImpurities {
	float: left; border: 1px dashed black; margin: 4px; padding: 3px; width: 125px;
}
.TestResultsLg {
	float: left; border: 1px dashed black; margin: 4px; padding: 3px; width: 400px;
}
clearfix::after {
	content: "";
	clear: both;
}
.containerdivNewLine {
	clear: both;
	float: left;
	display: block;
	position: relative;
} 
.ICPImpurities2 {
	border: 1px dashed black; margin: 4px; padding: 3px;
}


/* PRINTING STYLES */
.print_label {
	font-weight: bold;
}
.error {
	color: red;
}




.pcContent {
    background-color: Yellow;
}
.pcCalloutBack {
    position: absolute;
    border-style: solid;
    width: 0px;
    margin-top: 10px;
    margin-left: 0px;
    border-width: 15px 15px 0px 5px;
    border-color: transparent;
    border-top-color: #8B8B8B;
}
.pcCallout {
    position: absolute;
    border-style: solid;
    width: 0px;
    margin-top: -17px;
    margin-left: -5px;
    border-width: 15px 15px 0px 5px;
    border-color: transparent;
    border-top-color: Yellow;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.panel {
	padding: 5px;
}