﻿/*  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;}
.perm-btn{position:absolute;right:33px;top:0px;}
.perm-btn:active{right:32px;top:1px;}

/* CONTENT EDITOR BOX */
div.contenteditor, div.permissionseditor{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, div.permissionseditor 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, #perm-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, #perm-save-btn:active{margin-top: 1px;margin-right: 0px;}
#save-btn.hover, #perm-save-btn.hover{background:url(../images/icons/save.png) no-repeat 0px -31px;}
#save-status, #perm-save-status{color:#000;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;}

/* PERMISSIONS EDITOR AREA */
div#perms-area{width:100%;background-color:#CCCCAA;border:1px inset;}
div.perms{width:45%;float:left;padding:0px 2%;}
div.perms h1{font-size:15px;clear:both;border-bottom:1px solid black;}
div.users{border-left:1px solid black;}
div.roles div.name{background:transparent url(../images/icons/add_group.png) no-repeat;padding-left:32px;}
div.users div.name{background:transparent url(../images/icons/add_user.png) no-repeat;padding-left:32px;}
div.name{line-height:32px;}
div.name input{margin:4px;}
