/**
 * color
 */
/*

#0897D3 = blue
#E6F4FB = blue, 10% on white
#83CBE9 = blue, 50% on white

#C83F38 = red

*/




/**
 * reset ...
 */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}




/**
 * body
 */
body.html {
  background-color: #CCCCCC;
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
}




/**
 * link
 */
a,
a:link,
a:visited,
a:hover {
  color: #C83F38;
  text-decoration: none;
}

a.active {
  color: #444444;
}




/**
 * typo
 */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Bitter", "Georgia", serif;
  line-height: 1.35em;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: 1.35em;
}
h2 {
  font-size: 1.35em;
}
h3 {
  font-size: 1.35em;
  margin: 0 0 0.45em 0;
}

address {}

p {
  margin-bottom: 0.9em;
}

strong {
  font-weight: 600;
}

blockquote,
q,
em {
  font-style: italic;
}

blockquote p {
  font-size: 1.0em;
}

hr {
  border: 0;
  border-bottom: 1px solid #222222;
  margin: 9px 0 10px 0;
}




/**
 * list
 */
ul,
ol,
dl {
  list-style-position: outside;
}
ul li {
  list-style: none;
  margin-left: 0;
}
dl {}
dt,
dd {}
dt {
  color: #0897D3;
  font-weight: 300;
}
dd {}




/**
 * table
 */
caption {
  background-color: #FFFFFF;
  border-bottom: 0;
  color: #0897D3;
  font-family: "Bitter", "Georgia", serif;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: left;
}

table {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-width: 1px 0;
  margin: 20px 0;
  width: 100%;
}

thead {}
tbody {}

tr {}

thead th,
tbody td {
  border-bottom: 1px solid #CCCCCC;
  padding: 4px 6px;
  text-align: left;
}
thead th {
  border-bottom: 1px solid #AAAAAA;
  vertical-align: bottom;
}

tr.odd {
  background-color: #E6F4FB;
}
tr.even {
  background-color: transparent;
}
td.active {
  background-color: transparent;
}

table.chronology {}
table.chronology td:first-child {
  color: #0897D3;
  font-family: "Bitter", "Georgia", serif;
  font-size: 3.6em;
  line-height: 1em;
  width: 140px;
}




/**
 * form
 */
form,
fieldset,
input,
legend,
option,
select,
textarea {}

form {
  margin-bottom: 1.6em;
}

fieldset {
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  margin: 20px 0;
  padding: 9px 19px;
}
fieldset.collapsed {
  background-color: transparent;
}

legend {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 4px 9px;
}

label {
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  padding: 2px 0;
}

input {
  background-color: #EEEEEE;
  border: 1px solid #0897D3;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 6px 9px;
}
input:focus {
  background-color: #E7E8E5;
}

textarea {
  background-color: #EEEEEE;
  border: 1px solid #0897D3;
  padding: 9px;
}
textarea:focus {
  background-color: #E7E8E5;
}

select {
  background-color: #EEEEEE;
  border: 1px solid #0897D3;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 5px 4px;
  min-width: 290px;
}
table select {
  min-width: 0;
}
