.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.scroll {
    overflow: scroll;
}

.p6 {
    padding: 6px;
}

.centered {
    margin: 0 auto;
}

.w80p {
    width: 80%;
}

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

.nofloat {
    float: none !important;
}

.textcenter {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.clearfix:after {
    clear: both;
}

.view-center {
    overflow: auto;
}

.ui-layout-toggler:before {
    font-size: 2px !important;
    line-height: 10px !important;
    content: "\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A\00A0\263A";
}

.ui-layout-toggler-hover:before {
    content: "\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B\00A0\263B";
}

.ui-layout-toggler-east,
.ui-layout-toggler-west {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    height: 10px !important;
}

.ui-datepicker {
    padding: 6px;
    margin: 0;
    border: 1px solid #AAA;
    border-radius: 3px;
    background-color: #EEE;
    display: none;
}

.ui-datepicker-header {
    position: relative;
    width: 260px;
    height: 26px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    position: absolute;
    top: 3px;
    font-size: 10px;
    cursor: pointer;
}

.ui-datepicker-next {
    right: 3px;
}

.ui-datepicker-prev {
    left: 3px;
}

.mce-tinymce {
    margin: 10px 0 10px 0 !important;
}

.mce-ico,
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget * {
    font-size: 12px !important;
}

.mce-window-head .mce-close {
    font-size: 30px !important;
    right: 6px !important;
    top: 3px !important;
}

.clear {
    clear: both;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.KeyTips__highlighted {
    color: Navy;
    background-color: #fdda8d;
}

.KeyTips__popup {
    position: absolute;
    width: 16px;
    height: 17px;
    overflow: hidden;
    line-height: 17px;
    background: #f3f3f8 url('popup-back.gif') left top no-repeat;
    color: #4c4c4c;
    font-family: "Lucida Sans", Verdana, Sans-Serif;
    font-size: 11px;
    text-align: center;
    cursor: default;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    opacity: 0.8;
}