/* Creates a glow of the specified radius, colour and opacity */
#sidebar ul li.icon {
  text-indent: 0;
  display: list-item;
  background-position: left center;
  width: auto;
  height: auto;
  padding-left: 22px; }
  #sidebar ul li.icon.edit {
    background-image: url(../images/common/icons/grey/edit.gif); }
  #sidebar ul li.icon.help {
    background-image: url(../images/common/icons/grey/help-alt.gif); }

.icon {
  text-indent: -999em;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px; }
  .icon.phone {
    background-image: url(../images/common/icons/grey/phone.gif); }
  .icon.email {
    background-image: url(../images/common/icons/grey/message.gif); }
  .icon.web {
    background-image: url(../images/common/icons/grey/globe.gif); }
  .icon.fax {
    background-image: url(../images/common/icons/grey/print.gif); }
  .icon.cv {
    background-image: url(../images/common/icons/grey/book-alt-2.gif); }
  .icon.edit {
    background-image: url(../images/common/icons/grey/edit.gif); }
  .icon.help {
    background-image: url(../images/common/icons/grey/help-alt.gif); }
  .icon.logout {
    background-image: url(../images/common/icons/white/logout.gif); }
  .icon.eye {
    background-image: url(../images/common/icons/grey/eye.gif); }
  .icon.inline {
    text-indent: 0;
    display: inline;
    background-position: left center;
    width: auto;
    height: auto;
    padding-left: 20px; }

#menu .icon {
  text-indent: 0;
  display: list-item;
  width: auto;
  height: auto;
  padding: 6px 0 6px 26px;
  background-position: 5px center; }
  #menu .icon.eye {
    background-image: url(../images/common/icons/grey/eye.gif); }
  #menu .icon.edit {
    background-image: url(../images/common/icons/grey/edit.gif); }
  #menu .icon.adressbook {
    background-image: url(../images/common/icons/grey/vcard.gif); }
  #menu .icon.award {
    background-image: url(../images/common/icons/grey/medal.gif); }
  #menu .icon.pictures {
    background-image: url(../images/common/icons/grey/pictures.gif); }
  #menu .icon.lab {
    background-image: url(../images/common/icons/grey/lab.gif); }
  #menu .icon.book {
    background-image: url(../images/common/icons/grey/book-alt-2.gif); }
  #menu .icon.document {
    background-image: url(../images/common/icons/grey/document.gif); }
  #menu .icon.graduation-cap {
    background-image: url(../images/common/icons/grey/graduation-cap.gif); }
  #menu .icon.admin {
    background-image: url(../images/common/icons/grey/employee.gif); }
  #menu .icon.feedback {
    background-image: url(../images/common/icons/grey/conversation-alt.gif); }

#nav-application {
  float: right;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0;
  padding: 0 1em;
  text-align: right;
  text-transform: uppercase; }
  #nav-application li {
    display: block;
    float: left;
    font-size: 1.1em;
    height: 2.364em;
    margin: 0 0.9em;
    vertical-align: middle;
    z-index: 10; }

#content .pub-purchase-window {
  margin: 1em 0;
  position: relative; }
  #content .pub-purchase-window .control {
    position: absolute;
    width: 25px;
    height: 200px;
    margin: 0;
    top: 0;
    padding: 0;
    text-indent: -9999em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    z-index: 10; }
    #content .pub-purchase-window .control.prev {
      left: 0;
      background-image: url(../images/content/profiles/slide-arrow-left-off.png); }
      #content .pub-purchase-window .control.prev:hover, #content .pub-purchase-window .control.prev:focus {
        background-image: url(../images/content/profiles/slide-arrow-left-on.png); }
    #content .pub-purchase-window .control.next {
      right: 0;
      background-image: url(../images/content/profiles/slide-arrow-right-off.png); }
      #content .pub-purchase-window .control.next:hover, #content .pub-purchase-window .control.next:focus {
        background-image: url(../images/content/profiles/slide-arrow-right-on.png); }
    #content .pub-purchase-window .control:hover, #content .pub-purchase-window .control:focus {
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
      border: 1px solid #b5afa0;
      outline: none; }
  #content .pub-purchase-window .content-window {
    margin-left: 25px;
    width: 497px;
    height: 198px; }
  #content .pub-purchase-window .pub-purchase-list {
    margin-top: 1.5em; }
    #content .pub-purchase-window .pub-purchase-list li {
      width: 45.5%;
      margin: 0 0 0 1.5em;
      float: left;
      height: 15em; }
    #content .pub-purchase-window .pub-purchase-list .pub-image {
      max-height: 150px;
      overflow: hidden;
      border: 1px solid #dbd3c2;
      padding: 1px;
      float: left; }
      #content .pub-purchase-window .pub-purchase-list .pub-image img {
        width: 100px;
        padding: 0; }
    #content .pub-purchase-window .pub-purchase-list .pub-detail {
      font-size: 1em;
      margin-left: 120px; }

#content .pub-list, #content .pub-list-extra {
  padding: 0; }
  #content .pub-list li, #content .pub-list-extra li {
    padding: 0;
    list-style: none;
    margin: 0.5em 0; }

#content .pub-downloads {
  vertical-align: middle;
  margin: 13px 0 0 320px;
  *margin: 2px 0 0 302px;
  position: absolute;
  z-index: 10; }
  #content .pub-downloads p {
    font-size: 1em;
    *font-size: 1.05em;
    color: #666;
    display: inline-block;
    float: left;
    *margin-top: 3px; }
    #content .pub-downloads p a {
      font-weight: normal;
      margin-left: 0.4em; }
      #content .pub-downloads p a + a {
        padding-left: 0.65em;
        border-left: 1px dotted #b8b6b1; }

#content #pub-tabs {
  margin: 1.5em 0 0.2em 0;
  padding: 0 0 0 1em;
  height: 3em;
  font-size: 0.8em;
  border-bottom: 2px solid #4D483C;
  position: relative; }
  #content #pub-tabs li {
    padding: 0;
    margin: 0 0.5em 0 0;
    display: block;
    float: left;
    position: relative; }
    #content #pub-tabs li a {
      color: #12416c;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      padding: 0.5em 1em 0.5em 1em;
      display: block;
      background: #F5F5F5;
      border: 1px solid #dbd3c2;
      border-width: 1px 1px 0 1px;
      margin-top: 1px;
      text-decoration: none;
      font-size: 1.2em;
      line-height: 12px; }
      #content #pub-tabs li a:hover, #content #pub-tabs li a:focus {
        outline: none;
        text-decoration: underline;
        border-top: 2px solid #4D483C;
        margin: 0; }
      #content #pub-tabs li a:visited {
        color: #12416c; }
    #content #pub-tabs li.active {
      margin-top: 0;
      bottom: -1px;
      *bottom: 0; }
      #content #pub-tabs li.active a {
        padding: 0.5em 1em 0.583em 1em;
        background: white;
        border-color: #666;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #CE1126;
        margin-top: 0; }

#cmsapi_module_PublicationsListing h2 {
  *margin-bottom: 0.8em; }

#pub-panels table.col-table {
  border-top: 0;
  margin-top: 0; }

.pub-list-toggle, .toggle, .grant-list-toggle {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #fff;
  font-size: 0.9em;
  margin: 0 auto 0.5em;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 8em; }
  .pub-list-toggle:hover, .pub-list-toggle:focus, .toggle:hover, .toggle:focus, .grant-list-toggle:hover, .grant-list-toggle:focus {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #b5afa0;
    outline: none; }
  .pub-list-toggle:active, .toggle:active, .grant-list-toggle:active {
    padding: 6px 9px 4px 11px; }
  .pub-list-toggle.multi, .toggle.multi, .grant-list-toggle.multi {
    -webkit-transition: opacity 0.1s linear;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; }
    .pub-list-toggle.multi:hover, .toggle.multi:hover, .grant-list-toggle.multi:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.toggle {
  font-size: 1.03em; }
  
#content .academic-profiles-ui-grant-list, #content .academic-profiles-ui-grant-list-extra {
  border-top: 2px solid #4D483C; }
  #content .academic-profiles-ui-grant-list .clear, #content .academic-profiles-ui-grant-list-extra .clear {
    margin-bottom: 0.5em; }
  #content .academic-profiles-ui-grant-list h3, #content .academic-profiles-ui-grant-list-extra h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    float: left;
    margin-top: 0; }
  #content .academic-profiles-ui-grant-list .academic-profiles-ui-year-list, #content .academic-profiles-ui-grant-list-extra .academic-profiles-ui-year-list {
    padding-left: 5em;
    border-bottom: 1px solid #DBD3C2; }
    #content .academic-profiles-ui-grant-list .academic-profiles-ui-year-list li, #content .academic-profiles-ui-grant-list-extra .academic-profiles-ui-year-list li {
      list-style: none; }
  #content .academic-profiles-ui-grant-list .academic-profiles-ui-split, #content .academic-profiles-ui-grant-list-extra .academic-profiles-ui-split {
    border-bottom: none; }

#content .academic-profiles-ui-grant-list-extra {
  border: none; }

#content ul.results {
  padding: 0;
  font-size: 0.9em;
  margin: 1em 0;
  border-top: 1px solid #dbd3c2;
  border-bottom: 1px solid #dbd3c2;
  overflow: hidden; }
  #content ul.results li {
    list-style: none;
    margin: 1em 0;
    overflow: hidden; }
    #content ul.results li h2 {
      font-weight: normal;
      font-size: 1.4em;
      margin: 0; }
    #content ul.results li img.thumb {
      float: right;
      padding: 0;
      width: 80px;
      margin-left: 10px; }
    #content ul.results li .contact + .contact {
      margin-left: 1em; }
    #content ul.results li .content {
      display: inline-block;
      max-width: 450px; }
    #content ul.results li .keywords {
      font-size: 1em;
      color: #888; }
      #content ul.results li .keywords a {
        color: #888;
        text-decoration: none; }
        #content ul.results li .keywords a:hover {
          color: #125678;
          text-decoration: underline; }
    #content ul.results li .themes {
      margin-right: 2em; }
    #content ul.results li + li {
      padding-top: 1em;
      border-top: 1px solid #dbd3c2; }

#content.nofeature ul.results .content {
  max-width: 630px; }

form.profile-search {
  font-size: 1.1em;
  background: #f5f5f5;
  border: 1px dotted #DBD3C2;
  border-width: 1px 0;
  padding: 0.7em 0.85em 1em;
  margin: 1em 0; }
  form.profile-search input[type=text] {
    color: #333333;
    height: 22px;
    padding: 4px 6px 0;
    vertical-align: middle;
    border: 1px solid gray;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    width: 420px; }
    form.profile-search input[type=text]:not([dummy]) {
      /* Code for NOT IE7/IE8 */
      padding: 0 6px;
      height: 26px; }
    form.profile-search input[type=text]:focus {
      border: 1px solid #146ab8;
      outline: none; }
  form.profile-search input[type=submit] {
    background: #ce2923;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    height: 28px;
    overflow: visible;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    /* IE8 */
    *line-height: 28px;
    /* IE7 */
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    margin-top: -2px;
    *margin-top: 0; }
    form.profile-search input[type=submit]:not([dummy]) {
      line-height: auto;
      /* NOT IE7/IE8 */ }
    form.profile-search input[type=submit] a {
      color: white; }
    form.profile-search input[type=submit]:hover {
      background-color: #dd3d38;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd3d38), to(#af231e));
      background-image: -moz-linear-gradient(top, #dd3d38, #af231e);
      background-image: -webkit-linear-gradient(top, #dd3d38, #af231e);
      background-image: -ms-linear-gradient(top, #dd3d38, #af231e);
      background-image: -o-linear-gradient(top, #dd3d38, #af231e);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3d38', endColorstr='#af231e')";
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      display: inline-block; }
    form.profile-search input[type=submit]:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      display: inline-block; }
  form.profile-search label {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 0.3em; }

#content form.academic-profiles {
  font-size: 1.1em;
  background: #f5f5f5;
  border: 1px dotted #DBD3C2;
  border-width: 1px 0;
  padding: 1em;
  margin: 1em 0; }
  #content form.academic-profiles .field-container {
    margin-bottom: 1em; }
    #content form.academic-profiles .field-container label {
      float: left;
      display: block;
      width: 11em;
      text-align: right;
      margin: 0.5em 1em 0 0; }
      #content form.academic-profiles .field-container label.inline {
        font-weight: normal;
        display: inline;
        margin: 0;
        width: auto;
        float: none;
        text-align: left; }
      #content form.academic-profiles .field-container label.block {
        display: block;
        margin: 0.5em 0 0.5em 12em; }
  #content form.academic-profiles fieldset {
    padding: 1em 0; }
    #content form.academic-profiles fieldset:last-child {
      border-bottom: none; }
    #content form.academic-profiles fieldset:first-child {
      border-top: none; }
    #content form.academic-profiles fieldset .field-container:last-child {
      margin: 0; }
  #content form.academic-profiles legend {
    color: #ce2923;
    font-size: 1.2em; }
  #content form.academic-profiles input[type=text], #content form.academic-profiles input[type=password] {
    color: #333333;
    height: 22px;
    padding: 4px 6px 0;
    vertical-align: middle;
    border: 1px solid gray;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    width: 24em; }
    #content form.academic-profiles input[type=text]:not([dummy]), #content form.academic-profiles input[type=password]:not([dummy]) {
      /* Code for NOT IE7/IE8 */
      padding: 0 6px;
      height: 26px; }
    #content form.academic-profiles input[type=text]:focus, #content form.academic-profiles input[type=password]:focus {
      border: 1px solid #146ab8;
      outline: none; }
  #content form.academic-profiles input[type=submit] {
    background: #ce2923;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    height: 28px;
    overflow: visible;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    /* IE8 */
    *line-height: 28px;
    /* IE7 */
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none; }
    #content form.academic-profiles input[type=submit]:not([dummy]) {
      line-height: auto;
      /* NOT IE7/IE8 */ }
    #content form.academic-profiles input[type=submit] a {
      color: white; }
    #content form.academic-profiles input[type=submit]:hover {
      background-color: #dd3d38;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd3d38), to(#af231e));
      background-image: -moz-linear-gradient(top, #dd3d38, #af231e);
      background-image: -webkit-linear-gradient(top, #dd3d38, #af231e);
      background-image: -ms-linear-gradient(top, #dd3d38, #af231e);
      background-image: -o-linear-gradient(top, #dd3d38, #af231e);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3d38', endColorstr='#af231e')";
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      display: inline-block; }
    #content form.academic-profiles input[type=submit]:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      display: inline-block; }
  #content form.academic-profiles input[type=checkbox] {
    font-weight: normal; }
  #content form.academic-profiles select {
    color: #333333;
    vertical-align: middle;
    height: 28px;
    /* != IE7 */
    *height: auto;
    /* IE7 */
    overflow: visible;
    border: 1px solid gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    *padding: 0 0 0 3px;
    /* IE7 */
    padding: 4px 2px 4px 4px;
    /* IE8 */
    width: 25em; }
    #content form.academic-profiles select:not([dummy]) {
      padding: 4px 2px 2px 4px;
      /* NOT IE7/IE8 */ }
    #content form.academic-profiles select:focus {
      border: 1px solid #0f4f8a;
      background-color: #fefefe;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f5faff));
      background-image: -moz-linear-gradient(top, #fefefe, #f5faff);
      background-image: -webkit-linear-gradient(top, #fefefe, #f5faff);
      background-image: -ms-linear-gradient(top, #fefefe, #f5faff);
      background-image: -o-linear-gradient(top, #fefefe, #f5faff);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f5faff')"; }
  #content form.academic-profiles label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.1em; }
    #content form.academic-profiles label.inline {
      font-weight: normal;
      display: inline;
      margin: none; }
    #content form.academic-profiles label .required {
      color: red; }
  #content form.academic-profiles hr {
    display: block;
    border-bottom: 1px solid white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    height: 0; }
  #content form.academic-profiles textarea {
    padding: 6px;
    vertical-align: middle;
    border: 1px solid gray;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    width: 26em;
    height: 6em; }
    #content form.academic-profiles textarea:focus {
      border: 1px solid #146ab8;
      outline: none; }
  #content form.academic-profiles p {
    font-size: 1em; }
  #content form.academic-profiles .or {
    text-align: center;
    margin: 0; }

.result-info {
  color: #555;
  font-size: 1em;
  overflow: hidden; }
  .result-info .page-info {
    float: right; }
  .result-info .result-num {
    float: left; }

.pagination {
  padding: 5px;
  text-align: left;
  margin: 3em auto 0;
  text-align: center;
  line-height: 2em;
  font-size: 1.1em; }
  .pagination a, .pagination span {
    padding: 3px 6px;
    border: 1px solid #125687;
    text-decoration: none;
    color: #125687;
    margin: 0 0.1em; }
    .pagination a:hover, .pagination a:active, .pagination a.current, .pagination span:hover, .pagination span:active, .pagination span.current {
      background: #125687;
      color: #fff; }
    .pagination a.current, .pagination span.current {
      font-weight: bold; }
    .pagination a.disabled, .pagination span.disabled {
      color: #666;
      background: #fff;
      border: 1px solid #fff; }
  .pagination.bordered {
    border-top: 2px solid #4d483c;
    border-bottom: 1px solid #DBD3C2;
    min-height: 28px; }

.filter-list-container, .page-search-form {
  position: relative;
  background: #f5f5f5;
  border: 1px dotted #DBD3C2;
  border-width: 1px 0;
  padding: 0.5em 0.8em; }
  .filter-list-container input[type="text"], .page-search-form input[type="text"] {
    color: #333333;
    height: 22px;
    padding: 4px 6px 0;
    vertical-align: middle;
    border: 1px solid gray;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    width: 150px; }
    .filter-list-container input[type="text"]:not([dummy]), .page-search-form input[type="text"]:not([dummy]) {
      /* Code for NOT IE7/IE8 */
      padding: 0 6px;
      height: 26px; }
    .filter-list-container input[type="text"]:focus, .page-search-form input[type="text"]:focus {
      border: 1px solid #146ab8;
      outline: none; }
  .filter-list-container input[type="button"], .page-search-form input[type="button"] {
    background: #ce2923;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    height: 28px;
    overflow: visible;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    /* IE8 */
    *line-height: 28px;
    /* IE7 */
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    margin-top: -2px;
    *margin-top: 0;
    text-indent: -999em;
    letter-spacing: -2000em;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    background-image: url(../images/common/icon-cross.png);
    background-repeat: no-repeat;
    background-position: center center; }
    .filter-list-container input[type="button"]:not([dummy]), .page-search-form input[type="button"]:not([dummy]) {
      line-height: auto;
      /* NOT IE7/IE8 */ }
    .filter-list-container input[type="button"] a, .page-search-form input[type="button"] a {
      color: white; }
    .filter-list-container input[type="button"]:hover, .page-search-form input[type="button"]:hover {
      background-color: #dd3d38;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd3d38), to(#af231e));
      background-image: -moz-linear-gradient(top, #dd3d38, #af231e);
      background-image: -webkit-linear-gradient(top, #dd3d38, #af231e);
      background-image: -ms-linear-gradient(top, #dd3d38, #af231e);
      background-image: -o-linear-gradient(top, #dd3d38, #af231e);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3d38', endColorstr='#af231e')";
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      display: inline-block; }
    .filter-list-container input[type="button"]:active, .page-search-form input[type="button"]:active {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      display: inline-block; }
    .filter-list-container input[type="button"].hidden, .page-search-form input[type="button"].hidden {
      display: none; }
    .filter-list-container input[type="button"]:hover, .page-search-form input[type="button"]:hover {
      background-image: url(../images/common/icon-cross.png);
      background-repeat: no-repeat;
      background-position: center center; }

.filter-list-container {
  margin-top: 1em;
  padding: 1em 1em 1em 1em; }
  .filter-list-container legend {
    color: #ce2923;
    font-size: 1.3em;
    margin: 0;
    padding: 0; }
  .filter-list-container fieldset {
    margin: 0;
    border: 1px solid transparent; }
  .filter-list-container label {
    float: left;
    display: block;
    width: 11em;
    text-align: right;
    margin: 1.5em 1em 0 0;
    font-size: 1.1em;
    font-weight: bold; }
  .filter-list-container input[type="text"] {
    width: 470px; }
  .filter-list-container input[type="button"] {
    position: absolute;
    left: 460px;
    top: 6px;
    width: 20px; }
  .filter-list-container .field-container {
    position: relative;
    margin: 1em 0 0 13.364em; }

#content .academic-staff-list.results {
  border-top: none; }
  #content .academic-staff-list.results h2 {
    color: #b3b3b3;
    font-size: 5em;
    line-height: normal;
    float: left; }
#content .academic-staff-list li ul {
  margin-left: 50px; }
  #content .academic-staff-list li ul li {
    border: none;
    margin: 2px 0;
    padding-top: 0;
    width: 180px; }

#content.nofeature ul.column.three li {
  width: 16.25em; }

#content .accordion-toggle {
  border-top: 1px solid #dbd3c2;
  margin: 0;
  padding: 0.5em 0 0.4em 1.4em;
  cursor: pointer;
  background: transparent url(../images/common/list-item-red-triangle-right.gif) no-repeat 8px 12px; }
  #content .accordion-toggle.active {
    background: transparent url(../images/common/list-item-red-triangle-down.gif) no-repeat 5px 14px;
    border-bottom: 1px dashed #dbd3c2; }
    #content .accordion-toggle.active:hover {
      text-decoration: none;
      cursor: default;
      background-color: transparent; }
  #content .accordion-toggle:hover {
    text-decoration: underline;
    background-color: #fafafa; }

#content .accordion-content h3 {
  margin-top: 1em; }
#content .accordion-content .clear {
  margin-top: 1em; }

#content table.no-sides {
  border-left: 0;
  border-right: 0; }
  #content table.no-sides td {
    border-left: 0;
    border-right: 0; }

#content.menu-left {
  margin-left: 0;
  margin-right: 18em; }

#menu.menu-left {
  float: right;
  margin-right: 2em; }

#content .highlighted {
  background: #F9CF66;
  border: 2px solid #F5AF00;
  border-radius: 3px;
  margin: 0 -2px; }

/* #sidebar .feature ul.no-bullets li { padding-left: 0; background: none; } */
table#profile-search-form-table {
  background-color: green; }

.profile-search-form {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 20px 0px; }
  .profile-search-form .profile-search-form-label {
    font-weight: bold;
    width: 150px; }
  .profile-search-form input[type=text] {
    padding: 0 6px;
    height: 26px;
    box-sizing: border-box;
    width: 100%;
    color: black;
    vertical-align: middle;
    border: 1px solid #666;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 0; }
  .profile-search-form input[type=submit] {
    background: #ce2923;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    height: 28px;
    overflow: visible;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    margin-top: -2px; }
    .profile-search-form input[type=submit]:hover {
      background-color: #dd3d38;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd3d38), to(#af231e));
      background-image: -moz-linear-gradient(top, #dd3d38, #af231e);
      background-image: -webkit-linear-gradient(top, #dd3d38, #af231e);
      background-image: -ms-linear-gradient(top, #dd3d38, #af231e);
      background-image: -o-linear-gradient(top, #dd3d38, #af231e);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3d38', endColorstr='#af231e')";
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .profile-search-form select {
    height: 26px;
    border: 1px solid #666;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 0; }
  .profile-search-form label {
    display: inline-block;
    font-size: 1.2em; }
  .profile-search-form div {
    padding: 5px; }

#content .profile-search-result-counter {
  font-size: 11px;
  color: #888; }
#content .profile-search-results-title {
  display: inline-block; }

#content .profile-search-result {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 20px 5px; }
  #content .profile-search-result .profile-search-result-body {
    display: inline-block;
    width: 600px; }
    #content .profile-search-result .profile-search-result-body .profile-search-result-title {
      text-decoration: none; }
      #content .profile-search-result .profile-search-result-body .profile-search-result-title:hover {
        text-decoration: underline; }
      #content .profile-search-result .profile-search-result-body .profile-search-result-title h3 {
        margin-top: 20px; }
    #content .profile-search-result .profile-search-result-body .profile-search-result-contacts {
      padding: 10px 0px; }
      #content .profile-search-result .profile-search-result-body .profile-search-result-contacts .contact {
        padding-right: 100px; }
        #content .profile-search-result .profile-search-result-body .profile-search-result-contacts .contact .icon {
          display: inline-block; }
    #content .profile-search-result .profile-search-result-body .profile-search-result-bio {
      font-size: 11px;
      font-weight: normal;
      color: #888; }
    #content .profile-search-result .profile-search-result-body > div {
      padding: 10px 0px; }
  #content .profile-search-result .profile-search-result-image {
    float: right;
    margin-top: 5px;
    width: 80px; }

.profile-search-update-text {
  text-align: center; }

.profile-search-list-toggle {
  display: inline-block;
  float: right; }
  .profile-search-list-toggle .list-icon {
    text-indent: -999em;
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    border: 1px solid #ccc; }
    .profile-search-list-toggle .list-icon.active {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .profile-search-list-toggle .list-icon.gallery {
      background-image: url(../images/common/icons/grey/gallery.png); }
    .profile-search-list-toggle .list-icon.list {
      background-image: url(../images/common/icons/grey/list.png); }
    .profile-search-list-toggle .list-icon:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }

#content .profile-search-results.gallery .profile-search-result {
  display: inline-block;
  text-align: left;
  width: 350px;
  margin-top: 20px;
  vertical-align: top;
  border: 0px; }
  #content .profile-search-results.gallery .profile-search-result .profile-search-result-image {
    float: none; }
  #content .profile-search-results.gallery .profile-search-result .profile-search-result-body {
    width: auto;
    display: block; }
    #content .profile-search-results.gallery .profile-search-result .profile-search-result-body .contact {
      display: block;
      padding: 2px 0px; }
    #content .profile-search-results.gallery .profile-search-result .profile-search-result-body .profile-search-result-bio {
      display: none; }
