html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

form.formtastic {
  margin: 0;
  padding: 0; }
  form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0; }
  form.formtastic fieldset {
    border: 0; }
  form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal; }
  form.formtastic ol, form.formtastic ul {
    list-style: none; }
  form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%; }
  form.formtastic legend {
    color: #000; }
  form.formtastic fieldset {
    display: inline-block; }
    form.formtastic fieldset.buttons {
      padding-left: 25%; }
    form.formtastic fieldset.buttons li {
      float: left;
      padding-right: 0.5em; }
    form.formtastic fieldset:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

html[xmlns] form.formtastic fieldset {
  display: block; }

* html form.formtastic fieldset {
  height: 1%; }

form.formtastic fieldset ol li {
  margin-bottom: 1.5em;
  display: inline-block; }
  form.formtastic fieldset ol li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

html[xmlns] form.formtastic fieldset ol li {
  display: block; }
  html[xmlns] form.formtastic fieldset ol li.hidden {
    display: none; }

* html form.formtastic fieldset ol li {
  height: 1%; }

form.formtastic fieldset ol li label {
  display: block;
  width: 25%;
  float: left;
  padding-top: .2em; }
form.formtastic fieldset ol li li label {
  line-height: 100%;
  padding-top: 0; }
  form.formtastic fieldset ol li li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em; }
form.formtastic fieldset ol li fieldset {
  position: relative; }
  form.formtastic fieldset ol li fieldset legend {
    position: absolute;
    width: 25%;
    padding-top: 0.1em; }
    form.formtastic fieldset ol li fieldset legend span, form.formtastic fieldset ol li fieldset legend.label label {
      position: absolute; }
  form.formtastic fieldset ol li fieldset ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 25%; }
    form.formtastic fieldset ol li fieldset ol li {
      padding: 0;
      border: 0; }
form.formtastic fieldset ol li p.inline-hints {
  color: #666666;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset ol li p.inline-errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset ol li ul.errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square; }
  form.formtastic fieldset ol li ul.errors li {
    padding: 0;
    border: none;
    display: list-item; }
form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input, form.formtastic fieldset ol li.numeric input, form.formtastic fieldset ol li.text textarea {
  width: 72%; }
form.formtastic fieldset ol li.hidden {
  display: none; }
form.formtastic fieldset ol li.boolean label {
  padding-left: 25%;
  width: auto; }
  form.formtastic fieldset ol li.boolean label input {
    margin: 0 0.5em 0 0.2em; }
form.formtastic fieldset ol li.radio fieldset ol, form.formtastic fieldset ol li.check_boxes fieldset ol {
  margin-bottom: -0.6em; }
  form.formtastic fieldset ol li.radio fieldset ol li, form.formtastic fieldset ol li.check_boxes fieldset ol li {
    margin: 0.1em 0 0.5em 0; }
    form.formtastic fieldset ol li.radio fieldset ol li label, form.formtastic fieldset ol li.check_boxes fieldset ol li label {
      float: none;
      width: 100%; }
      form.formtastic fieldset ol li.radio fieldset ol li label input, form.formtastic fieldset ol li.check_boxes fieldset ol li label input {
        margin-right: 0.2em; }
form.formtastic fieldset ol li.date fieldset ol li, form.formtastic fieldset ol li.time fieldset ol li, form.formtastic fieldset ol li.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 .3em 0 0; }
form.formtastic fieldset ol li.date fieldset ol li label, form.formtastic fieldset ol li.time fieldset ol li label, form.formtastic fieldset ol li.datetime fieldset ol li label {
  display: none; }
form.formtastic fieldset ol li.date fieldset ol li label input, form.formtastic fieldset ol li.time fieldset ol li label input, form.formtastic fieldset ol li.datetime fieldset ol li label input {
  display: inline;
  margin: 0;
  padding: 0; }

form.formtastic {
  margin-top: 2em; }
  form.formtastic legend {
    font-size: 1em; }
  form.formtastic fieldset {
    background-color: #f5f5f5;
    padding: 1em;
    margin-top: 1em;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    form.formtastic fieldset legend {
      padding: 0 0.5em;
      background-color: #eeeeee;
      color: #333333;
      border: 1px solid #dddddd;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

form.formtastic fieldset ol li {
  padding: 0.5em;
  margin-bottom: 0.5em; }
  form.formtastic fieldset ol li input, form.formtastic fieldset ol li textarea {
    padding: 0.25em; }
  form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input, form.formtastic fieldset ol li.numeric input, form.formtastic fieldset ol li.text textarea, form.formtastic fieldset ol li.select select {
    border: 1px solid #bababa; }
    form.formtastic fieldset ol li.string input:active, form.formtastic fieldset ol li.string input:focus, form.formtastic fieldset ol li.password input:active, form.formtastic fieldset ol li.password input:focus, form.formtastic fieldset ol li.numeric input:active, form.formtastic fieldset ol li.numeric input:focus, form.formtastic fieldset ol li.text textarea:active, form.formtastic fieldset ol li.text textarea:focus, form.formtastic fieldset ol li.select select:active, form.formtastic fieldset ol li.select select:focus {
      border-color: #ffb93f; }
  form.formtastic fieldset ol li p.inline-hints {
    margin-top: 0.2em; }
  form.formtastic fieldset ol li p.inline-errors {
    margin-top: 0.2em; }
  form.formtastic fieldset ol li ul.errors {
    list-style: none;
    margin-top: 0.2em; }
    form.formtastic fieldset ol li ul.errors li {
      margin-bottom: 0; }

#material_short_description {
  height: 4em; }

#material_objectives {
  height: 4em; }

#chosen-categories,
#taxonomy-browser-link, #references {
  width: 75%;
  display: inline;
  float: right; }

form.formtastic fieldset.buttons {
  border: none;
  background-color: transparent;
  margin-top: 0.5em;
  float: right;
  padding-right: 30px; }
  form.formtastic fieldset.buttons ol li.cancel {
    padding-left: 0.5em;
    padding-top: 0.5em; }
  form.formtastic fieldset.buttons ol li input {
    zoom: 1;
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    margin: 0.7em 0.5em 0.7em 0;
    border-width: 1px;
    border-style: solid;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
    background-color: #dcdcdc;
    border-color: #cacaca #bababa #bababa #cacaca;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    border: none;
    margin: 0;
    padding: 5px 16px 4px 14px;
    line-height: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eee;
    background-repeat: repeat-x;
    background-position: 0 0;
    text-shadow: 0 1px 1px rgba(10, 10, 10, 0.5);
    background-image: url('/images/btn-blue.png?1280423175');
    cursor: pointer;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    form.formtastic fieldset.buttons ol li input img {
      margin: 0 3px -3px 0 !important;
      padding: 0;
      border: none;
      width: 16px;
      height: 16px;
      float: none; }
    form.formtastic fieldset.buttons ol li input[type] {
      padding: 4px 10px 4px 7px;
      line-height: 17px; }
    *:first-child+html form.formtastic fieldset.buttons ol li input[type] {
      padding: 4px 10px 3px 7px; }
    form.formtastic fieldset.buttons ol li input:hover {
      background-color: #dcdcdc;
      border-color: #cacaca #bababa #bababa #cacaca;
      color: white; }
    form.formtastic fieldset.buttons ol li input:active {
      background-color: #dcdcdc;
      border-color: #c8c8c8 #b8b8b8 #b8b8b8 #c8c8c8;
      color: white; }
    form.formtastic fieldset.buttons ol li input[type] {
      padding: 5px 14px 4px 14px;
      line-height: 16px; }
    form.formtastic fieldset.buttons ol li input:hover {
      background-image: url('/images/btn-blue-hover.png?1280423175'); }
    form.formtastic fieldset.buttons ol li input:active {
      background-image: url('/images/btn-blue-active.png?1280423175'); }
    *:first-child+html form.formtastic fieldset.buttons ol li input[type] {
      padding: 5px 17px 4px 14px; }
  form.formtastic fieldset.buttons ol li a {
    zoom: 1;
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    margin: 0.7em 0.5em 0.7em 0;
    border-width: 1px;
    border-style: solid;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
    background-color: #dcdcdc;
    border-color: #cacaca #bababa #bababa #cacaca;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    border: none;
    margin: 0;
    padding: 5px 16px 4px 14px;
    line-height: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eee;
    background-repeat: repeat-x;
    background-position: 0 0;
    text-shadow: 0 1px 1px rgba(10, 10, 10, 0.5);
    background-image: url('/images/btn-gray.png?1280423175');
    padding: 7px 16px 6px; }
    form.formtastic fieldset.buttons ol li a img {
      margin: 0 3px -3px 0 !important;
      padding: 0;
      border: none;
      width: 16px;
      height: 16px;
      float: none; }
    form.formtastic fieldset.buttons ol li a[type] {
      padding: 4px 10px 4px 7px;
      line-height: 17px; }
    *:first-child+html form.formtastic fieldset.buttons ol li a[type] {
      padding: 4px 10px 3px 7px; }
    form.formtastic fieldset.buttons ol li a:hover {
      background-color: #dcdcdc;
      border-color: #cacaca #bababa #bababa #cacaca;
      color: white; }
    form.formtastic fieldset.buttons ol li a:active {
      background-color: #dcdcdc;
      border-color: #c8c8c8 #b8b8b8 #b8b8b8 #c8c8c8;
      color: white; }
    form.formtastic fieldset.buttons ol li a[type] {
      padding: 5px 14px 4px 14px;
      line-height: 16px; }
    form.formtastic fieldset.buttons ol li a:hover {
      background-image: url('/images/btn-gray-hover.png?1280423175'); }
    form.formtastic fieldset.buttons ol li a:active {
      background-image: url('/images/btn-gray-active.png?1280423175'); }
    *:first-child+html form.formtastic fieldset.buttons ol li a[type] {
      padding: 5px 17px 4px 14px; }

li.gravatar div {
  margin-left: 25%;
  margin-top: 1em; }
  li.gravatar div img {
    display: inline;
    float: left;
    margin-right: 10px; }
  li.gravatar div strong {
    display: block;
    font-weight: bold; }
  li.gravatar div .hint {
    color: #666666; }

form.small-form {
  width: 350px;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding-bottom: 2em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  form.small-form fieldset {
    background-color: transparent;
    border: none;
    padding: 0 2em; }
    form.small-form fieldset.buttons {
      padding-left: 2em; }
  form.small-form fieldset ol li {
    margin-bottom: 0;
    padding: 0.5em 0; }
    form.small-form fieldset ol li label {
      float: none;
      width: auto;
      margin-bottom: 1px; }
    form.small-form fieldset ol li.string input, form.small-form fieldset ol li.password input, form.small-form fieldset ol li.numeric input, form.small-form fieldset ol li.text textarea {
      width: 97%; }
    form.small-form fieldset ol li.boolean label {
      padding-left: 0; }
    form.small-form fieldset ol li.error {
      background-color: transparent;
      border: none; }
    form.small-form fieldset ol li p.inline-hints, form.small-form fieldset ol li p.inline-errors {
      margin-top: 0;
      margin-left: 0; }
    form.small-form fieldset ol li ul.errors {
      margin-top: 0;
      margin-left: 0; }
      form.small-form fieldset ol li ul.errors li {
        padding: 0;
        border: none;
        display: list-item; }

#login-help {
  margin-top: 1em;
  padding: 0 2em; }
  #login-help li {
    font-size: 1em;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

.ac_results {
  padding: 0px;
  border: 1px solid #bababa;
  background-color: #fff;
  overflow: hidden;
  z-index: 99999;
  left: 3px;
  text-align: left; }
  .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0; }
  .ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden; }

.ac_odd {
  background-color: #f8f8f8; }

.ac_over {
  background-color: #fff8bf; }

.ac_loading {
  background-image: url('/images/loading-spinner.gif?1280423176');
  background-position: 99% 50%;
  background-repeat: no-repeat; }

#taxonomy-browser {
  width: 500px; }
  #taxonomy-browser li:hover {
    cursor: pointer; }

.dialog {
  display: none;
  background-color: #f3f3f3;
  border: 1px solid #666;
  padding: 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 13px black;
  -moz-box-shadow: 0 0 13px black;
  -webkit-box-shadow: 0 0 13px black; }
  .dialog input, .dialog textarea, .dialog select {
    border: 1px solid #bababa;
    padding: 0.25em !important; }
    .dialog input:focus, .dialog input:active, .dialog textarea:focus, .dialog textarea:active, .dialog select:focus, .dialog select:active {
      border-color: #ffb93f; }
  .dialog .help {
    margin-bottom: 1em; }
  .dialog .buttons {
    margin-top: 2em;
    text-align: right; }
    .dialog .buttons button {
      zoom: 1;
      display: inline;
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: top;
      margin: 0.7em 0.5em 0.7em 0;
      border-width: 1px;
      border-style: solid;
      font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
      font-size: 100%;
      line-height: 130%;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      width: auto;
      overflow: visible;
      padding: 4px 10px 3px 7px;
      background-color: #dcdcdc;
      border-color: #cacaca #bababa #bababa #cacaca;
      color: white;
      font-size: 1.0em;
      font-weight: bold;
      border: none;
      margin: 0;
      padding: 5px 16px 4px 14px;
      line-height: 1;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background-color: #eee;
      background-repeat: repeat-x;
      background-position: 0 0;
      text-shadow: 0 1px 1px rgba(10, 10, 10, 0.5);
      background-image: url('/images/btn-blue.png?1280423175'); }
      .dialog .buttons button img {
        margin: 0 3px -3px 0 !important;
        padding: 0;
        border: none;
        width: 16px;
        height: 16px;
        float: none; }
      .dialog .buttons button[type] {
        padding: 4px 10px 4px 7px;
        line-height: 17px; }
      *:first-child+html .dialog .buttons button[type] {
        padding: 4px 10px 3px 7px; }
      .dialog .buttons button:hover {
        background-color: #dcdcdc;
        border-color: #cacaca #bababa #bababa #cacaca;
        color: white; }
      .dialog .buttons button:active {
        background-color: #dcdcdc;
        border-color: #c8c8c8 #b8b8b8 #b8b8b8 #c8c8c8;
        color: white; }
      .dialog .buttons button[type] {
        padding: 5px 14px 4px 14px;
        line-height: 16px; }
      .dialog .buttons button:hover {
        background-image: url('/images/btn-blue-hover.png?1280423175'); }
      .dialog .buttons button:active {
        background-image: url('/images/btn-blue-active.png?1280423175'); }
      *:first-child+html .dialog .buttons button[type] {
        padding: 5px 17px 4px 14px; }

.pagination {
  padding-top: 30px;
  background: white;
  /* self-clearing method: */
  margin-top: 2em; }
  .pagination .prev_page, .pagination .next_page {
    font-weight: bold; }
  .pagination a, .pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .pagination span.disabled {
    color: #999;
    border: 1px solid #F0F0F0; }
  .pagination span.current {
    font-weight: bold;
    background: #F0F0F0;
    color: !search_light_grey;
    border: 1px solid #F0F0F0; }
  .pagination a {
    text-decoration: none;
    color: !search_light_grey;
    border: 1px solid #F0F0F0; }
    .pagination a:hover, .pagination a:focus {
      color: !search_light_grey;
      border-color: #F0F0F0; }
  .pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
  .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .pagination {
    height: 1%; }
  *:first-child+html .pagination {
    overflow: hidden; }

#user-listing, .collaborator-listing {
  overflow: hidden;
  display: inline-block;
  margin: 1em 0; }
  #user-listing, .collaborator-listing {
    display: block; }
  #user-listing .user_info_box, .collaborator-listing .user_info_box {
    width: 180px;
    display: inline;
    float: left;
    margin: 1em 0; }
    #user-listing .user_info_box .avatar, .collaborator-listing .user_info_box .avatar {
      overflow: hidden;
      display: inline-block;
      display: inline;
      float: left;
      margin-right: 10px; }
      #user-listing .user_info_box .avatar, .collaborator-listing .user_info_box .avatar {
        display: block; }

#user-data {
  margin-bottom: 2.5em; }
  #user-data #user-stats {
    width: 475px;
    display: inline;
    float: left; }
  #user-data #user-info {
    font-size: 14px;
    width: 475px;
    display: inline;
    float: right; }
    #user-data #user-info h3 {
      font-size: 16px; }
    #user-data #user-info #change-public-data-link {
      font-size: 12px; }

.bluebutton {
  margin-bottom: 15px;
  margin-top: 15px;
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0.7em 0.5em 0.7em 0;
  border-width: 1px;
  border-style: solid;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
  background-color: #dcdcdc;
  border-color: #cacaca #bababa #bababa #cacaca;
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 5px 16px 4px 14px;
  line-height: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #eee;
  background-repeat: repeat-x;
  background-position: 0 0;
  text-shadow: 0 1px 1px rgba(10, 10, 10, 0.5);
  background-image: url('/images/btn-blue.png?1280423175');
  padding: 7px 16px 6px; }
  .bluebutton img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none; }
  .bluebutton[type] {
    padding: 4px 10px 4px 7px;
    line-height: 17px; }
  *:first-child+html .bluebutton[type] {
    padding: 4px 10px 3px 7px; }
  .bluebutton:hover {
    background-color: #dcdcdc;
    border-color: #cacaca #bababa #bababa #cacaca;
    color: white; }
  .bluebutton:active {
    background-color: #dcdcdc;
    border-color: #c8c8c8 #b8b8b8 #b8b8b8 #c8c8c8;
    color: white; }
  .bluebutton[type] {
    padding: 5px 14px 4px 14px;
    line-height: 16px; }
  .bluebutton:hover {
    background-image: url('/images/btn-blue-hover.png?1280423175'); }
  .bluebutton:active {
    background-image: url('/images/btn-blue-active.png?1280423175'); }
  *:first-child+html .bluebutton[type] {
    padding: 5px 17px 4px 14px; }
  .bluebutton a,
  .bluebutton a:hover,
  .bluebutton a:visited {
    color: #FFF;
    text-decoration: none; }

#user-materials, #collab-materials {
  padding-top: 30px; }

#collab-materials {
  padding-bottom: 30px; }

.ajaxful-rating-wrapper {
  display: inline-block;
  position: relative;
  bottom: -5px; }

.material-admin-actions {
  float: right; }
  .material-admin-actions a, .material-admin-actions span {
    display: inline-block;
    width: 25px;
    height: 25px; }
  .material-admin-actions a.published {
    text-decoration: none;
    padding-top: 17px;
    font-size: 9px;
    font-family-name: "Myriad Pro";
    background-image: url('/images/material-actions/publish.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.published:hover {
      color: #0c67ad;
      background-image: url('/images/material-actions/publish-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.notpublished {
    text-decoration: none;
    padding-top: 17px;
    font-size: 9px;
    font-family-name: "Myriad Pro";
    background-image: url('/images/material-actions/publish-njet.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.notpublished:hover {
      color: #0c67ad;
      background-image: url('/images/material-actions/publish-njet-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.collaborators {
    text-decoration: none;
    color: #0c67ad;
    padding-left: 22px;
    padding-top: 14px;
    font-size: 11px;
    font-family-name: "Myriad Pro";
    background-image: url('/images/material-actions/collab.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.collaborators:hover {
      background-image: url('/images/material-actions/collab-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.edit {
    background-image: url('/images/material-actions/edit.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.edit:hover {
      background-image: url('/images/material-actions/edit-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.edit_source {
    background-image: url('/images/material-actions/source-edit.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.edit_source:hover {
      background-image: url('/images/material-actions/source-edit-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.delete {
    background-image: url('/images/material-actions/delete.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.delete:hover {
      background-image: url('/images/material-actions/delete-blau.png?1280423176');
      background-repeat: no-repeat; }
  .material-admin-actions a.clone {
    background-image: url('/images/material-actions/duplicate.png?1280423176');
    background-repeat: no-repeat; }
    .material-admin-actions a.clone:hover {
      background-image: url('/images/material-actions/duplicate-blau.png?1280423176');
      background-repeat: no-repeat; }

#material-view h1 {
  margin-bottom: 0.15em; }
#material-view p.short-description {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  color: #666; }
#material-view span.owner {
  display: block; }
#material-view .keywords {
  margin-bottom: 1em; }

.greeny {
  color: #39916b; }

#editor {
  margin-top: 1em;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 13px; }

#code-insert-menu {
  float: left;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em; }
  #code-insert-menu #accordion {
    width: 195px; }
    #code-insert-menu #accordion div ul {
      height: 100px;
      list-style: none outside none;
      margin: 0 0 0 0; }
      #code-insert-menu #accordion div ul li {
        display: block;
        padding-left: 0px;
        padding-bottom: 5px; }
        #code-insert-menu #accordion div ul li a {
          text-decoration: none; }
    #code-insert-menu #accordion h3 a {
      font-weight: bold;
      padding-left: 15px; }

#editarea {
  margin-left: 1em;
  margin-bottom: 2em;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  float: left; }
  #editarea .CodeMirror-line-numbers {
    width: 2.2em;
    color: #aaa;
    background-color: #eee;
    text-align: right;
    padding-right: .3em;
    font-size: 10pt;
    font-family: monospace;
    padding-top: .4em; }

#bluespot {
  display: block;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 32px; }

#taxonomy-tree {
  overflow: hidden;
  display: inline-block; }
  #taxonomy-tree {
    display: block; }

#trans {
  z-index: 1100;
  position: fixed;
  vertical-align: baseline;
  top: 0px;
  left: 0px;
  display: none; }

#results {
  padding-top: 23px;
  padding-bottom: 15px; }

#search-options {
  font-size: 12px;
  padding-bottom: 5px;
  width: 100%;
  overflow: hidden;
  display: inline-block; }
  #search-options {
    display: block; }
  #search-options #search-info {
    display: inline;
    float: left; }
    #search-options #search-info .search-data {
      color: #0c67ad; }
  #search-options #order-links {
    display: inline;
    float: right;
    font-weight: bold; }
    #search-options #order-links a, #search-options #order-links span {
      font-weight: normal; }

#result-listing {
  font-size: 13px;
  border-top: 2px solid #dcdcdc; }
  #result-listing h3 {
    font-size: 16px;
    margin-bottom: 5px; }
    #result-listing h3 a {
      color: #0c67ad; }
  #result-listing .greeny {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold; }
  #result-listing .result-item {
    overflow: visible;
    padding-top: 20px;
    clear: both; }
    #result-listing .result-item .result-column {
      overflow: visible;
      position: relative;
      display: inline;
      float: left; }
    #result-listing .result-item .material_description {
      width: 400px;
      margin-right: 20px;
      min-height: 72px; }
      #result-listing .result-item .material_description span.approved {
        position: relative;
        top: 2px;
        left: 10px; }
    #result-listing .result-item .material_type {
      width: 200px;
      margin-right: 20px; }
      #result-listing .result-item .material_type .user-link a {
        color: #0c67ad; }
      #result-listing .result-item .material_type .updated_at-link a {
        text-decoration: none;
        cursor: text; }
      #result-listing .result-item .material_type .auth-display {
        width: 100px;
        overflow: hidden;
        float: left; }
    #result-listing .result-item .material_info {
      width: 280px;
      margin-right: 10px; }
      #result-listing .result-item .material_info .type {
        text-align: right; }
      #result-listing .result-item .material_info .stats {
        float: right; }

.pagination {
  clear: both; }

.stronger {
  color: #333333;
  padding-bottom: 8px;
  margin-top: -10px; }

.lighter {
  color: #666666;
  padding-bottom: 8px; }

.export-panel {
  position: absolute;
  left: 188px;
  display: block;
  visibility: hidden;
  font-family: 'Helvetica', 'Verdana', sans;
  font-size: 11px;
  background-color: #f5f4f4;
  border: 1px solid #000;
  width: 140px;
  height: 145px;
  z-index: 1300;
  text-align: left; }
  .export-panel ul {
    list-style: none outside none;
    padding-top: 7px; }
    .export-panel ul a {
      text-decoration: none;
      display: block;
      height: 20px; }
  .export-panel a.help-link {
    float: right;
    padding-right: 10px;
    color: #0c67ad; }

.share-panel {
  padding-left: 7px;
  padding-top: 7px;
  position: absolute;
  display: block;
  visibility: hidden;
  left: 97px;
  font-family: 'Helvetica', 'Verdana', sans;
  background-color: #f5f4f4;
  border: 1px solid #000;
  width: 150px;
  height: 130px;
  z-index: 1300; }
  .share-panel ul {
    font-size: 15px;
    list-style: none outside none;
    padding-top: 7px; }
    .share-panel ul li {
      padding-top: 7px; }
      .share-panel ul li a {
        text-decoration: none;
        display: block;
        height: 24px;
        padding-left: 32px; }
      .share-panel ul li.facebook a {
        background-image: url('/images/social_icons.png?1280423176');
        background-repeat: no-repeat;
        background-position: 0 0px; }
      .share-panel ul li.twitter a {
        background-image: url('/images/social_icons.png?1280423176');
        background-repeat: no-repeat;
        background-position: 0 -24px; }
      .share-panel ul li.netlog a {
        background-image: url('/images/social_icons.png?1280423176');
        background-repeat: no-repeat;
        background-position: 0 -48px; }

a.share-link, a.export-link {
  cursor: pointer;
  text-decoration: underline; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }
  .ui-widget-content a {
    color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold; }
  .ui-widget-header a {
    color: #222222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #959595;
  font-weight: normal;
  color: #555555; }

.ui-state-default a {
  color: #FFF;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #FFF;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a {
  color: #212121;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #dadada;
  font-weight: normal;
  color: #212121; }

.ui-state-active a {
  color: #212121;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none; }

.ui-widget :active {
  outline: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.ui-widget-overlay {
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }
.ui-accordion .ui-accordion-li-fix {
  display: inline; }
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }
.ui-accordion a {
  zoom: 1; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }
.ui-accordion .ui-accordion-content-active {
  display: block; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 .2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px; }

.ui-progressbar {
  height: 2em;
  text-align: left; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }

#header {
  border-bottom: 2px solid #e8e8e8;
  width: 960px;
  height: 93px;
  margin: 0;
  padding: 0;
  font: 100% "Helvetica Neue", "Arial", "Helvetica", "Geneva", "sans-serif"; }

#logo h1 {
  float: left;
  height: 63px;
  width: 150px;
  margin: 7px 0 0 0;
  padding: 0;
  background-image: url('/images/site-logo.png?1280423176'); }

#logo a {
  display: block;
  height: 63px;
  width: 150px; }

#logo a span {
  margin: -9999px; }

/* --- header / user box--- */
#user-box {
  width: 100%;
  float: right; }

#user-box ul {
  height: 18px;
  float: right;
  margin: 0;
  padding: 0 0 0 0; }

#user-box ul li {
  display: inline;
  margin: 0 0 0 1px;
  padding: 3px 5px 3px 2px;
  font-size: 11px;
  background-color: #ebebeb; }

#user-box a {
  color: #666;
  text-decoration: none; }

#user-box a:hover {
  color: #666;
  text-decoration: underline; }

/* --- header / nav --- */
.dropdown {
  position: relative; }

.dropdown_menu {
  position: absolute;
  z-index: 2000;
  left: 0px;
  top: 10px; }
  .dropdown_menu .dropdown_item {
    color: #666;
    background-color: #ebebeb;
    display: block;
    width: 120px; }
    .dropdown_menu .dropdown_item a:hover {
      cursor: pointer;
      border-bottom: 2px solid #1083c4; }

.dropdown_menu.visible {
  display: block; }

.dropdown_menu.hidden {
  display: none; }

.nav {
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  width: 500px;
  margin-left: 230px; }

.nav ul {
  margin: 28px 0 0 0;
  text-align: left;
  padding: 0;
  height: 40px; }

.nav ul li {
  display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 13px 10px; }

.nav ul li a {
  padding: 0 1px 3px 0;
  color: #999;
  text-decoration: none; }

.nav ul li a:hover {
  padding: 0 1px 3px 0;
  border-bottom: 2px solid #1083c4;
  color: #666;
  text-decoration: none; }

.nav ul li a.dropdown_button:hover {
  border-bottom: 2px solid #1083c4;
  color: #666;
  text-decoration: none;
  background-image: url('/images/nav-arrow-hover.png?1280423176');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px; }

.nav ul li a.dropdown_button {
  background-image: url('/images/nav-arrow-more.png?1280423176');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px; }

.nav ul li.navselected a.dropdown_button {
  border-bottom: 2px solid #1083c4;
  color: #666;
  text-decoration: none; }

.nav ul li.navselected a.normal_button {
  border-bottom: 2px solid #1083c4; }

.nav ul li.navselected {
  display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f3f3f3), color-stop(0, #fefefe),color-stop(0.5, #f3f3f3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#f3f3f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fefefe', EndColorStr='#f3f3f3')"; }

#textsearch {
  float: right;
  width: 20.8%; }

#textsearch form {
  height: 30px;
  margin-top: 24px;
  padding: 0 0 13px 0;
  text-align: right; }

#textsearch form div {
  float: left;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  width: 144px;
  height: 18px; }

#textsearch form div input {
  border: 0;
  height: 16px;
  width: 142px; }

#iscibtn {
  float: right;
  width: 50px;
  height: 20px;
  margin: 0 0 0 1px;
  padding: 0;
  border: 0;
  color: #FFF;
  background-image: url('/images/isci-btn.png?1280423176');
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
  cursor: hand; }

.frontend_main_menu {
  height: 27px; }

.frontend_main_menu {
  background-image: url('/images/tabs-search-runner.png?1280423176'); }

.frontend_main_menu ul {
  margin: 8px 0 0 0;
  padding: 0;
  float: right;
  font-size: 10px; }

.frontend_main_menu ul li {
  display: inline;
  padding-top: 4px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  margin: 0; }

.frontend_main_menu ul li a {
  color: #0068b3;
  font-weight: bold;
  text-decoration: none; }

.frontend_main_menu ul li:hover,
.frontend_main_menu ul li.tabselected {
  padding-top: 4px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 7px;
  display: inline;
  background-color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 17px;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: none; }

.frontend_search_menu {
  height: 27px; }

.frontend_search_menu {
  background-image: url('/images/tabs-search-runner.png?1280423176'); }

.frontend_search_menu ul {
  margin: 8px 0 0 0;
  padding: 0;
  float: right;
  font-size: 10px; }

.frontend_search_menu ul li {
  display: inline;
  padding-top: 4px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  margin: 0; }

.frontend_search_menu ul li a {
  color: #0068b3;
  font-weight: bold;
  text-decoration: none; }

.frontend_search_menu ul li:hover,
.frontend_search_menu ul li.tabselected {
  padding-top: 4px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 7px;
  display: inline;
  background-color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 17px;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: none; }

#header-toggle {
  position: relative;
  left: 935px;
  margin-bottom: -23px;
  width: 25px;
  height: 23px;
  cursor: pointer;
  z-index: 2; }

#header-toggle.closed {
  top: -10px;
  background-image: url('/images/close_search.png?1280423175');
  background-repeat: no-repeat;
  background-position: left; }

#header-toggle.opened {
  top: 14px;
  background-image: url('/images/open_search.png?1280423176');
  background-repeat: no-repeat;
  background-position: left; }

.frontend_application_menu {
  height: 27px; }

.frontend_application_menu {
  background-image: url('/images/tabs-application-runner.png?1280423176'); }

.frontend_application_menu ul {
  margin-top: 8px;
  margin-right: 40px;
  padding: 0;
  float: right;
  font-size: 10px; }

.frontend_application_menu ul li {
  display: inline;
  padding-top: 4px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  margin: 0; }

.frontend_application_menu ul li a {
  color: #376638;
  font-weight: bold;
  text-decoration: none; }

.frontend_application_menu ul li:hover,
.frontend_application_menu ul li.tabselected {
  padding-top: 4px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 7px;
  display: inline;
  background-color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 17px;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: none; }

#breadcrumbs {
  position: relative;
  top: -22px;
  margin-bottom: -28px;
  margin-left: 20px;
  height: 26px;
  cursor: pointer;
  z-index: 4;
  width: 600px; }
  #breadcrumbs #breadcrumbs-text {
    display: inline;
    float: left;
    width: 768px; }
  #breadcrumbs #breadrcrumb0 {
    font: "Helvetica, Arial, Sans";
    font-size: 12px;
    color: #0068B3;
    font-decoration: underline; }
  #breadcrumbs #breadrcrumb1 {
    font: "Helvetica, Arial, Sans";
    font-size: 12px;
    color: #04713B;
    font-decoration: underline; }
  #breadcrumbs #breadrcrumb2 {
    font: "Helvetica, Arial, Sans";
    font-size: 12px;
    color: #D86B18;
    font-decoration: underline; }
  #breadcrumbs #breadrcrumb3 {
    font: "Helvetica, Arial, Sans";
    font-size: 12px;
    color: #A81D21;
    font-decoration: underline; }

#search-toggle-area {
  background-color: #e6e7e7;
  cursor: pointer;
  width: 100%;
  height: 12px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #e6e7e7;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #e6e7e7;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; }
  #search-toggle-area #search-toggle {
    position: relative;
    left: 50%;
    top: 2px;
    width: 25px;
    height: 23px;
    cursor: pointer;
    z-index: 10; }

#search-toggle-area.panelvisible #search-toggle {
  background-image: url('/images/close_search.png?1280423175');
  background-repeat: no-repeat;
  background-position: left; }

#search-toggle-area.panelhidden #search-toggle {
  background-image: url('/images/open_search.png?1280423176');
  background-repeat: no-repeat;
  background-position: left; }

#search-panel {
  background-color: red;
  border-bottom-style: none;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #e6e7e7;
  position: relative;
  width: 960px;
  display: block;
  background-color: white; }
  #search-panel #taxonomy {
    position: relative;
    z-index: 1; }

#search-panel.panelvisible {
  padding-top: 8px;
  padding-bottom: 8px; }
  #search-panel.panelvisible #taxonomy {
    left: 0px;
    display: block; }

#search-panel.panelhidden {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px; }
  #search-panel.panelhidden #taxonomy {
    height: 0px;
    display: none; }

.panel_level {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline;
  float: left;
  width: 220px;
  min-height: 250px; }

.panel_item {
  display: block;
  font-size: 14px;
  font: "Helvetica, Arial, Sans"; }

.panel_item {
  padding-left: 20px; }

.level_4_0 {
  width: 219px; }
  .level_4_0 .panel_item {
    color: #0068B3; }

.level_4_1 {
  width: 215px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7; }
  .level_4_1 .panel_item {
    color: #04713B; }
  .level_4_1 .panel_item.leaf_show {
    color: #0068B3; }
  .level_4_1 .panel_item.leaf_show.over {
    color: #1078C3; }

.level_4_2 {
  width: 260px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7; }
  .level_4_2 .panel_item {
    color: #D86B18; }
  .level_4_2 .panel_item.leaf_show {
    color: #04713B; }
  .level_4_2 .panel_item.leaf_show.over {
    color: #14814B; }

.level_4_3 {
  width: 260px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7; }
  .level_4_3 .panel_item {
    color: #A81D21; }
  .level_4_3 .panel_item.leaf_show {
    color: #D86B18; }
  .level_4_3 .panel_item.leaf_show.over {
    color: #E87B28; }

.level_3_0 {
  width: 168px; }
  .level_3_0 .panel_item {
    color: #0068B3; }

.level_3_1 {
  width: 388px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #e6e7e7; }
  .level_3_1 .panel_item {
    color: #04713B; }
  .level_3_1 .panel_item.leaf_show {
    color: #0068B3; }
  .level_3_1 .panel_item.leaf_show.over {
    color: #1078C3; }

.level_3_2 {
  width: 400px; }
  .level_3_2 .panel_item {
    color: #D86B18; }
  .level_3_2 .panel_item.leaf_show {
    color: #04713B; }
  .level_3_2 .panel_item.leaf_show.over {
    color: #14814B; }

.level_2_0 {
  width: 350px; }
  .level_2_0 .panel_item {
    color: #0068B3; }

.level_2_1 {
  width: 530px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #e6e7e7; }
  .level_2_1 .panel_item {
    color: #04713B; }
  .level_2_1 .panel_item.leaf_show {
    color: #0068B3; }
  .level_2_1 .panel_item.leaf_show.over {
    color: #1078C3; }

.hidden {
  display: none; }

.visible {
  display: block; }

.over {
  background-color: #e6e7e7; }

.panel_item.over {
  color: #000000; }

.selected {
  display: block;
  background-color: #e6e7e7; }

.panel_item.selected {
  color: #000000; }

.leaf_show {
  font-size: 14px;
  cursor: pointer;
  text-align: left; }

.leaf_show.over {
  background-color: #e6e7ff; }

.leaf_show.selected {
  background-color: #ffffff; }

.panel_item.leaf_show {
  color: #0068B3; }

.panel_item.leaf_show.over {
  color: #1078C3; }

#search-panel a {
  text-shadow: none; }

.parent {
  display: none; }

.depth {
  display: none; }

.overoverlay {
  z-index: 100; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 90; }

#material-links {
  padding: 10px; }
  #material-links td {
    vertical-align: top; }
  #material-links td h3 {
    text-align: left;
    color: #555;
    font-size: 18px;
    margin-bottom: 5px; }
  #material-links td ul {
    padding-left: 20px; }
    #material-links td ul li {
      margin-bottom: 2px;
      font-size: 12px; }
      #material-links td ul li a {
        text-decoration: none; }
      #material-links td ul li a:hover {
        text-decoration: underline;
        color: #09c; }
  #material-links table {
    width: 100%; }

#comments {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px; }
  #comments .comment_element {
    border-bottom-color: #DFDFDF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    margin-top: 20px; }
    #comments .comment_element .left_section {
      margin-right: 10px;
      display: inline;
      float: left; }
      #comments .comment_element .left_section .time {
        padding: 2px; }
    #comments .comment_element .right_section {
      width: 800px;
      display: inline;
      float: left; }
      #comments .comment_element .right_section .author {
        font-style: italic;
        margin-top: 20px; }
        #comments .comment_element .right_section .author .line {
          text-decoration: line-through;
          margin-right: 3px; }
      #comments .comment_element .right_section .comment {
        width: 800px; }
    #comments .comment_element .comment_user {
      margin-bottom: 10px; }
    #comments .comment_element .comment_captcha {
      margin-bottom: 10px;
      width: 420px;
      padding: 0px; }
      #comments .comment_element .comment_captcha div {
        padding: 0px;
        width: 420px;
        border-color: #DFDFDF;
        border-style: solid;
        border-width: 1px; }
        #comments .comment_element .comment_captcha div div {
          padding: 0px;
          width: 420px;
          border-style: none; }
          #comments .comment_element .comment_captcha div div input {
            width: 420px; }
    #comments .comment_element .comment_author {
      margin-bottom: 10px; }
    #comments .comment_element .comment_text {
      margin-bottom: 10px; }
    #comments .comment_element #new_comment_text {
      width: 420px;
      border-color: #DFDFDF;
      border-style: solid;
      border-width: 1px; }
    #comments .comment_element #new_comment_author {
      width: 420px;
      border-color: #DFDFDF;
      border-style: solid;
      border-width: 1px; }

.newcomment {
  margin-bottom: 15px;
  margin-top: 15px;
  zoom: 1;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin: 0.7em 0.5em 0.7em 0;
  border-width: 1px;
  border-style: solid;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
  background-color: #dcdcdc;
  border-color: #cacaca #bababa #bababa #cacaca;
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 5px 16px 4px 14px;
  line-height: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #eee;
  background-repeat: repeat-x;
  background-position: 0 0;
  text-shadow: 0 1px 1px rgba(10, 10, 10, 0.5);
  background-image: url('/images/btn-blue.png?1280423175');
  padding: 7px 16px 6px; }
  .newcomment img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none; }
  .newcomment[type] {
    padding: 4px 10px 4px 7px;
    line-height: 17px; }
  *:first-child+html .newcomment[type] {
    padding: 4px 10px 3px 7px; }
  .newcomment:hover {
    background-color: #dcdcdc;
    border-color: #cacaca #bababa #bababa #cacaca;
    color: white; }
  .newcomment:active {
    background-color: #dcdcdc;
    border-color: #c8c8c8 #b8b8b8 #b8b8b8 #c8c8c8;
    color: white; }
  .newcomment[type] {
    padding: 5px 14px 4px 14px;
    line-height: 16px; }
  .newcomment:hover {
    background-image: url('/images/btn-blue-hover.png?1280423175'); }
  .newcomment:active {
    background-image: url('/images/btn-blue-active.png?1280423175'); }
  *:first-child+html .newcomment[type] {
    padding: 5px 17px 4px 14px; }
  .newcomment a,
  .newcomment a:hover,
  .newcomment a:visited {
    color: #FFF;
    text-decoration: none; }

body {
  margin: 0;
  padding: 0;
  font: 12px "Helvetica Neue", "Arial", "Helvetica", "Geneva", "sans-serif"; }

#content-wrapper {
  width: 960px;
  margin: 0 auto; }

.delim {
  clear: both;
  float: none; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

a {
  color: #666666; }
  a:visited {
    color: #555555; }
  a:active {
    color: #444444; }
  a:hover {
    color: #444444;
    text-shadow: 1px 1px 1px #ccc; }

.hidden {
  display: none; }

#flash-message {
  text-align: center; }

.alert {
  padding: 0.8em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
  border-style: solid; }
  .alert a {
    color: #790e00; }

.notice {
  margin-top: 1em;
  padding: 0.8em;
  margin-bottom: 1em;
  background-color: #dff7e7;
  color: #10851b;
  border-color: #9ce796;
  border-style: solid; }
  .notice a {
    color: #00740a; }

.warning {
  margin-top: 1em;
  padding: 0.8em;
  margin-bottom: 1em;
  background-color: #fff6bf;
  color: #514721;
  border-color: #ffd324;
  border-style: solid; }
  .warning a {
    color: #403610; }

.error, .notice, .alert, .warning {
  border-width: 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

thead th {
  background-color: #dadada; }

tr.even td {
  background-color: #f3f3f3; }

#povezave {
  margin: 1em 0; }

#povezave td {
  vertical-align: top; }

#material-links {
  display: block;
  width: 960px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 4px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8; }
  #material-links .link-column {
    text-align: left;
    color: #666;
    width: 240px;
    float: left; }
    #material-links .link-column ul {
      padding-left: 40px; }
      #material-links .link-column ul li a {
        font-size: 12px; }
    #material-links .link-column h3 {
      font-size: 16px;
      padding-left: 20px;
      padding-bottom: 10px; }

#partner-links {
  margin: 1em 0;
  clear: both;
  width: 960px;
  height: 100px; }

#footer {
  clear: both;
  height: 70px;
  background-image: url('/images/index-header-back.png?1280423176');
  background-repeat: repeat-x; }

.search_back {
  background-image: url('/images/normal_back.png?1280423176');
  background-repeat: repeat-x; }

.application_back_big {
  background-image: url('/images/green_back.png?1280423176');
  background-repeat: repeat-x; }

.application_back_small {
  background-image: url('/images/green_back_min.png?1280423176');
  background-repeat: repeat-x; }

.blueish {
  color: #0c67ad; }

.greenesh {
  color: #39916b; }
