#myContent_siteOffset {
    height:22px;clear:both;
    text-align:left;
}


#myContent_links {
    position:fixed;
    width:100%;
    height:22px;
    line-height:22px;
    bottom:0px;
    left:0px;
    background-color: rgb(200,200,250);
    font-size:8pt;
    color:black;
    font-family:tahoma;
    text-align:left;
    border-top:1px solid black;
    border-bottom:1px solid black;
    background-image: url(../images/toolbar.gif);
    background-repeat: y-repeat;
    z-index:100;
}

.myContent_padding {
    margin:0px 10px 0px 10px;
}

#myContent_links * {
    font-size:8pt;
    line-height:22px;
    color:black;
    font-family:tahoma;
}


#myContent_links  * a {
    font-size:8pt;
    line-height:22px;
    color:black;
    font-family:tahoma;
}

#myContent_editorHost {
    border:1px solid rgb(0,0,190);
    /*padding: 2px;*/
    display:none;
    background-color:white;
    width:700px;
    height:90%;
    position:fixed;
    top:0px;
    left:50%;
    margin:20px -350px 0px -350px;
    z-index: 110;
    overflow: none;
    text-align:left;
}

#myContent_object {
    position:relative;
    width:700px;
    height:100%;


}

#myContent_siteCover {
    display:none;
    background-image:url(/myContent/images/fade.png);
    background-repeat:repeat;
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 100;
}

#mc_hotCorner{
    background-image: none;
}

#mc_hotCorner:hover{
    background-image: url(/myContent/images/hotSpot.gif);
}

.myContent_innerToolbar{
    position:absolute;
    text-align:center;
    right:3px;
    width:32px;
    top:3px;
    border:1px solid gray;
    border-top:1px solid rgb(250,250,250);
    border-left:1px solid rgb(250,250,250);

    background-color:rgb(230,230,230);

}


