@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@import url("https://fonts.googleapis.com/css?family=Raleway:100");
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  margin: 0;
  font-family: "Merriweather", arial, serif; }

h1 {
  height: 1.6em;
  margin: 0 0 22px;
  font: normal 2.8em/1.3 "Merriweather", arial, serif;
  letter-spacing: 0.05em;
  word-spacing: 0.1em;
  color: #333333; }

h2 {
  margin: 0.5em 0 0.4em 0;
  font: 2em/1.2 "Merriweather", arial, serif;
  color: #333333; }

h3 {
  margin: 0 0 0.4em 0;
  font: 1.4em/1.2 "Merriweather", arial, serif;
  color: #444444; }

h4 {
  margin: 0 0 0.4em 0;
  font: 1.3em/1.2 "Merriweather", arial, serif;
  color: #666666; }

caption {
  margin: 0 0 1px 0;
  padding: 0.4em 0;
  font: 1.6em/1.4 "Merriweather", arial, serif;
  text-align: left; }

img {
  border: none; }

a:link {
  color: #327fcc; }
a:visited {
  color: #293e6d; }
a:hover {
  color: #992211; }
a:active {
  color: black; }

dt {
  font-weight: bold; }

dd {
  margin: 0;
  padding: 0; }

td span.actions, .small span.actions {
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
  border-top: none; }

td a.view, td a.edit, td a.delete {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0 !important;
  text-indent: 99999px;
  overflow: hidden; }

fieldset {
  margin-bottom: 30px;
  padding: 20px;
  border-top: dotted 1px #cccccc;
  border-bottom: dotted 1px #cccccc;
  border-left: none;
  border-right: none;
  background: #f8f8f8; }
  fieldset legend {
    padding: 0 5px;
    color: #888888;
    font-size: 13pt;
    text-align: right; }

input[type=text], input[type=password], textarea {
  color: black;
  border: solid 1px #cccccc;
  border-top-color: #666666;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }

.fieldWithErrors input[type=text], .fieldWithErrors input[type=password], .fieldWithErrors textarea {
  border-color: #cd4a15;
  background: #f0d8cf; }

input.date[type=text] {
  background: url(../../../images/calendar.png) no-repeat right center white; }

.purchase button, input[type=submit], a.button {
  background: #59852d url(../../../images/button_overlay.png) repeat-x;
  display: inline-block;
  margin: 0;
  padding: 6px 24px 7px 24px;
  color: white;
  text-align: left;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 0 none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  font-family: arial; }
  .purchase button:hover, input[type=submit]:hover, a.button:hover {
    background-color: #111111;
    color: white; }
  .purchase button:active, input[type=submit]:active, a.button:active {
    top: 1px; }

span.actions {
  display: block;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  border-top: solid 1px #a2a2a2; }
  span.actions a {
    padding: 0 10px 0 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
    background-position: top left;
    background-repeat: no-repeat; }
    span.actions a.view {
      background-image: url(../../../images/view.png); }
    span.actions a.edit {
      background-image: url(../../../images/edit.png); }
    span.actions a.delete {
      background-image: url(../../../images/delete.png); }
    span.actions a.auto_update {
      background-image: url(../../../images/reload.png); }

.small a.view, .small a.edit, .small a.delete {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0 !important;
  text-indent: 99999px;
  overflow: hidden; }

em.number {
  color: white;
  line-height: 100%;
  font-weight: bold;
  font-style: normal;
  padding: 2px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #5596c4;
  text-align: center; }

#contentAside em.number {
  display: block;
  float: left;
  margin-right: 10px; }

.shadowed {
  filter: Shadow(Color=black, Direction=135, Strength=3);
  -moz-box-shadow: 0 3px 3px black;
  -webkit-box-shadow: black 0px 3px 3px; }

.hidden {
  display: none; }

.clear {
  height: 1px;
  width: 100%;
  clear: both; }

.nowrap {
  white-space: nowrap; }

ul.admin.menu {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0px;
  z-index: 100000000;
  padding: 4px 10px;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  ul.admin.menu li, ul.admin.menu a {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    white-space: nowrap;
    background-repeat: no-repeat;
    overflow: hidden; }
  ul.admin.menu li {
    margin: 0 10px; }
  ul.admin.menu a {
    padding: 0 0 0 16px; }
    ul.admin.menu a.users {
      background-image: url(../../../images/users.png); }
    ul.admin.menu a.access {
      background-image: url(../../../images/access.png); }
    ul.admin.menu a.analytics {
      background-image: url(../../../images/pie_chart.png); }

#wrapper {
  border-top: 7px solid #1d1309;
  position: relative;
  min-height: 100%;
  text-align: center; }

#wrapperHeader {
  float: none; }

#wrapperTitle {
  position: relative;
  background: url(images/jesus_temple.jpg) center -50px no-repeat;
  height: 300px;
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2); }
  #wrapperTitle #siteTitle a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 76px; }
  #wrapperTitle #branding {
    position: absolute;
    bottom: 0px; }
  #wrapperTitle #profile {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    font: 12px/30px "Merriweather", arial, serif; }
    #wrapperTitle #profile a {
      padding: 0 5px;
      text-decoration: none; }
    #wrapperTitle #profile a.name {
      padding-left: 20px;
      color: #7493d1; }
    #wrapperTitle #profile a.logout {
      color: white; }
  #wrapperTitle #navAside {
    position: absolute;
    background: #222222;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    top: 74px;
    right: 0;
    color: #c8b37e;
    padding: 5px 0px 5px 15px;
    display: inline-block; }
    #wrapperTitle #navAside li {
      display: inline-block;
      list-style: none; }
      #wrapperTitle #navAside li a {
        padding-left: 18px;
        padding-right: 20px;
        color: #b9c0d3;
        font-size: 12px;
        line-height: 16px;
        text-decoration: none;
        background-repeat: no-repeat; }
        #wrapperTitle #navAside li a:hover {
          color: #fdfd9f; }
      #wrapperTitle #navAside li.announcements a {
        background-image: url(../../../images/announcement_bw.png); }
      #wrapperTitle #navAside li.announcements a:hover {
        background-image: url(../../../images/announcement.png); }
      #wrapperTitle #navAside li.pages a {
        background-image: url(../../../images/documents_bw.png); }
      #wrapperTitle #navAside li.pages a:hover {
        background-image: url(../../../images/documents.png); }

#messages_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  display: none; }

#icon_close_message {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 2px;
  background: url(../../../images/delete.png) 2px 2px no-repeat;
  text-indent: 200px;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border: none;
  cursor: pointer; }

ul#messages {
  margin: 0px;
  padding: 0px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  ul#messages li {
    color: #29180c;
    font-size: 20px;
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    list-style-type: none;
    text-align: center;
    background-repeat: no-repeat;
    text-shadow: rgba(255, 255, 255, 0.297) 0px 1px; }
  ul#messages .info {
    background: #ffefd7;
    background: rgba(255, 239, 215, 0.9);
    border-bottom: 1px solid #ffdda9;
    background-image: none; }
  ul#messages .notice {
    background: #ffe0ce;
    background: rgba(255, 224, 206, 0.9);
    border-bottom: 1px solid #ffc3a0;
    background-image: none; }
  ul#messages .announce {
    background: #ffe0ce;
    background: rgba(255, 224, 206, 0.9);
    border-bottom: 1px solid #ffc3a0;
    background-image: none; }
  ul#messages .alert, ul#messages .warn {
    background: #ffd8c2;
    background: rgba(255, 216, 194, 0.9);
    border-bottom: 1px solid #ffbb94;
    background-image: none; }
  ul#messages .error {
    background: #fff0c2;
    background: rgba(255, 240, 194, 0.9);
    border-bottom: 1px solid #ffe594;
    background-image: none; }

#wrapperPage {
  padding-bottom: 150px;
  width: 1000px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.6) url(images/marble-bottom.jpg) bottom left no-repeat;
  border-bottom: 2px solid #747474;
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2); }
  #wrapperPage #page {
    float: none;
    margin: 0px auto;
    width: 960px;
    text-align: left; }
  #wrapperPage table {
    margin-bottom: 2em;
    border-collapse: collapse;
    width: 100%;
    clear: both; }
    #wrapperPage table tr {
      padding: 6px;
      background-color: #e3e9f2; }
      #wrapperPage table tr:nth-of-type(odd) td {
        background-color: #d2dbec; }
      #wrapperPage table tr th {
        vertical-align: top;
        padding: 6px 6px 6px 12px;
        text-align: left;
        font-weight: bold;
        color: #d2dbec;
        background-color: #21335a;
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
        #wrapperPage table tr th.actions {
          text-indent: -9999px; }
        #wrapperPage table tr th a:link {
          color: #d2dbec; }
        #wrapperPage table tr th.rating, #wrapperPage table tr th.rating {
          text-align: center; }
        #wrapperPage table tr th.actions {
          text-indent: -99999px; }
      #wrapperPage table tr td {
        font: 1.1em/1.2 "Merriweather", arial, serif;
        vertical-align: top;
        padding: 4px 8px; }
        #wrapperPage table tr td.name {
          white-space: nowrap; }
        #wrapperPage table tr td.comment {
          position: absolute; }
          #wrapperPage table tr td.comment p {
            position: relative;
            width: 50px;
            margin: 0;
            padding: 0 0 0 20px;
            font-size: 9pt;
            white-space: nowrap;
            background: url(../../../images/comment.png) no-repeat;
            overflow: hidden; }
            #wrapperPage table tr td.comment p:hover {
              position: absolute;
              z-index: 100;
              top: -6px;
              left: -2px;
              width: 200px;
              margin: 0;
              padding: 10px 10px 10px 30px;
              background: url(../../../images/comment.png) no-repeat 10px 10px;
              background-color: #fdfd9f;
              cursor: default;
              white-space: normal;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px; }
    #wrapperPage table tfoot {
      border-top: 1px solid #bbbbbb;
      border-bottom: 1px solid #bbbbbb; }
      #wrapperPage table tfoot th, #wrapperPage table tfoot td {
        padding-top: 8px; }
      #wrapperPage table tfoot th {
        color: black;
        text-transform: none;
        border: none; }
  #wrapperPage #navigation ul {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    list-style: none; }
  #wrapperPage #navigation li {
    display: inline-block;
    text-align: center;
    margin-right: 10px; }
    #wrapperPage #navigation li.active a {
      color: #231f20;
      background: url(images/underline.png) 0px 22px no-repeat; }
  #wrapperPage #navigation a {
    font-family: "Merriweather", arial, serif;
    font-size: 25px;
    color: #a69b9e;
    display: block;
    padding: 5px 25px 5px 25px;
    text-decoration: none; }
  #wrapperPage #navigation a:hover {
    color: #231f20; }
  #wrapperPage #wrapperContent {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 660px; }
  #wrapperPage #content {
    padding: 20px; }
    #wrapperPage #content a:hover {
      color: #8dc422; }
    #wrapperPage #content dt {
      margin-top: 10px;
      font-weight: bold; }
    #wrapperPage #content dd.updated {
      padding-left: 20px;
      font-style: italic;
      background: url(../../../images/new.png) no-repeat left center; }
    #wrapperPage #content div.buttons {
      margin-top: 10px;
      padding: 5px;
      text-align: right;
      border-top: solid 1px #a2a2a2; }
    #wrapperPage #content .pagination a, #wrapperPage #content .pagination span {
      padding: 3px 7px;
      color: white;
      text-decoration: none;
      background: #327fcc; }
    #wrapperPage #content .pagination a:hover, #wrapperPage #content .pagination .current {
      color: #fdfd9f !important;
      background-color: #293e6d; }
    #wrapperPage #content .pagination a.disabled, #wrapperPage #content .pagination span.disabled {
      color: #a2a2a2;
      border: solid 1px #a2a2a2;
      background: transparent; }
    #wrapperPage #content .search.summary {
      clear: both;
      margin-bottom: 10px;
      color: #666666;
      text-align: right; }
      #wrapperPage #content .search.summary .view_all {
        padding-left: 20px; }
    #wrapperPage #content form.search {
      float: right;
      clear: both;
      padding-bottom: 15px;
      text-align: right; }
      #wrapperPage #content form.search label {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        text-indent: 9999px;
        overflow: hidden;
        background: url(../../../images/view.png);
        background-position: center;
        background-repeat: no-repeat; }
      #wrapperPage #content form.search input[type=text] {
        float: left; }
      #wrapperPage #content form.search.searching label {
        background-image: url(../../../images/spinner.gif); }
    #wrapperPage #content form.filter fieldset {
      position: relative;
      clear: both;
      width: 100%;
      margin: 10px 0 10px -20px;
      padding: 10px 20px;
      border: 1px #cccccc;
      border-style: dashed none;
      background-color: #eaeaea;
      overflow: hidden;
      -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.12); }
      #wrapperPage #content form.filter fieldset legend {
        position: absolute;
        right: 20px;
        bottom: -2px;
        color: #cccccc;
        font-size: 14pt;
        font-weight: bold;
        line-height: 14pt; }
    #wrapperPage #content form.filter span.param {
      float: left;
      width: 180px;
      padding: 5px; }
    #wrapperPage #content form.filter label {
      display: block;
      font-weight: bold; }
    #wrapperPage #content form.filter input[type=text], #wrapperPage #content form.filter select {
      width: 100%; }
    #wrapperPage #content form.filter div.buttons {
      clear: both;
      text-align: right;
      border-top: none !important; }
      #wrapperPage #content form.filter div.buttons input {
        padding: 2px 30px; }
  #wrapperPage #contentAside {
    float: left;
    padding-top: 20px;
    position: relative;
    width: 270px; }
    #wrapperPage #contentAside h2 {
      font: bold 92% "Merriweather", arial, serif;
      color: white;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #wrapperPage #contentAside h3 {
      display: block;
      margin-bottom: 10px;
      padding-left: 20px;
      font-weight: bold;
      font-size: 10pt;
      background-position: left center;
      background-repeat: no-repeat; }
      #wrapperPage #contentAside h3.import {
        background-image: url(../../../images/upload.gif); }
      #wrapperPage #contentAside h3.add {
        background-image: url(../../../images/add.gif); }
      #wrapperPage #contentAside h3 a {
        color: #444444;
        text-decoration: none; }
    #wrapperPage #contentAside .box {
      position: relative;
      padding: 10px;
      color: #231f20; }
      #wrapperPage #contentAside .box a.cancel {
        display: none; }
    #wrapperPage #contentAside input[type=text], #wrapperPage #contentAside select {
      width: 250px; }
    #wrapperPage #contentAside textarea {
      width: 250px;
      height: 150px; }
    #wrapperPage #contentAside input[type=text].date {
      width: 225px; }
    #wrapperPage #contentAside div.buttons {
      margin-top: 10px;
      text-align: right;
      border-top: none; }
    #wrapperPage #contentAside ul.stacked {
      line-height: 130%;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #wrapperPage #contentAside ul.stacked li {
        border-top: 1px solid #cccccc;
        position: relative;
        padding: 8px;
        color: white; }
        #wrapperPage #contentAside ul.stacked li a:hover {
          background-color: #cccccc; }
    #wrapperPage #contentAside .side_block {
      color: white;
      margin-bottom: 18px; }
    #wrapperPage #contentAside ul.pages {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #wrapperPage #contentAside ul.pages li a {
      padding-left: 18px;
      color: #c8b37e;
      text-decoration: none;
      line-height: 16px;
      background: url(../../../images/help.png) left center no-repeat; }
  #wrapperPage #pageFooter {
    clear: both; }

#wrapperBiolaFooter {
  position: absolute;
  bottom: 0; }
  #wrapperBiolaFooter a.developer {
    overflow: hidden;
    width: 99px;
    height: 22px;
    background: url(../../../images/it_logo_light.png) 0px 0px no-repeat;
    text-indent: 500px;
    line-height: 200px;
    position: absolute;
    right: 5px;
    bottom: 5px; }

#sectionHead #fc_minicart {
  display: none;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 5px 20px;
  background-color: #ffff96;
  color: white;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0; }
  #sectionHead #fc_minicart a, #sectionHead #fc_minicart span {
    font: 12px "Merriweather", arial, serif;
    color: black;
    padding: 0 5px;
    text-decoration: none; }
  #sectionHead #fc_minicart a:hover {
    text-decoration: underline; }

hr {
  border-bottom: 1px solid #9c9c9c;
  -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1); }

.breadcrumbs {
  list-style-type: none;
  margin: -20px 0px 0px 0px;
  padding: 5px 0px 5px 0px; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs li, .breadcrumbs a {
    font-family: Helvetica, Arial, sans-serif; }
  .breadcrumbs li:after {
    content: " »"; }
  .breadcrumbs li.last:after {
    content: ""; }

#global_search {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px 5px 10px 0px; }
  #global_search form {
    margin: 0px; }
    #global_search form input[type=search] {
      width: 200px;
      display: inline-block; }
    #global_search form img {
      display: inline-block; }
  #global_search form.searching .wait {
    visibility: visible; }
  #global_search .wait {
    height: 16px;
    vertical-align: -3px;
    visibility: hidden; }

#search_submit {
  display: none; }

.searchlight-results .searchlight-result-icon {
  height: 30px;
  display: inline-block; }
.searchlight-results .searchlight-result-text {
  font-size: 12px; }
.searchlight-results .searchlight-header-text {
  font-size: 14px; }

.pagination {
  text-align: center;
  font-size: 15px; }
  .pagination a {
    display: inline-block;
    margin-right: 3px; }

.friendly_redirect {
  font-size: 18px; }

.announcement {
  position: relative;
  margin: 5px 0;
  padding: 20px 20px 20px 50px;
  list-style-type: none;
  text-align: left; }

.announcement.info {
  border: solid 1px #114d75;
  background: #c0dbec url(../../../images/info.gif) no-repeat 20px 20px; }

.announcement.tip {
  border: solid 1px #498d00;
  background: #d3f0b5 url(../../../images/notice.gif) no-repeat 20px 20px; }

.announcement.warning {
  border: solid 1px #f6a670;
  background: #ffefaa url(../../../images/announcement.png) no-repeat 20px 20px; }

.announcement.urgent {
  border: solid 1px #b61818;
  background: #f5b2b2 url(../../../images/error.gif) no-repeat 20px 20px; }

li.announcement .date {
  color: #666666;
  font-style: italic; }

li.announcement .actions {
  position: absolute;
  right: 5px;
  bottom: 5px; }

#announcements_wrapper {
  margin: -33px 0px 20px -22px;
  width: 594px; }
  #announcements_wrapper #announcements {
    margin: 0px; }
    #announcements_wrapper #announcements li {
      border-left: none;
      border-top: none;
      border-right: none; }

.redirect-list {
  list-style-type: none;
  margin-top: 20px; }
  .redirect-list li {
    margin-bottom: 20px;
    font-size: 15px; }
    .redirect-list li a {
      font-size: 15px; }

#wrapperConfig ul, #wrapperConfig li, #wrapperConfig dd, #wrapperConfig dl {
  font-family: courier;
  font-size: 10pt;
  margin: 0px; }
#wrapperConfig ul {
  list-style-type: none;
  margin: 5px 0px 10px 30px; }
#wrapperConfig dt, #wrapperConfig dd {
  display: inline-block;
  float: left;
  clear: both; }
#wrapperConfig dd {
  margin-left: 20px; }

.unlisted_message {
  background: rgba(255, 224, 206, 0.9);
  border: 1px solid #ffc3a0;
  padding: 5px; }
  .unlisted_message h3 {
    margin: 0;
    padding: 0; }
