@charset "UTF-8";
/* CSS Document */
/* STANDARD ELEMENTS */
h1 {
	font-size: 24pt;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}
a {
	color: #00ade2;
	text-decoration: none;
}
a:link {
	color: #00ade2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* STANDARD LAYOUT */
body {
	background:#E7E7E7 url(/images/background/background.png) repeat-x scroll 0 0;
	color:#333333;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
	font-size: 10 pt;
	margin: 0 auto; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	margin:0px auto 0;
	position:relative;
	width:1000px;
	text-align: left;
	font-size: 10pt;
}
#logo {
	height: 72px;
	background: url(/images/background/header.png) scroll 0 0;
	background-repeat: no-repeat;
	margin-top: 1px;
}
#topnav {
	height: 20px;
	width: 975px;
	text-align: right;
	color: #00ade2;
	font-size: 11pt;
}
#topnav a {
	color: #00ade2;
	text-decoration: none;
}
#topnav a:link {
	color: #00ade2;
	text-decoration: none;
}
#topnav a:hover {
	color: #ff6600;
	text-decoration: none;
}
#header-green {
	height: 77px;
	background: url(/images/background/green.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#header-red {
	height: 77px;
	background: url(/images/background/red.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#header-blue {
	height: 77px;
	background: url(/images/background/blue.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#header-yellow {
	height: 77px;
	background: url(/images/background/yellow.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#header-orange {
	height: 77px;
	background: url(/images/background/orange.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#header-title {
	float: right;
	color: #ffffff;
	font-size: 24pt;
	margin-top: 35px;
}
#breadcrumb {
	float: left;
	color: #ffffff;
	font-size: 12pt;
	margin-top: 50px;
}
#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}
#breadcrumb a:link {
	color: #ffffff;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#backnexttop {
	width: 720px;
	height: 1px;
	background-color: #ff6600;
	margin-top: 3px;
	
}
#backnext {
	width: 980px;
	height: 23px;
	text-align: center;
	border-top: solid 1px #ff6600;
	border-bottom: solid 1px #ff6600;
}
#bc-blue a {
	color: #264eb9;
	font-size: 9pt;
	text-decoration: none;
}
#bc-blue a:link {
	color: #264eb9;
	font-size: 9pt;
	text-decoration: none;
}
#bc-blue a:hover {
	text-decoration: underline;
}
#body-block {
	min-height: 250px;
	background: url(/images/background/body.png) scroll 0 0;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#system-message {
	background-color: #e7e7e7;
	border: solid 1px #e1dfdf;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#system-message-orange {
	background-color: #e7e7e7;
	border: solid 1px #ff6600;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#product-title {
	background-color: #e7e7e7;
	border: solid 1px #6db33f;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#hazard-title {
	background-color: #e7e7e7;
	border: solid 1px #c1272d;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#hazard-flag {
	border: solid 1px #c1272d;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#hazard-cmg {
	border: dashed 1px #666666;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#hazard-full {
	border: solid 1px #666666;
	width: 972px;
	padding: 3px;
	margin-top: 5px;
}
#chemlistscroll {
	width: 300px;
	height: 400px;
	overflow-y: scroll;
	padding: 5px;
	float: right;
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
	border:solid 1px;
}
#chemlistscroll-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#dark-grey-link a {
	font-size: 12px;
	color: #1f1f1f;
	text-decoration: none;
}
#light-grey-link a {
	font-size: 12px;
	color: #949494;
	text-decoration: none;
}
#dark-grey-link a:hover {
	text-decoration: underline;
}
#light-grey-link a:hover {
	text-decoration: underline;
}
#chemlistscroll h3 {
	text-align: center;
}
#left-solid {
	width: 712px;
	border: solid 1px #e1dfdf;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#left-solid-grey {
	width: 712px;
	background-color: #e7e7e7;
	border: solid 1px #e1dfdf;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#left-dashed {
	width: 712px;
	border: dashed 1px #e1dfdf;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#full-dashed {
	width: 972px;
	border: dashed 1px #e1dfdf;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#right-blue {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: solid 1px;
	border-color: #264eb9;
	float: right
}
#right-orange {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: solid 1px #ff6600;
	float: right
}
#right-green {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: solid 1px #6db33f;
	float: right
}
#right-green-test {
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: solid 1px #6db33f;
	float: right
}
#right-green-pad {
	width: 244px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 3px;
	border: solid 1px #6db33f;
	float: right
}
#right-red-pad {
	width: 294px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding: 3px;
	border: solid 1px #c1272d;
	float: right
}
#right-head {
	width: 240px;
	height: 20px;
	background-color: #969696;
	padding: 5px;
	text-align: center;
}
#right-head-noh {
	width: 240px;
	background-color: #969696;
	padding: 5px;
	text-align: center;
}
#contentframe {
	width: 980px;
}
#right-grid {
	width: 240px;
	height: 15px;
	background-color: #e7e7e7;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding: 5px;
	text-align: left;
}
#right-grid-noh {
	width: 240px;
	background-color: #e7e7e7;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding: 5px;
	text-align: left;
}
#noh-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
#left-content {
	width: 710px;
}
#product-link a {
	font-size: 12pt;
	color: #00ade2;
	text-decoration: none;
}
#product-link a:link {
	font-size: 12pt;
	color: #00ade2;
	text-decoration: none;
}
#product-link a:hover {
	text-decoration: underline;
}
#decline-link a {
	font-size: 12pt;
	color: #c1272d;
	text-decoration: none;
}
#decline-link a:link {
	font-size: 12pt;
	color: #c1272d;
	text-decoration: none;
}
#decline-link a:hover {
	text-decoration: underline;
}
#process-link a {
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}
#process-link a:link {
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}
#process-link a:hover {
	text-decoration: underline;
}
#three-blue {
	width: 325px;
	min-height: 200px;
	text-align: center;
	border-right: solid 1px;
	border-right-color: #264eb9;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;

}
#footer-block {
	height: 20px;
	background: url(/images/background/body-bottom.png) scroll 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
#footer-grey {
	background: url(/images/background/baseseparator.png) scroll 0 0;
	background-repeat:	repeat-y;
}
#footernav {
	float: left;
	width: 490px;
	margin-top: 4px;
	text-align: center;
	color: #00ade2;
	font-size: 11pt;
}
#footernav a:link {
	color: #00ade2;
	text-decoration: none;
}
#footernav a:hover {
	color: #ff6600;
	text-decoration: none;
}
#footerak {
	float: right;
	width: 490px;
	margin-top: 4px;
	text-align: left;
	font-size: 9pt;
}
#copyright {
	width: 1000px;
	text-align: center;
	margin-top: 8px;
}
#treatments {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	border-top: dashed 1px #666666;
}
#terms {
	width: 500px;
	height: 300px;
	float: right;
	border: solid 1px;
	border-color: 333333;
	overflow-y: scroll;
	padding: 3px;
}
#button-orange {
	width: 50px;
	height: 15px;
	background-color: #ff6600;
	text-align: center;
	border: solid 1px #ff6600;
	margin: 3px;
	color: #ffffff;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#button-orange a {
	color: #ffffff;
	text-decoration: none;
}
#button-orange a:link {
	color: #ffffff;
	text-decoration: none;
}
#button-orange a:hover {
	color: #ff6600;
	background-color: #ffffff;
}
#quickscreen {
	width: 910px;
	border-top: solid 1px;
	border-top-color: #343434;
	border-bottom: solid 1px;
	border-bottom-color: #343434;
}
#quickscreen-element {
	width: 99px;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px;
	border-right-color: #343434;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#quickscreen-element-last {
	width: 99px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	zoom:1;
	*display:inline;

}
#transscreen {
	width: 712px;
	border-top: solid 1px;
	border-top-color: #343434;
	border-bottom: solid 1px;
	border-bottom-color: #343434;
}
#transscreen-element {
	width: 140px;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px;
	border-right-color: #343434;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#transscreen-element-last {
	width: 140px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	zoom:1;
	*display:inline;

}
#scores-vert {
	min-height: 272px;
	width: 57px;
	background: url(/images/icons/scores/background.png) scroll 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#queue-header {
	font-size: 12pt;
	font-weight: normal;
	color: #6db33f;
	margin-top: 5px;
	margin-bottom: 3px;
}
#queue-decline {
	font-size: 12pt;
	font-weight: normal;
	color: #c1272d;
	margin-top: 5px;
	margin-bottom: 3px;
}

#large-grey {
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
}
#medium-grey {
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}
#small-grey {
	font-size: 11pt;
	font-weight: normal;
	color: #333333;
}
#float-left {
	float: left;
	margin-left: 20px;
}
#float-right {
	float: right;
	margin-right: 20px;
}
#float-right-lens {
	float: right;
	margin-right: 0px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#float-right-score {
	float: right;
	width: 334px;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}