body {
  font-size: .8em;
  line-height: 1.5em;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.clickable {
  cursor: pointer;
}

h1, h2, h3, h4 ,h5, p {
  margin: 5px 0;
}

a, a:link, a:active, a:visited {
  color: #009;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #00F;
}

.wrapper {
  position: relative;
}

#flash {
  display: none;
  cursor: pointer;
}

.flash {
  background-color: #009;
  color: #fff;
  padding: 5px;
}

.buttons {
  background-color: #666;
  padding: 5px;
  border-radius: 3px;
  margin: 20px 0 0 0;
}

.buttons span {
  display: block;
  margin: 10px 0;
}

.buttons span a, .buttons span button {
  height: 32px;
  line-height: 14px;
  font-family: "Lucida Grande";
  margin: 0;
  padding: 0;
  background: none;
  border-width: 0;
  border-style: none;
  border-color: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}

.buttons span a strong, .buttons span button strong {
  position: relative;
  top: -10px;
}

.new_record span {
  background-color: #666;
  display: inline-block;
  padding: 3px 10px;
  height: 26px;
  border-radius: 3px;
  margin: 6px 0 0;
}

.new_record span a img {
  position: relative;
  top: -1px;
  height: 20px;
}

.new_record span a strong {
  position: relative;
  top: -6px;
}

.buttons span a, .buttons span button, .new_record span a {
  color: #000;
}

.buttons span a:hover, .buttons span button:hover, .new_record span a:hover {
  color: #fff;
}

.header {
  border-bottom: 1px solid #bbb;
  background: url("../images/header-background.jpg") repeat-x scroll top center transparent;
  padding: 5px 0 0;
}

.header ul.navtabs {
  list-style: none;
  margin: 0 0 0 220px;
  padding: 0px;
  position: absolute;
  bottom: -1px;
}

.header ul.navtabs li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 15px;
  border: 1px solid #bbb;
  border-radius: 3px 3px 0 0;
  background-color: #eee;
  background: url("../images/tab-background.png") repeat-x scroll top center #f1f1f1;
}

.header ul.navtabs li.logout,
.header ul.navtabs li.logout:hover {
  background: none;
  border: none;
}

.header ul.navtabs li:hover {
  background-color: #fff;
}

.header ul.navtabs li.selected {
  border-bottom: 1px solid #fff;
  background: none;
  background-color: #fff;
}

.header ul.navtabs li a,
.paneltabs a {
  color: #999;
}

.header ul.navtabs li a {
  font-size: 16px;
}



.content {
  padding: 10px 0 0;
}

.container_24 .session_form {
  width: 258px;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 5px;
  background-color: #efefef;
}

.steps {
  background: url("../images/steps.png") no-repeat scroll center center #fff;
  border-radius: 3px;
}

.step_1, .step_3 {
  height: 100px;
  width: 335px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  background-color: none;
}

.step_2 {
  height: 100px;
  width: 230px;
  margin: 0 10px;
  padding: 5px;
  border-radius: 3px;
}

.avm_image_sqls form .step_3 {
  background-color: #666;
}

.avm_image_sqls .publish_image {
  margin-right: 2px;
}

.step_1 p {
  margin-top: 14px;
}

.step_3 p {
  margin-top: 10px;
}

.session_form p {
  margin-bottom: 5px;
  font-weight: bold;
}

.controls {
  height: 40px;
  line-height: 3em;
  position: relative;
  z-index: 100;
}

.controls .selector {
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #eee;
  padding: 4px;
  margin: 6px 5px 0 5px;
  display: inline-block;
}

.controls .selector a {
  display: none;
  line-height: 1.3em;
}

.controls .selector a.selected {
  display: block;
  color: #0A0;
}

.controls .pagination {
  line-height: 2.4em;
  font-size: 1.2em;
}

.controls .pagination span a {
  font-weight: normal;
}

.controls .pagination .first {
}

.controls .pagination .prev {
}

.controls .pagination .page {
}

.controls .pagination .current {
  font-weight: bold;
  font-size: 1.2em;
  color: #0A0;
}

.controls .pagination .next {
}

.controls .pagination .last {
}

.gutter_left {
  margin: 0 0 0 40px;
}

.horizontal_ruler {
  height: 1px;
  margin: 10px 0 15px;
  padding: 0;
  background-color: #bbb;
}

.listing {
}

.listing .item {
  margin-bottom: 10px;
}

.listing .item .image {
  height: 150px;
  width: 190px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.listing .item .image img {
  border-radius: 3px;
}

.listing .item:nth-child(2n+0) {
  background-color: #f8f8f8;
}

.listing .item h3 {
  margin-top: 0;
}

.listing .item .info {
  display: inline-block;
  padding: 0 20px 0 0;
}

.listing .item .info li {
  margin: 0 0 0 20px;
  padding: 0px;
}

.resource_page .title {
  margin: 10px 0 20px;
  line-height: 1.2em;
}

.resource_page .thumbnail img{
  border-radius: 3px;
}


.resource_page .edit_title {
  display: inline-block;
  width: 665px;
  font-weight: bold;
  font-size: .9em;
  border: 1px solid #bbb;
  height: 26px;
  padding-left: 5px;
}

.avm_data ul.paneltabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bbb;
}

.avm_data ul.paneltabs li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 3px 3px 0 0;
  background-color: #eee;
  background: url("../images/tab-background.png") repeat-x scroll top center #f8f8f8;
  position: relative;
  bottom: -1px;
}

.avm_data ul.paneltabs li:hover {
  background-color: #fff;
}

.avm_data ul.paneltabs li.selected {
  border-bottom: 1px solid #fff;
  background: none;
  background-color: #fff;
}

.avm_data ul.paneltabs li a:link {
  font-size: .9em;
}

.avm_data ul.paneltabs li.clear_data {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.avm_data .field {
  padding: 3px 0;
}

/*
.avm_data .field:nth-child(2n+0) {
  background-color: #f8f8f8;
}
*/

.avm_data label {
  display: block;
  font-weight: bold;
  margin: 0 0 0 5px;
  line-height: 18px;
}

.avm_data .field input {
  width: 670px;
  border: 1px solid #bbb;
  height: 18px;
}

.avm_data .field select {
  border: 1px solid #bbb;
  height: 18px;
  min-width: 100px;
  border-radius: 3px;
  background-color: #fff;
  margin: 0 0 0 1px;
  line-height: 13px;
  font-size: 11px;
}

.avm_data .field textarea {
  width: 715px;
  border: 1px solid #bbb;
  height: 75px;
}

.avm_data .field textarea.tall {
  height: 200px;
}

.avm_data .subject_category .form_button {
  position: relative;
  top: 1px;
}

.avm_data .field table {
  width: 100%;
}

.avm_data .field table th.spectral {
  background-color: #e8ffff;
}

.avm_data .field table th.temporal {
  background-color: #e8ffe8;
}

.avm_data .field table tr {
  width: 750px;
}

.avm_data .field table td {
  padding: 3px 0px 0px 3px;
  height: 18px;
  width: auto;
}

.avm_data .field table .button_cell {
  padding: 3px 0px;
  width: 70px;
}

.avm_data .field table input {
  width: 100%;
  line-height: 13px;
  font-size: 11px;
}

.avm_data .column .field {
  display: inline-block;
  width: 371px;
}

.avm_data .column input, .avm_data .column select {
  width: 342px;
}

.avm_data .form_button {
  line-height: 13px;
  font-size: 11px;
  width: 30px;
  height: 18px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #f0f0f0;
  margin: 0 0 0 1px;
}

.avm_data .deprecated {
  background-color: #dfdfdf;
  border-radius: 3px;
  padding: 0px 5px 5px;
}

.avm_data .deprecated input {
  width: 670px;
}

.avm_data .deprecated label {
  color: #666;
}

.grid .item {
  width: 200px;
  height: 200px;
  border: 1px solid #bbb;
  margin: 0 15px 15px 0;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.listing .item .buttons {
  margin: 0px;
  padding: 10px 5px;
  height: 32px;
}

.listing .item .buttons span {
  display: inline-block;
  margin: 0px 4px;
  padding: 0px;
}

.listing .item .buttons span img {
}

.grid .item .image {
  width: 150px;
  height: 150px;
  clear: both;
  text-align: right;
}

.grid .item .image img {
  border-radius: 3px;
}

.footer {
  text-align: center;
  padding: 0;
}

.footer a {
  margin: 0 20px;
}

.field_with_errors {
  font-weight: bold;
  color: red;
}

.ui-datepicker {
  background-color: #ddd;
  padding: 5px;
  border: 1px solid #bbb;
  border-radius: 3px;
  display: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
}

.ui-datepicker-calendar {
  text-align: center;
  background-color: #eee;
  padding: 1px;
  border-radius: 3px;
}

.ui-datepicker-calendar td {
  padding: 3px;
}

.apply-image-icon {
  float: left;
}

.apply_template label {
  position: relative;
  right: 2px;
}

.buttons span button strong.apply_template_title {
  position: relative;
  top: 9px;
  margin-left: 4px;
}

.apply_template input[type="radio"] {
  margin: 0 0 0 3px;
}

.avm_image_sqls .navtabs .selected a,
.avm_image_sqls .avm_data .paneltabs li.selected a,
.avm_image_sqls .listing h3 a {
  color: #bb2929;
}

.avm_image_sqls .new_record span,
.avm_image_sqls .buttons {
  background-color: #bb2929;
}

.avm_image_sqls .header,
.avm_image_sqls .header ul.navtabs li,
.avm_image_sqls .avm_data .paneltabs li,
.avm_image_sqls .avm_data .paneltabs {
  border-bottom-color: #bb2929;
}

.avm_image_sqls .header ul.navtabs li.selected,
.avm_image_sqls .avm_data .paneltabs li.selected {
  border-color: #bb2929;
  border-bottom-color: #fff;
}



.avm_templates .navtabs .selected a,
.avm_templates .avm_data .paneltabs li.selected a,
.avm_templates .listing h3 a {
  color: #38f;
}

.avm_templates .new_record span,
.avm_templates .buttons {
  background-color: #38f;
}

.avm_templates .header,
.avm_templates .header ul.navtabs li,
.avm_templates .avm_data .paneltabs li,
.avm_templates .avm_data .paneltabs {
  border-bottom-color: #38f;
}

.avm_templates .header ul.navtabs li.selected,
.avm_templates .avm_data .paneltabs li.selected {
  border-color: #38f;
  border-bottom-color: #fff;
}
.ui-state-highlight {
  background-color: yellow;
}

#avm_avm_data_metadatadate {
  border: none;
}

.avm_data textarea {
  width: 710px;
  max-width: 710px;
  min-width: 710px;
}

.avm_data textarea.credit_field {
  height: 20px;
}

.avm_data th {
  vertical-align: bottom;
  padding: 3px;
}

.mission_logos img {
  margin-right: 20px;
  margin-top: 8px;
}

select#avm_template_stamping {
  width: 160px;
}

#apply-template label {
  font-size: 12px;
}

.clear_panel {
  margin-top: 20px;
}

.edit_button {
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #eee;
  color: #009;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  margin: 0;
}

.edit_button:hover {
  background-color: #fff;
}

.danger_button {
  background-color: #fee;
}

.edit_controls {
  background-color: #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.edit_controls label {
  display: block;
}

.edit_controls textarea {
  width: 98%;
  max-width: 98%
}

.child_nav {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.child_nav li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 3px;
  font-size: 14px;
}

.child_nav li a {
  display: block;
  padding: 5px;
}

.child_nav li:hover {
  background-color: #eee;
}

.child_nav li.active {
  background-color: #29bb29;

}

.child_nav li.active a {
  color: #fff;
}

.header .container_24 {
    position: relative;
}

.header .disk_usage {
  position: absolute;
  top: 3px;
  left: 210px;
  border-radius: 5px;
  border: 1px solid #bbb;
  width: 200px;
  height: 14px;
}

.header .disk_usage .meter {
  background-color: green;
  height: 14px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.admin .edit_user {
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 10px;
}

.pages h1,
.pages h2,
.pages h3,
.pages h4 {
  margin-top: 30px;
}

.pages h2 {
  font-size: 20px;
}

.pages h3 {
  font-size: 18px;
}

.pages h4 {
  font-size: 13px;
}

.pages p {
  margin: 12px 0;
}

.pages .raw {
  width: 700px;
}
