/* ---------- Browser normalization ---------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  overflow-y: scroll; }

html.aui-dialog-iframe-root-node {
  overflow: auto; }

body {
  background: #FFF;
  font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.aui-dialog-iframe-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside; }

ul ul {
  list-style-type: circle; }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML Editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  position: relative;
  padding: 5px 45px; }

.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  bottom: 5px;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  width: 31px;
  z-index: 999; }

.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold; }

.html-editor.portlet-message-boards pre {
  background: #F9F9F9;
  border: 1px solid #777;
  padding: 0.5em; }

/* ---------- Text formatting ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update Manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- RTL ---------- */
.rtl caption, .rtl th {
  text-align: right; }
.rtl .portal-add-content {
  text-align: right; }

/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.aui-tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.aui-paginator-page-link {
  height: auto;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: 0.9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }
.ie7 .aui-paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .aui-paginator-current-page {
  color: #FFF; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie.rtl .dockbar .menu-button span {
  background-position-x: -25px; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a, span.user-portrait {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar a.user-portrait {
  text-decoration: none; }
  .dockbar a.user-portrait span {
    text-decoration: underline; }

.dockbar .user-portrait img {
  text-decoration: none;
  vertical-align: middle;
  width: 25px; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .approximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .admin-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  zoom: 1; }

.ie6 .aui-menu-scroll {
  height: 300px;
  overflow-y: auto; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/* ---------- RTL ---------- */
.rtl .dockbar .admin-toolbar {
  float: right; }
.rtl .dockbar .user-toolbar {
  float: left; }
.rtl .dockbar .menu-button {
  background-position: 7%;
  padding-left: 0;
  padding-right: 5px; }
  .rtl .dockbar .menu-button span {
    background-position: right;
    padding-right: 20px; }
.rtl .my-sites-menu .site-name {
  float: right; }
.rtl .my-sites-menu .site-type {
  float: left;
  margin-right: 10px; }
.rtl .my-sites-menu .control-panel a {
  background-position: right;
  margin-right: 3px;
  padding-right: 25px; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

.aui-form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .aui-form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .aui-form-trigger:hover, .aui-form-trigger:focus {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .aui-trigger-selected:hover, .aui-trigger-selected:focus {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.aui-options-trigger img {
  background-image: url(../images/common/configuration.png); }

.aui-save-trigger img {
  background-image: url(../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

.lfr-message-trigger, .lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/* ---------- Breadcrumbs taglib ---------- */
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

/* ---------- RTL ---------- */
.rtl .breadcrumbs-horizontal li {
  float: right; }
.rtl .portlet-msg, .rtl .portlet-msg-info, .rtl .portlet-msg-help, .rtl .lfr-message-help, .rtl .portlet-msg-progress, .rtl .lfr-message-progress, .rtl .lfr-message-info, .rtl .portlet-msg-error, .rtl .lfr-message-error, .rtl .portlet-msg-alert, .rtl .lfr-message-alert, .rtl .portlet-msg-success, .rtl .lfr-message-success {
  background-position: right;
  padding-left: 6px;
  padding-right: 24px;
  text-align: right; }
.rtl .portlet-topper-toolbar {
  left: 3px;
  right: auto;
  text-align: left; }
  .rtl .portlet-topper-toolbar .nobr {
    float: right; }
.rtl .lfr-actions.portlet-options {
  float: right; }
  .rtl .lfr-actions.portlet-options .lfr-trigger strong a {
    padding: 0; }
.rtl .lfr-message .lfr-message-controls {
  left: auto;
  margin-left: -4px;
  margin-right: 3px;
  right: 3px; }
.rtl .results-row, .rtl .results-row.hover {
  padding-right: 5px; }
  .rtl .results-row.lfr-role .col-1, .rtl .results-row.hover.lfr-role .col-1 {
    background-position: right;
    padding-right: 30px; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }
.lfr-actions.lfr-extended span {
  cursor: pointer; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -webkit-box-shadow: 1px 1px 0 white;
  -moz-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.lfr-search-combobox-item {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.aui-menu-content {
  -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; }

.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.staging-bar {
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Copyright 2011-2013 eCorpSys, Inc. All Rights Reserved. Proprietary. */
/* -------- Global -------- */
#skip-to-content,
#heading .page-title,
#navigation h1,
#breadcrumbs {
  clip: rect(0 0 0 0);
  position: absolute; }

body,
#banner,
#footer {
  background: #0c0d0d; }

/* ---------- Headers ---------- */
h1, h2 {
  font-size: 18px; }

h3, h4, .portlet-wiki .portlet-body h4 {
  font-size: 16px; }

h1, h2, h3, h4, .portlet-wiki .portlet-body h4 {
  margin: 1em 0 1em; }

h5, h6 {
  margin: 0;
  font-size: 14px; }

h1, h3, h5 {
  font-weight: bold; }

h2, h4, h6 {
  font-weight: normal; }

h1, h2, h3,
h4, .portlet-wiki .portlet-body h4,
h5, h6,
strong, b, .accent, .bluetitle .colored {
  color: #4f87b4; }

.bluetitle h1, .bluetitle h2, .bluetitle h3,
.bluetitle h4, .bluetitle .portlet-wiki .portlet-body h4,
.bluetitle h5, .bluetitle h6,
.bluetitle strong, .bluetitle .accent, .colored {
  color: #548f87; }

/* ---------- Text Formatting ---------- */
p {
  text-align: justify;
  margin-bottom: 0; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

/* --- Images --- */
.image-box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.image-box,
.image {
  -moz-box-shadow: 0px 1px 2px #343637;
  -webkit-box-shadow: 0px 1px 2px #343637;
  -o-box-shadow: 0px 1px 2px #343637;
  box-shadow: 0px 1px 2px #343637; }

.ie6 .image-box,
.ie7 .image-box,
.ie8 .image-box,
.ie6 .image,
.ie7 .image,
.ie8 .image {
  border: #aaacad solid 1px;
  zoom: 1; }

.ie9 .image-box,
.ie10 .image-box,
.ie9 .image,
.ie10 .image {
  border-collapse: separate;
  box-shadow: 0px 1px 3px #343637; }

.bullet-arrow {
  overflow: hidden;
  padding: 0 0 2px 0;
  height: 13px;
  /*line-height: 17px;*/
  width: 5px;
  background: transparent url("../images/custom/nav_arrow_sprite.png") no-repeat -2px -16px; }

.bluetitle .bullet-arrow {
  background: transparent url("../images/custom/nav_arrow_sprite.png") no-repeat -2px -1px; }

.bullet-text {
  margin: 0;
  padding: 0 0 2px 7px;
  text-align: left;
  font-weight: normal; }

/* -------- Body -------- */
body {
  font: normal 13px/1.3 Arial, Helvetica, sans-serif; }

.ie6 body,
.ie7 body,
.ie8 body {
  /* IE6-7-8 Note: must have the backgoround image in the body, so that the htc script will work for .portlet background, rounding, and shadowing */
  background: #d7dee0 url("../images/custom/page_bg.png") repeat-x 0 -1px;
  /* IE6-7-8 Note: must use tall page_bg.png to cover entire screen height */ }

body.cke_show_borders {
  background: none; }

#cke_pastebin {
  background: none; }

/* -------- Wrapper / Skip / Sign-in -------- */
#wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.ie6 #wrapper,
.ie7 #wrapper,
.ie8 #wrapper {
  /* IE6-7-8 Note: must not have a backgoround here, so that the htc script will work for .portlet background, rounding, and shadowing */
  background: none; }

#skip-to-content {
  top: 1.5em;
  right: 2em;
  z-index: 1;
  color: #CCC; }

#skip-to-content:active,
#skip-to-content:focus {
  clip: auto; }

/* --- Dockbar --- */
/* -------- Banner -------- */
#banner {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  height: 82px;
  line-height: 82px;
  background: url("../images/custom/page_bg.png") repeat-x 0 -4px;
  -moz-box-shadow: 0px 1px 2px #111213;
  -webkit-box-shadow: 0px 1px 2px #111213;
  -o-box-shadow: 0px 1px 2px #111213;
  box-shadow: 0px 1px 2px #111213; }

#banner,
#footer {
  border-style: solid;
  border-width: 3px;
  border-left: 0 none;
  border-right: 0 none;
  border-color: #547974; }

.bluetitle #banner,
.bluetitle #footer {
  border-color: #51748f; }

.graytitle #banner,
.graytitle #footer {
  border-color: #717478; }

/* -------- Heading -------- */
#heading {
  display: block;
  position: relative;
  top: 0;
  height: 82px;
  line-height: 82px;
  background: url("../images/custom/header_bg.jpg") no-repeat 0 -4px;
  width: 1082px;
  margin: 0 auto;
  padding: 0; }

#heading .site-title {
  display: inline;
  position: relative;
  top: 0px;
  left: 61px;
  float: left;
  margin: 0;
  padding: 0; }

#heading .logo,
#heading .ecorpsys-logo {
  display: inline;
  float: left;
  line-height: 17px;
  margin: 0;
  padding: 0; }

#heading .ecorpsys-logo {
  margin: 0 10px 0 4px; }

#heading .site-name {
  display: inline;
  float: left;
  margin: 0 0 0 22px;
  padding: 0;
  color: #ddd; }

#heading .page-title {
  display: none;
  clip: rect(0 0 0 0); }

#sign-in {
  position: absolute;
  top: -3px;
  right: 61px;
  z-index: 205;
  width: 75px;
  height: 23px;
  line-height: 23px;
  clip: rect(0 75px 23px 0);
  margin: 0;
  padding: 0;
  background: url("../images/custom/sign-in_sprite.png") no-repeat scroll right 0;
  color: #CCC; }

.bluetitle #sign-in {
  background-position: right -24px; }

.graytitle #sign-in {
  background-position: right -48px; }

/* -------- Navigation -------- */
#navigation {
  display: inline;
  position: relative;
  top: 1px;
  left: 104px;
  z-index: 200;
  float: left;
  height: 81px;
  line-height: 81px;
  margin: 0;
  padding: 0; }

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#navigation ul:after {
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0; }

#navigation ul li {
  display: inline;
  float: left;
  text-align: center; }

#navigation a {
  padding: 0 20px;
  display: block;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  color: #ddd;
  cursor: pointer !important; }

#navigation .child-menu a {
  color: #fff; }

#navigation a:hover,
#navigation a:active,
#navigation .selected a:hover,
#navigation .selected a:active {
  color: #9cc1de; }

.bluetitle #navigation a:hover,
.bluetitle #navigation a:active,
.bluetitle #navigation .selected a:hover,
.bluetitle #navigation .selected a:active {
  color: #98d1c1; }

#navigation li.selected a {
  background-image: -moz-linear-gradient(top, #121212, #354946 75%, #547974);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121212), color-stop(0.75, #354946), to(#547974));
  background-image: -o-linear-gradient(top, #121212, #354946 75%, #547974);
  background-image: linear-gradient(top, #121212, #354946 75%, #547974);
  border-left: 1px solid #1d1e1f;
  border-right: 1px solid #464b4b; }

.ie6 #navigation li.selected a,
.ie7 #navigation li.selected a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#547974');
  zoom: 1; }

.ie8 #navigation li.selected a,
.ie9 #navigation li.selected a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#547974')"; }

.bluetitle #navigation li.selected a {
  background-image: -moz-linear-gradient(top, #121212, #334553 75%, #51748f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121212), color-stop(0.75, #334553), to(#51748f));
  background-image: -o-linear-gradient(top, #121212, #334553 75%, #51748f);
  background-image: linear-gradient(top, #121212, #334553 75%, #51748f); }

.ie6 .bluetitle #navigation li.selected a,
.ie7 .bluetitle #navigation li.selected a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#51748f');
  zoom: 1; }

.ie8 .bluetitle #navigation li.selected a,
.ie9 .bluetitle #navigation li.selected a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#51748f')"; }

.graytitle #navigation li.selected a {
  background-image: -moz-linear-gradient(top, #121212, #444547 75%, #717478);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#121212), color-stop(0.75, #444547), to(#717478));
  background-image: -o-linear-gradient(top, #121212, #444547 75%, #717478);
  background-image: linear-gradient(top, #121212, #444547 75%, #717478); }

.ie6 .graytitle #navigation li.selected a,
.ie7 .graytitle #navigation li.selected a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#717478');
  zoom: 1; }

.ie8 .graytitle #navigation li.selected a,
.ie9 .graytitle #navigation li.selected a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#121212',EndColorStr='#717478')"; }

#navigation ul ul,
#navigation ul ul li {
  display: none; }

#navigation li:hover .child-menu {
  display: block;
  position: absolute;
  top: 81px;
  left: 0;
  z-index: 201;
  width: 200px;
  margin: 0;
  padding: 8px 0 10px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-width: 3px;
  border-style: solid;
  border-color: #547974;
  -moz-box-shadow: 0px 2px 2px #111213;
  -webkit-box-shadow: 0px 2px 2px #111213;
  -o-box-shadow: 0px 2px 2px #111213;
  box-shadow: 0px 2px 2px #111213; }

.ie8 #navigation li:hover .child-menu {
  padding: 0 0 5px; }

.bluetitle #navigation li:hover .child-menu {
  border-color: #51748f; }

.graytitle #navigation li:hover .child-menu {
  border-color: #717478; }

#navigation li:hover .child-menu,
#navigation li.selected:hover .child-menu {
  background-color: #547974;
  background-color: rgba(84, 121, 116, 0.92);
  border-top-color: transparent; }

.ie8 #navigation li:hover .child-menu,
.ie8 #navigation li.selected:hover .child-menu {
  background: transparent url("../images/custom/child_menu_green.png") repeat 0 0; }

.bluetitle #navigation li:hover .child-menu,
.bluetitle #navigation li.selected:hover .child-menu {
  background-color: #51748f;
  background-color: rgba(81, 116, 143, 0.92); }

.ie8 .bluetitle #navigation li:hover .child-menu,
.ie8 .bluetitle #navigation li.selected:hover .child-menu {
  background: transparent url("../images/custom/child_menu_blue.png") repeat 0 0; }

.graytitle #navigation li:hover .child-menu,
.graytitle #navigation li.selected:hover .child-menu {
  background-color: #717478;
  background-color: rgba(113, 116, 120, 0.92); }

.ie8 .graytitle #navigation li:hover .child-menu,
.ie8 .graytitle #navigation li.selected:hover .child-menu {
  background: transparent url("../images/custom/child_menu_gray.png") repeat 0 0; }

/* Disable IE6 and IE7 hover nav menu */
.ie6 #navigation li:hover .child-menu,
.ie6 #navigation li.selected:hover .child-menu,
.ie7 #navigation li:hover .child-menu,
.ie7 #navigation li.selected:hover .child-menu {
  display: none; }

#navigation .child-menu li {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0; }

#navigation .child-menu li a {
  overflow: hidden;
  width: 170px;
  margin: 0;
  padding: 0 10px 0 20px;
  text-align: left;
  font-size: 14px; }

#navigation .child-menu li a,
.bluetitle #navigation .child-menu li a,
.graytitle #navigation .child-menu li a {
  background-image: none;
  background-color: transparent;
  border: none; }

.ie #navigation .child-menu li a,
.ie .bluetitle #navigation .child-menu li a,
.ie .graytitle #navigation .child-menu li a {
  filter: none;
  -ms-filter: none; }

/*
#navigation .child-menu li a:hover {
	background-color: rgb(84,121,116);
}
.bluetitle #navigation .child-menu li a:hover {
	background-color: rgb(81,116,143);
}
.graytitle #navigation .child-menu li a:hover {
	background-color: rgb(113,116,120);
}
#navigation .child-menu li.selected a { }
*/
/* -------- Content -------- */
#content {
  min-height: 450px;
  margin: 0;
  padding: 18px 0 15px;
  background: #dbe0e2 url("../images/custom/page_bg.png") repeat-x 0 -89px; }

.ie6 #content,
.ie7 #content,
.ie8 #content {
  /* IE6-7-8 Note: must have min height to avoid having the body background extend down page past footer */
  /* IE6-7-8 Note: must not have a backgoround here, so that the htc script will work for .portlet background, rounding, and shadowing */
  min-height: 957px;
  background: none; }

.content-box,
.content-box-wide {
  margin: 0 auto;
  padding: 0; }

.content-box,
#skip-to-content {
  width: 960px; }

.content-box-wide {
  width: 1100px; }

#breadcrumbs {
  display: none;
  margin: 0 auto 18px;
  padding: 0; }

#main-content {
  margin: 0 auto;
  padding: 0; }

#content a,
#content a:visited {
  color: #4f87b4; }

.bluetitle #content a,
.bluetitle #content a:visited {
  color: #548f87; }

#content a:hover {
  color: #1f3f5b; }

.bluetitle #content a:hover {
  color: #265455; }

/* ------ Layout ------*/
.portlet-column-content {
  padding: 0; }

.portlet-column-first {
  padding: 0 7px 0 0; }

.portlet-column-middle {
  padding: 0 3px 0; }

.portlet-column-last {
  padding: 0 0 0 7px; }

/* ------ Portlet ------*/
.portlet {
  position: relative;
  top: 0;
  margin: 0 0 12px;
  padding: 8px;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 5px #343637;
  -webkit-box-shadow: 0px 2px 5px #343637;
  -o-box-shadow: 0px 2px 5px #343637;
  box-shadow: 0px 2px 5px #343637;
  text-align: left; }

.ie6 .portlet,
.ie7 .portlet,
.ie8 .portlet {
  /* old iecss3.htc - best looking IMO
  padding: 9px 8px 8px 9px;
  -moz-box-shadow: 0px 1px 5px #636566;
  -webkit-box-shadow: 0px 1px 5px #636566;
  box-shadow: 0px 1px 5px #636566;
  behavior: url('/ecorpsys-theme/js/iecss3_b.htc');*/
  /* new iecss3.htc
  padding: 10px 8px 8px 10px;
  -moz-box-shadow: 0px 1px 6px #636566;
  -webkit-box-shadow: 0px 1px 6px #636566;
  box-shadow: 0px 1px 6px #636566;
  behavior: url('/ecorpsys-theme/js/iecss3.htc');*/
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  behavior: url("/ecorpsys-theme/js/iecss3.htc");
  border: solid 1px #939596;
  zoom: 1; }

.ie9 .portlet,
.ie10 .portlet {
  border-collapse: separate; }

.portlet-topper,
.aui-panel .aui-panel-hd {
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  background-color: #548f87;
  background-image: -moz-linear-gradient(top, #4c8383, #4c8383 15%, #548f87 50%, #5c9c8a 90%, #5c9c8a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c8383), color-stop(0.15, #4c8383), color-stop(0.5, #548f87), color-stop(0.9, #5c9c8a), to(#5c9c8a));
  background-image: -o-linear-gradient(top, #4c8383, #4c8383 15%, #548f87 50%, #5c9c8a 90%, #5c9c8a);
  background-image: linear-gradient(top, #4c8383, #4c8383 15%, #548f87 50%, #5c9c8a 90%, #5c9c8a);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ie6 .portlet-topper,
.ie7 .portlet-topper,
.ie6 .aui-panel .aui-panel-hd,
.ie7 .aui-panel .aui-panel-hd {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c8383',EndColorStr='#5c9c8a');
  zoom: 1; }

.ie8 .portlet-topper,
.ie9 .portlet-topper,
.ie8 .aui-panel .aui-panel-hd,
.ie9 .aui-panel .aui-panel-hd {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c8383',EndColorStr='#5c9c8a')"; }

.aui-w33 .portlet-topper,
.aui-w30 .portlet-topper,
.aui-w25 .portlet-topper {
  /*height: 46px;
  line-height: 46px;*/ }

.portlet-column-content-only .portlet-topper {
  height: 66px;
  line-height: 66px; }

.bluetitle .portlet-topper,
.bluetitle .aui-panel .aui-panel-hd {
  background-color: #4f87b4;
  background-image: -moz-linear-gradient(top, #3e739f, #3e739f 20%, #588bb6 60%, #72a4cc 90%, #72a4cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e739f), color-stop(0.2, #3e739f), color-stop(0.6, #588bb6), color-stop(0.9, #72a4cc), to(#72a4cc));
  background-image: -o-linear-gradient(top, #3e739f, #3e739f 20%, #588bb6 60%, #72a4cc 90%, #72a4cc);
  background-image: linear-gradient(top, #3e739f, #3e739f 20%, #588bb6 60%, #72a4cc 90%, #72a4cc); }

.ie6 .bluetitle .portlet-topper,
.ie7 .bluetitle .portlet-topper,
.ie6 .bluetitle .aui-panel .aui-panel-hd,
.ie7 .bluetitle .aui-panel .aui-panel-hd {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3e739f',EndColorStr='#72a4cc');
  zoom: 1; }

.ie8 .bluetitle .portlet-topper,
.ie9 .bluetitle .portlet-topper,
.ie8 .bluetitle .aui-panel .aui-panel-hd,
.ie9 .bluetitle .aui-panel .aui-panel-hd {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3e739f',EndColorStr='#72a4cc')"; }

.graytitle .portlet-topper,
.graytitle .aui-panel .aui-panel-hd {
  background-color: #7e8186;
  background-image: -moz-linear-gradient(top, #5b626a, #5b626a 10%, #8f9398 95%, #8f9398);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b626a), color-stop(0.1, #5b626a), color-stop(0.95, #8f9398), to(#8f9398));
  background-image: -o-linear-gradient(top, #5b626a, #5b626a 10%, #8f9398 95%, #8f9398);
  background-image: linear-gradient(top, #5b626a, #5b626a 10%, #8f9398 95%, #8f9398); }

.ie6 .graytitle .portlet-topper,
.ie7 .graytitle .portlet-topper,
.ie6 .graytitle .aui-panel .aui-panel-hd,
.ie7 .graytitle .aui-panel .aui-panel-hd {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b626a',EndColorStr='#8f9398');
  zoom: 1; }

.ie8 .graytitle .portlet-topper,
.ie9 .graytitle .portlet-topper,
.ie8 .graytitle .aui-panel .aui-panel-hd,
.ie9 .graytitle .aui-panel .aui-panel-hd {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b626a',EndColorStr='#8f9398')"; }

.portlet-topper,
#content .portlet-topper a,
#content .portlet-topper a:visited {
  color: #fff; }

#content .portlet-topper a:hover {
  color: #dee1e4; }

.portlet-title,
.aui-panel .aui-panel-hd-text {
  margin: 0;
  padding: 0 13px;
  text-align: left;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: none; }

.aui-w33 .portlet-title,
.aui-w30 .portlet-title,
.aui-w25 .portlet-title {
  /*font-size: 18px;*/ }

.portlet-column-content-only .portlet-title {
  font-size: 24px; }

.portlet-title-text {
  color: #fff; }

.portlet-title img {
  vertical-align: middle; }

.portlet-icon-back {
  background: url("../images/portlet/return_borderless.png") no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-content {
  padding: 14px 13px 10px;
  background-color: #5c9c8a;
  background-color: rgba(92, 156, 138, 0.04);
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #222626; }

.ie6 .portlet-content,
.ie7 .portlet-content {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#085c9c8a,endColorstr=#085c9c8a);
  zoom: 1; }

.ie8 .portlet-content {
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#085c9c8a,endColorstr=#085c9c8a)"; }

.bluetitle .portlet-content {
  background-color: #4f87b4;
  background-color: rgba(79, 135, 180, 0.03); }

.ie6 .bluetitle .portlet-content,
.ie7 .bluetitle .portlet-content {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#064f87b4,endColorstr=#064f87b4);
  zoom: 1; }

.ie8 .bluetitle .portlet-content {
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#064f87b4,endColorstr=#064f87b4)"; }

.graytitle .portlet-content {
  background-color: #d7d7d7;
  background-color: rgba(215, 215, 215, 0.07); }

.ie6 .graytitle .portlet-content,
.ie7 .graytitle .portlet-content {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd7d7d7,endColorstr=#0dd7d7d7);
  zoom: 1; }

.ie8 .graytitle .portlet-content {
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd7d7d7,endColorstr=#0dd7d7d7)"; }

.portlet-content ul.bullets {
  margin: 0;
  padding: 8px 0 2px;
  list-style: url("../images/custom/nav_arrow_blue.png"); }

.ie6 .portlet-content ul.bullets,
.ie7 .portlet-content ul.bullets {
  list-style: none;
  list-style-image: none; }

.bluetitle .portlet-content ul.bullets {
  list-style: url("../images/custom/nav_arrow_green.png"); }

.ie6 .bluetitle .portlet-content ul.bullets,
.ie7 .bluetitle .portlet-content ul.bullets {
  list-style: none;
  list-style-image: none; }

.portlet-content ul.bullets li {
  margin: 0 0 0 14px;
  padding: 5px 0 0; }

.ie9 .portlet-content ul.bullets li {
  margin: 0 0 0 13px; }

.ie6 .portlet-content ul.bullets li,
.ie7 .portlet-content ul.bullets li {
  margin: 0;
  padding: 5px 0 0 12px;
  background: url("../images/custom/nav_arrow_blue.png") no-repeat 0 9px; }

.ie6 .bluetitle .portlet-content ul.bullets li,
.ie7 .bluetitle .portlet-content ul.bullets li {
  background: url("../images/custom/nav_arrow_green.png") no-repeat 0 9px; }

.portlet-body .entry-title {
  font-size: 14px; }

/* --- Taglib --- */
.taglib-header .header-back-to a {
  padding-top: 0.5em; }

/* ------ Navigation Portlet Bullets ------ */
.portlet-navigation .portlet {
  padding: 0 10px 5px; }

.ie6 .portlet-navigation .portlet,
.ie7 .portlet-navigation .portlet,
.ie8 .portlet-navigation .portlet {
  padding: 1px 8px 4px 10px; }

.portlet-navigation .portlet-topper,
.aui-w33 .portlet-navigation .portlet-topper,
.aui-w30 .portlet-navigation .portlet-topper,
.aui-w25 .portlet-navigation .portlet-topper,
.portlet-column-content-only .portlet-navigation .portlet-topper {
  height: 10px;
  line-height: 10px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none; }

.ie .portlet-navigation .portlet-topper,
.ie .aui-w33 .portlet-navigation .portlet-topper,
.ie .aui-w30 .portlet-navigation .portlet-topper,
.ie .aui-w25 .portlet-navigation .portlet-topper,
.ie .portlet-column-content-only .portlet-navigation .portlet-topper {
  height: 10px;
  line-height: 10px;
  filter: none;
  -ms-filter: none; }

.portlet-navigation .portlet-title {
  /*display: none;*/
  overflow: hidden;
  padding: 0;
  height: 5px;
  line-height: 5px; }

.portlet-navigation .portlet-content {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none; }

.ie .portlet-navigation .portlet-content {
  filter: none;
  -ms-filter: none; }

.portlet-navigation .nav-menu {
  padding: 0;
  margin: 0; }

.portlet-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.portlet-navigation .nav-menu ul li {
  padding: 0;
  margin: 0 0 3px; }

.portlet-navigation .nav-menu ul li a {
  position: relative;
  top: 0px;
  left: 0;
  margin: 0;
  padding: 0 10px 0 16px;
  vertical-align: center;
  background: transparent url("../images/custom/nav_arrow_sprite.png") no-repeat 0 -2px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px #fff; }

#content .portlet-navigation .nav-menu ul li a {
  color: #5b626a; }

.bluetitle .portlet-navigation .nav-menu ul li a {
  background-position: 0 -17px; }

.portlet-navigation .nav-menu ul li.selected a,
.portlet-navigation .nav-menu ul li.open a {
  position: relative;
  top: -1px;
  background-position: 0 -32px;
  text-shadow: 0px 1px #222; }

#content .portlet-navigation .nav-menu ul li.selected a,
#content .portlet-navigation .nav-menu ul li.open a {
  color: #fff; }

.portlet-navigation .nav-menu ul li.open a {
  background-position: 0 -47px; }

.portlet-navigation .nav-menu ul.level-2 {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.portlet-navigation .nav-menu ul.level-2 li {
  margin: 0; }

.portlet-navigation .nav-menu ul.level-2 li a {
  position: relative;
  top: -1px;
  left: 0;
  background-image: none;
  font-size: 13px;
  text-shadow: 0px 1px #fff; }

#content .portlet-navigation .nav-menu ul.level-2 li a {
  color: #3e739f; }

#content .bluetitle .portlet-navigation .nav-menu ul.level-2 li a {
  color: #4c8383; }

.portlet-navigation .nav-menu ul.level-2 li.selected a {
  background: transparent url("../images/custom/nav_arrow_sprite.png") no-repeat 0 -4px; }

.bluetitle .portlet-navigation .nav-menu ul.level-2 li.selected a {
  background-position: 0 -19px; }

.portlet-navigation .nav-menu ul.level-3,
.portlet-navigation .nav-menu ul.level-4,
.portlet-navigation .nav-menu ul.level-5 {
  display: none; }

/*--- Navigation Button Table Structure - custom navigation page.jsp ---*/
.portlet-navigation .nav-menu ul li td {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/custom/nav_button_straight_sprite.png");
  background-repeat: no-repeat;
  background-position: -6px -356px; }

.portlet-navigation .nav-menu ul.level-2 li td {
  height: 25px;
  line-height: 25px; }

.portlet-navigation .nav-menu ul li td.bkg-left {
  width: 6px;
  background-repeat: no-repeat;
  background-position: 0 -186px; }

.portlet-navigation .nav-menu ul li.selected td.bkg-left,
.portlet-navigation .nav-menu ul li.open td.bkg-left {
  background-position: 0 -93px; }

.bluetitle .portlet-navigation .nav-menu ul li.selected td.bkg-left,
.bluetitle .portlet-navigation .nav-menu ul li.open td.bkg-left {
  background-position: 0 0px; }

.portlet-navigation .nav-menu ul.level-2 li td.bkg-left,
.bluetitle .portlet-navigation .nav-menu ul.level-2 li td.bkg-left {
  background-position: 0 -279px; }

.portlet-navigation .nav-menu ul li td.bkg-center {
  background-repeat: repeat-x;
  background-position: 0 -217px;
  padding: 0 0 0 7px; }

.portlet-navigation .nav-menu ul li.selected td.bkg-center,
.portlet-navigation .nav-menu ul li.open td.bkg-center {
  background-position: 0 -124px; }

.bluetitle .portlet-navigation .nav-menu ul li.selected td.bkg-center,
.bluetitle .portlet-navigation .nav-menu ul li.open td.bkg-center {
  background-position: 0 -31px; }

.portlet-navigation .nav-menu ul.level-2 li td.bkg-center,
.bluetitle .portlet-navigation .nav-menu ul.level-2 li td.bkg-center {
  background-position: 0 -305px; }

.portlet-navigation .nav-menu ul li td.bkg-right {
  width: 6px;
  background-repeat: no-repeat;
  background-position: 0 -248px; }

.portlet-navigation .nav-menu ul li.selected td.bkg-right,
.portlet-navigation .nav-menu ul li.open td.bkg-right {
  background-position: 0 -155px; }

.bluetitle .portlet-navigation .nav-menu ul li.selected td.bkg-right,
.bluetitle .portlet-navigation .nav-menu ul li.open td.bkg-right {
  background-position: 0 -62px; }

.portlet-navigation .nav-menu ul.level-2 li td.bkg-right,
.bluetitle .portlet-navigation .nav-menu ul.level-2 li td.bkg-right {
  background-position: 0 -331px; }

/* ------ Asset Publisher -------- */
.portlet-content .portlet-body .taglib-header .header-title {
  font-size: 1.3em; }

.portlet-asset-publisher .asset-abstract h3 {
  margin-bottom: 2px;
  font-size: 14px; }

/*
.portlet-asset-publisher .add-asset-selector {
	line-height: 1px;
	margin: 2px 0 0 0;
}

.portlet-asset-publisher .asset-metadata {
	line-height: 1px;
}
*/
.portlet-asset-publisher .asset-title {
  /*border-bottom: 1px solid #DDD; */
  margin-bottom: 0.7em;
  margin-right: 8px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1px; }

.portlet-asset-publisher .asset-abstract .asset-content {
  padding-top: 5px;
  padding-bottom: 5px; }

/* --- Journal Article Editor --- */
.journal-article-component-container,
.journal-article-component-container body,
.journal-article-component-container #wrapper,
.journal-article-component-container #banner {
  background: #fff;
  background-image: none; }

.journal-article-component-container p {
  text-align: justify;
  margin-bottom: 0; }

/* -------- AlloyUI ------- */
.aui-carousel menu {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: auto;
  background: #5c9c8a;
  background: rgba(92, 156, 138, 0.75); }

.bluetitle .aui-carousel menu {
  background: #72a4cc;
  background: rgba(114, 164, 204, 0.75); }

.graytitle .aui-carousel menu {
  background: #8f9398;
  background: rgba(143, 147, 152, 0.75); }

/*
.aui-carousel-menu-pause {
	background-image: url("../images/aui/pause.png");
}
.aui-carousel-menu-prev {
	background-image: url("../images/aui/prev.png");
}
.aui-carousel-menu-next {
	background-image: url("../images/aui/next.png");
}*/
/* -------- PopUp -------- */
.aui-panel .aui-panel-hd {
  height: 46px;
  line-height: 46px;
  border: none; }

.aui-panel .aui-panel-hd .aui-state-default {
  background: none;
  border: none;
  vertical-align: middle; }

.aui-panel .aui-panel-hd .aui-icon-closethick {
  background: transparent url("../images/portlet/close.png") no-repeat scroll 0 0; }

.portal-popup #main-content {
  margin: 0;
  padding: 0; }

.portal-popup a.aui-tab-label strong {
  color: #fff; }

/* -------- Footer -------- */
#footer {
  margin: 0;
  padding: 0;
  border-bottom: 0 none;
  -moz-box-shadow: 0px 0px 2px #111213;
  -webkit-box-shadow: 0px 0px 2px #111213;
  -o-box-shadow: 0px 0px 2px #111213;
  box-shadow: 0px 0px 2px #111213; }

#footer .footer-box {
  position: relative;
  bottom: 0;
  width: 940px;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  color: #8c9499; }

#footer p {
  margin: 0; }

#footer a,
#footer a:visited {
  text-decoration: none;
  color: #a1a9ae; }

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

