body, textarea, input, select {
  color: #471709;
  font: 10pt "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
  text-decoration: none;
}

  a:link, a:visited {
    color: #C00;
  }
  
  a:hover {
    color: #900;
  }
  
  a:active {
    color: #300;
  }
  
  a img {
    border-style: none;
  }

abbr {
  border-style: none;
}

img.photo {
  border: 5px solid;
  clear: right;
  float: right;
  margin: 0 0 1em 1em;
}

h1, h2, h3, #nav a {
  margin: 0 0 0.2em 0;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.1em;
}

p {
  margin-top: 0;
}

form {
  margin-bottom: 1em;
}
  
  form .element, form .actions {
    clear: both;
    padding: 0.5em 1em;
  }
  
  form label, form .label {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 150px;
  }
  
  form .photo {
    border: 1px solid #d28e36 !important;
    float: none !important;
  }
  
  form .buffered, form .actions, form div.note {
    padding-left: 160px;
  }
  
  textarea {
    height: 200px;
  }
  
    textarea.short {
      height: 4em;
    }

table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
  
  th, td {
    border-bottom: 1px solid #d28e36;
    padding: 0.5em 0;
  }
  
  th {
    text-align: left;
  }

.file {
  height: 80px;
}
  
  .file img {
    float: left;
    margin-right: 1em;
  }
  
  .file .filesize {
    font-size: 0.8em;
  }

.unavailable {
  font-style: italic;
}

.fieldWithErrors {
  display: inline;
}

.clearfix {
  clear: both;
  height: 0;
  overflow: hidden;
}

.flash {
  border: 1px solid #d28e36;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
  padding: 0.5em;
}

.vevent {
  border: 1px solid #d28e36;
  margin-bottom: 1em;
  padding: 1em 1em 0 1em;
}

.pagination {
  text-align: center;
}

  .pagination .disabled {
    color: #815742;
  }