
body {
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #6e1976;
}

.is-wrapper {opacity:1.0;}

#_cbhtml .is-rte-tool {
    top: 180px;
}

.CMSsavebutton {
    position:fixed;
    bottom: 2rem;
    left: 5rem;
    z-index: 999;
    font-size: 2rem;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px #bbbbbb dashed;
}

    .CMSsavebutton:hover {
        background-color: #eeffee;
        border: 4px green dashed;
        color: green;
    }


.disabledButton {
    background-color: #eeeeee;
    color: #cccccc;
    border-color: #dddddd;
}

/* Generic Sulware CMS Styles */
.paragraph {
}

    .paragraph .image {
    }

    .paragraph .content {
    }

    .paragraph .left {
        margin-right: 5px;
        float: left;
    }

.gallerybox {
    width: 700px;
    height: auto;
    overflow: hidden;
}

    .gallerybox img {
        margin: 10px 10px 10px 10px;
    }

#mainpage {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px auto;
    text-align: left;
}

    #mainpage header {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: Aqua;
    }

    #mainpage aside.lhs_column {
        width: 20%;
        float: left;
        height: auto;
        overflow: hidden;
        background-color: Green;
    }

    #mainpage section.core_content {
        width: 58%;
        height: auto;
        float: left;
        overflow: hidden;
        margin: 0px 1% 0px 1%;
        background-color: Yellow;
    }

    #mainpage aside.rhs_column {
        width: 20%;
        float: left;
        height: auto;
        overflow: hidden;
        background-color: Blue;
    }

    #mainpage footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: Aqua;
    }

    #mainpage #searchbox {
    }

    #mainpage .button, #mainpage .disabledbutton {
        padding: 5px 5px 5px 5px;
        border: 0px;
        background-color: Blue;
        border-radius: 5px;
        color: White;
    }

    #mainpage .disabledbutton {
        background-color: #eeeeee;
    }

    #mainpage .button:hover {
        background-color: Green;
    }
/* End Sulware CMS Styles */

/* social media links */
#smpanel {
    margin-top: 20px;
    clear: both;
}

    #smpanel #tweetme {
        margin-left: 0px;
        float: left;
    }

    #smpanel #sharethis {
        margin-left: 15px;
        float: left;
    }

/* End social media links */

/* General HTML Tags */
#mainpage h1 {
}

#mainpage h2 {
}

#mainpage h3 {
}

#mainpage h4 {
}

#mainpage a {
}

#mainpage img {
    border: 0px;
}

/* END Html Tags */

/* Client specific */


/* End Client specific tags */
