/* styles.css */

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
}

p, td, font, body, pre {
  color: #000000;
  font-size: 11px;
  font-family: verdana,sans-serif;
}

tr, td {
  vertical-align: top;
  text-align: left;
}

th {
  background-color: #cccccc;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

b, strong {
  font-weight: bold;
}

hr {
  color: #cccccc;
  height: 1px;
}

strike {
  color: #bbbbbb;
}

h1 {
  color: #8e3847;
  font-size: 24px;
  margin: 0px 0px 0px 0px;
}

h2 {
  color: #586e7b;
  font-size: 21px;
}

h3 {
  color: #8e3847;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}

h4 {
  color: #586e7b;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
  border-left: 4px solid #ebd9b8;
}

h5 {
  font-size: 12px;
  color: #586e7b;
  margin: 10px 0px 10px 0px;
}

h6 {
  font-size: 10px;
  color: #808080;
  padding-left: 6px;
  border-left: 8px solid #586e7b;
}

a:link {
  color: #244152;
}

a:visited {
  color: #586e7b;
}

a:hover, a:active {
  color: #ebd9b8;
}

form {
  margin: 0px;
}

fieldset {
  padding: 3px;
}

legend {
  font-size: 15px;
  font-weight: bold;
  
}

input.inputText {
  background: #ffffff;
  color: #000000;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

input.inputCheckbox {
  background: #ffffff;
  color: #000000;
}

input.inputSubmit {
  background: #4b0070;
  border-style: 1px;
  border-color: #c18dd5;
  color: #ffffff;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

input.disabledSubmit {
  background-color: #cccccc;
  color: #808080;
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  cursor: default;
}

input.disabledText, select.disabledSelect {
  background-color: #cccccc;
  color: #808080;
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

.formLabelRequired {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

.formLabelOptional {
  vertical-align: top;
  text-align: right;
}

.inputText, .inputSelect {
  width: 210px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

select, input {
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}

ul, ol {
  margin: 5px 0px 25px 30px;
}

ul.relatedProduct {
  list-style-type: square;
  margin: 5px 0px 5px 30px;
}

ul.relatedProduct ul {
  list-style-type: square;
  margin: 5px 0px 5px 15px;
}

.container {
  width: 100%;
  padding: 0px 0px 0px 24px;
}

.navigation {
  background-color: #a3122a;
  color: #ffffff;
  vertical-align: top;
}

.navigation a {
  color: #ffffff;
  display: block;
  height: 24px;
  width: 149px;
  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
}

.navigation a:link, .navigation a:visited {
  background-color: #a3122a;
}

.navigation a:hover, .navigation a:active, .navigation a.selected:link, .navigation a.selected:visited, .navigation a.selected:hover, .navigation a.selected:active {
  background-color: #ffffff;
  color: #a3122a;
}

.subscribe {
  background-color: #a3122a;
  color: #ffffff;
  vertical-align: top;
  padding-top: 50px;
}

.subscribe p {
  color: #ffffff;
}

.subscribe input {
  background-color: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: 11px;
  height: 18px;
  width: 120px;
  border: 1px solid #000000;
}

.subscribe input.submit {
  background-color: #969696;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  width: 120px;
 border: 1px solid #000000;
}

.content {
  padding: 24px 24px 24px 24px;
}

.filler {
  vertical-align: top;
  text-align: center;
  padding: 50px 0px 50px 0px;
}

.couple {
  vertical-align: bottom;
  text-align: right;
}

/* this controls the styling for aligned elements like images and/or tables */
img.imgAlignLeft {
  margin: 0px 10px 0px 0px;
}

img.imgAlignCenter {
  margin: 0px 0px 10px 0px;
  display: block;
}

img.imgAlignRight {
  margin: 0px 0px 0px 10px;
}

table.tableAlignLeft {
  background-color: #586e7b;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 10px 10px;
}

table.tableAlignCenter {
  background-color: #586e7b;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  display: block;
}

table.tableAlignRight {
  background-color: #586e7b;
  margin: 0px 0px 0px 10px;
  padding: 10px 10px 10px 10px;
}

table.tableAlignLeft td, table.tableAlignCenter td, table.tableAlignRight td {
  color: #ebd9b8;
}

table.tableAlignLeft hr, table.tableAlignCenter hr, table.tableAlignRight hr {
  color: #244512;
  height: 1px;
}
/* this controls the styling for aligned elements like images and/or tables */


/* direct from isaac */
.subnav, a.subnav:link, a.subnav:visited {
  text-decoration: none;
  color: #8e3847;
}
a.subnav:hover, a.subnav:active {
  color: #000000;
  text-decoration: none;
}
/* direct from isaac */


.tableAlignLeft input.inputCheckbox, .tableAlignLeft input.inputRadio, .tableAlignCenter input.inputCheckbox, .tableAlignCenter input.inputRadio, .tableAlignRight input.inputCheckbox, .tableAlignRight input.inputRadio {
  background-color: #586e7b;
}

.tableAlignLeft input.inputSubmit, .tableAlignCenter input.inputSubmit, .tableAlignRight input.inputSubmit {
  background-color: #244152;
  color: #ebd9b8;
  border: 1px solid outset;
}

.attention {
  color: #ff0000;
  padding: 1px 2px 1px 2px;
  border: 0px;
}

h5.attention {
  margin: 0px;
  border: 0px;
}

table.attention, .tableAlignLeft .attention, .tableAlignCenter .attention, .tableAlignRight .attention {
  border: 1px solid #000000;
}

.attention td {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
}

.attention td a:link, .attention td a:visited, .attention td a:hover, .attention td a:active {
  color: #ffffff;
  text-decoration: underline;
  border-bottom: 0px;
}
