body {
  background-color: #EBEBEB;
  color: #1E6AA4;
  
  font-family: Arial;
  font-size: 10pt;
}

div.logo {
  background-color: #91B0C7;
  color: #1C5788;
  
  font-family: Verdana;
  font-size: 30pt;
  font-weight: bold;
}

h1 {
  font-family: Verdana;
  font-size: 16pt;
  font-weight: bold;
}

input {
  border: 1px solid #DBDBDB;
}

input.loginButton {
  background-color: #195C8D;
  color: #FFFFFF;
  
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

div.error {
  padding-bottom: 30px;
  
  font-weight: bold;
  color: #FF0000;
}

a {
  color: #9D7910;
  text-decoration: underline;
}

a:hover {
  color: #CC9900;
}

table.tbl {
  border: 2px solid #BDCBD7;
  background-color: #E5EAEF;
}

div.fieldWithErrors {
  border: 2px solid #FF0000;
}

div.logout {
  text-align: right;
}

tr.header {
  background-color: #91B0C7;
  color: #EEEEFF;
}

tr.row0 {
  background-color: #E5EAEF;
}

tr.row1 {
  background-color: #EEF3F7;
}

ul.downloads li {
  padding-bottom: 20px;
}
