/* Basics and Typography */

* { font-family: Arial, sans-serif; font-size: 10pt;}

body {
	margin: 0 auto;
	padding: 0;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	color: #9BBB38; 
}
h1, h2 {
	font-size: 15pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
a {
	text-decoration: none;
}
a:link {
	color: #a06823;
}
a:visited {
	color: #4a2d06;
}
a:hover, a:active {
	color: #45a188;
}
input[type=password], input[type=text], textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

/* Footer table */
table.footer {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table.footer td {
	text-align: center;
	font-size: 7pt;
	background-color: #cccc00;
	color: black;
	padding: 8px;
}
table.footer td a {
	font-size: 7pt;
}

/* List tables */
table.zcw {
	border-collapse: collapse;
}
table.zcw th {
	color: white;
	background-color: #9BBB38;
	padding: 4px;
	font-size: 10px;
    text-transform: uppercase;
}
table.zcw th.left {
	text-align: left;
	padding-left: 9px;
}
table.zcw td {
	padding: 4px;
	font-size: 13px;
}
table.zcw tr.alt td {
	background-color: #E9FDC8;
}
table.zcw tr.inactive td {
	color: #999999;
}

table.zcw tr td.custom {
	color: red;
}
table.zcw tr.alt td.custom {
	color: red;
}

/* category rows */
table.zcw tr.cat td {
	background-color: #e4e8dc;
}
table.zcw tr.catalt td {
	background-color: #e4e8dc;
}
/* totals rows */
table.zcw tr.total td {
	border-top: 4px double #9BBB38;
	border-bottom: 1px solid #9BBB38;
	font-weight: bold;
}


table.zcwLabels {
	width: 400px;
}

.PrintLabel h3
{
	font-size: 11pt;
	color: white;
	background-color: #9BBB38;
	padding: 4px;
	font-size: 1.4em;
}

.PrintLabel table.zcw {
	color: #333;
	font-size: 1em;
	margin: auto auto auto 30px;
	text-align: left;
}

.PrintLabel table.zcw th {
	border-bottom: 2px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
}

/* Block elements with this class are only displayed when printing the page */
.PrintDisplayBlock {
	display: none;
}
/* Inline elements with this class are only displayed when printing the page */
.PrintDisplayInline {
	display: none;
}

table.LabelProducts
{
	font-size: .6em;
	margin: auto 0px auto 20px;
	width: 100%;
}


/* Form tables */
table.zcwForm
{
	max-width: 100%;
	overflow: scroll;
}
table.zcwForm th
{
	width: 185px;
	padding: 3px 2ex 3px 5px;
	/* background-color: #9BBB38;
	color: white; */
	text-align: right;
	vertical-align: middle;
}
table.zcwForm th.header {
	text-align: left;
	color: #9BBB38;
	background-color: white;
}

table.zcwForm td
{
	width: 555px;
	padding: 3px 5px 3px 2ex;
}

tr.rowbold td {
	font-weight: bold;
}

span.middot {
	padding-left: 1ex;
	padding-right: 1ex;
	font-weight: bold;
	font-size: 11pt;
}


table.zcwForm input[type=text] {
	width: 40ex;
}
table.zcwForm input[type=password] {
	width: 40ex;
}
table.zcwForm select {
	width: 40ex;
}
table.zcwForm textarea {
	width: 40ex;
}

/* sort arrows */
span.sortArrows a {
	font-weight: bold;
	color: #2F3A06;
	text-decoration: none;
	width: 2ex;
	border: 1px outset #777B69;
	padding: 1px;
	background-color: #6F890F;
}
span.sortArrows a.selected {
	border-style: solid;
}

table.zcwForm table.internal select { width: auto; }
table.zcwForm table.internal input[type=text] { width: auto; }

/* ContactUs page blockquotes - holding addresses */
div.ContactUs blockquote {
	line-height: 150%;
}

input.ProductSelect, select.ProductSelect, select.ProductSelect option
{
	font-family: monospace; font-size: 9pt;
}

/* Order process navigation bar */
table.ordernav { border-collapse: collapse; width: 80%; margin: 3px auto; }
table.ordernav td { text-align: center; width: 25%; vertical-align: middle; }
table.ordernav td.selected { background-color: #E9FDC8; }
table.ordernav td * { text-decoration: none; color: #808040; }
table.ordernav td span { font-size: 12pt; font-weight: bold; }


div.attribution { text-align: center; font-size: 8pt; margin-top: 12pt; }
div.attribution a { font-size: 8pt; }

p.instructions {
	width: 600px;
	text-align: justify;
	line-height: 1.3;
}
div.Help p, div.Help li {
	width: 600px;
	text-align: justify;
	line-height: 1.4;
	font-size: 10pt;
}
div.Help ul {
	padding-left: 40px;
}
div.Help li, div.Help blockquote {
	width: 560px;
}
div.Help h4 {
	margin-top: 24pt;
	padding-top: 10pt;
	border-top: 1px solid #333;
	font-size: 12pt;
}

/* Instructions highslide title bar */
.highslide-dimming {
	background: black;
}
div.highslide-header table 
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
}
div.highslide-header td.highslide-move 
{
	background-color: #9BBB38;
	color: White; 
	font-weight: bold; 
	text-align: left;
	padding: 4px;
}
div.highslide-header td.highslide-move a 
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
div.highslide-header td.highslide-move a:hover
{
	text-decoration: none;
}
div.highslide-header td.highslide-close
{
	background-color: #9BBB38;
	color: White; 
	width: 20px; 
	padding: 4px; 
}
a.highslide img {
	margin: 0.5em 0; /* match with h3 margin */
	border-width: 0px;
}


.sticky {
	max-width: 800px;
	overflow: scroll;
	display: block;
}

tr.row th{
	background-color: white;
	color: #333;
	font-size: 1em;
	text-align: left;
}

tr.row.alt th {
	background-color: #E9FDC8;
}

.headCol {
	position: sticky;
	min-width: 300px;
	left: 0;
}
