@import "http://crom.ent.sirsi.net/vse/css/default-theme/css/sirsidynix.css";
@import "http://crom.ent.sirsi.net/vse/css/default-theme/css/vse.css";
@import "http://crom.ent.sirsi.net/vse/css/default-theme/css/custom.css";

a {
  color: #00457c;
  font-weight: bold;
}
a:visited {
  color: #0080c0;
}

.header_container {
  background: none;
  border-bottom: 2px solid #00447c;
}

.header_container .bottom_edge, .header_container .bottom_left, .header_container .bottom_right {
  display: none;
}

.header_menu_container {
  border: none;
  background: #00447c;
}

input, select, textarea,
input:focus, select:focus, textarea:focus {
  background: #fef4d8;
  border: 1px solid #fdb824;
}

.resultsBarTop, .resultsBarBottom {
  background: #008eaf;
  border: none;
}
.actions a, .resultsBarTop a, .resultsBarBottom a, #emailPrintOptions, .emailAction {
  color: #fff;
  font-weight: normal;
}
#searchManipulators a {
  font-weight: normal;
}

.documentDetail .title,
.documentDetail .author {
  background: #00447c
}

.documentDetail .author {
  border: none;
}

.actions {
  background: #008eaf;
  border: none;
}

input.button, button.button {
  /*
  background: #fdb824;
  border: none;
  */
  background: #fdf4d8;
  border: 1px solid #fdb824;
  color: #00447c;
  font-weight: bold;
}

/* Override media type icons. */
.formatTypeIcon {
  height: 40px;
  width: 100px;
}


.formatTypeIcon-SOUNDCASETTE {
  display: none;
}
.formatTypeIcon-MOTIONPICT, .formatTypeIcon-VIDEOCASS, .formatTypeIcon-VIDEOREC {
  background-image: url('http://www.cromaine.org/images_shared/media_type_icons/ipac-icon-vhs.png');
}
.formatTypeIcon-COMPFILE, .formatTypeIcon-ER {
  background-image: url('http://www.cromaine.org/images_shared/electronic_resource.png');
}

.formatTypeIcon-MUSICSNDREC {
  background-image: url('http://www.cromaine.org/images_shared/media_type_icons/ipac-icon-cd-music.png');
}

/*
.formatTypeIcon-SOUNDDISC {
  background-image: url('http://www.cromaine.org/images_shared/media_type_icons/ipac-icon-cd-book.png');
}
*/

.formatTypeIcon-SOUNDREC {
  background-image: url('http://www.cromaine.org/images_shared/media_type_icons/ipac-icon-file-abook.png');
}

.formatTypeIcon-VIDEODISC {
  background-image: url('http://www.cromaine.org/images_shared/media_type_icons/ipac-icon-dvd.png');
}

