﻿body {
	line-height: 1;
    border-style: none;
    color: black;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 150%;
    font-weight: normal;
    color: #808080;
    margin: 0 0 8px 0;
    text-align: left;
    position: relative;
    top: 5px;
    text-decoration: none;
}
/* h2, h3, h4, ul, li and blockquote are added by CKeditor and used in posts only */
h2	{ color: darkred; font-size: 150%; font-weight: normal; text-decoration: none; margin: 10px 0 5px 0; text-align: left; }
h3	{ color: darkred; font-size: 133%; font-weight: normal; text-decoration: none; margin: 10px 0 5px 0; text-align: left; }
h4	{ color: darkblue; font-size: 120%; font-weight: normal; text-decoration: none; margin: 10px 0 0 0; text-align: left; }
blockquote { background-color: gainsboro; font-size: 120%; color: darkblue; margin: 10px 0 5px 0; padding-left: 30px; }
ul, ol    { margin-left: 20px; }
li        { margin-top: 10px; padding-left: 15px; padding-right: 30px; }
input:disabled { background-color: #F0F0F0; color:#606060; opacity: 1; }
input:focus {background-color: #FFFFAA;}
textarea { font-family: Helvetica, Arial, sans-serif; color: blue; text-align: left; padding: 2px 0 2px 5px; font-size: 100%; margin-bottom: 3px;}
textarea:disabled { background-color: #F0F0F0; color:#606060; opacity: 1; }
textarea:focus {background-color: #FFFFAA;}

/* Both the Label Tag and the style formLabel MUST agree */
label {          
    float: left;
    text-align: right;
    width: 190px;
    margin-right: 2px;
}

p   { margin: 2px 0 0 0; }
p.indent { margin: 4px 0 0 20px; }
p.sidebar { font-size: 8pt; color: #808080; margin-left: 5px;}
select { 
    color: blue;
    text-align: left;
    border: none;
    -webkit-box-shadow: 0 -1px blue inset;
    -moz-box-shadow: 0 -1px blue inset;
    box-shadow: 1px 1px #606060 inset;
    margin: 0 0 1px 0;
    padding: 2px 5px 0 5px;
    font-size: 100%;
    height: 25px;
}
select:disabled { background-color: #F0F0F0; color:#606060; opacity: 1; }
select:focus {background-color: #FFFFAA;}
table { border-spacing: 0; }
table.tableData td { padding-right: 10px; }
td.hole { width: 50px; }

.btnInStock, .btnNotInStock {
    height: 30px;
    width: 120px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
}
.btnInStock:hover, .btnNotInStock:hover { cursor: pointer; background-color: yellow; color: black; }
.btnInStock { color: black; background-color: lightgray;}
.btnNotInStock { color: red; background-color: white;}
.cellHide { display: none;}
.divBlock { display: inline-block;}
.divBody { position: absolute; left: 220px; text-align: left; vertical-align: top; }
.divFieldset {padding: 5px 5px 5px 5px; background-color: gainsboro; border: 1px ridge darkslategray;}
.footnote { font-size: 9pt; font-weight:lighter; vertical-align: bottom; }
.formCheckbox input {border: solid 1px red; width:20px; height:20px; margin: 0 0 0 0;}
.formCheckbox input:hover {cursor: pointer;}
.formHide { visibility: collapse; width: 1px;}
.formHighlight { text-align: left; padding: 0 0 0 5px; vertical-align: bottom; }
.formInput {
    color: blue;
    text-align: left;
    padding: 2px 5px 2px 5px;
    font-size: 100%;
    margin-bottom: 3px;
}
.formLabel, .formlabelSelect {
    float: left;
    width: 190px;
    text-align: right;
    padding-top: 5px;
    vertical-align: bottom;
    margin-right: 2px;
    font-size: 100%;
}
.formlabelSelect { margin-top: 2px;}
.formLabelColumnTitle {
    color: darkblue;
    font-size: 120%;
    margin-right: 2px;
    vertical-align: bottom;
}
.formLabelInline {
    text-align: right;
    padding-left: 5px;
    padding-right: 2px;
    vertical-align: bottom;
}
.formLabelNarrow {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 2px;
    padding-top: 5px;
    vertical-align: bottom;
}
.formLabelTitle {
    text-align: left;
    vertical-align: bottom;
    padding: 5px 0 2px 0;
    color: darkred;
    font-size: 120%;
    font-weight: normal;
}
.formLabelSubTitle {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 2px;
    vertical-align: bottom;
    padding-top: 5px;
    font-size: 110%;
}
.formLegend {
    padding: 5px 5px 5px 5px;
    margin: 5px 0 0 20px;
    text-align: center;
    font-size: 100%;
}
.formUpload { width: 300px !important;}
.grid { border: 1px ridge darkslategray; font-size: 100%; } 
.grid a { color: darkred; border-top: solid 2px white; border-right: solid 2px gray; border-bottom: solid 2px gray; border-left: solid 2px white; padding: 2px 10px 2px 10px; margin-top: 5px; font-size:100%; text-decoration: none; }
.grid a:hover { color: white; background-color: darkred; }
.grid th {
    padding: 5px 10px 5px 10px;
    background-color: gainsboro;
    color: darkred; 
    border: none;
    font-weight: lighter;
    text-align: center;
    vertical-align: middle; 
}
.grid th.right {text-align: right; }
.grid th.left {text-align: left; }
.grid th.center {text-align: center; }
.grid th.Sort a { font-size:100%; padding: 2px 10px 2px 10px; }
.grid td {
    padding: 5px 10px 6px 10px;
    color: darkblue; 
    border: none;
    text-align: right;
    vertical-align: middle;
}
.grid td.right {text-align: right; }
.grid td.left {text-align: left; }
.grid td.center {text-align: center; }
.grid td.colGrayRight { background-color: lightgray; text-align: right; }
.grid td.colGrayLeft { background-color: lightgray; text-align: left; }
.grid td.colHidden { color: white; font-size: 1px; padding: 0; width: 1px; }
.gridFooter td {
    padding: 3px 10px 3px 10px;
    color: darkblue;
    border: none;
    text-align: right;
    vertical-align: middle;
}
.gridHeader {
    text-align: center;
    color: darkred;
    text-decoration: none;
}
.gridHeader a { color: darkred; }
.gridHeader a:hover { color: white; background-color: darkred; text-decoration: none;}
.gridPager td { margin: 0; padding: 0 10px 0 10px; border: none; height: 28px; vertical-align: middle; }
.gridPager a {
    margin: 0;
    padding: 2px 10px 2px 10px; 
    background-color: white;
    color: darkred;
    font-size: 90%;
    font-weight: lighter;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top: solid 2px white; 
    border-right: solid 2px gray; 
    border-bottom: solid 2px gray; 
    border-left: solid 2px white; 
}
.gridPager a:hover { background-color: darkred; color: white; cursor: pointer; }
.gridPager input { padding: 0; margin: 0; vertical-align: middle;}
.gridRow { background-color: white; color: darkblue;}
.gridRow { background-color: white; }
.gridRow a { color: darkred; text-decoration: none;}
.gridRow a:hover { color: white; background-color: darkred; text-decoration: none;}
.gridAlternateRow { background-color: #F7F6F3; color: darkblue;}
.gridAlternateRow a {color: darkred; text-decoration: none;}
.gridAlternateRow a:hover { color: white; background-color: darkred; text-decoration: none;}
.gridSortAscending { background-color: #D8FFD8;}
.gridSortDescending { background-color: #FFD8D8;}
.hdrTable { background-color: honeydew; color: slategray; width: 100%; height: 60px; margin-bottom: 20px; border-bottom: solid 1px slategray; text-align: center; vertical-align: middle;}
.hdrImg { max-height: 50px;}
.hidden { visibility: hidden; width: 1px;}
.logo { max-width: 160px;}
.messageError {
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 20px 5px 20px;
    color: darkred;
    background-color:lightpink;
    border-style:solid;
    border-color: red;
    font-size: 110%;
}
.messageWarning {
    display:block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 110%;
    color: Blue;
}
.pageInfo { vertical-align: top; text-align: left;}
.pageCell { vertical-align: top; text-align: left; padding-left: 20px; font-size: 150%;}
.pageLogo { max-width: 80px; max-height: 80px; }
.postEditor { width: 100%; height: 100%; border: none; background-color: gainsboro;}
.pagePhoto { max-width: 480px; max-height: 480px; }
.productCell { vertical-align: top; padding-left: 20px; }
.productPhoto { max-width: 320px; transition: transform 1s; transition-delay: 1s; }
.productPhoto:hover { 
    -ms-transform: scale(2);        /* IE 9 */
    -webkit-transform: scale(2);    /* Safari 3-8 */
    transform: scale(2);
}
.tblHistory { margin: 5px 0 0 0; }
.tblHistory th { text-align: right; padding: 0 0 5px 20px;}
.tblHistory td.Label { text-align: right; padding-right: 10px; color: black; font-size: 100%; }
.tblHistory td.LabelLeft { text-align: left; padding-right: 10px; color: black; font-size: 100%; }
.tblHistory td.Data { text-align: left; color: blue; font-size: 110%; }
.tblHistory td.DataRight { text-align: right; color: blue; font-size: 110%; }
.tblHome { position: relative; left: -30px; width:100%; border: none; border-collapse:collapse;  margin-bottom: 50px; font-size: 120%; }
.tblHome tr { height: 48px;}
.tblHome td { text-align: left; vertical-align: middle; padding: 15px 10px 0 0;}
.tooltip, .tooltipmulti { position: relative; top: -2px; display: inline-block; width: 20px; height: 20px; border: solid 1px black; border-radius: 3px; background-color: gainsboro; vertical-align: middle; text-align: center; margin-left: 5px; padding: 2px 0 0 0; }
.tooltipmulti { top: -20px;}
.tooltip .tooltiptext{
  visibility: hidden;
  width: 320px;
  background-color: darkslategray;
  color: white;
  font-weight: lighter;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -160px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext { visibility: visible; opacity: 1; cursor: pointer;}
.tooltipmulti .tooltiptext{
  visibility: hidden;
  width: 320px;
  background-color: darkslategray;
  color: white;
  font-weight: lighter;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -160px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltipmulti .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltipmulti:hover .tooltiptext { visibility: visible; opacity: 1; }
.wrapper { width: 1280px;}
.validator { color: red; background-color: white; border: solid 1px darkslategray; padding: 2px 5px 2px 5px;}

/* The following have both Screen and Print styles */
@media screen {
.btnActionCancel {
    height: 30px;
    border-radius: 15px;
    position: fixed;
    right: 200px;
    margin: 0;
    padding: 2px 15px 0 15px;
    color: red;
    vertical-align: middle;
}
.btnActionCancel:hover {
    color: white;
    background-color: red;
}
.btnCancel {
    height: 30px;
    border-radius: 15px;
    margin: 5px 20px 0 0;
    padding: 2px 15px 0 15px;
    color: red;
    vertical-align: middle;
}
.btnCancel:hover { color: white; background-color: red;}
.btnSubmit {
    height: 30px;
    width: auto;
    min-width: 170px;  /* minimum width should = formLabel width + 10px */
    border-radius: 10px;
    margin: 5px 20px 0 0;
    padding: 2px 15px 0 15px;
    color: black;
    background-color: lightgoldenrodyellow;
    vertical-align: middle;
}
.btnSubmit:hover, .btnSubmitLarge:hover, .btnLogin:hover { color: black;background-color: lightgreen;}

/* LEFT Menu Styles */
#menu	{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
    border-collapse:collapse;
}
#menu h2 {
    background-color: honeydew;
    color: darkslategray;
    border: solid 1px darkslategray;
    text-transform: none;
    text-decoration: none;
    font-size: 120%;
    font-weight: lighter;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 15px 0 0 10px;
    width: 168px;
    height: 30px;
}
#menu a {
    color: white;
    font-size: 120%;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px 0 0 10px;
    height: 32px;
    width: 170px;
    background: -webkit-gradient(linear, top, bottom, from(#555555), to(#cccccc));
    background: -webkit-linear-gradient(90deg, #555555, #cccccc);       /* Safari  */
    background: -moz-linear-gradient(90deg, #555555, #cccccc);          /* Firefox */
    background: -ms-linear-gradient(90deg, #555555, #cccccc);           /* IE      */
    background: -o-linear-gradient(top, #555555, #cccccc);              /* Opera   */
}
#menu a:hover { font-size: 110%; background: white; color: black; border: solid 1px darkgray;}
#menu a:active { background-color: black; color: white; border: solid 1px darkgray;}
#menu ul { list-style: none; margin: 0;  padding: 0; width: 170px;}
#menu li { list-style: none; margin: 0; padding: 0; width: 170px;}
#menu a.footerImg{
    text-decoration: none;
    border: none;
    width: 80px;
}
#menu a.footerLink {
    text-decoration: none;
    font-size:100%;
    font-weight: lighter;
    border: none;
    margin-left: 20px;
    padding: 0;
    width: 80px;
}
#menu a.footerLink:hover {
    text-decoration: none;
    font-size:100%;
    font-weight: lighter;
    margin-left: 20px;
    padding: 0;
    width: 80px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 170px;
}
#menu li {
    list-style: none;
    margin: 0;
    padding: 2px 0 0 0;
    width: 170px;
}
#menuFooter	{
    position:absolute;
    left: 45px;
    bottom: 100px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
}

/* RIGHT ACTION Menu Styles */
#actionMenu {
    position: fixed;
    right: 0;
    margin: 0;
    padding: 0;
    width: 185px;
}
#actionMenu h2 {
    background-color: honeydew;
    color: darkslategray;
    border: solid 1px darkslategray;
    text-transform: none;
    text-decoration: none;
    font-size: 120%;
    font-weight: lighter;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 15px 0 0 10px;
    width: 185px;
    height: 30px;
}
#actionMenu a {
    color: white;
    font-size: 120%;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px 0 0 10px;
    height: 30px;
    width: 185px;
    background: -webkit-gradient(linear, top, bottom, from(#555555), to(#cccccc));
    background: -webkit-linear-gradient(90deg, #555555, #cccccc);       /* Safari  */
    background: -moz-linear-gradient(90deg, #555555, #cccccc);          /* Firefox */
    background: -ms-linear-gradient(90deg, #555555, #cccccc);           /* IE      */
    background: -o-linear-gradient(top, #555555, #cccccc);              /* Opera   */

}
#actionMenu a.default {color: yellow; }
#actionMenu a:hover { font-size: 110%; background: white; color: black; border: solid 1px darkgray;}
#actionMenu a:active { background-color: black; color: white; border: solid 1px darkgray;}
#actionMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 185px;
}
#actionMenu li {
    list-style: none;
    margin: 0;
    padding: 2px 0 0 0;
    width: 185px;
}

/* Modifiers */
.White {color: white;}
.Black {color: black;}
.Blue {color: blue;}
.DarkBlue {color: darkblue;}
.Red {color: red;}
.DarkRed {color: darkred;}
.Gray {color: #cccccc;}
.DarkGray {color: darkgray;}
.LightGray {color: lightgray;}
.Green {color: green;}
.DarkGreen {color: forestgreen;}
.Magenta {color: magenta;}
.Yellow {color: yellow;}
.Right { text-align: right;}
.Left { text-align: left;}
.Center { text-align: center;}
.Top    { vertical-align: top;}
.Middle { vertical-align: middle;}
.Bottom { vertical-align: bottom;}
.Small { font-size: 90%;}
.Large { font-size: 140%;}
.XL { font-size: 180%;}
.W20        { width: 20%; }
.W33        { width: 33%; }
.W40        { width: 40%; }
.W50        { width: 50%; }
.W100        { width: 100%; }
/* End of Screen styles */
}
