/* This CSS sets the default styles for the base components. */
/* ---------- Browser normalization ---------- */
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, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

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; }

/*body {
	background-color: #FFF;
	font: 62.5%/1.6em Arial,Helvetica,Verdana,sans-serif;
}*/
body.portal-popup {
  background: none;
  padding: 10px; }

body.portal-iframe {
  padding: 0; }

body.html-editor {
  background: #FFF;
  color: #000; }

/*blockquote, ul, ol, dl {
	margin: 1em;
}*/
/*ol, ul, dl {
	margin-left: 2em;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul li, ol ul li {
	list-style: disc outside;
}

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

ol ol li {
	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 ---------- */
a {
  color: #369;
  text-decoration: underline; }

a:hover {
  color: #06C;
  text-decoration: none; }

/* ---------- 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; }

/* ---------- 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; }

/* ---------- Staging area ---------- */
body.staging {
  border: 10px solid #F00; }

.portal-iframe.staging {
  border: none; }

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

/* ---------- Banner ---------- */
#banner .logo {
  margin: 0; }

.current-community {
  display: none; }

/* ---------- 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; }

/* ---------- Portal tool tips ---------- */
.portal-tool-tip {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  color: #1E2529;
  max-width: 200px;
  padding: 6px 4px; }

/* ---------- 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;
  padding: 0 1px; }

/* ---------- 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; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  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; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

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

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.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; }

.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; }

/* This CSS controls the column layout. It is not recommended that you change this file. */
/* ---------- Wrapper ---------- */
.lfr-grid {
  border-collapse: collapse;
  width: 100%; }

.lfr-grid .lfr-column {
  padding: 0 10px; }

/* ---------- Column widths ---------- */
.lfr-grid.dragging .lfr-column {
  height: 100px;
  min-height: 100px; }

.lfr-column.ten {
  width: 10%; }

.lfr-column.twenty {
  width: 20%; }

.lfr-column.thirty {
  width: 30%; }

.lfr-column.forty {
  width: 40%; }

.lfr-column.fifty {
  width: 50%; }

.lfr-column.sixty {
  width: 60%; }

.lfr-column.seventy {
  width: 70%; }

.lfr-column.eighty {
  width: 80%; }

.lfr-column.ninety {
  width: 90%; }

/* ---------- 1 column ---------- */
.columns-1 #column-1, .columns-max #column-1 {
  clear: both;
  display: table;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/* ---------- 2 columns ---------- */
.columns-2 #column-1 {
  padding-left: 0; }

.columns-2 #column-2 {
  padding-right: 0; }

/* ---------- 3 columns ---------- */
.columns-3 #column-1 {
  padding-left: 0; }

.columns-3 #column-3 {
  padding-right: 0; }

/* ---------- 1/2/1 ---------- */
.columns-1-2-1 #column-1, .columns-1-2-1 #column-4 {
  padding-left: 0;
  padding-right: 0; }

.columns-1-2-1 #column-2 {
  padding-left: 0; }

.columns-1-2-1 #column-3 {
  padding-right: 0; }

/* ---------- 2/2 ---------- */
.columns-2-2 #column-1, .columns-2-2 #column-2 {
  padding-left: 0; }

.columns-2-2 #column-4 {
  padding-right: 0; }

/* ---------- Freeform ---------- */
.freeform .lfr-column {
  position: relative; }

.columns-2-2 #column-4 {
  padding-right: 0; }

/* This CSS sets the default styles for the main navigation. */
/* ---------- Main navigation ---------- */
#navigation ul {
  margin: 0 auto; }

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

.ie #navigation ul {
  height: 1%; }

.ie6 #navigation, .ie6 #navigation ul {
  height: 2em;
  overflow: visible; }

#navigation li {
  float: left;
  list-style-type: none;
  position: relative; }

#navigation .child-menu {
  display: none; }

/* ---------- Dock without JavaScript ---------- */
.lfr-dock {
  position: absolute;
  right: 5%;
  top: 10px; }

.lfr-dock h2 {
  background: url(../images/dock/welcome_message.png) no-repeat 0 50%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  text-align: right; }

.lfr-dock ul {
  display: inline;
  float: left; }

.lfr-dock li {
  display: inline;
  float: left;
  margin-left: 15px; }

.lfr-dock li a {
  background: url() no-repeat 0 50%;
  padding: 2px 0 2px 20px; }

.lfr-dock li.home a {
  background-image: url(../images/dock/home.png); }

.lfr-dock li.control-panel a {
  background-image: url(../images/dock/control_panel.png); }

.lfr-dock li.my-account a {
  background-image: url(../images/dock/my_account.png); }

.lfr-dock li.sign-in a {
  background-image: url(../images/dock/sign_in.png); }

.lfr-dock li.sign-out a {
  background-image: url(../images/dock/sign_out.png); }

.lfr-dock li.add-content a {
  background-image: url(../images/dock/add_content.png); }

.lfr-dock li.layout a {
  background-image: url(../images/dock/layout.png); }

.lfr-dock li.page-settings a {
  background-image: url(../images/dock/page_settings.png); }

.lfr-dock li.staging a {
  background-image: url(../images/dock/staging.png); }

.lfr-dock li.my-places a {
  background-image: url(../images/dock/my_places.png); }

.lfr-dock li.my-places {
  display: none; }

.lfr-dock li.toggle-controls {
  display: none; }

/* ---------- Dock with JavaScript ---------- */
.js .interactive-mode {
  background: #020509 url(../images/dock/center_bg.png) repeat-x;
  min-width: 150px;
  position: absolute;
  right: 5%; }

.js .interactive-mode h2 {
  background: url(../images/dock/right_bg.png) no-repeat 100% 0;
  font-size: 1em;
  margin: 0;
  padding: 0 37px 0 0;
  position: relative;
  z-index: 82; }

.js .interactive-mode h2 span {
  background: url(../images/dock/left_bg.png) no-repeat 0 0;
  border-right: 1px solid #34404F;
  color: #FFF;
  display: block;
  font-size: 1em;
  height: 15px;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px 4px 20px; }

.js .lfr-dock.expanded .lfr-dock-list-container {
  top: -2px; }

.js .interactive-mode ul {
  background: #FFF;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  display: none;
  float: none; }

.js .interactive-mode li {
  border-top: 1px solid #DEDEDE;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  padding: 2px; }

.js .interactive-mode li a {
  background-position: 8px 50%;
  background-repeat: no-repeat;
  display: block;
  margin-left: 0;
  padding: 5px 0;
  text-decoration: none; }

.js .interactive-mode li a, .js .interactive-mode li a:hover {
  background-position: 8px 50%;
  padding-left: 30px; }

.js .interactive-mode li a:hover, .js .interactive-mode .my-places li.current a:hover {
  color: #FFF; }

.js .interactive-mode .lfr-dock-list li.first {
  border-top: none; }

.js .lfr-dock.interactive-mode .my-places li a {
  background-image: none; }

.js .interactive-mode .my-places li {
  background-position: 5px 50%;
  background-repeat: no-repeat; }

.js .lfr-dock.interactive-mode .my-places.lfr-flyout.has-children > ul {
  margin-right: -1px; }

.js .interactive-mode .my-places li.current-community {
  background-color: #D3DADD; }

.js .interactive-mode .my-places li h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

.js .interactive-mode .lfr-flyout.has-children h3 {
  min-width: 175px; }

.js .lfr-dock.interactive-mode .my-places li h3 a {
  background-image: url(../images/dock/my_place.png); }

.js .interactive-mode .lfr-flyout.has-children ul {
  display: none;
  margin-left: 0;
  top: -1px; }

.js .interactive-mode .my-places li.public a {
  background-image: url(../images/dock/my_places_public.png); }

.js .interactive-mode .my-places li.private a {
  background-image: url(../images/dock/my_places_private.png); }

.js .interactive-mode .my-places li.current {
  background-color: #DFF4FF; }

.js .interactive-mode .my-places li.current a {
  background: url(../images/dock/my_place_current.png) no-repeat 10px 50%;
  margin: 0;
  padding-left: 35px; }

.js .interactive-mode li:hover, .js .interactive-mode .my-places li:hover {
  background-color: #828F95; }

.js .interactive-mode li:hover a:hover, .js .interactive-mode li:hover > a, .js .interactive-mode li:hover > h3 > a {
  background-color: #828F95;
  color: #FFF; }

.ie6.js .interactive-mode li a:hover {
  background-color: #828F95;
  color: #FFF; }

.js .interactive-mode .my-places ul li a.add-page {
  top: 7px; }

.js .interactive-mode .group-end {
  border-bottom: 2px solid #DEDEDE; }

.ie6.js .interactive-mode .taglib-my-places li {
  height: 24px; }

.ie6.js .lfr-dock.interactive-mode {
  white-space: nowrap;
  width: 150px; }

.ie6.js .lfr-dock.interactive-mode li {
  height: 1%;
  width: 100%; }

.ie6.js .interactive-mode .lfr-flyout.has-children {
  width: 150px; }

.js .interactive-mode li.toggle-controls {
  display: block; }

.js .interactive-mode li.toggle-controls a {
  background-image: url(../images/common/checked.png); }

.js .controls-hidden .interactive-mode li.toggle-controls a {
  background-image: url(../images/common/unchecked.png); }

/* ---------- Add/remove page ---------- */
.js .delete-tab {
  background: url(../images/common/remove.png) no-repeat 42%;
  cursor: pointer;
  display: block;
  height: 8px;
  position: absolute;
  right: 2px;
  text-indent: -9999em;
  top: 2px;
  width: 8px; }

/*------ Navigation portlet ------*/
.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu ul {
  padding-left: 10px; }

/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  text-align: left; }

.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-weight: bold;
  min-width: 50%; }

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

.portlet-icons {
  margin: 0;
  position: absolute;
  right: 5px;
  text-align: right;
  top: 5px; }

.portlet-icons .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: 3px 0 3px 18px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.lfr-panel-page #content-wrapper {
  margin: 0;
  width: auto; }

.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 ---------- */
/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info {
  background: #dff4ff url(../images/messages/info.png) no-repeat 6px 50%;
  border: 1px solid #A7CEDF;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.portlet-msg-info.pending {
  background-image: url(../images/common/time.png); }

/* ---------- Error messages ---------- */
.portlet-msg-error {
  background: #ffdddd url(../images/messages/error.png) no-repeat 6px 50%;
  border: 1px solid #F00;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert {
  background: #ffffcc url(../images/messages/alert.png) no-repeat 6px 20%;
  border: 1px solid #FC0;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Success messages ---------- */
.portlet-msg-success {
  background: #f4fdef url(../images/messages/success.png) no-repeat 6px 50%;
  border: 1px solid #ACDFA7;
  color: #384F34;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- 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; }

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

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

.restricted * {
  color: #727C81; }

.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-community .col-1, .results-row.hover.lfr-role-community .col-1 {
  background-image: url(../images/common/community_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); }

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

/* ---------- Actions button ---------- */
.lfr-actions, .lfr-actions 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, .lfr-actions .lfr-trigger strong {
  background: none; }

.lfr-actions .lfr-trigger strong span {
  background: url(../images/common/action.png) no-repeat 5px 50%; }

.lfr-actions.left .lfr-trigger strong span {
  background: url(../images/common/action_right.png) no-repeat 98% 50%; }

.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 a 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 span {
  background-image: url(../images/portlet/options.png);
  background-position: 0 0;
  display: block;
  height: 16px;
  padding: 0;
  text-indent: -9999em;
  width: 16px; }

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

/* ---------- 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 table td {
  border-width: 0; }

.taglib-calendar tr td a:hover {
  background-color: #727C81;
  color: #FFF; }

.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; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.ie .taglib-calendar tr td.first a {
  border-right: none; }

/* This CSS sets the default styles for forms. */
fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.ie fieldset {
  padding-top: 0; }

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

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
  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"] {
  background: #f5f5f5 url(../images/forms/button.png) repeat-x 0 0;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  width: auto; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
  background: #DFF4FF;
  border: 1px solid #A7CEDF;
  color: #369; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.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 {
  background: #f5f5f5 url(../images/forms/button.png) repeat-x 0 0;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  padding: 5px; }

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border: 1px solid #FC0; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* This CSS sets the default styles for the base components. */
/* ---------- Wrapper ---------- */
.green #wrapper {
  background-image: url(../images/color_schemes/green/common/body_bg.png); }

/* ---------- Links ---------- */
.green a {
  color: #5f9930; }

.green a:hover {
  color: #5bcc00; }

/* ---------- Banner ---------- */
.green #banner {
  background-image: url(../images/color_schemes/green/common/banner_bg.jpg); }

/* ---------- Portal tool tips ---------- */
.green .portal-tool-tip {
  color: #24291e; }

/* ---------- Application styling ---------- */
.green .ui-wrapper {
  border-color: #8e9582; }

.green .results-header {
  background-color: #7a8171; }

.green .ui-autocomplete-even, .green .results-row td {
  background-color: #eff3ea; }

.green .ui-autocomplete-odd, .green .results-row.alt td {
  background-color: #d9ddd3; }

.green .ui-autocomplete-over, .green .results-row.hover td {
  background-color: #d2eda8; }

.green #content-wrapper #layout-grid.dragging .lfr-column {
  border-color: #8e9582; }

.green .drag-proxy-indicator {
  border-color: 2px dashed #253710; }

.green .drop-area {
  background-color: #d9ddd3; }

.green .ui-drag-helper {
  border-color: #8e9582;
  background-color: #d9ddd3; }

.green .ui-slider-range {
  background: #24291e; }

.green .ui-tabs li {
  background-color: #8e9387;
  border-right-color: #3e4930; }

.green .ui-tabs li.current {
  background-color: #fff;
  border-color: #dedede; }

.green .ui-tabs li:hover, .green .ui-tabs li a:hover {
  background-color: #24291e;
  color: #b4c39e; }

.green .ui-tabs li.current a, .green .ui-tabs li.current span {
  color: #5f9930; }

.green .ui-tabs li.current:hover, .green .ui-tabs li.current a:hover {
  background-color: #fff; }

.green .ui-dialog {
  border-color: #8e9582; }

.green .ui-dialog .ui-dialog-titlebar {
  background: #24291e; }

.green #ui-datepicker-div, .green .ui-datepicker-inline {
  border-color: #8e9582; }

.green .ui-datepicker-control {
  background-color: #d9ddd3;
  border-bottom-color: #b7bcae; }

.green .ui-datepicker-links {
  background-color: #7a8171; }

.green .ui-datepicker-header select {
  background-color: #7a8171; }

.green .ui-datepicker .ui-datepicker-title-row a {
  color: #24291e; }

.green .ui-datepicker .ui-datepicker-days-row {
  color: #7a8171; }

.green .ui-datepicker-week-col {
  color: #bec4b5; }

.green .ui-datepicker-days-cell a {
  background-color: #eff3ea; }

.green .ui-datepicker-days-cell a:hover {
  background-color: #7a8171; }

.green .ui-datepicker-current-day a {
  border-color: #7a8171;
  color: #5f9930; }

.green .ui-datepicker-current-day a:hover {
  background-color: #f2ffdf;
  border-color: #b7bcae;
  color: #5bcc00; }

.green .ui-datepicker .ui-datepicker-unselectable {
  color: #bec4b5; }

.green .ui-colorpicker-current {
  border-color: #7a8171; }

.green .ui-autocomplete-results li strong {
  color: #5bcc00; }

.green .ui-tags .ui-tag {
  background-color: #f2ffdf;
  border-color: #c8dda3; }

.green .ui-tags .ui-tag:hover {
  border-color: #b7bcae; }

.green .navigation-sort-helper {
  background-color: #7a8171; }

/* ---------- Main navigation ---------- */
.green #navigation {
  background-color: #040902;
  border-top-color: #3e4930; }

.green #navigation li {
  border-color: #3e4930; }

.green #navigation a {
  color: #b4c39e; }

.green #navigation li.selected a, .green #navigation li a:hover {
  background-color: #24291e; }

.green #navigation li.selected a span {
  background-image: url(../images/color_schemes/green/navigation/bullet_selected.png); }

/* ---------- Dock with Javascript ---------- */
.js .green .interactive-mode {
  background-color: #040902;
  background-image: url(../images/color_schemes/green/dock/center_bg.png); }

.js .green .interactive-mode h2 {
  background-image: url(../images/color_schemes/green/dock/right_bg.png); }

.js .green .interactive-mode h2 span {
  background-image: url(../images/color_schemes/green/dock/left_bg.png);
  border-right-color: #3d4d33; }

.js .green .interactive-mode li a:hover, .js .green .interactive-mode .my-places li.current a:hover {
  background-color: #8e9582; }

.js .green .interactive-mode .my-places li.current-community {
  background-color: #d9ddd3; }

.js .green .interactive-mode .my-places li.current a {
  background-color: #f2ffdf; }

.js .green #navigation .enter-page {
  background-color: #24291e; }

.js .green #add-page {
  background-color: #040902;
  border-color: #3e4930; }

.js .green .lfr-flyout.has-children {
  background-image: url(../images/color_schemes/green/arrows/04_left.png); }

/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.green .portlet {
  border-color: #8e9582; }

.green .portlet-topper {
  background-color: #d9ddd3;
  border-bottom-color: #b7bcae; }

.green .panel-page .portlet-topper {
  border-bottom-color: #8e9582; }

.green .portlet-section-selected, .green .portlet-section-selected a {
  background-color: #7a8171; }

.green .portlet-section-selected a:hover, .green .portlet-section-selected a:focus {
  background-color: #7a8171; }

/* ---------- Calendar portlet ---------- */
.green .portlet-calendar .calendar-day .day-text {
  background-color: #7a8171; }

.green .taglib-calendar tr td a {
  background-color: #eff3ea; }

.green .taglib-calendar tr td a:hover {
  background-color: #7a8171; }

.green .taglib-calendar .calendar-current-day a {
  border-color: #7a8171;
  color: #5f9930; }

.green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #f2ffdf;
  border-color: #b7bcae;
  color: #5bcc00; }

.green .taglib-calendar .calendar-current-day, .green .taglib-calendar .calendar-current-day a {
  background-color: #fff; }

.green .taglib-calendar tr td.calendar-inactive {
  color: #bec4b5; }

/* ---------- Miscellaneous portlet styles ---------- */
.green .journal-template-error .scroll-pane pre span {
  background-color: #bec4b5; }

.green .restricted * {
  color: #7a8171; }

.green .lfr-actions .lfr-trigger li a:hover {
  background-color: #8e9582; }

/* This CSS sets the default styles for forms. */
.green input[type="text"], .green input[type="password"], .green input[type="file"], .green textarea, .green .textarea {
  background-image: url(../images/color_schemes/green/forms/input_shadow.png); }

.green input[type="submit"], .green input[type="button"], .green input[type="reset"] {
  color: #3d4d33; }

.green input[type="submit"]:hover, .green input[type="button"]:hover, .green input[type="reset"]:hover {
  background-color: #f2ffdf;
  border-color: #c8dda3;
  color: #5bcc00; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .green input.text, .ie6 .green input.password, .ie6 .green input.file {
  background-image: url(../images/color_schemes/green/forms/input_shadow.png); }

.ie6 .green input.submit, .ie6 .green input.button {
  color: #3d4d33; }

/* This CSS sets the default styles for the base components. */
/* ---------- Wrapper ---------- */
.orange #wrapper {
  background-image: url(../images/color_schemes/orange/common/body_bg.png); }

/* ---------- Links ---------- */
.orange a {
  color: #995f30; }

.orange a:hover {
  color: #cc5c00; }

/* ---------- Banner ---------- */
.orange #banner {
  background-image: url(../images/color_schemes/orange/common/banner_bg.jpg); }

/* ---------- Portal tool tips ---------- */
.orange .portal-tool-tip {
  color: #29211e; }

/* ---------- Application styling ---------- */
.orange .ui-wrapper {
  border-color: #958782; }

.orange .results-header {
  background-color: #817671; }

.orange .ui-autocomplete-even, .orange .results-row td {
  background-color: #f3edea; }

.orange .ui-autocomplete-odd, .orange .results-row.alt td {
  background-color: #ddd6d3; }

.orange .ui-autocomplete-over, .orange .results-row.hover td {
  background-color: #edbca8; }

.orange #content-wrapper #layout-grid.dragging .lfr-column {
  border-color: #958782; }

.orange .drag-proxy-indicator {
  border-color: 2px dashed #253710; }

.orange .drop-area {
  background-color: #ddd6d3; }

.orange .ui-drag-helper {
  border-color: #958782;
  background-color: #ddd6d3; }

.orange .ui-slider-range {
  background: #29211e; }

.orange .ui-tabs li {
  background-color: #938a87;
  border-right-color: #493830; }

.orange .ui-tabs li.current {
  background-color: #fff;
  border-color: #dedede; }

.orange .ui-tabs li:hover, .orange .ui-tabs li a:hover {
  background-color: #29211e;
  color: #c3a99e; }

.orange .ui-tabs li.current a, .orange .ui-tabs li.current span {
  color: #995f30; }

.orange .ui-tabs li.current:hover, .orange .ui-tabs li.current a:hover {
  background-color: #fff; }

.orange .ui-dialog {
  border-color: #958782; }

.orange .ui-dialog .ui-dialog-titlebar {
  background: #29211e; }

.orange #ui-datepicker-div, .orange .ui-datepicker-inline {
  border-color: #958782; }

.orange .ui-datepicker-control {
  background-color: #ddd6d3;
  border-bottom-color: #bcb1ae; }

.orange .ui-datepicker-links {
  background-color: #817671; }

.orange .ui-datepicker-header select {
  background-color: #817671; }

.orange .ui-datepicker .ui-datepicker-title-row a {
  color: #29211e; }

.orange .ui-datepicker .ui-datepicker-days-row {
  color: #817671; }

.orange .ui-datepicker-week-col {
  color: #c4b9b5; }

.orange .ui-datepicker-days-cell a {
  background-color: #f3edea; }

.orange .ui-datepicker-days-cell a:hover {
  background-color: #817671; }

.orange .ui-datepicker-current-day a {
  border-color: #817671;
  color: #995f30; }

.orange .ui-datepicker-current-day a:hover {
  background-color: #ffe8df;
  border-color: #bcb1ae;
  color: #cc5c00; }

.orange .ui-datepicker .ui-datepicker-unselectable {
  color: #c4b9b5; }

.orange .ui-colorpicker-current {
  border-color: #817671; }

.orange .ui-autocomplete-results li strong {
  color: #cc5c00; }

.orange .ui-tags .ui-tag {
  background-color: #ffe8df;
  border-color: #ddb2a3; }

.orange .ui-tags .ui-tag:hover {
  border-color: #bcb1ae; }

.orange .navigation-sort-helper {
  background-color: #817671; }

/* ---------- Main navigation ---------- */
.orange #navigation {
  background-color: #090602;
  border-top-color: #493830; }

.orange #navigation li {
  border-color: #493830; }

.orange #navigation a {
  color: #c3a99e; }

.orange #navigation li.selected a, .orange #navigation li a:hover {
  background-color: #29211e; }

.orange #navigation li.selected a span {
  background-image: url(../images/color_schemes/orange/navigation/bullet_selected.png); }

/* ---------- Dock with Javascript ---------- */
.js .orange .interactive-mode {
  background-color: #090602;
  background-image: url(../images/color_schemes/orange/dock/center_bg.png); }

.js .orange .interactive-mode h2 {
  background-image: url(../images/color_schemes/orange/dock/right_bg.png); }

.js .orange .interactive-mode h2 span {
  background-image: url(../images/color_schemes/orange/dock/left_bg.png);
  border-right-color: #4d4033; }

.js .orange .interactive-mode li a:hover, .js .orange .interactive-mode .my-places li.current a:hover {
  background-color: #958782; }

.js .orange .interactive-mode .my-places li.current-community {
  background-color: #ddd6d3; }

.js .orange .interactive-mode .my-places li.current a {
  background-color: #ffe8df; }

.js .orange #navigation .enter-page {
  background-color: #29211e; }

.js .orange #add-page {
  background-color: #090602;
  border-color: #493830; }

.js .orange .lfr-flyout.has-children {
  background-image: url(../images/color_schemes/orange/arrows/04_left.png); }

/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.orange .portlet {
  border-color: #958782; }

.orange .portlet-topper {
  background-color: #ddd6d3;
  border-bottom-color: #bcb1ae; }

.orange .panel-page .portlet-topper {
  border-bottom-color: #958782; }

.orange .portlet-section-selected, .orange .portlet-section-selected a {
  background-color: #817671; }

.orange .portlet-section-selected a:hover, .orange .portlet-section-selected a:focus {
  background-color: #817671; }

/* ---------- Calendar portlet ---------- */
.orange .portlet-calendar .calendar-day .day-text {
  background-color: #817671; }

.orange .taglib-calendar tr td a {
  background-color: #f3edea; }

.orange .taglib-calendar tr td a:hover {
  background-color: #817671; }

.orange .taglib-calendar .calendar-current-day a {
  border-color: #817671;
  color: #995f30; }

.orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #ffe8df;
  border-color: #bcb1ae;
  color: #cc5c00; }

.orange .taglib-calendar .calendar-current-day, .orange .taglib-calendar .calendar-current-day a {
  background-color: #fff; }

.orange .taglib-calendar tr td.calendar-inactive {
  color: #c4b9b5; }

/* ---------- Miscellaneous portlet styles ---------- */
.orange .journal-template-error .scroll-pane pre span {
  background-color: #c4b9b5; }

.orange .restricted * {
  color: #817671; }

.orange .lfr-actions .lfr-trigger li a:hover {
  background-color: #958782; }

/* This CSS sets the default styles for forms. */
.orange input[type="text"], .orange input[type="password"], .orange input[type="file"], .orange textarea, .orange .textarea {
  background-image: url(../images/color_schemes/orange/forms/input_shadow.png); }

.orange input[type="submit"], .orange input[type="button"], .orange input[type="reset"] {
  color: #4d4033; }

.orange input[type="submit"]:hover, .orange input[type="button"]:hover, .orange input[type="reset"]:hover {
  background-color: #ffe8df;
  border-color: #ddb2a3;
  color: #cc5c00; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .orange input.text, .ie6 .orange input.password, .ie6 .orange input.file {
  background-image: url(../images/color_schemes/orange/forms/input_shadow.png); }

.ie6 .orange input.submit, .ie6 .orange input.button {
  color: #4d4033; }

/* ---------- Base styles ---------- */
html {
  height: 100%; }

body {
  background: #fff;
  font-size: 11px; }

/* ---------- Main content body ---------- */
#wrapper {
  background: transparent url(../images/common/body_bg.png) repeat-x 0 0; }

#content-wrapper {
  margin: 0 auto;
  width: 90%; }

/* ---------- Banner ---------- */
#banner {
  background: transparent url(../images/common/banner_bg.jpg) no-repeat 20% 0;
  height: 100px;
  top: -1px; }

#banner h1.logo {
  display: block;
  float: left;
  font-size: 2em;
  left: 5%;
  margin: 25px 0 0;
  padding: 0;
  position: absolute; }

#banner .logo a {
  float: left;
  text-decoration: none; }

.ie6 #banner .logo {
  zoom: 1; }

.logo .current-community {
  background: url(../images/dock/my_places_public.png) no-repeat 15px 50%;
  border-left: 1px solid #D3DADD;
  color: #D3DADD;
  display: block;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 0 20px;
  padding: 20px;
  padding-left: 40px; }

.guest-community .logo .current-community {
  display: none; }

.private-page .logo .current-community {
  background-image: url(../images/dock/my_places_private.png); }

/* ---------- Main navigation ---------- */
#navigation {
  margin: 0;
  background: #fff;
  border-top: 0;
  border-bottom: 5px solid #009787;
  min-height: auto;
  *zoom: 1; }

#navigation:before,
#navigation:after {
  display: table;
  height: 0;
  content: "";
  line-height: 0; }

#navigation ul {
  display: block;
  width: 100%;
  margin: 0;
  *zoom: 1; }

#navigation li {
  display: block;
  border: 0;
  margin: 0; }

#navigation li > a,
#navigation li > span {
  display: block;
  padding: 15px 12px;
  min-height: 1px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ArialNarrowBold";
  font-size: 20px; }

#navigation li a {
  text-decoration: none; }

#navigation li.selected > a,
#navigation li:hover > a,
#navigation li:focus > a,
#navigation li:active > a {
  color: #009787; }

#navigation li.selected i,
#navigation li > a:hover i,
#navigation li > a:focus i,
#navigation li > a:active i {
  display: block; }

#navigation li.selected i {
  display: block; }

/*#navigation li.selected a span {
	background: url(../images/navigation/bullet_selected.png) no-repeat 0 50%;
	padding-left: 10px;
}*/
#navigation li .child-menu {
  display: block;
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: 300;
  background: #fff;
  border-width: 5px 0 0;
  border-style: solid;
  border-color: #009787;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s linear 0s; }

#navigation li:hover .child-menu {
  opacity: 1;
  left: auto; }

.ie6 #navigation li.hover .child-menu {
  display: block;
  position: absolute;
  margin: 0 -15px;
  z-index: 300;
  background: #fff;
  border-width: 5px 0 0;
  border-style: solid;
  border-color: #009787; }

#navigation .child-menu li {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #979797;
  display: block;
  float: none;
  margin: 0; }

#navigation .child-menu li:hover {
  background: #009787; }

#navigation .child-menu li a {
  text-align: left;
  padding: 7px 10px;
  font-size: 14px;
  cursor: pointer !important;
  text-transform: none;
  line-height: 120%; }

.ie7 #navigation .child-menu li a {
  zoom: 1; }

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

#navigation .child-menu .selected a {
  /*background: #020509 url(../images/navigation/bullet_selected.png) no-repeat 5px 50%;*/ }

/* ---------- Add/remove page ---------- */
.js #navigation .enter-page {
  background-color: #1E2529;
  padding: 2px; }

.js #navigation .enter-page a {
  background: none;
  display: inline;
  font-weight: bold;
  padding: 0; }

.js #navigation .enter-page .save-page {
  background: url(../images/dock/my_place_current.png) no-repeat 0 50%;
  margin: 0 10px;
  padding-left: 20px; }

.ie.js #navigation .enter-page .save-page {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top; }

.js #navigation .enter-page .cancel-page {
  display: none; }

.ie.js #navigation .enter-page {
  padding: 0; }

.ie.js #navigation .enter-page input.text {
  margin: 2px;
  padding: 3px 1px; }

.js #navigation {
  position: relative; }

.js #add-page {
  background: #020509;
  border: 1px solid #304049;
  border-bottom: none;
  bottom: 100%;
  font-weight: bold;
  position: absolute;
  right: 5%; }

.js #add-page a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-transform: none; }

.js #add-page a span {
  background: url(../images/common/add.png) no-repeat 0 50%;
  display: block;
  margin-left: 15px;
  padding: 5px 20px 2px; }

/*------ Navigation portlet ------*/
/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  background: #fff;
  border: 2px solid #828F95;
  margin: 0 0 10px;
  padding: 3px; }

.portlet-topper {
  background: #D3DADD;
  border-bottom: 1px solid #AEB8BC;
  overflow: hidden;
  position: static; }

.portlet-title {
  float: left;
  padding: 5px; }

.ie .portlet-title {
  padding-bottom: 5px; }

.ie6 .portlet-topper {
  zoom: 1; }

.portlet-icons {
  float: right;
  margin: 0.4em 0.2em 0 0;
  position: static; }

body.lfr-has-sidebar {
  padding-left: 0; }

.lfr-has-sidebar #content-wrapper {
  padding-left: 270px;
  width: auto; }

#ui-menu-service {
  padding-bottom: 15px; }

#ui-menu-service ul li {
  position: relative; }

#ui-menu-service > ul > li {
  background: #fff none repeat scroll 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #979797 #979797 #979797 #009787;
  margin-bottom: 3px; }

#ui-menu-service > ul > li:last-child,
#ui-menu-service > ul > li.last-child {
  margin-bottom: 0; }

#ui-menu-service ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  line-height: 120%; }

#ui-menu-service > ul > li > a:hover,
#ui-menu-service > ul > li > a:focus,
#ui-menu-service > ul > li > a:active,
#ui-menu-service > ul > li.selected > a {
  background: #009787;
  color: #fff;
  text-decoration: none; }

#ui-menu-service ul li ul {
  margin-left: 20px; }

#ui-menu-service ul li ul li.selected > a {
  color: #009787; }

.ui-set-visibility-hidden-child-menu {
  display: none; }

.ui-set-visibility-visible-child-menu {
  display: block; }

/* Main Site Style */
/* Import Resources Partials */
/* All Sass Structure */
html {
  overflow-x: hidden; }

body {
  direction: ltr;
  margin: 0;
  padding: 0;
  font-family: "Verdana";
  font-size: 14px;
  background-color: #fff;
  color: #1c2024; }

html, body {
  height: 100%; }

a {
  color: #000;
  outline: none;
  text-decoration: none; }

a:hover,
a:focus {
  transition: color 0.2s ease 0s; }

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #009787; }

p {
  display: block;
  margin: 0;
  color: #777; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

ul, menu, dir {
  padding: 0; }

ol, ul, dl {
  margin: 0; }

ol li, ul ol li {
  list-style: none; }

ul li, ol ul li {
  list-style: none; }

ul ul li {
  list-style-type: none; }

ol ol li {
  list-style-type: none; }

a,
p,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
label {
  word-wrap: break-word;
  line-height: 100%; }

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

input[type="text"],
input[type="password"],
select,
textarea,
.textarea {
  padding: 8px 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #999; }

input[type="image"] {
  vertical-align: middle;
  /* For IE 7 */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* --------------------- */
.skip {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.clearfix {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  content: ''; }

.externalBox {
  position: relative;
  float: left;
  left: 50%; }

.internalBox {
  position: relative;
  float: left;
  left: -50%; }

/* Ui Define colors */
.ui-main-color {
  color: #009787; }

/* UI Fonts Style */
.ui-font-arial-narrow-bold {
  font-family: "ArialNarrowBold"; }

.ui-font-arial-narrow-regular {
  font-family: "ArialNarrow"; }

.ui-font-sf-republic-bold {
  font-family: "SFOldRepublicBold"; }

.ui-font-verdana {
  font-family: "Verdana"; }

.ui-font-bigger {
  font-size: 28px; }

.ui-font-big {
  font-size: 24px; }

.ui-font-medium {
  font-size: 20px; }

.ui-font-small {
  font-size: 16px; }

.ui-font-subtitle {
  font-size: 18px; }

.ui-font-line-height-big {
  line-height: 120%; }

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

.ui-display-inline {
  display: inline; }

.ui-align-center {
  text-align: center; }

/* Css Arrow */
.ui-arrow-up {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 18px solid #009787;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent; }

.ui-arrow-left {
  position: absolute;
  left: -7px;
  top: 12px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid #009787; }

.ui-arrow-menu {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 13px solid #009787;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent; }

/* Custom Header Section */
#banner {
  width: 100%;
  height: auto;
  background: #fff;
  *zoom: 1; }

#banner:before,
#banner:after {
  display: table;
  content: "";
  line-height: 0; }

#banner:after {
  clear: both;
  height: 0; }

#banner:before {
  clear: both;
  height: 0; }

#banner #ui-head-banner .ui-decorate-line {
  height: 10px;
  background-color: #009787;
  *zoom: 1; }

#banner #ui-head-banner .ui-decorate-line.ui-decorate-line-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

#banner #ui-head-banner .ui-decorate-line.ui-add-opacity-decorate-line {
  opacity: 0.3; }

#banner #ui-head-banner .ui-decorate-line:before,
#banner #ui-head-banner .ui-decorate-line:after {
  display: table;
  content: "";
  line-height: 0; }

#banner #ui-head-banner .ui-decorate-line:after {
  clear: both;
  height: 0; }

#banner #ui-head-banner .ui-decorate-line:before {
  clear: both;
  height: 0; }

#banner #ui-head-banner .ui-base-header {
  position: relative;
  *zoom: 1; }

#banner #ui-head-banner .ui-base-header:before,
#banner #ui-head-banner .ui-base-header:after {
  display: table;
  content: "";
  line-height: 0; }

#banner #ui-head-banner .ui-base-header:after {
  clear: both;
  height: 0; }

#banner #ui-head-banner .ui-base-header:before {
  clear: both;
  height: 0; }

#banner #ui-head-banner .ui-base-header img {
  display: block;
  max-width: 100%; }

#banner #ui-head-banner .ui-base-header #ui-search {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0;
  /* For IE 7 */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

#banner #ui-head-banner .ui-base-header #ui-search {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0;
  /* For IE 7 */
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

#banner #ui-head-banner .ui-base-header #ui-search input[type="text"],
#banner #ui-head-banner .ui-base-header #ui-search input[type="image"] {
  float: left; }

#banner #ui-head-banner .ui-base-header #ui-search input[type="image"] {
  width: 41px;
  height: 27px; }

#banner #ui-head-banner .ui-base-header #ui-search input[type="text"] {
  width: 160px;
  height: 27px;
  padding: 4px 10px;
  font-size: 12px; }

/* --------------------------------- */
/* UI Main Container */
#main {
  min-height: 460px;
  background-color: #fff;
  *zoom: 1; }

#main:before,
#main:after {
  display: table;
  content: "";
  line-height: 0; }

#main:after {
  clear: both;
  height: 0; }

#main:before {
  clear: both;
  height: 0; }

/* Custom Breadcrumbs Section */
.ui-breadcrumbs-section {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

.ui-breadcrumbs-section ul {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden; }

.ui-breadcrumbs-section ul li {
  float: left;
  position: relative; }

.ui-breadcrumbs-section ul li a,
.ui-breadcrumbs-section ul li span {
  font-weight: normal; }

.ui-breadcrumbs-section ul li:first-child a,
.ui-breadcrumbs-section ul li:first-child span {
  padding-left: 17px; }

.ui-breadcrumbs-section ul li:first-child:before {
  background: #009787;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 9px; }

.ui-breadcrumbs-section ul li.ui-arrow-view {
  padding-left: 24px; }

.ui-breadcrumbs-section ul li.ui-arrow-view:before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #009787;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: 1px;
  width: 0; }

/* UI Box set general width */
.ui-box-set-width {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-box-set-width:before, .ui-box-set-width:after {
  display: table;
  content: "";
  line-height: 0; }

.ui-box-set-width:after {
  clear: both;
  height: 0; }

.ui-box-set-width:before {
  clear: both;
  height: 0; }

/* Ui Custom Read more / Hide Original Search Paginator Asset */
.taglib-search-iterator-page-iterator-top {
  display: none; }

.taglib-page-iterator .search-pages .delta-selector,
.taglib-page-iterator .search-pages .page-selector {
  display: none; }

.taglib-page-iterator .search-pages .page-links a.next,
.taglib-page-iterator .search-pages .page-links span.next,
.taglib-page-iterator .search-pages .page-links a.last,
.taglib-page-iterator .search-pages .page-links span.last {
  padding-left: 10px; }

.taglib-page-iterator .search-pages .page-links a.first,
.taglib-page-iterator .search-pages .page-links span.first,
.taglib-page-iterator .search-pages .page-links a.previous,
.taglib-page-iterator .search-pages .page-links span.previous {
  padding-right: 10px; }

.taglib-page-iterator .search-pages .page-links span.first,
.taglib-page-iterator .search-pages .page-links span.previous,
.taglib-page-iterator .search-pages .page-links span.next,
.taglib-page-iterator .search-pages .page-links span.last {
  color: #999; }

.taglib-page-iterator .search-pages .page-links span.first,
.taglib-page-iterator .search-pages .page-links span.previous {
  background-position: 0 115%; }

.taglib-page-iterator .search-pages .page-links span.next,
.taglib-page-iterator .search-pages .page-links span.last {
  background-position: 100% 115%; }

.taglib-page-iterator .search-pages .page-links a.next,
.taglib-page-iterator .search-pages .page-links a.last {
  background-position: 100% 3px; }

.taglib-page-iterator .search-pages .page-links a.first
.taglib-page-iterator .search-pages .page-links a.previous {
  background-position: 0 3px; }

.ui-read-more-link {
  float: right;
  margin-top: -10px;
  margin-bottom: 5px;
  font-family: "SFOldRepublicBoldItalic";
  font-size: 16px; }

.ui-read-more-link span {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle; }

/* UI Base Box */
.ui-base-box {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-base-box-left-border-higlight {
  border-width: 1px 1px 1px 5px;
  border-color: #ccc #ccc #ccc #009787; }

.ui-base-box-bottom-border-higlight {
  border-width: 1px 1px 5px 1px;
  border-color: #ccc #ccc #009787 #ccc; }

.ui-base-box:hover .ui-base-box-icon,
.ui-base-box:focus .ui-base-box-icon,
.ui-base-box:active .ui-base-box-icon {
  transform: scale(1);
  transition: all 0.3s ease 0s; }

.ui-base-box-icon {
  position: absolute;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.9); }

.ui-base-box-decoration:before,
.ui-base-box-decoration:after {
  position: absolute;
  top: 0;
  content: "";
  height: 12px;
  width: 12px;
  background: #009787; }

.ui-base-box-decoration:before {
  left: 0; }

.ui-base-box-decoration:after {
  right: 0; }

/* Ui Base Box Menu */
.ui-base-box.ui-menu-box {
  height: 145px; }

.ui-base-box.ui-menu-box a:hover,
.ui-base-box.ui-menu-box a:focus,
.ui-base-box.ui-menu-box a:active {
  text-decoration: none; }

.ui-base-box.ui-menu-box a span {
  text-transform: uppercase; }

.ui-base-box-menu-position-icon-dimension {
  width: 65px;
  height: 65px; }

.ui-base-box-menu-position-icon {
  left: -20px;
  bottom: -20px; }

.ui-base-box-icon-prenotazione {
  background-image: url(../images/icon-menu-box-prenotare.png); }

.ui-base-box-icon-ospedali {
  background-image: url(../images/icon-menu-box-ospedali.png); }

.ui-base-box-icon-poliambulatori {
  background-image: url(../images/icon-menu-box-poliambulatori.png); }

.ui-base-box-icon-informazioni {
  background-image: url(../images/icon-menu-box-informazioni.png); }

/* Ui Base Box News */
.ui-base-box.ui-news-box .ui-news-content {
  float: left;
  width: 70%; }

.ui-base-box.ui-news-box .ui-news-content .ui-title {
  max-height: 45px;
  margin-bottom: 5px;
  line-height: 110%;
  color: #000; }

.ui-base-box.ui-news-box .ui-news-content a.ui-title:hover,
.ui-base-box.ui-news-box .ui-news-content a.ui-title:focus,
.ui-base-box.ui-news-box .ui-news-content a.ui-title:active {
  color: #009787; }

.ui-base-box.ui-news-box .ui-news-content .ui-description {
  max-height: 60px; }

.ui-base-box.ui-news-box .ui-container-img-position {
  float: right;
  width: 115px;
  height: 115px; }

/* Ui Base Box Information */
.ui-base-box.ui-information-box {
  min-height: 275px;
  padding-top: 20px;
  padding-bottom: 25px; }

.ui-base-box.ui-information-box .ui-title {
  height: 35px;
  margin: 20px 0;
  font-size: 18px;
  text-transform: uppercase; }

.ui-base-box.ui-information-box .ui-description {
  height: 30px; }

.ui-base-box.ui-information-box .ui-arrow-up {
  display: none; }

.ui-base-box:hover .ui-arrow-up,
.ui-base-box:focus .ui-arrow-up,
.ui-base-box:active .ui-arrow-up {
  display: block; }

/* Generic class for common manage elements */
.ui-base-section {
  padding: 15px 0 0; }

.ui-base-section.ui-before-height:before,
.ui-base-section.ui-after-height:after {
  height: 10px;
  content: "";
  display: table;
  visibility: hidden; }

.ui-base-section.ui-min-height {
  min-height: 300px; }

.portlet-journal-content:nth-of-type(odd) .ui-base-section {
  background: #fafafa; }

.ui-set-bkg-white {
  background: #fff; }

.ui-set-bkg-gray {
  background: #fafafa; }

.ui-container-img-position {
  width: 100%;
  height: 115px;
  overflow: hidden; }

/* Custom Liferay Layout Elements */
/* ****************************** */
/* General Wrapper container */
#content-wrapper {
  width: 100%; }

/* General Asset Publisher */
.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

.portlet-asset-publisher .asset-content img {
  margin: 0; }

/* Lfr Component */
.lfr-component,
.lfr-component ul,
.lfr-component li,
.lfr-component dl,
.lfr-component dt,
.lfr-component dd {
  z-index: 999; }

.lfr-component li img,
img.icon {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/* UI Link */
.ui-element-center-y {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.ui-element-center-x {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.ui-element-center-yx {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* UI Title - Description */
.ui-title,
.ui-description {
  /*overflow: hidden;*/ }

.ui-paragraph {
  font-size: 15px;
  color: #fff; }

.ui-separator-line {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: #009787;
  border: 0 none; }

/* UI Inner Page Content */
.ui-inner-page-content {
  position: relative;
  margin-bottom: 25px;
  padding: 30px 15px;
  background: #fff;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: #979797 #979797 #009787 #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-inner-page-content:before,
.ui-inner-page-content:after {
  position: absolute;
  top: 0;
  content: "";
  height: 12px;
  width: 12px;
  background: #009787; }

.ui-inner-page-content:before {
  left: 0; }

.ui-inner-page-content:after {
  right: 0; }

.ui-inner-page-content .ui-dynamic-maps {
  margin-bottom: 40px; }

.ui-inner-page-content .ui-dynamic-maps img {
  left: 50%;
  max-width: 100%;
  position: relative;
  transform: translateX(-50%); }

.ui-inner-page-content hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #009787;
  border: 0;
  outline: 0; }

.ui-inner-page-content .ui-dynamic-maps h1 {
  margin-bottom: 40px; }

.ui-inner-page-content h1,
.ui-inner-page-content h2,
.ui-inner-page-content h3,
.ui-inner-page-content h4,
.ui-inner-page-content h5 {
  margin: 0 0 10px;
  font-family: "SFOldRepublicBold"; }

.ui-inner-page-content h1 {
  font-size: 28px; }

.ui-inner-page-content h2 {
  font-size: 24px; }

.ui-inner-page-content h3 {
  font-size: 20px; }

.ui-inner-page-content h4 {
  font-size: 16px; }

.ui-inner-page-content h5 {
  font-size: 12px; }

.ui-inner-page-content p {
  margin-bottom: 15px;
  font-family: "Verdana";
  line-height: 140%; }

.ui-inner-page-content img {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/*.ui-inner-page-content table {
	width: 100%;
}*/
.ui-inner-page-content .ui-inner-section {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #009787; }

.ui-inner-page-content .ui-inner-section:last-child {
  border-bottom: 0; }

.ui-inner-page-content ul {
  margin-left: 15px; }

.ui-inner-page-content ol {
  margin-left: 20px;
  list-style-position: outside; }

.ui-inner-page-content ul,
.ui-inner-page-content ol {
  padding-left: 0; }

.ui-inner-page-content ul li {
  padding: 5px 10px;
  list-style: outside url(../images/icon-list.png) none; }

.ui-inner-page-content ol li {
  padding: 5px;
  list-style-type: decimal; }

.ui-inner-page-content .taglib-icon-list li,
.ui-inner-page-content .lfr-actions.portlet-options .lfr-trigger,
.ui-inner-page-content .ui-tabs li {
  list-style: none;
  padding: 0; }

.ui-inner-page-content .results-grid {
  margin-bottom: 5px;
  padding: 0;
  border: 1px solid #eee; }

.ui-inner-page-content .results-header {
  background: #009787; }

.ui-inner-page-content .results-header th {
  padding: 5px 10px; }

.ui-inner-page-content .results-header td {
  padding: 10px; }

.ui-inner-page-content .results-row td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: #fff; }

.ui-inner-page-content .results-row.alt td {
  background: rgba(0, 151, 135, 0.05); }

.ui-inner-page-content .results-row.hover td {
  background: rgba(0, 151, 135, 0.1); }

.ui-inner-page-content .results-row td a {
  font-size: 12px;
  line-height: 120%; }

.ui-inner-page-content .results-row td a img {
  height: 15px;
  margin-right: 10px; }

.ui-inner-page-content .results-row td a b {
  display: block;
  padding-left: 28px;
  line-height: 130%; }

.ui-inner-page-content .results-row:last-child td,
.ui-inner-page-content .results-row.last-child td {
  border-bottom: 0; }

.ui-inner-page-content .breadcrumbs span {
  color: #009787; }

.ui-inner-page-content .breadcrumbs .last {
  display: inline;
  font-size: 14px; }

.ui-inner-page-content .portlet-icon-back {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 20px;
  background: transparent url("../images/arrows/01_left.png") no-repeat 0 50%; }

.ui-inner-page-content input[type="submit"],
.ui-inner-page-content input[type="button"],
.ui-inner-page-content input[type="reset"] {
  margin-bottom: 10px;
  background: #fff;
  border-color: #009787;
  color: #009787;
  text-transform: uppercase;
  border-radius: 4px; }

.ui-inner-page-content input[type="submit"]:hover,
.ui-inner-page-content input[type="button"]:hover,
.ui-inner-page-content input[type="reset"]:hover,
.ui-inner-page-content input[type="submit"]:focus,
.ui-inner-page-content input[type="button"]:focus,
.ui-inner-page-content input[type="reset"]:focus {
  background: #009787;
  border-color: #009787;
  color: #fff; }

.ui-inner-page-content .lfr-table tr td:first-child,
.ui-inner-page-content .lfr-table tr td.first-child,
.ui-inner-page-content .lfr-table tr th:first-child,
.ui-inner-page-content .lfr-table tr th.first-child {
  padding-left: 10px; }

.ui-inner-page-content .lfr-table tr td:last-child,
.ui-inner-page-content .lfr-table tr td.last-child,
.ui-inner-page-content .lfr-table tr th:last-child,
.ui-inner-page-content .lfr-table tr th.last-child {
  padding-right: 10px; }

/* Custom Inner Page Login */
#p_p_id_58_,
.portlet-login {
  margin: 20px auto;
  max-width: 1024px; }

#p_p_id_58_ .portlet,
.portlet-login .portlet {
  border: 0 none;
  padding: 0; }

#p_p_id_58_ .portlet .portlet-topper,
.portlet-login .portlet .portlet-topper {
  background: transparent;
  border-color: #eee; }

#p_p_id_58_ .portlet .portlet-topper .portlet-title,
.portlet-login .portlet .portlet-topper .portlet-title {
  padding-bottom: 10px; }

#p_p_id_58_ .portlet .portlet-topper .portlet-title > span,
.portlet-login .portlet .portlet-topper .portlet-title > span {
  display: none; }

#p_p_id_58_ .portlet .portlet-topper .portlet-icons,
.portlet-login .portlet .portlet-topper .portlet-icons {
  display: none; }

#p_p_id_58_ .portlet .portlet-content,
.portlet-login .portlet .portlet-content {
  padding: 10px 0; }

#p_p_id_58_ .portlet .portlet-content .uni-form .ctrl-holder,
.portlet-login .portlet .portlet-content .uni-form .ctrl-holder {
  padding: 3px 0; }

#p_p_id_58_ .portlet .portlet-content .navigation,
.portlet-login .portlet .portlet-content .navigation {
  display: none; }

#p_p_id_58_ .portlet .portlet-content .button-holder,
.portlet-login .portlet .portlet-content .button-holder {
  margin-bottom: 0; }

#p_p_id_58_ .portlet .portlet-content input[type="submit"],
#p_p_id_58_ .portlet .portlet-content input[type="button"],
#p_p_id_58_ .portlet .portlet-content input[type="reset"],
.portlet-login .portlet .portlet-content input[type="submit"],
.portlet-login .portlet .portlet-content input[type="button"],
.portlet-login .portlet .portlet-content input[type="reset"] {
  background: #fff;
  border-color: #ccc;
  color: #009787;
  text-transform: uppercase;
  border-radius: 0; }

#p_p_id_58_ .portlet .portlet-content input[type="submit"]:hover,
#p_p_id_58_ .portlet .portlet-content input[type="button"]:hover,
#p_p_id_58_ .portlet .portlet-content input[type="reset"]:hover,
#p_p_id_58_ .portlet .portlet-content input[type="submit"]:focus,
#p_p_id_58_ .portlet .portlet-content input[type="button"]:focus,
#p_p_id_58_ .portlet .portlet-content input[type="reset"]:focus,
.portlet-login .portlet .portlet-content input[type="submit"]:hover,
.portlet-login .portlet .portlet-content input[type="button"]:hover,
.portlet-login .portlet .portlet-content input[type="reset"]:hover,
.portlet-login .portlet .portlet-content input[type="submit"]:focus,
.portlet-login .portlet .portlet-content input[type="button"]:focus,
.portlet-login .portlet .portlet-content input[type="reset"]:focus {
  background: #009787;
  border-color: #009787;
  color: #fff; }

/* Custom Inner Page Configuration Permissions */
.ui-inner-page-content #p_p_id_86_ .portlet,
.ui-inner-page-content .portlet-configuration .portlet {
  border: 0;
  padding: 0;
  margin: 0; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-topper,
.ui-inner-page-content .portlet-configuration .portlet .portlet-topper {
  display: none; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content {
  padding: 0; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .ui-tabs,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .ui-tabs {
  padding-left: 10px;
  margin-left: 0; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .ui-tabs li.current a,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .ui-tabs li.current a,
.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .ui-tabs li.current span,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .ui-tabs li.current span {
  color: #000; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .ui-tabs li a,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .ui-tabs li a {
  background: transparent;
  border: 0;
  color: #000; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .ui-tabs li a:hover,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .ui-tabs li a:hover {
  background: transparent;
  color: #009787; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .taglib-search-iterator,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .taglib-search-iterator {
  table-layout: fixed; }

.ui-inner-page-content #p_p_id_86_ .portlet .portlet-content .taglib-search-iterator tr th:first-child,
.ui-inner-page-content .portlet-configuration .portlet .portlet-content .taglib-search-iterator tr th:first-child {
  width: 130px;
  overflow: hidden; }

/* Ui Footer */
#footer {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 60%, #efefef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 60%, #efefef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 60%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
  border-top: 5px solid #009787;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#footer .ui-footer-info {
  margin: 15px 0; }

#footer .ui-footer-images {
  margin-top: 38px;
  margin-bottom: 15px;
  overflow: hidden; }

#footer .ui-footer-info > h1 {
  margin: 0;
  font-family: "SFOldRepublicBold";
  font-size: 17px; }

#footer .ui-footer-info > ul li {
  display: block;
  line-height: 20px; }

.ui-footer-images > * {
  float: right; }

.ui-footer-images > a {
  width: 230px;
  margin-right: 30px; }

.ui-footer-images > img {
  width: 220px;
  margin-top: 15px; }

#footer .ui-footer-link {
  padding: 20px 0;
  background: #009787; }

#footer .ui-footer-link ul li {
  float: left; }

#footer ul:before,
#footer ul:after {
  display: table;
  content: "";
  line-height: 0; }

#footer ul:after {
  clear: both;
  height: 0; }

#footer ul:before {
  clear: both;
  height: 0; }

#footer ul li a {
  display: block;
  padding: 0 15px;
  font-family: "SFOldRepublic";
  font-size: 18px;
  color: #fff; }

#footer a:hover,
#footer a:focus,
#footer a:active {
  text-decoration: underline; }

