/* tags */

body {
  background-color: #ffffff;
  color: #000000;
  font-family : verdana, arial, sans-serif;
  margin: 0;
  font-size: 90%;
}

p, th, td, font {
  font-size: 100%;
  color: #000000;
  font-family : verdana, arial, sans-serif;
}

table {
  border-collapse: collapse;
}

p {
  margin: 0 0 20px 0;
}

pre {
  font-size: 100%;
}

h1 {
  font-family : verdana, arial, sans-serif;
  font-size: 175%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #000000;
}

h2 {
  font-family : verdana, arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #111111;
}

h3 {
  font-family : verdana, arial, sans-serif;
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #222222;
}

h4 {
  font-family : verdana, arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333333;
}

h4.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}

h5 {
  font-family : verdana, arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #444444;
}

h6 {
  font-family : verdana, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #555555;
}

hr {
  height: 1px;
  width: 100%;
  color: #000000;
  border: 0;
}

ul, ol {
  margin: 0 0 20px 0;
  padding: 0;
}

li {
  margin: 0 0 0 25px;
  padding: 0;
}

a:link {
  text-decoration: underline;
  color: #b20000;
}

a:visited {
  text-decoration: underline;
  color: #b20000;
}

a:focus {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #000000;
}

small, .small {
  font-size: 90%;
}

dl {
  margin: 0 0 20px 0;
}

dd {
  margin: 0 0 0 15px;
}

dl.small {
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

blockquote {
  font-style: normal;
  height: auto;
  padding: 5px;
  border: 1px solid #999999;
  background-color: #dddddd;
}

blockquote cite {
  color: #000000;
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

blockquote.enhanced {
  margin: auto 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}

blockquote.enhanced cite {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: auto;
  height: 50px;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

.imgAlignLeft, .divAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000000;
}

.imgAlignRight, .divAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}

.divAlignLeft, .divAlignRight {
  background-color: #dddddd;
  padding: 10px;
}

.topLink {
  width: auto;
  clear: both;
  font-size: 80%;
  text-align: right;
  margin: 20px 0 0 0;
  padding: 5px;
  color: #000000;
}

.topLink a {
  display: block;
  width: 100%;
}

.topLink a:link, .topLink a:visited, .topLink a:focus, .topLink a:hover, .topLink a:active {
  color: #000000;
}

.print {
  display: none;
}

p, blockquote, li, dt, dd {
  line-height: 150%;
}

blockquote.enhanced cite {
  line-height: 110%;
}

h1 {
  line-height: 180%;
}

h2 {
  line-height: 150%;
}

h3 {
  line-height: 130%;
}

h4 {
  line-height: 115%;
}

h1 {
  line-height: 100%;
}

h1 {
  line-height: 90%;
}

dl.flat dt, dl.flat dd {
	display: inline;
}

dl.flat dd {
	margin: 0 0 0 5px;
}

.more {
	display: block;
	text-align: right;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

table.data {
  clear: both;
  border-collapse: collapse;
  margin: 0 0 0 0;
  width: 100%;

}

table.data.compact {
  font-size: 90%;
}

table.data caption {
  text-align: left;
  font-size: 150%;
}

table.data thead {

}

table.data thead tr, table.data tfoot tr {
  background-color: #454545;
  background-image: url(/images/containers/default/thead_bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

table.data thead tr th, table.data tfoot tr th {
  padding: 4px 8px;
  vertical-align: top;
  text-align: left;
  color: #ffffff;
}

table.data tbody tr th, table.data tbody tr td {
  padding: 4px 8px;
}

table.data th {
  font-weight: bold;
  color: #000000;
}

table.data td {
  font-weight: normal;
  color: #000000;
}

table.data.compact thead tr th, table.data.compact tbody tr th, table.data.compact tbody tr td {
  padding: 1px;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

table.data th.expand, table.data td.expand {
  width: 100%;
}

table.data tbody th, table.data tbody td, table.data tfoot tr th, table.data tfoot tr td {
  border-width: 0;
  border-style: solid;
  border-color: #000000;
  padding: 2px 4px;
  vertical-align: top;
}

table.data.bordered thead th, table.data.bordered tbody th, table.data.bordered tbody td {
  border: 1px solid #000000;
}

table.data tbody th {
  width: auto;
}

table.data thead tr th, table.data tbody tr td {
  text-align: left;
}

table.data tbody tr th {
  text-align: right;
}

table.data tbody tr, table.data tbody tr.even {
  background-color: #ffffff;
}

table.data tbody tr.odd {
  background-color: #e3e3e3;
}
