/* HTML tag specific */

body { background-color: #fff; color: #333; }

body, p, ol, ul, a {
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

i {
  color: #5555aa;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

label {
  color: #5555aa;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 15px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#B9D3EE; }

div.field, div.actions {
  color: #5555aa;
  margin-bottom: 10px;
}

/* header and footer specific */

.header {
  background-color: #B9D3EE;
  margin: 0px;
  padding: 0.6em;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.header-left {
  float: left;
}


.notice {
  color: green;
  margin: 0px;
  padding: 0px;
}

.alert {
  color: red;
  margin: 0px;
  padding: 0px;
}

.version-div {
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   10px;
  line-height: 18px;
  width:       50%;
  text-align:  center;
}

.publish-history-div {
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   10px;
  line-height: 18px;
  width:       10%;
  text-align:  center;
}

/* form display */
.label {
  color: #5555aa;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}


.label-dark-blue {
  color: #000000;
  /*color: #6699cc;*/
  font-weight: bold;
}

.label-light-blue {
  color: #5f98bd;
}

.label-readonly-blue {
  /*color: #000000;*/
  color: #5f98bd;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

.text-input-border {
  /*color: #5555aa;*/
  border: 1px solid #5f98bd;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

.wp-field-with-errors {
  color: red;
  height: 10px;
}

.wp-field-with-errors input {
  border: 2px solid red;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.wp-field-with-errors textarea {
  border: 2px solid red;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

#checkbox {
}

#checkbox-container {
  width:200px;
}

/* error general */

#error_explanation {
  width: 450px;
  border: 2px solid red; padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation ul li {
  font-size: 14px;
  list-style: square;
}

.error-box {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

/* dialog specific */

.dialog-hide {
  display: none;
}

.dialog-label {
  color: #5555aa;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}

.dialog-error {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.dialog-error span {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin: -7px;
  margin-bottom: 0px;
  color: #c00;
}


/* miscellaneous */

#red-border {
  border:2px solid red;
}

.metadata-table {
  border: 0px solid #5555aa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
}

.metadata-title-status {
  width: 100%;
}

.metadata-status {
  vertical-align: top;
}

.metadata-status-box {
  border: 0px solid #6699cc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  width: 500px;
}

.view-title {
  font-family: Arial, Bold ,Serif;
  font-weight: bolder;
  font-size: 20px;
  vertical-align: top;
  width: 60%;
}

.metadata-content {
  color: #5f98bd;
}

.metadata-buttons-left {
  display: inline;
  float: left;
}

.metadata-buttons-right {
  display: inline;
  float: right;
}

.metadata-buttons {
  width: 100%;
}

.metadata-table td {
  vertical-align: top;
}

.top-metadata-left {
}

/* labels and display font colors */


.fade {
  opacity: 0.3;
}

.half-fade {
  opacity: 0.6;
}

.dialog-legend-section {
  color: #5555aa;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}

.legend-section {
  color: #5555aa;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}

.legend-section-with-errors {
  color: red;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;
}

.form-section {
  border: 1px solid #5555aa;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.form-section-with-errors {
  border: 2px solid red;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.checkbox-table-heading {
  color: #5555aa;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

.checkbox-table-cell {
  color: #5555aa;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

.checkbox-table-legend {
  color: #5555aa;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size:   14px;
  line-height: 18px;
}

.checkbox-table-fieldset {
  border: 1px solid #5555aa;
  border-right-style:none;
  border-left-style:none;
  border-bottom-style:none;
  padding-bottom: -10px;
  margin-bottom: -10px;
}

.checkbox-disabled {
  opacity: 0.3;
}

.subject-heading-status-box {
  float: right;
  border: 0px solid #6699cc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  width: 500px;
}

.subject-heading-view-title {
  float: left;
  font-family: Arial, Bold ,Serif;
  font-weight: bolder;
  font-size: 20px;
  vertical-align: top;
  width: auto;
}

.marc-view-field {
  margin-top: 1px;
  padding-bottom: 8px;
  padding-right: 5px;
  padding-left: 5px;
  width: 45em;
  height: 10px;
  border: 1px solid #6699cc;
  border-radius: 5px;
  font-weight: normal;
}

.unified-buttons {
  height: 20px;

}

.ui-autocomplete-loading {
  background: #6699cc;
}

.linked-urls {
  color: #5555aa;
  font-weight: bold;
  font-family: 'Arial', sans-serif;

}

.linked-urls td {
  align: left;
  font-size:   14px;
  color: #6699cc;
}

.linked-urls th {
  align: left;
  font-size:   16px;
}

.spacer-horizontal {
  padding-left: 5px;
  margin-left: 5px;
}

.spacer-vertical {
  padding-top: 5px;
  margin-top: 5px;
}

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.phrase-table-border {
  padding: 10px;
  color: #5f98bd;
  border: 1px solid #5555aa;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.phrase-align-text-left {
  text-align: left;
}

.phrase-column-size {
  width: 300px;
}

.phrase-table-size {
  width: 350px;
}

.debug-border {
  padding: 1px;
  margin: 1px;
  border: 1px solid #5555aa;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.category-name {
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;

}
.category-name-header {
  width: 40%;
  text-align: left;
  padding-left: 20px;
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size:   18px;
  line-height: 18px;
}

.category-path {
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   15px;
  line-height: 18px;

}
.category-path-header {
  width: 40%;
  text-align: left;
  padding-left: 20px;
  color: #5555aa;
  font-family: 'Arial', sans-serif;
  font-size:   18px;
  font-weight: bold;
  line-height: 18px;
}

.summary-div a {
  text-decoration: none;
  color: #5555aa;
}
.summary-div a:hover,active {
  text-decoration: none;
  font-weight: bold;
  color: #5555aa;
  background-color: #ffffff;
}

.theme-ul-list {
  list-style-image:none;
  list-style:none;
  list-style-type:none;
  margin-top: -2px;
}

.theme-list-container {
    margin-bottom: 4px;
}

.theme-button-div {
    margin: 5px;
}

.url-ul-list {
  list-style-image:none;
  list-style:none;
  list-style-type:none;
  margin-top: -2px;
}

.url-list-container {
    margin-bottom: 4px;
}

.broken_url {
    color: red;
}

a.broken_url:link {
    color:red;
}

a.broken_url:visited {
    color:red;
}

.link-name {
  width: 400px;
  text-align: left;
}

.link-status {
  width: 70px;
  text-align: left;
}

.link-delete {
  width: 25px;
  text-align: center;
}

.title-bar {
  background-color: #ffffff;
  border: 0px solid #5555aa;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.summary-div {
  min-width: 740px;
  max-width: 740px;
}

.remove-button {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
}

.waiting-cursor {
  cursor: wait;
}

/* required fields and tool tips */

.required-field {
  background-image:url('/stylesheets/images/red-splat.png');
  background-repeat: no-repeat;
  width:12px;
  height:9px;
  margin-top:5px;

}

.ss-info {
    background-image:url('/stylesheets/images/ic_help_18x18.png');
    background-repeat: no-repeat;
    width:18px;
    height:18px;
}

.tool-tip {
  position:relative;
}

.tool-tip span {
  padding: 1px;
  display:none;
  position:absolute;
  border:1px solid #6699cc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  top:1.3em;
  left:5px;
  background-color:#C9D1DE;
  color: #5555aa;
  text-align: center;
  white-space: nowrap;
}

.tool-tip:hover span{
  display:block;
}

/* div specific adjusters and aligners */
.header-right {
  float: right;
}

.generic-left {
  float: left;
}

.generic-right {
  float: right;
}

.generic-clear {
  clear: both;
}

.hide-generic {
  display: none;
}

.show-generic {
  display: block;
}


/* spacers and adjusters */

.separator {
  width: 100px;
}

.separator-horizontal {
  width: 50px;
}

.separator-vertical {
  height: 5px;
}

.padding-right {
  padding-right: 25px;
}

.padding-top {
  padding-right: 5px;
}

.padding-top-10 {
  margin-top: 10px;
}


#indented-checkbox {
  margin-left:25px;
}

#indented-hr {
  margin-left:5px;
}

.report-table {
    margin: 10px;
}

