﻿/*  CONTENT AREA */
div.canedit{border:1px dotted #EFEFEF;position:relative;}
.edit-btn{position:absolute;right:1px;top:0px;}
.edit-btn:active{right:0px;top:1px;}

/* CONTENT EDITOR BOX */
div.contenteditor{position:absolute;top:20px;width:800px;height:600px;margin:0px auto;border:1px solid #000000;background:#EAEAEA url(../images/icons/topbar-spacer.png) repeat-x scroll center top;overflow:hidden;}
div.contenteditor img.close-btn{float:right;cursor:pointer;}
div.editor-body
{
    margin-top: 19px;
    width: 100%;
    background:#EAEAEA;
}
div.editor-body div.bottom-bar
{
    width: 100%;
    height: 33px;    
    float: left;
}
iframe#editor-box{position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:100%;}
div#editor-footer{float:left;width:100%;clear:both;}
#save-btn
{
    width:107px;
    height:31px;
    background:url(../images/icons/save.png) no-repeat 0px 0px; 
    margin-right: 1px;
    margin-top: 0px;
    float:right;
    cursor: pointer;
}
#save-btn:active
{
    margin-top: 1px;
    margin-right: 0px;
}

#save-btn.hover
{
    background:url(../images/icons/save.png) no-repeat 0px -31px;
}
#save-status
{
    background:transparent url(../images/icons/idea.png) no-repeat scroll left center;
    float:left;
    font-size:12px;
    height:19px;
    line-height:16px;
    margin:2px 3px;
    padding-left:20px;
    padding-top:5px;
    display: none;
}
