/* @group Setup
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* make sure the body element matches the html element's width and height */
html, body {
    width: 100%;
    height: 100%;
}

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

/* @group Elements
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

body {
    display: table;
    min-width: 700px;
    margin: 0;
    padding: 0;

    color: #333333;
    font-size: 70%;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    word-wrap: break-word;
}

.cw-content-disabled {
    color: #999999;
}

a, a:link, a:visited {
    color: #333399;
    text-decoration: none;
}

a:hover {
    color: #333399;
    text-decoration: underline;
}

code, pre, kbd {
    font-size: 1.25em;
}

dd {
    margin-left: 20px;
    -webkit-margin-start: 20px;
}

/* mimic the cw-button-elegant class for all user-agent buttons */
input[type=submit],
input[type=reset],
input[type=button],
button {
    display: inline-block;
    padding: 4px 8px;

    border-width: 1px;
    border-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #CCCCCC;
    background-color: #F0F0F0;
    background-image: url("../images/CW-Gradient-Short.png");
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    color: #383838;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    /* reset appearance for elements that get special user-agent treatment */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* stretch the background to fit the entire button */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    /* make the borders rounded */
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

/** active buttons **/
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active {
    background-image: none;
    background-color: #DDDDDD;
}

/* move checkbox/radio labels closer to their inputs and further from adjacent
   siblings */
input[type=checkbox] + label,
input[type=radio] + label {
    margin-left: -3px;
    margin-right: 7px;
}

/* remove border from images in links */
a > img {
    border: 0;
}

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

/* @group Segments / Page Layout
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* header segment */
#cw-segment-header {
    position: relative;

    border-top: 4px solid #7B7B7B;
}

/** site name **/
#cw-segment-header #cw-content-portalname {
    margin-top: 0;
    margin-bottom: 0;
    padding: 47px 250px 15px 18px;

    background-image: url("../images/CW-Gradient-Tall.png");
    background-repeat: repeat-x;
    /* stretch the background to fit the header */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

/** site name link **/
#cw-segment-header #cw-content-portalname > a {
    font-size: 0.62em;
    color: #FFFFFF;
    text-decoration: none;
}

/** quick search form **/
#cw-segment-header #cw-content-quicksearch {
    position: absolute;
    top: 12px;
    right: 15px;
}

/** input box label **/
#cw-segment-header form#cw-content-quicksearch > label {
    display: block;
    position: relative;
    top: 5px;
    left: 2px;

    font-weight: bold;
}

/** quick search submit button **/
#cw-segment-header form#cw-content-quicksearch > input[type=image] {
    position: relative;
    top: 6px;
}

/** navigation **/
#cw-segment-header #cw-content-mainnav {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 145px 13px 18px;
    vertical-align: top;

    border-color: #2A4F5E;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #7A7A8F;
}

/** navigation links **/
#cw-segment-header #cw-content-mainnav > a {
    color: #FFFFFF;
    font-weight: bold;

    margin-right: 15px;
}

/** advanced search link **/
#cw-segment-header #cw-content-mainnav > #cw-content-advancedsearch {
    position: absolute;
    top: 13px;
    right: 5px;
}

/* toolbox */
#cw-segment-toolbox {
    width: 200px;
    min-width: 200px;
    padding-bottom: 5px;

    border-top: 10px solid #FFFFFF;
    background-color: #F0F0F0;
    vertical-align: top;
}

/** main toolbox section **/
#cw-segment-toolbox > div:first-child {
    padding: 10px;
    background-color: #DDDDDD;
}

/** toolbox sections **/
#cw-segment-toolbox > .cw-section {
    position: relative;
    margin: 10px 5px 5px 5px;
}

#cw-segment-toolbox > .cw-section > .cw-section-header {
    padding: 5px;
}

#cw-segment-toolbox > .cw-section > .cw-section-header > .cw-button {
    position: absolute;
    top: 3px;
    right: 5px;
}

#cw-segment-toolbox > .cw-section > .cw-section-body > ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* body */
#cw-segment-body {
    width: 100%;
    min-height: 550px;
    padding: 20px 20px 20px 20px;
}

/** page content header **/
#cw-segment-body > h1:first-child {}

/** make sure any floats in the body are cleared **/
#cw-segment-body:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

*:first-child+html #cw-segment-body {
    min-height: 1px;
}

/* footer */
#cw-segment-footer {
    position: relative;
    margin-top: 10px;
}

/** legal notice **/
#cw-segment-footer p#cw-content-legalnotice {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 175px 15px 18px;

    background-color: #B3B3B3;
}

/** logo list **/
#cw-segment-footer ul#cw-content-sourcelogos {
    position: absolute;
    top: 0px;
    right: 18px;
}

/** logos **/
#cw-segment-footer ul#cw-content-sourcelogos > li > a > img {
    border: none;
}

/** page statistics **/
#cw-segment-footer dl#cw-content-pagestats {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 18px;

    text-align: center;
}

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

/* @group Search-Related
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cw-search-results {}

.cw-search-title {
  display: block;
  margin-top: 2em;
}

.cw-search-infobar {
  position: relative;
  padding: 1em;

  border: 1px solid #DDD;
  background-color: #EAF1F3;
}

.cw-search-result {
  width: 100%;
  min-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;

  border-bottom: 1px solid #DDD;
}

.cw-search-results .cw-search-result:last-child {
  border-bottom: none;
}

table.cw-search-results {
  border-spacing: 0;
}

table.cw-search-results tr.cw-search-result > td {
  padding-top: 1em;
  padding-bottom: 1em;

  border-bottom: 1px solid #DDD;
}

table.cw-search-results tr.cw-search-result:last-child > td {
  border-bottom: none;
}

.cw-table.cw-table-fauxtable.cw-search-results {
  border-spacing: 0;
}

.cw-table.cw-table-fauxtable.cw-search-results .cw-table-fauxrow.cw-search-result > .cw-table-fauxcell {
  padding-top: 1em;
  padding-bottom: 1em;

  border-bottom: 1px solid #DDD;
}

.cw-table.cw-table-fauxtable.cw-search-results .cw-table-fauxrow.cw-search-result:last-child > .cw-table-fauxcell {
  border-bottom: none;
}

ul.cw-search-results {
  margin-left: 0;
  padding-left: 0;

  list-style-type: none;
}

ul.cw-search-results.cw-search-bulletsinside {
  list-style-type: disc;
  list-style-position: inside;
}

ol.cw-search-results {
  margin-left: 1em;
  padding-left: 1em;
}

ol.cw-search-results.cw-search-bulletsinside {
  margin-left: 0;
  padding-left: 0;

  list-style-position: inside;
}

.cw-search-noresults {
  display: block;
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

div.cw-search-facets {
  cursor: pointer;
  margin-top: 1em;
  background-color: #CCC;
  padding: 2px;
}

ul.cw-search-facets, ul.cw-search-facets ul {
  list-style-type: none;
  background-color: #CCC;
  padding-left: 1em;
  margin-top: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

ul.cw-search-facets li, ul.cw-sw-search-facets ul li {
  padding-left: 2ex;
  text-indent: -2ex;
}


div.cw-search-facets span {
  display: inline-block;
  width: 15px;
  text-align: center;
}

span.cw-classification-pagination-selected {
    font-weight: bold;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-left: 3px;
    padding-right: 3px;
}
.cw-classification-pagination-table tbody tr td {
    vertical-align: top;
}

.cw-search-sort-controls-container {
  display: block;
  padding-top: 10px;
  padding-bottom: 28px;
}

.cw-transport-controls {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
}

.cw-transport-controls-left {
  float: left;
  margin-top: 2px;
}

.cw-transport-controls-right {
  float: right;
  margin-top: 2px;
}

.cw-transport-controls > .cw-search-sort-controls-container {
  display: block;
  margin: -10px auto 0px;
  width: 300px;
}

.cw-transport-controls > .cw-search-sort-controls-container > .cw-search-order-form {
  display: block;
  float:right;
  margin-top: -23px;
}

.cw-transport-controls > .cw-search-sort-controls-container > .cw-search-sort-form {
  display: block;
  float: left;
}

.cw-transport-controls > .cw-transport-controls-msg-right-only > .cw-search-sort-controls-container {
  display: block;
  margin-top: -8px;
}
.cw-transport-controls > .cw-transport-controls-msg-right-only > .cw-search-sort-controls-container > .cw-search-order-form {
  float: left;
  margin-top: -6px;
}
.cw-transport-controls > .cw-transport-controls-msg-left-only {
  min-height: 30px;
}
.cw-transport-controls > .cw-transport-controls-msg-left-only > .cw-search-sort-controls-container {
  display: block;
  float:right;
  margin-top: -11px;
}
.cw-transport-controls > .cw-transport-controls-msg-left-only > .cw-search-sort-controls-container > .cw-search-order-form {
}
.cw-search-order-form {
  float: right;
  margin-top: -5px;
}

.cw-search-sort-form {
  float: left;
}

.cw-search-order-label {
  position: relative;
  top: -10px;
  padding: 1px 1px 1px 8px;
  line-height: 12px;
}
.cw-search-order-button {
  position: relative;
  width: 25px;
  height: 22px;
}

.cw-search-order-button-text {
  position: absolute;
  top: 2px;
  left: 15px;
}

span.cw-search-arrow {
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 1.8em;
}

.cw-link-label-global-search-other {
  margin-top: 3px;
  float: right;
}

.cw-search-settings {
  text-align: right;
}

.cw-global-search-result {
  width:100%;
  border:0;
  cellpadding:0;
  cellspacing:0;
  border-bottom: 1px solid #DDDDDD;
}

.cw-global-search-result > .cw-rating-and-link {
 margin-top: 5px;
 margin-left:15px;
}

.cw-global-search-result > .cw-result-url {
  padding: 0 0 5px 5px;
}

.cw-global-search-result > .cw-result-url > a {
  display: block;
  margin-right: 150px;
  line-height: 27px;
}

.cw-global-search-result > .cw-full-record-link {
  padding: 0 0 5px 0;
}

.cw-global-search-result > .cw-result-details {
  margin-right: 20px;
}

.cw-global-search-result > .cw-view-resource-link {
  width: 40px;
  margin-top: 5px;
}

.AdvSearchBox-footer, .cw-adv-search-box-footer {
  min-width: 418px;
  margin-bottom: 10px;
  padding: 5px;
}

.AdvSearchBox > table, .cw-advanced-search-container > table{
  border:0;
  cellspacing: 0;
  width:100%;
}
.AdvSearchBox > table > td, .cw-advanced-search-container > table > td {
  width: 50%;
}

/* The advanced search box in the search fields limit section (already named) */
.Limits > .AdvSearchBox, .cw-search-limits > .cw-advanced-search,
.cw-search-limits > .cw-advanced-search-container > .cw-advanced-search {
    display: block;
    position: static;
    margin-top: 10px;
}

.cw-advanced-search-container {
    min-width: 418px;
    margin-bottom: 10px;
    padding: 5px;
}
/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Content
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* skip navigation link */
a#cw-content-skipnavigation {
    display: block;
    position: absolute;
    top: 0;
    left: -500px;
    padding: 18px;

    background-color: #FFFFFF;
    color: #2020F0;
    text-decoration: underline;
    font-size: 1.45em;
    font-family: auto;
    z-index: 1000;
}

a#cw-content-skipnavigation:active {
    color: #FF2020;
}

a#cw-content-skipnavigation:focus {
    position: fixed;
    top: 0;
    left: 0;
}

/* return to buttons/links */
.cw-content-returnto {
  white-space: nowrap;
}

/* authorization/login box */
.cw-content-authbox {
    width: 325px;
    margin: auto;
    padding: 50px 10px;

    background-color: #F5F5F5;
    text-align: center;
}

/* the Go submit button for the login box*/
#go {
  margin: 0px 0px -5px 4px;
}

/* container for the navigation bar for the Metadata Tool*/
.cw-metadata-tool-nav {
  margin: 10px 10px 10px 10px;
}

.cw-content-authbox > h1 {
    margin-top: 0;
}

.cw-content-authbox > form > table {
    margin-left: auto;
    margin-right: auto;
}

.cw-content-authbox > ul {
    margin-bottom: 0;
}

.cw-content-authbox th {
    text-align: right;
}

.cw-content-authbox td {
    text-align: left;
}

/* The image of a go button that corresponds to a submission/action link */
img.cw-go-link {
  margin-bottom: -2px;
}

/* generic bounding box */
.cw-content-boundingbox {
    padding: 10px;

    border: 1px solid #DDDDDD;
    background-color: #EAF1F3;
}

/* whitespace between sectioned pages */
.cw-content-sectioned > * + h1,
.cw-content-sectioned > * + h2 {
    margin-top: 30px;
}

/* padding between a form table and its siblings */
form > .cw-table {
    margin-top: 10px;
    margin-bottom: 10px;
}

/** no top margin if the table is the first child **/
form > .cw-table:first-child {
    margin-top: 0;
}

/** no bottom margin if the table is the last child **/
form > .cw-table:last-child {
    margin-bottom: 0;
}

form > table.cw-table-sideheaders > tbody > tr > th:first-child > .cw-form-pseudolabel:after,
form > table.cw-table-sideheaders > tbody > tr > th:first-child > label:after {
    content: ":";
}

.cw-advanced-field-column
{
  width: 110px;
  min-width: 110px;
}

.cw-advanced-terms-column
{
  width: 110px;
  min-width: 110px;
}

tr.cw-content-addfield
{
  width: 200px;
}

td.cw-advanced-operations-column
{
  width: 150px;
  float: left;
  padding-left: 6px;
}

tr.cw-content-addfield > td > a
{
  margin-left: 0px;
  position: relative;
  top: -28px;

}

table.cw-content-searchfields
{
  padding-bottom: 0px;
  margin-bottom: -18px;
}

table.cw-content-searchfields > thead > tr > th:after {
    content: ":";
}

/* make sure they're about the same width */
#F_AllowedQualifiers,
#F_AvailableQualifiers {
    min-width: 145px;
}

/* make sure the labels line up */
table.cw-content-editresourcetable > tbody > tr > th:first-child > .cw-form-required,
table.cw-content-editresourcetable > tbody > tr > th:first-child > .cw-form-error {
    position: relative;
    left: 3px;
}

table.cw-content-editresourcetable > tbody > tr > td > ul {
    margin-top: 0;
    margin-bottom: 0;
}

table.cw-content-editresourcetable > tbody > tr > td:last-child {
    text-align: right;
}

.cw-content-editresourcetable .cw-content-instructions {
    float: left;
    margin-right: 4px;

    cursor: pointer;
}

/* controlled name table */
table.cw-content-cnametable > tbody > tr > th:nth-child(2) {
    text-align: left;
}

/* system configuration table */
table.cw-content-sysconfigtable > tbody > tr > td:nth-child(3) {
    font-size: 0.8em;
}

/* plugins table */
table.cw-content-plugintable > tbody > tr.cw-content-disabled {
    color: #999999;
}

table.cw-content-plugintable > tbody > tr.cw-content-disabled > td > a {
    color: #9999CC;
}

table.cw-content-plugintable > tbody > tr > td:nth-child(5) {
    white-space: nowrap;
}

table.cw-content-plugintable > tbody > tr > td:nth-child(5) > ul {
    margin-top: 0;
    margin-bottom: 0;
}

table.cw-content-plugintable > tbody > tr > td:first-child,
table.cw-content-plugintable > tbody > tr > td:last-child {
    text-align: center;
}

/* accesibilty form */
form.cw-content-accessibilityform > fieldset {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* The form element for about text editing */
#F_AboutText {
  width: 540px;
  height: 250px;
}

form.cw-content-accessibilityform > fieldset:first-of-type {
    margin-top: 0;
}

/* sysadmin rows/boxes */
.cw-content-sysadminrow.cw-table-fauxtable .cw-table-fauxrow .cw-table-fauxcell:first-child,
.cw-content-sysadminrow.cw-table-fauxtable .cw-table-fauxrow .cw-table-fauxcell:last-child {
    width: 49%;
    padding-top: 0;
    padding-bottom: 0;
}

/** empty cell **/
.cw-content-sysadminrow.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell:nth-child(2) {
    width: 10px;
}

/* separation between groups */
ul.cw-content-sysadminnav > li.cw-content-newgroup,
ol.cw-content-sysadminnav > li.cw-content-newgroup {
    margin-top: 5px;
    padding-top: 5px;

    border-top: 2px solid #CCCCCC;
}

/* request account table */
table.cw-content-reqaccttable > tbody > tr:first-child > th {
    padding: 10px;
}

table.cw-content-reqaccttable > tbody > tr:nth-child(2) > th,
table.cw-content-reqaccttable > tbody > tr:nth-child(2) > td {
    padding-top: 25px;
}

table.cw-content-reqaccttable > tbody > tr:last-child > th,
table.cw-content-reqaccttable > tbody > tr:last-child > td {
    padding-bottom: 25px;
}

table.cw-content-reqaccttable > tbody > tr:nth-child(n+2) > th {
    width: 150px;
}

table.cw-content-reqaccttable > tbody > tr.cw-content-newgroup > td,
table.cw-content-reqaccttable > tbody > tr.cw-content-newgroup > th {
    padding-top: 15px;
}

/*Task Queue*/

table.cw-task-queue {
  margin-bottom: 30px;
}

/* Link to requeue tasks*/
.cw-requeue-link {
  float: right;
}

/* TH in a tall row (used throughout the site for rows that are not standard height)*/
.cw-content-tallrow-th {
  padding-top: 9px;
}

/* Container for help content */
.cw-content-help-cell {
   width: 50%;
   vertical-align: top;
   padding-top: 9px;
}

table.cw-table-sideheaders > tbody > tr.cw-content-tallrow > th > label.cw-form-required,
table.cw-table-sideheaders > tbody > tr.cw-content-tallrow > th > label.cw-form-error,
table.cw-table-sideheaders > tbody > tr.cw-content-tallrow > th > label.cw-form-modified {
    position: relative;
    top: 3px;
}

/* The container for a field display */
.cw-field-container {
  float: left;
  margin: 0px 4px;
}

/* The label in a filed container */
.cw-field-container > label {
  padding-left: 1px;
}
/* keyword search fields for advanced searches */
table.cw-content-searchfields > thead > tr > th {
    text-align: left;
}

/* The column width of the first column in the searchfields content*/
.cw-content-searchfields > .cw-first-column {
  width: 125px;
}
/* The column width of the second column in the searchfields content*/
.cw-content-searchfields > .cw-second-column {
  width: auto;
}

/* The search fields limit section (already named) */
.Limits, .cw-search-limits {
    margin-top: 15px;
}

/* The header in the  search fields limit section (already named) */
.Limits > .Header, .cw-search-limits > .cw-search-header {
    margin-left: 10px;
}


/* Used on the full record and other pages to indicate a section that should
 * be highlighted */
.lightBody > td {
    text-align: left;
}

.cw-light-body > td {
    text-align: left;
}

/* Styles for the form buttons containing div on the Advanced page (already named) */
#FormButtons {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Styles for the "search for" form section on the Advanced page (already named) */
#SF {
  width: 165px;
  margin-right: 24px;
}

/* Container for the saved search box */
.cw-saved-search-contain {
  margin-top: 25px;
  position: static;
  clear:both;
}

/* Styles for links in the saved search section */
.cw-saved-search-contain > a {
  float: right;
}

/* Container for the load-saved-search link */
.cw-load-saved-search {
  margin-top: 7px;
  height: 20px;
}

/* Container for tips in the advanced search page*/
.cw-adv-search-tips {
  margin-top: 25px;
  position: static;
  padding: 25px;
  min-height: 100%;
  overflow-y: hidden;
}

/* The first column in the advanced search tips */
.cw-adv-search-tips > .cw-column-one {
  float:left;
  margin:0;
  width:48%;
}

/* Padding between the two columns in advanced search tips*/
.cw-adv-search-tips > .cw-column-padding {
  float:left;
  margin:0;
  width:4%;
}

/* The second column in advanced search tips */
.cw-adv-search-tips > .cw-column-two {
  float:left;
  margin:0;
  width:48%;
}

/* complex, table-model headers */
.cw-content-complexheader {
    margin-top: 15px;
    margin-bottom: 15px;
}

/** all parts of the header **/
.cw-content-complexheader.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell {
    vertical-align: middle;
}

/** the last cell, buttons **/
.cw-content-complexheader.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell:last-child {
    padding-left: 12px;

    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}

/** the last cell, forms **/
.cw-content-complexheader.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell:last-child form {
    display: inline;
}

/** remove top and bottom margins from immediate descendants of cells **/
.cw-content-complexheader.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell > * {
    margin-top: 0;
    margin-bottom: 0;
}

.cw-content-addfield {
    margin-left: 10px;
    padding: 0 8px !important;
    line-height: 20px;
}

.cw-content-addfield > img:first-child {
    position: relative;
    top: 4px;
}

/* forgotten password form */
.cw-content-forgotpassform {}

.cw-content-forgotpassform > * {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cw-content-forgotpassform > label {
    font-weight: bold;
}

/* Recommend Resources */
.cw-recommendation-contain {
  background: #F0F0F0;
  text-align: right;
  border-top: 2px solid #F7F6F6;
}

/* forum tables */
.cw-table-striped > .cw-extra-header-item {
  width: 90px;
}

/* Container for a link in the forums */
.cw-forum-link-contain {
  padding-right: 10px;
}

table.cw-content-forumtable > thead {
    background-color: #F0F0F0;
    background-image: url("../images/CW-Gradient-Short.png");
    background-repeat: repeat-x;
}

table.cw-content-forumtable > thead > tr > th:first-child {
    text-align: left;
}

table.cw-content-forumtable > thead > tr > th:first-child:after {
    content: ":";
}

table.cw-content-forumtable > tbody > tr > td:first-child > .cw-table-fauxcell {
    padding: 0;
    margin: 0;
}

table.cw-content-forumtable > tbody > tr > td:first-child p {
    margin-top: 0;
    margin-bottom: 0;
}

table.cw-content-forumtable > tbody > tr > td:nth-child(n+2) {
    text-align: center;
}

.cw-content-forumname {
    font-size: 1.25em;
    font-weight: bold;
    color: #333399;
}

.cw-content-forumheader > .cw-table-fauxrow:first-child > .cw-table-fauxcell {
    padding-bottom: 4px;
}

.cw-content-forumheader > .cw-table-fauxrow:last-child > .cw-table-fauxcell {
    padding-top: 4px;
    border-top: 1px solid #CCCCCC;
}

/* undecorated text */
.cw-content-undecorated {
    font-weight: normal;
    font-size: 1em;
}

/* browser resources table */
table.cw-content-browsetable > thead > tr > th {
    text-align: left;
    white-space: nowrap;
}

table.cw-content-browsetable tr {
  vertical-align: top;
}

table.cw-content-browsetable > tbody > tr > td > p {
  margin: 1px 0;
}

/* collection development stats */
table.cw-content-colstats > tbody > tr > td:nth-child(2) {
    text-align: right;
}

/* special e-mail strings */
dl.cw-content-specialstrings {
    padding-left: 35px;
}

dl.cw-content-specialstrings > dt {
    width: 200px;

    font-weight: normal !important;
    font-style: italic;
}

/* edit option list table */
table.cw-content-optionlist > tbody > tr > td:first-child {
    white-space: nowrap;
}

/* Container for the option field */
.cw-content-optionoptions > .cw-option-field-container {
  width: 100px;
}

/* options for an option list */
table.cw-content-optionoptions > tbody > tr:last-child {
    background-color: #FFFFFF !important;
}

table.cw-content-optionoptions > tbody > tr:last-child > td:last-child {
    text-align: right;
}

/* forum messages */
.cw-content-forummessage.cw-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cw-content-forummessage.cw-section > .cw-section-header {
    padding: 0;
}

.cw-content-forummessage.cw-section > .cw-section-header > .cw-table-fauxtable
  > .cw-table-fauxrow > .cw-table-fauxcell {
    padding: 5px 10px;
    vertical-align: middle;
}

.cw-content-forummessage.cw-section > .cw-section-header > .cw-table-fauxtable
  > .cw-table-fauxrow > .cw-table-fauxcell:nth-child(2) {
    width: 120px;

    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
}

.cw-content-forummessage.cw-section > .cw-section-header > .cw-table-fauxtable
  > .cw-table-fauxrow > .cw-table-fauxcell:last-child {
    width: 220px;

    text-align: center;
}

.cw-content-forummessage.cw-section > .cw-section-body {
    padding: 10px;
}

.cw-content-forummessage.cw-section > .cw-section-footer {
    padding: 6px;

    background-color: #F7F6F6;
}

.cw-content-editedby {
    font-size: 0.75em;
    margin-top: 1.8em;
    margin-bottom: 0;
}

/* resource full record */
.cw-content-fullrecord {}

/* Container for the rating graphic*/
.cw-rating-graphic {
  height: 12px;
  width: 64px;
}
/* Container for the whole rating td */
td.cw-rating-container {
  line-height: 27px;
}

/* Container for a resource*/
.cw-resource-container {
 border-bottom: 1px solid #DDDDDD;
}

/* Container for the resource's URL*/
.cw-resource-url-container {
  width: 40px;
  margin-top: 5px;
}

/* Link for okay to export checkbox */
.cw-okay-for-export {
  margin-top: 7px;
}

/* Container for the resource title and description */
td.cw-resource-title-and-descript-container {
  padding: 5px;
  height: 0px;
}

/* A div containing the resource title and description */
div.cw-resource-title-and-descript-container {
  margin-right: 20px;
}

/* Container for a resource's rating section */
.cw-resource-rating-container {
  margin: 5px 0px 0px 15px;
}

/* The rating image */
.cw-rating-image {
  height: 12px;
  width: 64px;
}

/* Container for the export functionality */
.cw-export-contain {
  padding: 5px 0 5px 5px;
}

/* The resource's url*/
.cw-resource-url {
  line-height: 27px;
}

/* A resource's edit link */
.cw-resource-description-edit {
  white-space: nowrap;
}

/* Editing a resource's image */
.cw-resource-image-edit {
 width: 320px;
}

/* The uploaded image associated with a resource. */
.cw-uploaded-image {
  vertical-align: middle;
}

/** resource bounding box **/
.cw-content-fullrecord > .cw-content-resourcebox {
    padding: 5px 10px;

    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
}

.cw-content-fullrecord > table.cw-content-values.cw-table-padded.cw-content-resourcebox .cw-content-resourceboxvalue {
  width: 100%;
  padding-left: 15%;
}

/** screenshot **/
.cw-content-fullrecord > .cw-content-screenshot {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;

    border: 1px solid #AAAAAA;
}

/** paragraph from WYSIWYG editor **/
.cw-content-wysiwygtext *:first-child {
    margin-top: 0;
}

.cw-content-wysiwygtext *:last-child {
    margin-bottom: 0;
}

/** description (clear the screenshot float after the description) **/
.cw-content-description {
    margin-bottom: 15px;
}

.cw-content-fullrecord > .cw-content-description:after {
    content: " ";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

/** rating **/
.cw-content-fullrecord > .cw-content-rating {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell {
    white-space: nowrap;
    vertical-align: middle;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell img {
    position: relative;
    top: 3px;

    height: 14px;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell:last-child {
    padding-left: 12px;

    text-align: right;
    font-size: 0.85em;
    vertical-align: middle;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell:last-child img {
    margin-right: 10px;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell:last-child input[type=radio] {
    margin-left: 1px;
    margin-right: 1px;
}

.cw-content-fullrecord > .cw-table-fauxtable.cw-content-rating > .cw-table-fauxrow > .cw-table-fauxcell:last-child input[type=submit] {
    margin-left: 5px;
}

/** field values **/
.cw-content-fullrecord > .cw-content-values + .cw-content-values {
    margin-top: 10px;
}

/* A label for the current field name */
.cw-form-modified > .cw-current-field-name-label {
  position: relative;
  right: 15px;
  list-style-type: none;
}
.cw-content-fullrecord > table.cw-content-values.cw-table-sideheaders > tbody > tr > th:first-child {
    min-width: 155px;

    font-weight: bold;
    text-align: left;
    padding-right: 15px;
}

.cw-content-fullrecord > table.cw-content-values.cw-table-sideheaders > tbody > tr > th:first-child:after {
    content: ":";
}

.cw-content-fullrecord > table.cw-content-values.cw-table-padded > tbody > tr > th,
.cw-content-fullrecord > table.cw-content-values.cw-table-padded > tbody > tr > td {
    padding: 4px;
}

/** final details of a resource **/
.cw-content-fullrecord > .cw-content-finaldetails {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cw-content-fullrecord .cw-table-fauxtable.cw-content-finaldetails > .cw-table-fauxrow > .cw-table-fauxcell:last-child {
    text-align: right;
}

/** resource comment area bars **/
.cw-content-fullrecord .cw-table-fauxtable.cw-content-commentbar > .cw-table-fauxrow > .cw-table-fauxcell > h2 {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 1.25em;
}

.cw-content-fullrecord .cw-table-fauxtable.cw-content-commentbar > .cw-table-fauxrow > .cw-table-fauxcell > h2:after {
    content: ":";
}

.cw-content-fullrecord .cw-table-fauxtable.cw-content-commentbar > .cw-table-fauxrow > * + .cw-table-fauxcell:last-child {
    text-align: right;
}

/* resource summaries */
.cw-content-resourcesummary {
    min-width: 100%;

    border-bottom: 1px solid #DDDDDD;
    background-color: white;
}

/** add margin if the summary comes after another one **/
.cw-content-resourcesummary ~ .cw-content-resourcesummary {
    margin-top: 10px;
}

table.cw-content-resourcesummary > tbody > tr > td {
    vertical-align: top;
}

/** go button **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:first-child {
    width: 40px;

    text-align: center;
}

/** go button image **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:first-child > img {
    height: 22px;
    width: 22px;

    border: none;
}

/** title and description cell **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(3) {
    width: 100%;
    padding-right: 15px;
}

/** title **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(3) > a {
    color: #333;
}

/** description **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(3) > p {
    margin-top: 0;
    margin-bottom: 0;
}

/** actions cell **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:last-child {
    padding-left: 15px;

    text-align: right;
    white-space: nowrap;
}

table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(5) {
  width: 60px;
}

table.cw-content-resourcesummary > tbody > tr:first-child > td:last-child ul li {
    margin-bottom: 2px;
}

/** fast rating cell **/
table.cw-content-resourcesummary > tbody > tr:last-child > td:last-child {
    white-space: nowrap;
}

/** screenshot **/
table.cw-content-resourcesummary > tbody > tr:first-child > td:nth-child(4) > a > img {
    padding: 10px;
    border: 1px solid #DDD;
    background: #F0F0F0;
}

.cw-content-resourcesummary map + .cw-content-fullurl {
  display: block;
  padding-right: 150px;
}

/* The content container (already named)*/
.contentbox, .cw-content-box {
    margin-bottom: 20px;
    overflow: hidden;
}

/* Container for the featured images */
.cw-featured-image-container {
  width: 174px;
  float: left;
  padding-top: 10px;
}

/* new resources section */
.cw-section.cw-content-newresources {
    border-width: 5px;
    border-color: #DDDDDD;
}

/** header **/
.cw-section.cw-content-newresources > .cw-section-header {
    position: relative;
    padding: 5px 10px;

    font-size: 1.1em;
}

/** header button **/
.cw-section.cw-content-newresources > .cw-section-header > .cw-button {
    position: absolute;
    top: 3px;
    right: 4px;
}

.cw-section.cw-content-newresources > .cw-section-header > .cw-content-resource_count {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 0.92em;
}

/** whitespace around the edges **/
.cw-section.cw-content-newresources > .cw-section-body,
.cw-section.cw-content-newresources > .cw-section-footer {
    margin: 10px;
}

/** make the body butt up against the footer **/
.cw-section.cw-content-newresources > .cw-section-body {
    margin-bottom: 0;
    padding: 0;
}

/** so there isn't a double border **/
.cw-section.cw-content-newresources > .cw-section-body > table:last-child {
    border-bottom: none;
}

/** footer **/
.cw-section.cw-content-newresources > .cw-section-footer {
    margin-top: 0;
    padding: 7px;

    border: 1px solid #DDD;
    background-color: #EAF1F3;
}

/* Container for the pagination */
.cw-pagination-container {
  text-align: right;
  margin-bottom: 3px;
}

/** each cell of the pagination links **/
.cw-section.cw-content-newresources > .cw-section-footer
  > .cw-table.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell {
    width: 30%;
}

/** the middle cell of the pagination links **/
.cw-section.cw-content-newresources > .cw-section-footer
  > .cw-table.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell:nth-child(2) {
    width: 40%;

    text-align: center;
}

/** the last cell of the pagination links **/
.cw-section.cw-content-newresources > .cw-section-footer
  > .cw-table.cw-table-fauxtable > .cw-table-fauxrow > .cw-table-fauxcell:last-child {
    text-align: right;
}

/* hidden elements */
.cw-content-hide {
    display: none;
}

/* spans in the sort options table on the advanced search page */
table.cw-content-searchsorttable > tbody > tr > td span {
  white-space: nowrap;
}

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

/* @group Feedback
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cw-content-feedbacktable input,
.cw-content-feedbacktable textarea {
  width: 400px;
}

.cw-content-feedbacktable textarea {
  height: 250px;
}

.cw-content-feedbacktable .cw-content-feedbacktable-email_field {
  width: 225px;
}

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

/* @group Metadata Field Editor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/** don't wrap field names **/
.cw-content-mfe .mfe-value.mfe-field-fieldname {
  white-space: nowrap;
}

/** don't display the N/A text of fields that a setting doesn't apply to **/
.cw-content-mfe .mfe-na * {
  visibility: hidden;
}

/** span tags in labels should not wrap **/
.cw-content-mfe .mfe-label > span {
  white-space: nowrap;
}

/** gray out disabled fields **/
.cw-content-mfe .mfe-disabled,
.cw-content-mfe .mfe-disabled a,
.cw-content-mfe .mfe-disabled a:link,
.cw-content-mfe .mfe-disabled a:visited,
.cw-content-mfe .mfe-disabled a:hover {
  color: #AAA;
}

/** don't display the enabled field (displayed by javascript instead) **/
.cw-content-mfe .mfe-field-enabled {
  display: none;
}

/* MFE table */
.cw-content-mfe {
  margin-bottom: 22px;
}

.cw-content-mfe .cw-content-instructions {
  position: relative;
  bottom: 2px;
  left: 6px;

  vertical-align: middle;
  cursor: pointer;
}

table.cw-content-mfe > thead > tr > th {
  vertical-align: bottom;
}

table.cw-content-mfe > tfoot > tr > th {
  vertical-align: top;
}

table.cw-table-striped.cw-content-mfe > thead > tr > th {
  text-transform: none;
}

table.cw-table-striped.cw-table-sectioned.cw-content-mfe > tbody > tr:first-child > th {
  padding: 8px;

  font-size: 1.1em;
  text-transform: none;
}

table.cw-table-striped.cw-content-mfe > thead > tr:nth-child(odd),
table.cw-table-striped.cw-content-mfe > thead > tr:nth-child(even),
table.cw-table-striped.cw-content-mfe > thead > tr {
  background-color: #9A9AAF;
}

/** duplicate above so that <= IE8 will use the styles **/
table.cw-table-striped.cw-content-mfe > thead > tr {
  background-color: #9A9AAF;
}

table.cw-table-striped.cw-content-mfe > tfoot > tr > th {
  text-align: left;
}

table.cw-table-striped.cw-content-mfe > tfoot > tr {
    background-color: #9A9AAF;
}

table.cw-table-striped.cw-content-mfe > thead > tr > th:nth-child(n+3),
table.cw-table-striped.cw-content-mfe > tbody > tr > td:nth-child(n+3),
table.cw-table-striped.cw-content-mfe > tfoot > tr > th:nth-child(n+3) {
  text-align: center;
}

table.cw-table-striped.cw-content-mfe > thead > tr > th {
  white-space: normal;
}

/* MFE tab group */
ul.cw-button-group.cw-content-mfetabs {
  display: block;
}

/** tabs **/
ul.cw-button-group.cw-content-mfetabs > li > *,
ul.cw-button-group.cw-content-mfetabs > li > a:link,
ul.cw-button-group.cw-content-mfetabs > li > a:hover,
ul.cw-button-group.cw-content-mfetabs > li > a:visited {
  display: inline-block;
  padding: 4px 8px;

  background-color: #BABACF;
  border-left: 1px solid #9A9AAF;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 1.5em;
}

/** first tab **/
ul.cw-button-group.cw-content-mfetabs > li:first-child > *,
ul.cw-button-group.cw-content-mfetabs > li:first-child > a:link,
ul.cw-button-group.cw-content-mfetabs > li:first-child > a:hover,
ul.cw-button-group.cw-content-mfetabs > li:first-child > a:visited {
  border-top-left-radius: 3px;
}

/** last tab **/
ul.cw-button-group.cw-content-mfetabs > li:last-child > *,
ul.cw-button-group.cw-content-mfetabs > li:last-child > a:link,
ul.cw-button-group.cw-content-mfetabs > li:last-child > a:hover,
ul.cw-button-group.cw-content-mfetabs > li:last-child > a:visited {
  border-top-right-radius: 3px;
  border-right: 1px solid #9A9AAF;
}

/** active tab **/
ul.cw-button-group.cw-content-mfetabs > li > *:active,
ul.cw-button-group.cw-content-mfetabs > li > a:active,
ul.cw-button-group.cw-content-mfetabs > li > .cw-button-active,
ul.cw-button-group.cw-content-mfetabs > li > a.cw-button-active {
  background-color: #9A9AAF;
}

/* mfe table options */
.cw-content-mfetableoptions {
  float: right;
  position: relative;
  left: 2px;
  top: 2px;
}

.cw-content-mfetableoptions form {
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-left: 16px;
}

/* toggle for enabling/disabling fields */
.cw-content-mfetoggledisabled {
  display: none; /* it gets displayed via javascript */
}

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

/* @group Field Ordering
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cw-fieldordering-listcell {
  width: 50%;
  padding-left: 12px;
}

.cw-fieldordering-listcell:first-child {
  padding-left: 0;
}

.cw-fieldordering-list li {
  margin-top: 1px;
  margin-bottom: 1px;
}

.cw-fieldordering-group > ul > li {
  padding-left: 25px;
}

.cw-fieldordering-group form > .cw-table.cw-table-fauxtable {
  margin-top: 0;
  height: 18px;
}

.cw-fieldordering-group form > .cw-table.cw-table-fauxtable .cw-table-fauxcell {
  vertical-align: middle;
}

.cw-fieldordering-group form button {
  position: relative;
  bottom: 1px;
}

.cw-fieldordering-group .cw-fieldordering-secondcell {
  text-align: right;
}

ul.cw-list-dotlist > li.cw-fieldordering-noitems::before {
  content: "";
}

.cw-fieldordering-renameform {
  margin-top: 24px;
}

.cw-fieldordering-secondcell a.cw-button.cw-button-constrained.cw-button-iconed:link,
.cw-fieldordering-secondcell a.cw-button.cw-button-constrained.cw-button-iconed:visited,
.cw-fieldordering-secondcell a.cw-button.cw-button-constrained.cw-button-iconed:hover,
.cw-fieldordering-secondcell ul.cw-button.cw-button-constrained.cw-button-iconed > li > a:link,
.cw-fieldordering-secondcell ul.cw-button.cw-button-constrained.cw-button-iconed > li > a:hover,
.cw-fieldordering-secondcell ul.cw-button.cw-button-constrained.cw-button-iconed > li > a:visited {
  bottom: 1px;
}

.cw-fieldordering-placeholder {}

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

/* @group Field Table
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* make sure the labels line up */
table.cw-fieldtable > tbody > tr > th:first-child > .cw-form-required,
table.cw-fieldtable > tbody > tr > th:first-child > .cw-form-error {
    position: relative;
    left: 3px;
}

table.cw-fieldtable > tbody > tr > td > ul {
    margin-top: 0;
    margin-bottom: 0;
}

table.cw-fieldtable > tbody > tr > td:last-child {
    text-align: right;
}

.cw-fieldtable .cw-content-instructions {
    float: left;
    margin-right: 4px;

    cursor: pointer;
}

.cw-fieldtable-group {
  border-top: 12px solid white;
  border-bottom: 12px solid white;
}

.cw-fieldtable-groupseparator,
table.cw-table-striped.cw-table-padded > tbody > tr.cw-fieldtable-groupseparator > td {
  height: 1px;
  line-height: 1px;
  padding: 0;
  background-color: #BABACF;
}

table.cw-table-striped.cw-table-sideheaders.cw-table-dense > tbody.cw-fieldtable-group > tr:first-child > th {
  background-color: #BABACF;
  text-align: left;
  font-size: 1.1em;
}

.cw-fieldtable-toggle {
  margin-right: 8px;

  cursor: pointer;
}

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

/* @group Field Editing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


/* Button for adding a field */
.cw-feui-add {
  float: right;
}

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

/* @group User Editing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cw-content-user_list thead tr:first-child th:first-child {
  width: 16px;
}

.cw-content-secondary_buttons {
  position: relative;
  top: 3px;
  float: right;
}

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

/* @group CWIS Help
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cw-help-navigation {
  /* do not show whitespace. workaround for the lack of support for
     white-space-collapse */
  font-size: 0;

  margin-top: 10px;
  margin-bottom: 10px;
}

.cw-help-navigation a {
  /* so that whitespace gets shown for each link */
  font-size: 11px;

  /* overcome some of the spacing issues that arise when adding padding to an
     inline element */
  display: inline-block;
  width: 200px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 5px;
  padding-bottom: 6px;

  background-color: #EAF1F3;
  color: #666;
  font-weight: bold;
  white-space: nowrap;
}

.cw-help-navigation a:hover {
  background-color: #E0F0F4;
  text-decoration: none;
}

/* need to increase the width since some of the links are very long */
.cw-help-collection_administration a {
  width: 215px;
}

/* need to increase the width since some of the links are very long */
.cw-help-user_administration a {
  width: 215px;
}

/* need to increase the width since some of the links are very long */
.cw-help-system_administration a {
  width: 210px;
}

/*Link for the system configuration */
.cw-system-configuration-link, .cw-adv-syst-config-link {
 float: right;
 margin-top: 17px;
}

/* The image cog in the plugin settings */
.cw-plugin-settings-cog {
  height: 14px;
  border: 0;
}

/* Styles for the reply messages on the forum */
.cw-reply-message {
  margin-top: 2.4em;
}

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

/* @group CKEditor Tweaks
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

a.cke_button:link,
a.cke_combo_button:link,
a.cke_combo_button .cke_combo_text,
a.cke_combo_button .cke_combo_open {
  text-decoration: none;
  cursor: pointer;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group Quick search drop down
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.quicksearch-quicksearch-container {
  border: 1px solid #C3C3C3;
  background-color: white;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 8px;
}

.quicksearch-quicksearch-result {
  cursor: pointer;
}

.quicksearch-quicksearch-result:hover,
.quicksearch-quicksearch-active {
  background-color: #CCC;
  background-image: -webkit-linear-gradient(top, #EEE, #CCC);
  background-image: -moz-linear-gradient(top, #EEE, #CCC);
  background-image: -ms-linear-gradient(top, #EEE, #CCC);
  background-image: -o-linear-gradient(top, #EEE, #CCC);
  background-image: linear-gradient(to bottom, #EEE, #CCC);
}

.quicksearch-quicksearch-message {
  padding: 4px;
}

.quicksearch-quicksearch-message-fancy {
  -webkit-box-shadow: inset 1px 4px 9px -6px #888;
  -moz-box-shadow: inset 1px 4px 9px -6px #888;
  box-shadow: inset 1px 4px 9px -6px #888;
  padding: 8px 6px;
  background: #EAEAEA;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  border-top: 1px solid #C3C3C3
}

.quicksearch-remotedataquicksearch-placeholder .quicksearch-quicksearch-message {
  padding: 0;
}

.quicksearch-resourcequicksearch-results .quicksearch-quicksearch-result,
.quicksearch-multiplevaluesfieldquicksearch-results .quicksearch-quicksearch-result {
  padding: 4px 10px;
}

.quicksearch-remotedataquicksearch-loading {
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: right center;
}

.quicksearch-remotedataquicksearch-slowresponse {
  font-style: italic;
}

.quicksearch-resourcequicksearch-results a,
.quicksearch-multiplevaluesfieldquicksearch-results a {
  display: block;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;

  text-decoration: none;
}

.quicksearch-resourcequicksearch-results small,
.quicksearch-multiplevaluesfieldquicksearch-results small {
  display: block;

  color: black;
}

.quicksearch-resourcequicksearch-moreresults {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 74px;
}

.quicksearch-resourcequicksearch-moreresults {
  padding-right: 6px;
}

/* Header for a metadata field */
.cw-metadata-field-header {
    width: 325px;
}
.cw-resourceeditor-metadatafield {
  display: block;
  width: 390px;
  height: 13px;
  margin-bottom: 2px;
  padding: 2px;
  overflow: hidden;

  /* setting the border avoids a flickering problem in Firefox */
  border: 1px solid #999999;
  border-top-color: #737373;

  /* to to explicitly set these for Firefox */
  font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size: 11px;
}

.cw-quicksearch-keywordsearch {
  width: 275px;
  height: 17px;
  font-size: 1.1em;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group Privileges Editing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.priv-js-clone_target,
button.priv-js-add {
  display: none;
}

.priv-js-add {
  display: block;
  margin-top: 1em;
}

.priv-fieldset {
  min-height: 24px;
  margin: 0;
  padding: 0;
  border: none;
}

.priv-fieldset.priv-logic {
  float: right;
}

.priv-field.priv-input.priv-field-value {
  position: relative;
  top: 1px;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group Resource Field Values
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

ul.cw-field-list,
ol.cw-field-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.cw-field-list li + li,
ol.cw-field-list li + li {
  margin-top: 8px;
}

.cw-field-list.cw-field-empty {
  display: none;
}

.cw-field-anchor.cw-field-type-stillimage {
  display: block;
}

/* Styles for the Time fields on the Metadata field home page */
.cw-time-field {
  white-space: nowrap;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group Installation
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Label for the checkbox to enable debuggin in installation */
.cw-debug-checkbox-label {
    color: grey;
    font-size: 12px;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group UI-Highlight
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

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

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
