@charset "UTF-8";
/* CSS Document */
body.staging {
  border: 10px solid #ff0000; }

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

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

.ie7 .dockbar {
  zoom: 1; }

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

.dockbar a {
  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 .user-portrait {
  text-decoration: none; }

.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 .aproximate-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 .aui-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 {
  height: 1%; }

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

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

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

#content_block_header {
  margin-bottom: 20px; }

#theaterOverlay {
  position: static; }

#left_shadow, #right_shadow {
  position: fixed;
  top: auto;
  bottom: 0; }

#h2_article_employee {
  background: url(../images/general_content/h2_general_content.png) no-repeat; }

#h2_search_results {
  background: url(../images/general_content/h2_search_results.png) no-repeat; }

#content_block {
  position: relative;
  min-height: 430px;
  _height: 430px; }

h3 {
  font-size: 15px;
  margin: 0 0 15px 20px; }

#sidebarCallout {
  float: left;
  display: inline;
  width: 199px;
  padding-top: 11px;
  background: url(../images/common/sidebarCallout_top.png) no-repeat 0 0; }

#sidebarCalloutContent {
  background: url(../images/common/sidebarCallout_btm.png) no-repeat bottom left;
  overflow: hidden;
  height: 1%;
  padding: 0px 4px 25px; }

#sidebarCalloutContent div h2 {
  width: 191px;
  height: 46px;
  margin-bottom: 12px;
  background: url(../images/common/h_promo.png) no-repeat bottom left; }

#sidebarCalloutContent div h2 a {
  display: block;
  color: #fff;
  font-size: 14px;
  height: 37px;
  padding: 9px 0 0 18px;
  background: url(../images/common/learn_more.gif) no-repeat 107px 28px; }

#sidebarCalloutContent div h2 a span {
  text-indent: -9000px; }

#sidebarCalloutContent div h2 a:hover {
  color: #fff;
  background: none; }

#sidebarCalloutContent a {
  color: #00a0df;
  text-decoration: none;
  font-size: 11px; }

#sidebarCalloutContent p {
  font-size: 11px;
  color: #666;
  line-height: 14px;
  padding: 0 18px; }

#sidebarCalloutContent dl {
  padding: 10px 18px 0; }

#sidebarCalloutContent dt {
  color: #999;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: bold; }

#sidebarCalloutContent dd {
  margin-left: 10px; }

/* search page specific - BEGIN */
#google_logo {
  position: absolute;
  top: 64px;
  right: 25px;
  width: 75px;
  height: 27px;
  background: url(../images/common/google_logo.jpg) no-repeat 0 0; }

p span {
  font-size: 14px;
  font-weight: bold; }

#search #content_block dl {
  padding: 0 20px 15px; }

#search #content_block dt a {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold; }

#search #content_block li {
  display: inline;
  margin: 0 6px 0 0;
  padding: 0;
  color: #3aaee3;
  background: none; }

#search #content_block .noresults dt {
  margin-bottom: 8px;
  font-weight: bold; }

#search #content_block .noresults dd {
  margin-left: 20px;
  padding-left: 8px;
  background: url(../images/common/star.png) no-repeat 0 5px; }

/* search page specific - END */
ol {
  list-style: decimal;
  margin: 0 0 0 20px; }

.portlet-journal-content ul li {
  background: url("../images/common/bulletArrow.png") no-repeat scroll left top transparent;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 18px; }

h1 {
  font-size: 22px;
  color: #5A8E22;
  margin-bottom: 10px; }

h2 {
  margin: 20px 0px 10px 0px;
  font-size: 18px;
  color: #666666; }

h4 {
  color: #E57200;
  font-size: 14px; }

html {
  xoverflow-y: scroll; }

/* force scrollbar in non-IE browsers to avoid page shift */
body, table {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  color: #636466; }

body {
  background-color: #f2f2f2; }

/* PAGE STRUCTURE ELEMENTS - BEGIN */
#wrapper {
  background: #f2f2f2;
  overflow: hidden;
  width: 100%; }

#content-wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px; }

#bannerRight {
  float: right; }

#header {
  background: #636466 url(../images/common/bg_hdr.jpg) repeat-x;
  height: 118px;
  min-width: 1000px;
  width: 100%; }

#headerContent {
  width: 960px;
  margin: 0 auto; }

.x-btn {
  min-width: 160px !important; }

#header .x-btn-left {
  background: none;
  /* background:url(../images/common/headerBtnLeft.gif) no-repeat top left; */
  height: 18px;
  width: 6px; }

#header .x-btn-center {
  background: none;
  /* background:url(../images/common/headerBtnCenter.gif) repeat-x top left; */
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

#header .x-btn-right {
  background: none;
  /* background:url(../images/common/headerBtnRight.gif) no-repeat top left; */
  height: 18px;
  width: 9px; }

#header .x-btn-with-menu .x-btn-center em {
  background: none;
  display: block;
  padding: 0px 0px 3px 0px; }

#header .x-btn button {
  color: #FFFFFF; }

#header .x-menu {
  background: url("../images/default/menu/menu.gif") repeat-y scroll 0 0 #f0f0f0;
  border: 1px solid #718BB7;
  padding: 2px;
  z-index: 15000; }

#portalDocBar {
  /*float: right;*/
  margin: 6px 0px 10px;
  /*text-align: right;*/ }

#portalDocBar .x-btn button {
  color: #fff; }

#portalDocBar .x-btn-text .x-btn-over {
  color: #003c7b; }

#portalDocBar .x-btn-over .x-btn-left {
  background: transparent; }

#portalDocBar .x-btn-over .x-btn-right {
  background: url(../images/common/right_bg.png) no-repeat right top;
  height: 27px;
  width: 34px; }

#portalDocBar .x-btn-left {
  background: url(../images/common/left_bg.png) repeat-x;
  height: 00px;
  width: 6px; }

#portalDocBar .x-btn-center {
  background: url(../images/common/interactive_mode_bg.png) repeat-x;
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 27px; }

#portalDocBar .x-btn-right {
  background: url(../images/common/right_bg.png) no-repeat right top;
  height: 27px;
  width: 34px; }

#portalDocBar a.x-menu-item:visted {
  color: #222222; }

.x-btn-text-icon .x-btn-center .x-btn-text {
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-right: 15px; }

/* --- Admin menu --- */
#secondaryLinks li#dock-btn {
  padding: 0 13px 0 5px; }

#dock-btn .x-btn-with-menu .x-btn-center em {
  padding: 0px; }

#dock-btn .x-btn-left {
  background: none;
  height: 18px;
  width: 0px; }

#dock-btn .x-btn-center {
  background: none;
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

#dock-btn .x-btn button {
  font-family: Arial, Helvetica, sans-serif; }

#dock-btn .x-btn-over button {
  color: #3aaeea; }

#dock-btn .x-btn-right {
  background: url(../images/common/langBtnRight.gif) no-repeat top left;
  height: 18px;
  width: 9px; }

  /*#search {
  float: right;
    margin-left: 800px;
	*margin-left: 600px;
    margin-top: 45px;
    position: absolute;
}*/
/* --- language menu --- */
#secondaryLinks li#lang-btn {
  padding: 0 13px 0 5px; }

#lang-btn .x-btn-with-menu .x-btn-center em {
  padding: 0px; }

#lang-btn .x-btn-left {
  background: none;
  height: 18px;
  width: 0px; }

#lang-btn .x-btn-center {
  background: none;
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

#lang-btn .x-btn button {
  font-family: Arial, Helvetica, sans-serif; }

#lang-btn .x-btn-over button {
  color: #3aaeea; }

#lang-btn .x-btn-right {
  background: url(../images/common/langBtnRight.gif) no-repeat top left;
  height: 18px;
  width: 9px; }

.portlet {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 6px solid #CCCCCC;
  margin-top: 10px;
  padding: 5px;
  text-align: left; }

.ui-tabs li.current a, .ui-tabs li.current span {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #DEDEDE #DEDEDE -moz-use-text-color;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #3AAEE3 !important;
  font-weight: bold; }

.ui-tabs li a, .tabs li span {
  background: url("../images/application/tabs_bg.png") repeat-x scroll 0 100% #878f93;
  border-right: 1px solid #304049;
  color: #FFFFFF !important;
  display: block;
  float: left;
  padding: 10px;
  position: relative;
  text-decoration: none;
  top: 1px; }

#theater {
  max-height: 504px;
  overflow: hidden;
  height: 504px;
  position: relative;
  z-index: 0; }

#left_shadow, #right_shadow {
  position: absolute;
  height: 100%;
  width: 60px;
  top: 0px;
  z-index: 10; }

#left_shadow {
  background: url(../images/common/left_shadow.png) repeat-y;
  left: 0px; }

#right_shadow {
  background: url(../images/common/right_shadow.png) repeat-y;
  right: 0px; }

* html #left_shadow, * html #right_shadow {
  display: none; }

#column-2 {
  padding-bottom: 50px; }

#theaterOverlay {
  /* background:url(../images/common/home_bg.jpg) center top no-repeat; */
  min-height: 504px;
  height: auto !important;
  height: 504px;
  /* position:absolute; */
  z-index: 0;
  top: 92px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }

#theaterOverlay a {
  color: #3aaee3;
  text-decoration: none; }

#theaterOverlay a:hover {
  color: #0063be; }

#solutions {
  margin-left: 25px;
  background: url(../images/common/solutions_top.png) no-repeat;
  padding-top: 8px;
  width: 730px; }

#solutionsContent {
  background: url(../images/common/solutions_btm.png) no-repeat bottom left;
  overflow: hidden;
  padding: 0 5px 22px;
  height: 1%; }

#solutionsContent div {
  float: left; }

#solutionsContent div a {
  text-decoration: none; }

#middleCallout {
  height: 55px;
  margin: 0 0 5px 22px;
  padding: 6px 5px 6px 9px;
  background: url(../images/common/bg_bar.png) no-repeat; }

#bottomPods {
  margin-left: 50px;
  padding: 7px 0 50px;
  background: url(../images/common/bottomPods_top.png) no-repeat; }

#bottomPodsContent {
  background: url(../images/common/bottomPods_btm.png) no-repeat bottom left;
  overflow: hidden;
  height: 1%;
  padding: 8px 0px 10px 20px; }

#bottomPodsContent div {
  float: left;
  width: 205px;
  display: inline;
  margin-right: 35px; }

* html #bottomPodsContent div {
  overflow: hidden;
  height: 1%; }

#bottomPodsContent #about {
  width: 150px;
  margin-left: 15px; }

#bottomPodsContent div dl {
  padding-bottom: 2px; }

#bottomPodsContent div dt {
  color: #636466;
  margin-bottom: 12px;
  font-size: 14px; }

#bottomPodsContent #about dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 9px; }

#bottomPodsContent div dd {
  margin: 0 0 7px 10px;
  padding-left: 10px;
  line-height: 14px;
  background: url(../images/home/ra_quote.gif) no-repeat 0 5px; }

#bottomPodsContent #about dd {
  font-size: 11px;
  margin-bottom: 6px; }

#bottomPodsContent div dd:hover {
  background-position: 0 -43px; }

#keep_in_touch {
  float: left;
  width: 110px; }

* html #keep_in_touch {
  width: 97px; }

#bottomPodsContent #icons {
  width: 60px;
  margin-top: 0px; }

#bottomPodsContent #icons li {
  float: left;
  display: inline;
  margin-right: 3px; }

#mainContent {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
  height: 1%;
  _height: auto; }

#footer {
  display: block;
  background: url(../images/common/bg_ftr.jpg) repeat-x 0 0;
  height: 87px;
  min-width: 1000px;
  width: 100%; }

#footerContent {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  font-size: 11px;
  color: #fff; }

/* PAGE STRUCTURE ELEMENTS - END */
/* HEADER ELEMENTS - BEGIN */
#nav_holder {
  float: left;
  width: 765px; }

#navBg {
  background: url("../images/common/navOff.png") repeat-x top left; }

#channel_nav {
  background: url("../images/common/navOff.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #999999;
  height: 26px;
  margin: 0px 0px 0px 20px;
  padding: 0 1px;
  width: 960px;
  position: absolute;
  top: 92px; }

#channel_nav li {
  list-style: none;
  padding-left: 0px;
  background-image: none;
  float: left;
  border-right: 1px solid #999999; }

#channel_nav li a {
  background: #999999 url("../images/common/navOff.png") repeat-x scroll left top;
  color: #FFFFFF;
  display: block;
  font: 13px arial,sans-serif;
  padding: 5px 10px;
  text-decoration: none; }

#channel_nav li a:hover,
#channel_nav li.active a {
  background: #f2f2f2 url("../images/common/navOn.png") repeat-x scroll left top;
  color: #333; }

#logo {
  float: left;
  width: 235px; }

#logo a {
  display: block;
  position: relative;
  top: 7px;
  width: 235px;
  height: 77px;
  color: #fff;
  text-indent: -9999px;
  background: url(../images/common/logo-covisint.png) no-repeat 0 0; }

#secondaryLinks {
  /* width: 670px; */
  padding-right: 20px;
  height: 45px;
  padding-top: 6px;
  float: right; }

#secondaryLinks li {
  float: left;
  padding: 0 16px;
  border-left: 1px solid #fff;
  font-size: 11px;
  margin-bottom: 8px;
  line-height: 18px;
  overflow: hidden; }

#secondaryLinks #login {
  border: none;
  margin-top: 5px; }

#secondaryLinks li a {
  color: #fff;
  text-decoration: none; }

#secondaryLinks li a:hover {
  color: #3aaee3; }

#secondaryLinks #login a {
  background: url(../images/common/login.gif) no-repeat;
  display: block;
  text-indent: -9000px;
  width: 49px;
  height: 18px; }

#secondaryLinks #search {
  background: url(../images/common/search_bg.png) no-repeat;
  height: 21px;
  width: 214px;
  margin: 0;
  padding: 4px 2px 2px 4px;
  border: none; }

/*
#search input{
	height:17px;
	width:176px;
	float:left;
	border:none;
	color:#636466;
	font:11px arial, sans-serif;
	background:none;
}

#search #go{
	height:18px;
	width:31px;
	float:right;
	display:inline;
	margin-right:2px;
    background:url(../images/common/go.gif) no-repeat top left;
    cursor:pointer;
    margin-top:1px;
}

#search #go:hover{background-position:0 -18px;}
*/
/* HEADER ELEMENTS - END */
/* FOOTER ELEMENTS - BEGIN */
#footer a {
  color: #fff; }

#footer a:hover {
  text-decoration: none; }

#footer p {
  position: absolute;
  top: 38px;
  right: 30px; }

/* FOOTER ELEMENTS - END */
/* SIDEBAR - START */
#sidebar_login {
  width: 158px;
  height: 160px;
  padding: 16px 16px 5px 22px;
  background: url(../images/common/bg_sidebar_login_lng.png) no-repeat; }

#sidebar_login .input_wrapper {
  width: 141px;
  height: 25px;
  margin: 0px;
  padding: 2px 5px;
  background: url(../images/common/bg_sidebar_text_input.png) no-repeat; }

#sidebar_login #password {
  margin-bottom: 2px; }

#sidebar_login .input_wrapper input {
  border: none;
  color: #5c707c;
  font-size: 12px;
  background: none;
  width: 140px;
  height: 17px; }

#sidebar_login #login {
  border: none;
  background: none;
  width: 67px;
  height: 30px;
  float: right;
  cursor: pointer;
  background: url(../images/common/login.png) no-repeat; }

#sidebar_login #login:hover {
  background-position: bottom left; }

#sidebar_login_man {
  background: url("../images/common/bg_sidebar_login_lng.png") no-repeat scroll 0 0 transparent;
  height: 160px;
  padding: 16px 16px 5px 22px;
  width: 158px; }

#sidebar_login_man .input_wrapper {
  width: 141px;
  height: 25px;
  margin: 0 0 0px 0px;
  padding: 2px 5px;
  background: url(../images/common/bg_sidebar_text_input.png) no-repeat; }

#sidebar_login_man #password {
  margin-bottom: 2px; }

#sidebar_login_man .input_wrapper input {
  border: none;
  color: #5c707c;
  font-size: 12px;
  background: none;
  width: 140px;
  height: 17px; }

#sidebar_login_man #login {
  border: none;
  background: none;
  width: 67px;
  height: 30px;
  float: right;
  cursor: pointer;
  background: url(../images/common/login.png) no-repeat; }

#sidebar_login_man #login:hover {
  background-position: bottom left; }

#column-2 #sidebar_login h3 {
  margin: 0 0 9px 0;
  text-indent: -9999px;
  background: url(../images/healthcare/h3_login.png) no-repeat 0 0; }

#column-2 #sidebar_login_man h3 {
  margin: 0 0 9px 0;
  text-indent: -9999px;
  background: url(../images/manufacturing/h3_login.png) no-repeat 0 0; }

#column-2 h3 {
  margin: 0 7px 10px;
  font-size: 13px;
  font-weight: bold;
  clear: both; }

.sidebar_pod {
  width: 196px;
  background: url(../images/common/sidebar_pod_top.png) no-repeat;
  padding-top: 12px; }

.sidebar_pod_content {
  background: url(../images/common/sidebar_pod_btm.png) no-repeat bottom left;
  overflow: hidden;
  padding: 0 3px 14px;
  height: 1%; }

.sidebar_pod #video_play a {
  width: 190px;
  height: 116px;
  text-indent: -9999px;
  display: block;
  background: url(../images/common/solutions_play.jpg) no-repeat; }

.sidebar_pod dl {
  margin: 8px 10px 10px; }

.sidebar_pod dt {
  font-weight: bold; }

#sidebar_bottom {
  float: left;
  display: inline;
  width: 184px;
  margin-top: 15px;
  padding: 12px 6px 50px;
  overflow: hidden;
  height: 1%;
  background: url(../images/common/bg_sidebar_bottom.png) no-repeat 0 0; }

#sidebar_bottom dl {
  margin: 8px 7px 5px;
  font-size: 11px; }

#sidebar_bottom dt {
  padding-bottom: 5px;
  color: #999;
  font-weight: bold; }

#sidebar_bottom dd {
  margin: 0 0 7px 10px;
  padding-left: 10px;
  line-height: 14px;
  background: url(../images/home/ra_quote.gif) no-repeat 0 5px; }

#sidebar_bottom dd:hover {
  background-position: 0 -43px; }

#sidebar_bottom p {
  display: block; }

#sidebar_bottom h3 {
  padding-top: 6px; }

div#sidebar_bottom a.button {
  margin-bottom: 10px; }

/* SIDEBAR - END */
/* PAGE ELEMENTS - END */
/* GENERAL STYLES - START */
.clear {
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  clear: both;
  width: 100%; }

#wrapper a.button {
  height: 18px;
  float: right;
  background: url(../images/common/button_end_bg.gif) no-repeat;
  padding-left: 5px;
  margin: 10px 10px 0;
  display: inline; }

#wrapper a.button span {
  background: url(../images/common/button_bg.gif) no-repeat top right;
  text-align: center;
  padding: 0 10px 0px 5px;
  display: block;
  cursor: pointer;
  color: #fff;
  line-height: 18px;
  font-size: 11px; }

#wrapper a.button:hover {
  background-position: bottom left; }

#wrapper a.button:hover span {
  background-position: bottom right; }

#content_block_wrapper {
  width: 736px;
  background: url(../images/common/content_top_bg.png) no-repeat;
  height: 1%;
  padding-top: 12px;
  margin: 41px 0 10px 22px; }

#content_block_inner_wrapper {
  background: url(../images/common/content_bottom_bg.png) no-repeat bottom left;
  height: 1%;
  padding-bottom: 37px; }

#content_block {
  background: url(../images/common/content_repeat_bg.png) repeat-y;
  height: 1%;
  padding: 0 8px; }

#content_block h2 {
  height: 43px;
  text-indent: -9000px;
  padding-bottom: 20px; }

#content_block p, #content_block ul {
  padding: 0 20px; }

#content_block p {
  padding-bottom: 12px; }

#content_block li {
  background: url(../images/common/arrow.gif) no-repeat 0 5px;
  padding-left: 14px;
  margin-left: 5px;
  padding: 0 20px 12px; }

#content_block_wrapper_wide {
  width: 916px;
  background: url(../images/common/content_top_bg_wide.png) no-repeat;
  height: 1%;
  padding-top: 12px;
  margin: 41px 22px 10px 22px; }

#content_block_inner_wrapper_wide {
  background: url(../images/common/content_bottom_bg_wide.png) no-repeat bottom left;
  height: 1%;
  padding-bottom: 37px; }

#content_block_wide {
  background: url(../images/common/content_repeat_bg_wide.png) repeat-y;
  height: 1%;
  padding: 0 8px; }

#content_block_wide h2 {
  height: 43px;
  text-indent: -9000px;
  padding-bottom: 20px; }

#content_block_wide p, #content_block_wide ul {
  padding: 0 20px; }

#content_block_wide p {
  padding-bottom: 12px; }

#content_block_wide li {
  background: url(../images/common/arrow.gif) no-repeat 0 5px;
  padding-left: 14px;
  margin-left: 5px;
  padding: 0 20px 12px; }

div#healthcare_solutions dd {
  background: url(../images/common/ra_quote_hc.gif) no-repeat scroll 0 5px transparent;
  line-height: 14px;
  margin: 0 0 7px 10px;
  padding-left: 10px; }

.question {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px; }

.answer {
  padding-top: 5px; }

h2.kb {
  background: url(../images/common/iconHeaderKB.png) no-repeat left top;
  padding: 5px 0px 10px 35px; }

h2.manuals {
  background: url(../images/common/iconHeaderManuals.png) no-repeat left top;
  padding: 5px 0px 10px 35px; }

h2.videos {
  background: url(../images/common/iconHeaderVideo.png) no-repeat left top;
  padding: 5px 0px 10px 35px; }

strong {
  font-weight: bold !important; }

/* --- default and admin portlet styles --- */
.portlet {
  background: #fff; }

/* fixes requested by sklender pn 1/11/11 */
.ui-dialog .ui-dialog-titlebar {
  background: #666 !important; }

.ui-dialog .ui-dialog-titlebar-close {
  background: url(../images/common/close.png) no-repeat scroll 0 0 transparent; }

ol {
  list-style: decimal !important;
  margin: 0px 0px 0px 60px; }

#content_block_wide ol li {
  background: none;
  margin-left: 0px;
  padding: 0px; }

/* ---------- Dock Menu Language Icons ------------ */
.dock-menu .x-menu-item-icon {
  background-repeat: no-repeat; }

.dock-menu .ar .x-menu-item-icon {
  background-image: none; }

.dock-menu .ca .x-menu-item-icon {
  background-image: none; }

.dock-menu .cs .x-menu-item-icon {
  background-image: none; }

.dock-menu .de .x-menu-item-icon {
  background-image: none; }

.dock-menu .el .x-menu-item-icon {
  background-image: none; }

.dock-menu .en .x-menu-item-icon {
  background-image: none; }

.dock-menu .es .x-menu-item-icon {
  background-image: none; }

.dock-menu .fa .x-menu-item-icon {
  background-image: none; }

.dock-menu .fi .x-menu-item-icon {
  background-image: none; }

.dock-menu .fr .x-menu-item-icon {
  background-image: none; }

.dock-menu .hu .x-menu-item-icon {
  background-image: none; }

.dock-menu .it .x-menu-item-icon {
  background-image: none; }

.dock-menu .ja .x-menu-item-icon {
  background-image: none; }

.dock-menu .ko .x-menu-item-icon {
  background-image: none; }

.dock-menu .nb .x-menu-item-icon {
  background-image: none; }

.dock-menu .nl .x-menu-item-icon {
  background-image: none; }

.dock-menu .pt .x-menu-item-icon {
  background-image: none; }

.dock-menu .pt_BR .x-menu-item-icon {
  background-image: none; }

.dock-menu .ru .x-menu-item-icon {
  background-image: none; }

.dock-menu .sv .x-menu-item-icon {
  background-image: none; }

.dock-menu .tr .x-menu-item-icon {
  background-image: none; }

.dock-menu .vi .x-menu-item-icon {
  background-image: none; }

.dock-menu .zh .x-menu-item-icon {
  background-image: none; }

.dock-menu .current-language .x-menu-item-icon {
  background-image: url(../images/common/iconLangSelected.gif); }

.dock-menu .covisint .x-menu-item-icon {
  background-image: url(../images/common/iconCovHome.gif); }

.dock-menu .automotive .x-menu-item-icon {
  background-image: url(../images/common/iconAutoPortals.gif); }

.dock-menu .current-company .x-menu-item-icon {
  background-image: url(../images/common/iconAutoHome.gif); }

.dock-menu .support .x-menu-item-icon {
  background-image: url(../images/common/iconSupport.gif); }

.dock-menu .languages .x-menu-item-icon {
  background-image: url(../images/common/iconLang.gif); }

.dock-menu .my-account .x-menu-item-icon {
  background-image: url(../images/common/iconMyAcct.gif); }

.dock-menu .sign-out .x-menu-item-icon {
  background-image: url(../images/common/iconSignOut.gif); }

.dock-menu .sign-in .x-menu-item-icon {
  background-image: url(../images/common/iconSignIn.gif); }

.dock-menu .add-portlets .x-menu-item-icon {
  background-image: url(../images/common/iconAddPortlets.gif); }

.dock-menu .layout-template .x-menu-item-icon {
  background-image: url(../images/common/iconLayout.gif); }

.dock-menu .page-settings .x-menu-item-icon {
  background-image: url(../images/common/iconManagePages.gif); }

.dock-menu .liveContent .x-menu-item-icon {
  background-image: url(../images/common/iconLive.gif); }

.dock-menu .previewContent .x-menu-item-icon {
  background-image: url(../images/common/iconPreview.gif); }

/* ----- CSS for showing the sub-menu arrow on left of each menu-item -------- */
.menu-with-submenu a.x-menu-item {
  padding-left: 15px;
  padding-right: 3px; }

.menu-with-submenu a.x-menu-item-arrow {
  background: transparent url(../images/common/menu-parent-left.gif) no-repeat scroll 2px center; }

.x-menu.menu-with-submenu {
  background-image: url(../images/common/menu.gif); }

