/* tags.css */

body {
  background-color: #410000;
  background-image: url(/images/adult/header_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  color: #f86868;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin: 0;
  padding: 0;
}

div, p, table, tr, td, th, li, dt, dd, fieldset, legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

hr {
  background-color: #410000;
  border-top: 1px solid #410000;
  border-bottom: 1px solid #ae4040;
  color: #410000;
  height: 2px;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

h1 {
  color: #ffffff;
  margin: 5px 0;
  font-size: 150%;
}

h2 {
  font-size: 135%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h6 {
  margin: 0;
  font-size: 90%;
}

p {
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 150%;
}

dt {
  color: #ffffff;
  font-weight: bold;
}

dd {
  color: #ffffff;
  font-weight: normal;
}

address {
  color: #ffffff;
}

a:link, a:visited {
  color: #f89828;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #f89828;
  text-decoration: underline;
}

a:link strong, a:visited strong, a:focus strong, a:hover strong, a:active strong {
  color: #ffffff;
}

ol {
  margin: 0 0 0 25px;
  padding: 0;
}

ul {
  list-style-image: url(/images/adult/bullet_arrow.gif);
  margin: 0 0 0 25px;
  padding: 0;
}

li {
  color: #ffffff;
}

table.data {
  border-collapse: collapse;
  border: 1px solid #6e0000;
}

table.data th, table.data td {
  text-align: left;
  vertical-align: top;
  padding: 2px 4px;
  border: 1px solid #6e0000;
}

table.data th {
  background-color: #410000;
  color: #ffffff;
  font-weight: bold;
}

table.data tr.attention td, table.data tr.attention th {
  background-color: #f89838;
  color: #000000;
}

table.data tr.attention td a:link, table.data tr.attention td a:visited, table.data tr.attention td a:focus, table.data tr.attention td a:hover, table.data tr.attention td a:active, table.data tr.attention th a:link, table.data tr.attention th a:visited, table.data tr.attention th a:focus, table.data tr.attention th a:hover, table.data tr.attention th a:active {
  color: #410000;
}

#splash #contentLeft div div table.data tr.attention td p, #splash #contentLeft div div table.data tr.attention th p {
  color: #000000;
}

.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
}

.imgAlignCenter {
  display: block;
  margin: 0 0 10px 0;
}

.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}
