body
{
  background-color: #ddd;
  font-family: Tahoma,sans-serif;
  font-size: 10pt;
  color: #555;
}

header
{
  text-align: center;
}

footer
{
  text-align: center;
}

h1
{
  color: #888;
  margin: 4px;
}
h2
{
  color: #77d;
  margin: 2px 10px;
}

div.content
{
  padding: 10px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  margin: auto 40px;
  text-align: center;
  border-radius: 4px;
}

table.content
{
  margin: 8px auto;
  text-align: left;
  border-spacing: 1px;
  border-collapse: separate;
}

table.content thead th
{
  color: #333;
  padding: 4px 8px;
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  background-color: #ccf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #bbd;
}
table.content thead th:first-child
{
  border-top-left-radius: 3px;
}
table.content thead th:last-child
{
  border-top-right-radius: 3px;
}

table.content thead th.tool
{
  font-size: 9pt;
  background-color: #dde;
  width: 36px;
}

table.content thead th.ir
{
  border-bottom-width: 4px;
  border-bottom-color: #88F;
}
table.content thead th.rr
{
  border-bottom-width: 4px;
  border-bottom-color: #8F8;
}
table.content thead th.ic
{
  border-bottom-width: 4px;
  border-bottom-color: #FF6;
}
table.content thead th.rc
{
  border-bottom-width: 4px;
  border-bottom-color: #F88;
}
table.content thead th.d
{
  border-bottom-width: 4px;
  border-bottom-color: #bbb;
}

table.content tbody tr.inactive
{
  text-decoration-line: line-through;
}

table.content tbody td
{
  color: #333;
  background-color: #e8e8e8;
  padding: 1px 4px;
}

table.content tbody td.num
{
  width: 50px;
  color: #933;
  text-align: right;
}
table.content tbody td.date
{
  width: 70px;
  text-align: center;
}
table.content tbody td.tool
{
  width: 36px;
  text-align: center;
  background-color: #eee;
}

table.content tfoot td
{
  color: #666;
  font-size: 9pt;
  text-align: center;
  background-color: #ccf;
  border-top-color: #aad;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 4px 20px;
}

table.content tfoot td:first-child
{
  border-bottom-left-radius: 3px;
}
table.content tfoot td:last-child
{
  border-bottom-right-radius: 3px;
}

hr.hr
{
  width: 800px;
  border: 1px dotted #999;
}

input[type='text'],
input[type='password'],
input[type='checkbox'],
textarea,select
{
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-size: 10pt;
  padding: 2px;
}
input[type='submit'],input[type='reset']
{
  color: #888;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eee;
  font-size: 10pt;
  margin: 10px;
  padding: 2px 30px;
}
input[type='submit']:hover,input[type='reset']:hover
{
  color: #eee;
  border: 1px solid #bbb;
  background-color: #aaf;
  cursor: pointer;
}
input.long
{
  width: 200px;
  text-align: left;
}
input.medium
{
  width: 120px;
  text-align: left;
}
input.mini
{
  width: 40px;
  text-align: center;
}
input.date
{
  width: 70px;
  text-align: center;
  cursor: pointer;
}
input.num
{
  width: 70px;
  text-align: right;
}
textarea
{
  width: 240px;
  font-size: 8pt;
}

b.title
{
  line-height: 1;
  font-size: 48pt;
}

#chart,#chart1,#chart2,#chart3a,#chart3b
{
  margin: auto;
}

.black
{
  color: #222;
  text-shadow:0 0 2px #000;
}

.grey
{
  color: #888;
  text-shadow:0 0 2px #000;
}

.red
{
  color: #f66;
  text-shadow:0 0 2px #000;
}

.green
{
  color: #6f6;
  text-shadow:0 0 2px #000;
}

.yellow
{
  color: #ff0;
  text-shadow:0 0 2px #000;
}

.blue
{
  color: #668;
  text-shadow:0 0 2px #000;
}

p.pager a
{
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  margin: 1px;
  display: inline-block;
  width: 24px;
  cursor: pointer;
  background-color: #ccc;
}
p.pager a.sel
{
  background-color: #999;
}
p.pager a:hover
{
  background-color: #88f;
}
p.pager a:first-child
{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
p.pager a:last-child
{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

p.error
{
  text-align: center;
  color: red;
  font-weight: bold;
}