
/* @group Navigation
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.scout-navblock {
  display: none;
  position: absolute;
  top: 185px;
  z-index: 10;
}

ul.scout-navblock > li > a {
  display: block;
  padding: 7px 12px;

  background-color: #E8E8E8;
  color: black;
  text-decoration: none;
}

ul.scout-navblock > li > a.scout-navblock-selected,
ul.scout-navblock > li > a:hover {
  background-color: #1C4A74;
  color: white;
}

#scout-navblock-projects {
  left: 106px;
}

ul#scout-navblock-projects > li > a {
  width: 96px;
}

#scout-navblock-publications {
  left: 213px;
}

ul#scout-navblock-publications > li > a {
  width: 180px;
}

#scout-navblock-archives {
  left: 341px;
}

ul#scout-navblock-archives > li > a {
  width: 96px;
}

#scout-navblock-about {
  left: 446px;
}

ul#scout-navblock-about > li > a {
  width: 123px;
}

#scout-signuplogin {
  position: absolute;
  top: 33px;
  right: 40px;
}

#scout-signuplogin a {
  color: black;
}

#scout-signuplogin a:hover {
  text-decoration: none;
  color: #3C72BC;
}

#scout-signuplogin span {
  display: inline-block;
  margin-left: 21px;
  margin-right: 21px;

  color: #828282;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Resources Block
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.scout-resources {}

.scout-resources.cw-section .cw-section-body {
  padding: 10px;
}

.scout-resources-search {
  margin-bottom: 10px;
}

.scout-resources-keywords {
  width: 147px;
  height: 14px;
}

.scout-resources-submit {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  float: right;
}

.scout-resources-alternate_link {
  display: block;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Advanced Search
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
form[name="AdvancedSearch"] table.cw-table-fullsize {
  table-layout:fixed;
}

form[name="AdvancedSearch"] table.cw-table-fullsize tr td:first-of-type {
  width:130px !important;
}

form[name="AdvancedSearch"] table.cw-table-fullsize tr .cw-content-resourcesummary{
  table-layout:auto;
}

table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(3) > a > img {
  padding: 5px;
  margin: 20px 0px 10px 10px;
  border: 1px solid #DDD;
  background: #F0F0F0;
  float: right;
}

.cw-classfication-tag-highlight {
  border-top: 2px solid #3C72BC;
  border-bottom: 2px solid #3C72BC;
  font-weight: bold;
}
