@charset "utf-8";

/* Auto Save */
.ckeditor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1}
.ckeditor.black .autosave_message {display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff}
.ckeditor .input_syntax.black {background:transparent;color:#fff}

/* Editor Component */
.xpress-editor .editorComponent_container {margin:20px 0; display:block;}
.xpress-editor .editorComponent {list-style:none; margin:-5px; padding:0;}
.xpress-editor .editorComponent li {display:inline-block; margin:5px;}
.xpress-editor .editorComponent li>a{border:1px solid #99CCFF; display:inline-block; padding:3px 10px; background:#fff;}
.xpress-editor .editorComponent li>a:hover{font-weight:bold; background:#fafafa}
.xpress-editor .editorComponent_MSIE {border:1px solid #99ccff; padding:10px 20px; margin:0; text-align:center;}
.xpress-editor .editorComponent_MSIE p {margin:0;}
.xpress-editor .editorComponent_MSIE p a{font-weight:bold; color:#00698C}

/* Simple Editor */
.simple_editor_button {margin:15px 0 0 0;}
.simple_editor_button button {display:inline-block; line-height:1; background:#fff; border:1px solid #00698c; cursor:pointer; color:#888; padding:5px; font-size:12px;}
.simple_editor_button button:hover {background:#fafafa; border-color:#429CD2; color:#444; font-weight:bold;}
.simple_editor + .ckeditor .cke_toolbox{display:none;}
.simple_editor .editorComponent {display:none;}
.simple_editor .fileUploader,
.simple_editor .editorComponent {border-top:1px solid #ddd; padding-top:10px;}

/* File Uploader */
.ckeditor .fileUploader {font-size:12px; margin: 10px 0 0 0;}
.ckeditor .fileUploader >div {margin:-5px;}
.ckeditor .fileUploader >div>div {margin:5px; display:inline-block; vertical-align:top;}
.ckeditor .fileUploader .preview {border:1px solid #aaa; width:160px; height:88px; overflow:hidden; vertical-align:top; text-align:center;}
.ckeditor .fileUploader .preview * {width:100%; max-width:100%; height:auto; vertical-align:middle;}
.ckeditor .fileUploader .fileListArea  {}
.ckeditor .fileUploader .fileListArea  select{height:90px; width:300px;}
.ckeditor .fileUploader .fileUploadControl  {}
.ckeditor .fileUploader .fileUploadControl a {display:inline-block; line-height:1; background:#fff; border:1px solid #00698c; cursor:pointer; color:#888; padding:5px; font-size:12px;}
.ckeditor .fileUploader .fileUploadControl a:hover {background:#fafafa; border-color:#429CD2; color:#444; font-weight:bold;}
.ckeditor .fileUploader .fileUploadControl .swfupload {width:100%!important; height:100%!important;}

.ckeditor .fileUploader .fileUploadControl p{text-align:right; margin:0;}
.ckeditor .fileUploader .fileUploadControl strong{display:inline-block; vertical-align:top; margin:0 10px 0 5px; font-weight:bold; font-size:14px;}
.ckeditor .fileUploader .isThumbnail {display:block; margin-top:0;}
.ckeditor .fileUploader .isThumbnail p{margin:0;}
.ckeditor .fileUploader .isThumbnail p *{vertical-align:middle;}
.ckeditor .fileUploader .isThumbnail p label{margin-left:10px;}
.ckeditor .fileUploader .file_attach_info  {display:block; margin-bottom:0;}