/******************************************************************************
 * Skin related CSS like background/foreground/border colors and images.      *
 ******************************************************************************/

body {
  background: #EDEDED;
}

#container {
  border-color: #B0B0B0;
  background: white;
}

#content {
}

#menu {
  background: white;
}

#breadcrumbs {
  background: white;
}

a {
  color: #1F83AD;
}

h1 {
  background: url("/images/horizontal-gradient.jpg") repeat-y;
  border-left-color: #B0B0B0;
}