/* BASIC
----------------------------------------------- */
body {margin: 0; padding: 15px; background: #fff;}

body, table, input, select, textarea {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
}
td, th {
  font-size: 1em;
}

a, a:link, a:visited {
  color: #336;
}
a:hover {
  color: #336;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
}

h3 {
  font-size: 17px;
  margin: 0 0 10px;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
}

p {
  margin: 0 0 15px 0;
}
p.comment {
  font-size: 11px;
  text-align: center;
  color: #999;
  margin: 5px 0 15px;
}

ul, ol {
  padding-left: 20px;
  margin: 0 0 10px 20px;
}

ul {
  list-style-image: url(../img/li.gif);
}

hr {
  border: 0;
  height: 1px;
  color: #999;
  background: #999;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

/* invisible */
table.invisible td, table.invisible th {
  font-size: 11px;
  vertical-align: top;
}

/* visible */
table.visible {
}
table.visible td, table.visible th {
  font-size: 11px;
  vertical-align: top;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

table.visible p {
  margin: 0 0 5px 0;
}

table.visible tr.odd, table.visible tr.odd td, table.visible td.odd {
  background: #f1f1f1;
}

table.visible tr.even, table.visible tr.even td, table.visible td.even {
}

table.visible tr.header td, table.visible tr.header th, table.visible td.header, table.visible thead td, table.visible th {
  color: #999;
  vertical-align: middle;
}

table.visible .header a, table.visible .header a:link, table.visible .header a:visited, table.visible .header a:hover,
table.visible thead a, table.visible thead a:link, table.visible thead a:visited, table.visible thead a:hover,
table.visible th a, table.visible th a:link, table.visible th a:visited, table.visible th a:hover {
  color: #999;
}