@charset "utf-8";
/*
  Sitename: http://history.osu.edu/
  Author: Mitchell R.K. Shelton

  drupal.css
  Styles that typically impact the drupal administration appearance
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Drupal Specific ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.tabs ul.primary li a {
  -moz-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-left: -25px;
  border-bottom: 1px solid #b2b2b2;
}
.tabs ul.primary li a:hover {
  padding-bottom: 10px;
}
.tabs ul.primary {
  margin-top: -9px;
  border-bottom: none;
}
ul.primary li {
  margin-left: 20px;
  display: inline-block;
}
#prohib_content .tabs a:link, #prohib_content .tabs a:visited {
  border-bottom: 1px solid #b2b2b2;
}
div.status, div.messages {
  width: 93%;
  float: left;
  position: relative;
  z-index: 5;
}
#admin-menu li {
  font-size: 100%;
}
#admin-menu img {
  margin-bottom: 0px;
}