body {
  background-color: #cfcfcf;
  font-family: verdana;
  font-size: 80%;
  color: #6f6f6f;
}

img {
  border: 0px;
}

#content {
  background-color: white;
}

#nav_right {
  text-align: right;
  line-height: 20px;
  background-image: url('/images/headers/main/right.jpg');
}

#nav_right input {
  height: inherit;
}

#artist_list {
  background-color: #e6d991;
}

#artist_list a {
  font-size: 70%;
  text-decoration: none;
  color: #6f6f6f;
}

#tier1_right_bar {
  background-color: #f6f2c9;
}

.errors {
  border: 2px black inset;
  background-color: #ffe5e5;
}

.info {
  border: 2px black inset;
  background-color: #e5ffe5;
}

.very_bottom {
  text-align: center;
  color: black;
  font-size: 80%;
}


  .left_shadow {
    background-position: right;
    background-repeat: repeat-y;
    background-image: url('/images/left_shadow.png');
  }

  .right_shadow {
    background-position: left;
    background-repeat: repeat-y;
    background-image: url('/images/right_shadow.png');
  }

  .top_shadow {
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url('/images/top_shadow.png');
  }

  .bottom_shadow {
    background-position: top;
    background-repeat: repeat-x;
    background-image: url('/images/bottom_shadow.png');
  }

  .tl_corner_shadow {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url('/images/tl_corner_shadow.png');
  }

  .tr_corner_shadow {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url('/images/tr_corner_shadow.png');
  }

  .br_corner_shadow {
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('/images/br_corner_shadow.png');
  }

  .bl_corner_shadow {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('/images/bl_corner_shadow.png');
  }


.reference {
  font-size: 0.8em;
}

.preview {
  border: 2px black inset;
  background-color: #f5f5ff;
  padding: 1em;
}

.indicator {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}

.divider {
  width: 5px;
  background-image: url('/images/divider.png');
  background-position: top center;
  background-repeat: repeat-y;
}


  h1 {
    color: #d03703;
    font-size: 150%;
    font-family: verdana, times;
    font-weight: normal;
    text-decoration: none;
  }

  h2 {
    color: #696fc1;
    font-size: 130%;
    font-family: verdana, times;
    font-weight: normal;
    text-decoration: none;
  }

  h3 {
    color: #cc6600;
    font-size: 110%;
    font-family: verdana, times;
    font-weight: normal;
    text-decoration: none;
  }


h1 {
  font-family: serif;
}

.orange {
  color: #d03703;
}

.blue {
  color: #696fc1;
}

.red {
  color: #cc6600;
}

.underline {
  text-decoration: underline;
}

.handle {
  cursor: move;
}