/* Framekiller COMMON-2347  */
html {
    display: none;
}

/* Common Style Replacement CSS classes */

.backgroundNone {
    background: none;
}

.backgroundImageNone {
    background-image: none;
}

.border0 {
    border:0;
}

.borderTopNone {
    border-top:none;
}

.clearBoth {
    clear: both;
}

.displayNone {
    display: none !important;
}

.displayNoneLite,
span.displayNoneLite,
div.displayNoneLite,
div.display.none,
span.display.none
{
    display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fontSize07em {
    font-size: 0.7em;
}

.fontSize10 {
    font-size: 10px;
}

.fontSize1Em {
    font-size: 1em;
}

.fontWeightBold {
    font-weight: bold;
}

.fontItalic {
    font-style: italic;
}

.height4 {
    height: 4px;
}

.height10 {
    height: 10px;
}

.displayInlineBlock {
    display: inline-block;
}

.lineHeight38 {
    line-height: 38px
}

.listStyleNone {
    list-style: none
}

.margin4 {
    margin: 4px;
}

.margin10 {
    margin: 10px;
}

.marginBottom1Em {
    margin-bottom: 1em;
}

.marginTop0 {
    margin-top: 0;
}

.marginTop4 {
    margin-top: 4px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginLeft1Em {
    margin-left: 1em;
}

.marginLeft4Em {
    margin-left: 4em;
}

.marginLeft4 {
    margin-left: 4px;
}

.maxHeight640 {
    max-height:640px;
}

.minHeight24 {
    min-height: 24px;
}

.overflowScroll {
    overflow:scroll
}

.pad1em {
    padding:1em;
}

.pad4 {
    padding: 4px;
}

.pad6 {
    padding: 6px;
}

.pad10 {
    padding: 10px;
}

.pad12 {
    padding: 12px;
}

.padBottom0{
    padding-bottom: 0;
}

.padLeft0{
    padding-left: 0;
}

.padTop0{
    padding-top: 0;
}

.textAlignRight {
    text-align: right;
}

.textAlignJustify {
    text-align: justify;
}

.textAlignRight {
    text-align: right;
}

.textDecorationNone {
    text-decoration: none
}

.width24 {
    width: 24px;
}

.width25 {
    width: 24px;
}

.width32 {
    width: 32px;
}

.width70 {
    width: 70px;
}

.width100 {
    width: 100px;
}

.width3Em {
    width: 3em;
}

.width6Em {
    width: 6em;
}

.width325 {
    width: 325px;
}

.width710 {
    width: 710px;
}

.whiteSpaceNowrap {
    white-space: nowrap;
}

.verticalAlignTop {
    vertical-align:top
}
/**
    Global Favorite Editor Styles
 */

#favoritePanelInput {
    width:100%;
    box-sizing: border-box;
    border: solid 1px #ceced0;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    font-family: '72-Regular', sans-serif;
}

#favoriteEditInput {
    width:100%;
    box-sizing: border-box;
    border: solid 1px #ceced0;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    font-family: '72-Regular', sans-serif;
}


#spacer-image {
    float: left;
    border: none;
    opacity: 0;
}

/* Msg Formats */

.componentNotAvailable {
    cursor:help;
    text-decoration:underline;
}

/* j3.js */

.scrollbarWidth {
    width:50px;height:50px;overflow:hidden;position:absolute;top:-200px;left:-200px;
}

.scrollbarWidth .inside {
    height:100px;
}

.hiddenImage {
    float: left;
    border: none;
    opacity: 0;
}
