.mgnlMainbar,.mgnlMainbarPreview {
    position: absolute;
    z-index: 900;
}

.mgnlBtnsLeft {
    text-align: left !important;
}

.mgnlBtnsRight {
    text-align: right !important;
}

.mgnlBtnsLeft, .mgnlBtnsRight {
    white-space: nowrap;
    line-height: 14px !important;
}

.mgnlControlButton,.mgnlControlButton_PUSHED {
    font-size: 11px !important;
    height: 15px;
    padding: 1px 8px 1px 10px !important;
}

.mgnlControlButtonSmall,.mgnlControlButtonSmall_PUSHED {
    font-size: 9px !important;
    height: 5px;
    padding: 0 3px 0 3px !important;
}

.mgnlControlButton,.mgnlControlButton_PUSHED,.mgnlControlButtonSmall,.mgnlControlButtonSmall_PUSHED {
    font-family: Verdana, sans-serif !important;
    color: #F0F2E6 !important;
    cursor: default;
    white-space: nowrap;
    display: inline !important;
    width: auto !important;
}

.mgnlControlButtonTransparent,.mgnlControlButtonTransparentSmall {
    background: transparent;
    white-space: nowrap;
}

.mgnlControlButton,.mgnlControlButtonSmall,.mgnlControlButtonTransparent,.mgnlControlButtonTransparentSmall {
    background-color: #5E9201;
    border-top: 1px solid #ADC97B;
    border-left: 1px solid #ADC97B;
    border-bottom: 1px solid #396101;
    border-right: 1px solid #396101;
}

.mgnlControlButton_PUSHED,.mgnlControlButtonSmall_PUSHED {
    background-color: #9DB517 !important;
    border-top: 1px solid #B9C950;
    border-left: 1px solid #B9C950;
    border-bottom: 1px solid #8a2;
    border-right: 1px solid #8a2;
}

table.mgnlControlBar, table.mgnlControlBarSmall, table.mgnlControlBarSmall_PUSHED, table.mgnlControlBarSmall_MOUSEOVER {
    margin: 0px !important;
    padding: 0px !important;
    border-collapse: collapse !important;
    /* this is the default, but enforcing it seems to make safari happier when we embed another table in table-layout:fixed */
    table-layout: auto;
}

.mgnlControlBarSmall,.mgnlControlBarSmall_PUSHED,.mgnlControlBarSmall_MOUSEOVER {
    width: 100% !important;
}

.mgnlControlBar,.mgnlControlBarSmall {
    border-top: 1px solid #ADC97B !important;
    border-left: 1px solid #ADC97B !important;
    border-bottom: 1px solid #396101 !important;
    border-right: 1px solid #396101 !important;
}

.mgnlControlBar td, .mgnlControlBarSmall td {
    background-color: transparent !important;
    background-repeat: repeat !important;
    background-image: url("../admin-images/mgnl-bar.png") !important;
}

.mgnlControlBar_PUSHED td, .mgnlControlBarSmall_PUSHED td {
    background-color: #9DB517 !important;
    border-top: 1px solid #B9C950 !important;
    border-left: 1px solid #B9C950 !important;
    border-bottom: 1px solid #8a2 !important;
    border-right: 1px solid #8a2 !important;
}

.mgnlControlBar_MOUSEOVER td, .mgnlControlBarSmall_MOUSEOVER td {
    background-color: #8a3 !important;
    border-left: 1px solid #ac6 !important;
    border-top: 1px solid #ac6 !important;
    border-right: 1px solid #680 !important;
    border-bottom: 1px solid #680 !important;
}

.mgnlControlBarSmall td, .mgnlControlBarSmall_PUSHED td, .mgnlControlBarSmall_MOUSEOVER td {
    padding: 1px 2px 2px 2px !important;
}

.mgnlControlBar,.mgnlControlBar_PUSHED,.mgnlControlBar_MOUSEOVER {
    width: 100%;
}

.mgnlControlBar td,.mgnlControlBar_PUSHED td,.mgnlControlBar_MOUSEOVER td {
    padding: 4px 2px 4px 2px !important;
}

#mgnlMoveDivShadow,#mgnlMoveDivDenied,#mgnlMoveDivAllowed {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 901;
    visibility: hidden;
    font-family: Verdana;
    font-size: 10px;
    background-repeat: no-repeat;
    width: 286px;
    height: 20px;
}

#mgnlMoveDivShadow {
    background-image:
        url("../../.resources/admin-images/mgnlMoveShadow.gif");
}

#mgnlMoveDivDenied {
    background-image:
        url("../../.resources/admin-images/mgnlMoveDenied.gif");
}

.smothTextField {
    height: 18px;
    border: 0px #dddddd solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 2px;
}

td.smothBarLabelContainer {
    width: 100%;
}

table.smothBarLabel {
    table-layout: fixed;
    width: 100%;
    height: 9px;
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

td.smothBarLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0px;
    text-align: center;
}

.smothTextFieldTD {
    height: 20px;
}

.smothDropdownHeader {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    cursor: pointer;
    font: 11px verdana, arial, helvetica, sans-serif;
    background-color: #ffffff;
}

.smothDropdownHeaderField {
    padding-top: 2px;
    cursor: pointer;
    font: 11px verdana, arial, helvetica, sans-serif;
    background-color: #ffffff;
    border-top: 1px #999999 solid !important;
    border-bottom: 1px #CCCCCC solid !important;
}

.smothDropdownBox {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-color: #ffffff;
    visibility: hidden;
    position: absolute;
    z-index: 2;
}

.smothDropdownEntry {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: auto;
    border-left: 1px #999999 solid !important;
    border-right: 1px #CCCCCC solid !important;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.smothDropdownEntryHover {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-color: #D9F1B3;
    width: auto;
    border-left: 1px #999999 solid !important;
    border-right: 1px #CCCCCC solid !important;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.smothDropdownEntryText {
    font: 11px verdana, arial, helvetica, sans-serif;
}
