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;
}

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: .5em;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2395f9;
    text-decoration: underline;
}

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;
}

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;
}

body.staging {
    border: 10px solid #f00;
}

.portal-iframe.staging {
    border: none;
}

#wrapper {
    width: 1004px;
    margin: 0 auto;
}

.portal-iframe #content-wrapper {
    width: 100%;
}

#banner .logo {
    margin: 0;
}

.current-community {
    display: none;
}

.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 {
    background: #fff;
    text-align: left;
    z-index: 20;
}

.portal-add-content a {
    text-decoration: none;
}

.portal-tool-tip {
    background: #fff  repeat-x 0 100%;
    border: 1px solid;
    border-color: #dedede #bfbfbf #bfbfbf #dedede;
    color: #1e2529;
    max-width: 200px;
    padding: 6px 4px;
}

.loading-animation {
    background:  no-repeat top center;
    margin-top: 10px;
    padding-top: 40px;
    text-align: left;
}

hr,
.separator {
    border-top: 1px dotted #bfbfbf;
}

.update-available {
    margin-top: 10px;
    padding: 2px;
    text-align: left;
}

.highlight {
    background: #ffc;
    font-weight: bold;
    padding: 0 1px;
}

.ui-wrapper {
    border: 2px solid #828f95;
}

.ui-wrapper input,
.ui-wrapper textarea {
    border: 0;
}

.ui-dialog-overlay {
    background: #000;
    opacity: .8;
    z-index: 400;
}

.results-grid {
    border: 1px solid #dedede;
    border-left: none;
    border-right: none;
    padding: 5px 0;
}

.results-header {
    background: #5ba0e3;
}

.results-header th,
.results-header td {
    color: #fff;
    padding: 5px 10px;
}

.results-header th a,
.results-header td a {
    color: #fff;
}

.results-header .sort-column .result-column-name {
    background:  no-repeat 100% 50%;
    font-style: italic;
    padding-right: 15px;
}

.results-header .sort-desc .result-column-name {
    background-image: ;
}

.ui-autocomplete-even,
.results-row td {
    background: #fefefe;
    padding: 5px 10px;
}

.ui-autocomplete-odd,
.results-row.alt td {
    background: #cfe6fc;
}

.ui-autocomplete-over,
.results-row.hover td {
    background: #fbf7d3;
}

.breadcrumbs {
    margin-bottom: 1.5em;
}

.breadcrumbs .last {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: .2em;
}

.lfr-grid.dragging {
    border-collapse: separate;
}

.lfr-grid.dragging .lfr-column {
    border: 3px double #828f95;
}

.drop-area {
    background-color: #d3dadd;
}

.active-area {
    background: #ffc;
}

.ui-proxy {
    cursor: move;
    opacity: .65;
    position: relative;
}

.ui-proxy.generic-portlet {
    height: 200px;
    width: 300px;
}

.ui-proxy.generic-portlet .portlet-title {
       font-size: 16px !important;
    padding: 10px;
}

.ui-proxy.not-intersecting .forbidden-action {
    background:  no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
}

.ui-resizable-proxy {
    border: 1px dashed #828f95;
}

.navigation-sort-helper {
    background: #727c81;
    margin-top: 1px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    background: transparent  no-repeat 50% 50%;
    display: none;
    font-size: .1px;
    position: absolute;
}

.ui-resizable .ui-resizable-handle {
    display: block;
}

.js .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.js .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n,
.ui-resizable-s {
    background-image: ;
    height: 14px;
    left: 0;
    right: 0;
}

.ui-resizable-n {
    cursor: n-resize;
    top: 0;
}

.ui-resizable-s {
    bottom: 0;
    cursor: s-resize;
}

.ui-resizable-e,
.ui-resizable-w {
    background-image: ;
    background-position: center center;
    bottom: 0;
    top: 0;
    width: 14px;
}

.ui-resizable-e {
    cursor: e-resize;
    right: 0;
}

.ui-resizable-w {
    cursor: w-resize;
    left: 0;
}

.ui-resizable-ne,
.ui-resizable-nw {
    height: 14px;
    top: 0;
    width: 14px;
}

.ui-resizable-ne {
    background-image: ;
    cursor: ne-resize;
    right: 0;
}

.ui-resizable-nw {
    background-image: ;
    cursor: nw-resize;
    left: 0;
}

.ui-resizable-se,
.ui-resizable-sw {
    bottom: 0;
    height: 14px;
    width: 14px;
}

.ui-resizable-se {
    background-image: ;
    cursor: se-resize;
    right: 0;
}

.ui-resizable-sw {
    background-image: ;
    cursor: sw-resize;
    left: 0;
}

.freeform .portlet-boundary .ui-resizable-handle {
    margin: 3px;
}

.ui-slider {
    position: relative;
}

.ui-slider-handle {
    position: absolute;
}

.ui-slider-disabled .ui-slider-handle {
    opacity: .5;
}

.ui-slider-range {
    background: #1e2529;
    height: 100%;
    opacity: .3;
    position: absolute;
    width: 100%;
}

.ui-tabs {
    border-bottom: 1px solid #1976c9;
    margin: 0 0 18px 0;
    padding: 0 0 0 10px;
}

.ui-tabs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-tabs li {
    display: inline;
    float: left;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}

.ui-tabs li.last {
    border-right: none;
}

.ui-tabs li a,
.tabs li span {
    background: #878f93  repeat-x 0 100%;
    border-right: 1px solid #304049;
    color: #fff;
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    text-decoration: none;
    top: 1px;
}

.ui-tabs li a:hover {
    text-decoration: underline;
}

.ui-tabs li a:hover,
.ui-tabs li span:hover {
    background: #1e2529;
    color: #9ebac8;
}

.ui-tabs li.current a,
.ui-tabs li.current span {
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: none;
    color: #369;
    font-weight: bold;
}

.ui-tabs li.current:hover,
.ui-tabs li.current a:hover {
    background-color: #fff;
}

.ui-tabs .ui-tabs-disabled a {
    cursor: text;
}

.ui-tabs-disabled {
    opacity: .4;
}

.ui-tabs .ui-tabs-disabled a:link,
.ui-tabs .ui-tabs-disabled a:visited {
    color: #000;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs .last.toggle {
    float: right;
}

.ui-dialog {
    background-color: #fff;
    border: 2px solid #4e8bde;
    padding: 4px;
}

.ui-dialog .ui-dialog-titlebar {
    background: #4e8bde;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 28px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar-close {
    background:  no-repeat;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 16px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog.has-title .ui-dialog-title {
    background:  no-repeat 7px 50%;
    display: block;
    font-weight: bold;
    padding: 5px;
    padding-left: 20px;
}

.ui-dialog.ui-resizable .ui-dialog-content {
    padding: 14px;
}

.ui-dialog.ui-resizable-disabled .ui-dialog-content {
    padding: 7px;
}

.ui-dialog .ui-dialog-buttonpane {
    bottom: 8px;
    position: absolute;
    right: 12px;
    text-align: right;
    width: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 6px;
}

#ui-datepicker-div,
.ui-datepicker-inline {
    background: #fff;
    border: 2px solid #828f95;
    padding: 3px;
    width: 185px;
}

#ui-datepicker-div {
    display: none;
}

.ui-datepicker-inline {
    border: 0;
    display: block;
    float: left;
}

.ui-datepicker-dialog {
    padding: 5px !important;
}

img.ui-datepicker-trigger {
    margin: 2px;
    vertical-align: middle;
}

.ui-datepicker-prompt {
    color: #000;
    float: left;
    padding: 2px;
}

.ui-datepicker-control,
.ui-datepicker-links,
.ui-datepicker-header,
.ui-datepicker {
    clear: both;
    float: left;
    width: 100%;
}

.ui-datepicker-control {
    background: #d3dadd;
    border-bottom: 1px solid #aeb8bc;
    margin-bottom: 2px;
}

.ui-datepicker-links {
    background: #727c81;
    margin-bottom: 1px;
    padding: 5px 0;
}

.ui-datepicker-links a {
    color: #fff;
    display: block;
    margin: 0 5px;
}

.ui-datepicker-control,
.ui-datepicker-links {
    font-weight: bold;
    letter-spacing: 1px;
}

.ui-datepicker-links label {
    padding: 2px 5px;
}

.ui-datepicker-clear,
.ui-datepicker-prev {
    float: left;
    width: 34%;
}

.ui-datepicker-prev a,
.ui-datepicker-next a {
    background:  no-repeat;
    font-size: 0;
    height: 16px;
    line-height: 0;
    text-indent: -9999em;
    width: 16px;
}

.ui-datepicker-prev a {
    background-image: ;
}

.ui-datepicker-next a {
    background-image: ;
}

.ui-datepicker-current {
    float: left;
    line-height: 1.3;
    text-align: center;
    width: 30%;
}

.ui-datepicker-close a {
    background:  no-repeat;
    display: block;
    float: right;
    height: 16px;
    margin: 5px 5px 5px 0;
    text-indent: -9999em;
    width: 16px;
}

.ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker-header {
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    padding: 5px 0 6px;
    text-align: center;
}

.ui-datepicker-header select {
    background: #727c81;
    border: 0;
    color: #fff;
    font-weight: bold;
}

.ui-datepicker-header .ui-datepicker-new-month {
    float: left;
    margin-left: 5px;
}

.ui-datepicker-header .ui-datepicker-new-year {
    float: right;
    margin-right: 5px;
}

.ui-datepicker {
    text-align: center;
    width: auto;
}

.ui-datepicker a {
    display: block;
    width: 23px;
}

.ui-datepicker .ui-datepicker-title-row a {
    color: #1e2529;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-days-row {
    background: #fff;
    color: #727c81;
}

.ui-datepicker-week-col {
    color: #b5bfc4;
}

.ui-datepicker-days-cell a {
    background: #f0f5f7;
    border: 1px solid #fff;
}

.ui-datepicker-days-cell a:hover {
    background-color: #727c81;
    color: #fff;
}

.ui-datepicker-current-day a {
    background-color: #fff;
    border: 1px solid #727c81;
    color: #369;
}

.ui-datepicker-current-day a:hover {
    background-color: #dff4ff;
    border-color: #aeb8bc;
    color: #06c;
}

.ui-datepicker .ui-datepicker-unselectable {
    color: #b5bfc4;
}

#ui-datepicker-div a,
.ui-datepicker-inline a {
    cursor: pointer;
}

.ui-datepicker-one-month:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-datepicker-new-row {
    clear: left;
}

.ui-colorpicker {
    background-image: ;
    font: 11px arial, helvetica, sans-serif;
    height: 192px;
    position: relative;
    width: 305px;
}

.ui-colorpicker-color {
    background-color: #f00;
    background-image: ;
    background-position: center;
    background-repeat: no-repeat;
    height: 184px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 184px;
}

.ui-colorpicker-color-handle {
    background-image: ;
    height: 11px;
    position: absolute;
    width: 11px;
}

.ui-colorpicker-hue {
    background-image: ;
    height: 186px;
    left: 200px;
    position: absolute;
    top: 3px;
    width: 18px;
}

.ui-colorpicker-hue-handle {
    background-image: ;
    height: 7px;
    position: absolute;
    width: 18px;
}

.ui-colorpicker-current {
    background: #fff;
    border: 2px solid #727c81;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 31px;
    width: 60px;
}

.ui-colorpicker-values {
    left: 230px;
    position: absolute;
    top: 100px;
    width: 60px;
}

.ui-colorpicker-values table {
    width: 100%;
}

.ui-colorpicker-values table input {
    margin-bottom: 1px;
    padding: 3px 1px;
    width: 100%;
}

.ui-colorpicker-rgbr,
.ui-colorpicker-rgbg,
.ui-colorpicker-rgbb {
    width: 20px;
}

.ui-colorpicker-hex {
    width: 40px;
}

.ui-colorpicker-close {
    background:  no-repeat 0 0;
    cursor: pointer;
    height: 23px;
    position: absolute;
    right: 3px;
    text-indent: -9999em;
    top: 3px;
    width: 23px;
}

.ui-autocomplete-results {
    border: 1px solid;
    border-color: #bfbfbf #dedede #dedede #bfbfbf;
    overflow: hidden;
    padding: 0;
    z-index: 300;
}

.ui-autocomplete-results ul {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-autocomplete-results li {
    cursor: default;
    display: block;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
}

.ui-autocomplete-loading,
.ui-autocomplete-loading.focus {
    background-image: ;
    background-position: right center;
    background-repeat: no-repeat;
}

.ui-autocomplete-results li strong {
    color: #06c;
    font-weight: bold;
}

.ui-tags {
    display: block;
    padding: 5px 0 2px;
}

.ui-tags:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-tags.empty {
    display: none;
}

.ui-tags .ui-tag {
    background: #dff4ff;
    border: 1px solid #a7cedf;
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 3px 20px 3px 6px;
    padding-right: 20px;
    position: relative;
}

.ui-tags .ui-tag:hover {
    border-color: #aeb8bc;
}

.ui-tags .ui-tag-delete {
    display: block;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 3px;
}

.ui-tags .ui-tag-delete span {
    background:  no-repeat 0 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 7px;
    text-indent: -9999em;
    width: 7px;
}

.ui-tags .ui-tag-delete:hover span {
    background-position: 0 100%;
}

.ui-tags-input {
    width: 200px;
}

.tags-vocabulary-name span {
    font-weight: bold;
    padding-bottom: 3px;
}

.tag-cloud {
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0 1em .5em 1em;
    white-space: normal;
}

.tag-cloud li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 1em 0 0;
}

.tag-cloud a {
    white-space: nowrap;
}

.treeview {
    cursor: pointer;
}

.treeview,
.treeview ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.treeview ul {
    background-color: #fff;
    margin-top: 4px;
}

.treeview .hitarea {
    background:  -64px -25px no-repeat;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: -16px;
    margin-top: 3px;
    width: 16px;
}

.treeview li {
    background:  0 0 no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0 0 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

.treeview-control {
    display: none;
    margin: 1em 0;
}

.treeview .hover {
    cursor: pointer;
}

.treeview li.collapsable,
.treeview li.expandable {
    background-position: 0 -176px;
}

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li.last {
    background-position: 0 -1766px;
}

.treeview li.lastcollapsable,
.treeview li.lastexpandable {
    background-image: ;
}

.treeview li.lastcollapsable {
    background-position: 0 -111px;
}

.treeview li.lastexpandable {
    background-position: -32px -67px;
}

.treeview div.lastcollapsable-hitarea,
.treeview div.lastexpandable-hitarea {
    background-position: 0 0;
}

.treeview .placeholder {
    background:  0 0 no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}

.treeview span {
    padding-left: 3px;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder,
.filetree span.file {
    display: block;
    padding: 1px 0 1px 16px;
}

.filetree span.folder {
    background:  0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background:  0 0 no-repeat;
}

.filetree span.file {
    background:  0 0 no-repeat;
}

.lfr-grid {
    border-collapse: collapse;
    width: 100%;
}

.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%;
}

.freeform .lfr-column {
    position: relative;
}

.columns-2-2 #column-4 {
    padding-right: 0;
}

#content-wrapper {
    margin: 0 auto;
    width: 1004px;
    overflow: hidden;
    background: #eaf2fb;
}

#navigation ul {
    margin: 0 auto;
}

#navigation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation li {
    float: left;
    list-style-type: none;
    position: relative;
}

#navigation .child-menu {
    display: none;
}

.lfr-dock {
    position: absolute;
    right: 3%;
    top: 10px;
}

.lfr-dock h2 {
    font-size: 14px;
    margin-bottom: .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:  no-repeat 0 50%;
    padding: 2px 0 2px 20px;
    font-size: 12px;
}

.lfr-dock li.home a {
    background-image: url(/uploads/image/image/home.png);
}

.lfr-dock li.control-panel a {
    background-image: ;
}

.lfr-dock li.my-account a {
    background-image: ;
}

.lfr-dock li.sign-in a {
    background-image: url(/uploads/image/image/sign_in.png);
}

.lfr-dock li.sign-out a {
    background-image: ;
}

.lfr-dock li.add-content a {
    background-image: ;
}

.lfr-dock li.layout a {
    background-image: ;
}

.lfr-dock li.page-settings a {
    background-image: ;
}

.lfr-dock li.staging a {
    background-image: ;
}

.lfr-dock li.my-places a {
    background-image: ;
}

.lfr-dock li.my-places {
    display: none;
}

.lfr-dock li.toggle-controls {
    display: none;
}

.js .interactive-mode {
    background: ;
    min-width: 150px;
    position: absolute;
    right: 3%;
}

.js .interactive-mode h2 {
    font-size: 1em;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 82;
}

.js .interactive-mode h2 span {
    background:  no-repeat 0 0;
    border-right: 0 solid #34404f;
    color: #313131;
    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;
    font-size: 12px;
}

.js .interactive-mode li a,
.js .interactive-mode li a:hover {
    background-position: 8px 50%;
    padding-left: 30px;
    font-size: 12px;
}

.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: #b8e1f3;
}

.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: 145px;
}

.js .lfr-dock.interactive-mode .my-places li h3 a {
    background-image: ;
}

.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: ;
}

.js .interactive-mode .my-places li.private a {
    background-image: ;
}

.js .interactive-mode .my-places li.current {
    background-color: #dff4ff;
}

.js .interactive-mode .my-places li.current a {
    background:  no-repeat 10px 50%;
    margin: 0;
    padding-left: 35px;
}

.js .interactive-mode li:hover,
.js .interactive-mode .my-places li:hover {
    background-color: #428ff7;
}

.js .interactive-mode li:hover a:hover,
.js .interactive-mode li:hover>a,
.js .interactive-mode li:hover>h3>a {
    background-color: #428ff7;
    color: #fff;
}

.js .interactive-mode .my-places ul li a.add-page {
    top: 7px;
}

.js .interactive-mode .group-end {
    border-bottom: 2px solid #dedede;
}

.js .interactive-mode li.toggle-controls {
    display: block;
}

.js .interactive-mode li.toggle-controls a {
    background-image: ;
}

.js .controls-hidden .interactive-mode li.toggle-controls a {
    background-image: ;
}

.js .delete-tab {
    background:  no-repeat 42%;
    cursor: pointer;
    display: block;
    height: 8px;
    position: absolute;
    right: 2px;
    text-indent: -9999em;
    top: 2px;
    width: 8px;
}

.nav-menu li a.ancestor {
    font-weight: bold;
}

.nav-menu li a.selected {   
 font-size: 16px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.nav-menu ul {
    padding-left: 10px;
}

.portlet-borderless-bar {
    text-align: right;
}

.portlet {
    text-align: left;
    overflow: hidden;
    margin-bottom: 5px;
}

.freeform .portlet {
    margin-bottom: 0;
}

.portlet-topper {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-bottom: 3px solid #1252ae;
}

.portlet-title {
    font-size: 16px !important;
    color: #1252ae;
    display: block;
    font: normal 16px tahoma, sans-serif;
    font-weight: bold;
    padding-left: 8px;
    height: 28px;
    line-height: 28px;font-size: 16px;
}

.portlet-content {
    padding: 3px 5px;
    overflow: hidden;
}

.portlet-title img {
    vertical-align: middle;
    display: none;
}

.portlet-icons {
    margin: 0;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
    width: 75px;
    height: 20px;
    overflow: hidden;
}

.portlet-icons .nobr {
    display: block;
    float: left;
    padding: 1px;
}

.portlet-minimized .portlet-content {
    padding: 0;
}

.portlet-icon-back {
    background:  no-repeat 0 50%;
    font-weight: bold;
    padding: 3px 0 3px 18px;
}

.lfr-panel-page {
    width: 100%;
}

.lfr-panel-page .portlet-title {
    font-size: 16px;
}

.lfr-panel-page #content-wrapper {
    margin: 0;
    width: auto;
}

.lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd;
}

.portlet-msg-info {
    background: #dff4ff  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: ;
}

.portlet-msg-error {
    background: #fdd  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;
}

.portlet-msg-alert {
    background: #ffc  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;
}

.portlet-msg-success {
    background: #f4fdef  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;
}

.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;
}

.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: ;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.results-row.lfr-role .col-1,
.results-row.hover.lfr-role .col-1 {
    background-image: ;
    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: ;
}

.results-row.lfr-role-regular .col-1,
.results-row.hover.lfr-role-regular .col-1 {
    background-image: ;
}

.results-row.lfr-role-community .col-1,
.results-row.hover.lfr-role-community .col-1 {
    background-image: ;
}

.results-row.lfr-role-organization .col-1,
.results-row.hover.lfr-role-organization .col-1 {
    background-image: ;
}

.lfr-portlet-item,
.lfr-portlet-item p a {
    font-size: 1em;
}

.lfr-actions,
.lfr-actions ul {
    background: #fff  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:  no-repeat 5px 50%;
}

.lfr-actions.left .lfr-trigger strong span {
    background:  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: ;
    background-position: 0 0;
    display: block;
    height: 16px;
    padding: 0;
    text-indent: -9999em;
    width: 16px;
}

.visible.portlet-options .lfr-trigger strong span {
    background-image: ;
}

.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;
}

fieldset {
    border: 1px solid #bfbfbf;
    padding: 8px;
}

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-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  repeat-x 0 0;
    border-color: #dedede #bfbfbf #bfbfbf #dedede;
    color: #34404f;
    cursor: pointer;
    padding: 4px;
}

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;
}

input.focus,
textarea.focus,
.ie6 input.focus,
.ie6 textarea.focus {
    background: #ffc none;
    border: 1px solid #fc0;
}

body {
    font-size: 12px;
    color: #505050;
    margin: 0 auto;
    background: #eaf2fb;
}

#banner1 {
    background:  no-repeat;
    width: 1004px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}

#navigation #right {
    padding-right: 0;
    position: absolute;
}

#navigation #right img {
    cursor: pointer;
}

#navigation #right ul {
    position: absolute;
    right: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
    background: #fff;
    height: auto;
    float: none;
    display: none;
    z-index: 1;
    width: 115px;
    top: 30px;
    line-height: normal;
    background: #ccc;
    border-bottom: 0;
    z-index: 99998;
}

#navigation #right ul li {
    margin: 0;
    padding: 0;
    height: 25px;
    background: #ccc;
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
}

#navigation #right ul li a {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 25px;
    height: 25px;
    clear: both;
    display: block;
    white-space: nowrap;
    min-width: 110px;
    text-align: left;
}

.ie6 #navigation #right ul li a {
    width: 100%;
    height: 1%;
}

#navigation #right .selected {
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 7px;
}

#navigation #right ul li a:hover {
    color: #f60;
    background-color: #f3f6f7;
}

#banner .logo a {
    margin: 0 auto;
}

.js .interactive-mode {
    margin-right: 10px;
}

#navigation {
    margin: 0 auto;
    z-index: 101;
    position: relative;
    background: #3674c8;
    width: 1004px;
    height: 30px;
    font-size: 12px;
}

#navigation ul {
    height: 30px;
    line-height: 30px;
    margin: 0;
    float: left;
    padding-left: 10px;
}

#navigation ul li {
    height: 30px;
    padding: 0 18px;
    background:  no-repeat right;
    cursor: pointer;
}

#navigation ul li a {
    color: #fff;
    font-size: 16px;
}

#navigation li.selected {
    background: #d94842;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

#navigation li.selected a {
    color: #fff;
}

#navigation li.selected a:hover {
    color: #e1f651;
}

#navigation a:hover {
    color: #e1f651;
    text-decoration: none;
}

#navigation .selected a {
    color: #fff;
}

#navigation .selected a:hover {
    color: #153153;
    text-decoration: none;
}

#navigation #add-page {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

#navigation #add-page a {
    background:  no-repeat left;
    height: 30px;
    line-height: 30px;
    padding: 0 8px 0 20px;
    color: #fff;
}

#navigation #add-page a:hover {
    color: #e1f651;
    margin-top: 0;
    text-decoration: none;
}

#navigation li.selected .enter-page {
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 1px;
    background: none;
}

#navigation li.selected .enter-page .save-page {
    background: #306fc4;
    border: 1px solid #306fc4;
    color: #fff;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding: 3px 5px;
    font-weight: normal;
}

#navigation li.selected .enter-page .save-page:hover {
    background: none repeat scroll 0 0 #428ff7;
    border: 1px solid #428ff7;
    color: #f9f9f9;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding: 3px 5px;
    text-decoration: none;
}

#navigation .enter-page {
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    text-decoration: none;
    padding-top: 1px;
}

#navigation .enter-page {
    width: auto;
}

#navigation .enter-page .save-page {
    background: none repeat scroll 0 0 #d94842;
    border: 1px solid #d94842;
    color: #fff;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding: 3px 5px;
    font-weight: normal;
}

#navigation .save-page:hover {
    background: none repeat scroll 0 0 #f2514a;
    border: 1px solid #f2514a;
    color: #fff;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: normal;
}

#navigation .cancel-page {
    display: none;
}

.ui-tabs {
    border-bottom: 1px solid #1976c9;
}

.ui-tabs li.current:hover {
    background: none;
}

.ui-tabs li a,
.ui-tabs li span,
.ui-tabs li.current a,
.ui-tabs li.current span,
.ui-tabs li a:hover,
.ui-tabs li span:hover {
    background: #53aae7  repeat-x;
    border: 1px solid #346cb8;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin: 0 12px 0 0;
    padding: 8px 12px;
    font-weight: normal;
}

.ui-tabs li.current a,
.ui-tabs li.current span {
    font-size: 12px;
    font-weight: normal;
    background: #d9dcde;
    background:  repeat-x #909090;
    border: 1px solid #cd443f;
    color: #fff;
}

.ui-tabs li.current a:hover,
.ui-tabs li.current span:hover,
.ui-tabs li a:hover,
.ui-tabs li span:hover {
    background: #53aae7  repeat-x;
    color: #f8f8f8;
    text-decoration: none;
    border: 1px solid #4399d2;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #53aae7  repeat-x;
    border: 1px solid #1976c9;
    color: #fff;
    font-size: 12px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #53aae7  repeat-x;
    border: 1px solid #4399d2;
    color: #f8f8f8;
    font-size: 12px;
}

#navigation ul li ul {
    border: 1px solid #ccc;
    padding-left: 0;
    left: 0;
    height: auto;
    border-bottom: 0;
}

#navigation ul li ul li {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: left;
    width: 80px;
    overflow: hidden;
}

#navigation ul li ul li a {
    color: #313131;
    font-size: 16px;
    font-weight: normal;
}

#navigation ul li.selected ul li a {
    color: #313131;
    font-size: 12px;
    font-weight: normal;
}

#navigation ul li.selected ul li a:hover {
    text-decoration: none;
    color: #326a9b;
}

#navigation ul li ul li a:hover {
    text-decoration: none;
    color: #326a9b;
}

#navigation li a:hover,
#navigation li.selected a {
    cursor: pointer;
}

.child-menu {
    position: absolute;
    left: -1em;
    width: 100px;
    z-index: 99;
}

.child-menu li {
    background: #f9f9f9;
}

.lfr-column {
    padding: 5px;
}