
li { margin-top: 1em; }
.dark_grey_bg  { background-color: #363636; padding: 5px; width: 180px }
.formCells  { background-color: #fff; border: solid 1px #696969 }
.white_outline { padding: 20px; border: solid 1px #fff }
.formTitles  { color: #fff; font-weight: bold; font-size: small; font-family: Arial; background-color: #4682b4; padding: 2px 5px }
.formButtons { color: #fff; font-weight: bold; font-family: Arial; background-color: #4682b4; border: solid 1px #2f4f4f }
.themeTable { border: solid 1px #696969 }
.infocell  { color: #fff; font-size: x-small; line-height: 8px; font-family: Arial }
.sample_but { color: #fff; font-weight: bold; font-size: small; font-family: Arial; text-decoration: underline; background-color: transparent; border: 0px }
/* Red Form */
.redTable    { border: dashed 1px #dc143c; width: 100% }
.redTitleCell   { color: #fff; font-weight: bold; font-size: small; font-family: Arial; background-color: #8b0000; border: dashed 1px #fff }
.redFollowCell   { color: #fff; font-weight: bold; font-size: 8pt; font-family: Arial; background-color: #8b0000; border: dotted 1px #fff }
.redButton   { color: #fff; font-weight: bold; background-color: #8b0000; border: solid 2px #fff }
.redInput   { border: solid 2px #8b0000 }
.redMsg { font-size: x-small; border: solid 2px #8b0000; width: 90% }
/* Blue Form */
.blueTable     { border: solid 1px #f5f5f5; width: 100% }
.blueTitleCell      { color: #fff; font-weight: bold; font-size: small; font-family: Arial; background-color: #4682b4; border: dotted 2px #87cefa }
.blueFollowCell   { color: #4682b4; font-weight: bold; font-size: 8pt; font-family: Arial; background-color: #fff; border: dotted 2px #6495ed }
.blueButton   { color: #fff; font-weight: bold; background-color: #4682b4; border: dotted 1px #fff }
.blueInput  { border: solid 2px #6495ed }
.blueMsg { font-size: x-small; border: solid 2px #6495ed; width: 90% }
/* Green Form */
.greenTable     { border: dashed 1px #228b22; width: 100% }
.greenTitleCell      { color: #fff; font-weight: bold; font-size: small; font-family: Arial; background-color: #556b2f; border: dotted 2px #6b8e23 }
.greenFollowCell   { color: #6b8e23; font-weight: bold; font-size: 8pt; font-family: Arial; background-color: #f5f5f5; border: dotted 2px #6b8e23 }
.greenButton    { color: #fff; font-weight: bold; background-color: #556b2f; border: dotted 1px #4682b4 }
.greenInput   { border: solid 2px #6b8e23 }
.greenMsg { font-size: x-small; border: dotted 1px #6b8e23; width: 90% }
