@charset "utf-8";

.asaeditor_dialog {
    z-index: 99999; 
    position: absolute; 
    border-style:solid;
    border-left-width:1px;
    border-right-width:1px;
    border-top-width:1px;
    border-bottom-width:1px;
    border-top-color: #e1e1e1;
    border-left-color: #e1e1e1;
    border-right-color: #999999; 
    border-bottom-color: #999999;
    top: -1000px; 
    left: -1000px; 
}

.asaeditor_dialog input, 
.asaeditor_dialog div, 
.asaeditor_dialog td, 
.asaeditor_dialog select, 
.asaeditor_dialog textarea, 
.asaeditor_dialog span {
    font-size:9pt;
}

.asaeditor_dialog fieldset {
	border-color:#dedede;
	border-width:1px;
	border-style:solid;
    margin:4px 0 0 0;
}

.asaeditor_dialog legend {
    color:#676767;
    font-weight:bold;
}

.asaeditor_dialog .asaEditorTitle {
    padding:4px 0 4px 8px;
    font-size:9pt;
    text-align:left;
    font-weight:bold;
	color:#676767;
}

.asaeditor_dialog .asaEditorPanel {
    padding:4px 0 4px 8px;
    text-align:left;
}


.asaeditor_dialog input.btn_ok {
    height:18px;
    width:46px;
    padding:2px 0 0 0;
    margin:0 2px 0 2px;
    border:none;
    color:#ffffff;
}

.asaeditor_dialog input.btn_cancel {
    height:18px;
    width:46px;
    padding:2px 0 0 0;
    margin:0 2px 0 2px;
    border:none;
    color:#ffffff;
}

.asaeditor_dialog input.btn_upload {
    height:18px;
    width:47px;
    padding:2px 0 0 0;
    margin:0 2px 0 2px;
    border:none;
    color:#ffffff;
}

.asaeditor_dialog input.btn_preview {
    height:18px;
    width:57px;
    padding:2px 0 0 0;
    margin:0 2px 0 2px;
    border:none;
    color:#ffffff;
}

.asaeditor_dialog input.btn_more {
    height:17px;
    width:47px;
    padding:2px 0 0 0;
    margin:0 6px 0 0;
    border:none;
    color:#ffffff;
}

.asaeditor_dialog input.btn_default {
    height:20px;
    border:1px;
    color:#ffffff;
    margin:0;
    background-color:#999999;
}

.asaeditor_dialog li.tabsActive {
    list-style-type:none;
    float:left;
    cursor:hand;
    padding:3px 3px 1px 3px;
    border: 1px solid #c9c9c9;
    background-color:#eee;
    border-bottom-width:0;
}

.asaeditor_dialog div.tabs  {
    display:block;
    font-size:9pt;
    text-align:left;
    height:20px;
    text-align:left;
    margin-top:-20px;
}

.asaeditor_dialog div.tabs ul {
    list-style-type:none;
}

.asaeditor_dialog div.tabs li {
    float:left;
    cursor:hand;
    border: 1px solid #c9c9c9;
    list-style:none;
    height:20px;
    padding:4px 2px 0 2px;
    margin:0 -1px 0 0;
    border-bottom-width:0;
}

.asaeditor_dialog li.tabsInactive {
    padding:3px 3px 0 3px;
    background-color:#ddd;
    border-bottom-width:0;
}

.asaeditor_dialog li.itemActive {
    background-color:#eee;
}

#asaEditor_characterTab {
    float:left;
    margin:0;
    position:absolute;
    white-space:nowrap;
    overflow:hidden;
    left:7px;
    top:8px;
    -webkit-padding-start:0;
}

#asaEditor_characterTab li {
    cursor:hand;
    list-style-type:none;
    list-style-image:none;
    position:relative;
    float:none;
    left:0;
    padding:4px 8px 4px 8px;
    margin:0 -4px 0 0;
    display:inline;
    font-size:9pt;
}

#asaEditor_characterTab li.itemActive {
    font-weight:bold;
}

#asaEditor_characterTab li a {
    text-decoration:none;
    color:#454545;
}


.characterList {
    font-size:12px;
    font-style:normal;
    position:relative;
    width:421px;
    height:172px;
    top:26px;
    left:7px;
    margin:0;
    overflow:visible;
    float:left;
    padding:0 0 1px 0;
    background-color:#CCCCCC;
    -webkit-padding-start:0;
}

.characterList li {
    list-style-type:none;
    list-style-image:none;
    position:relative;
    margin:0 1px 1px 0;
    padding:0 0 0 0;
    width:20px;
    float:left;
    height:18px;
    top:1px;
    left:1px;
    background-color:#FFFFFF;
}

.characterList li button {
    border:0;
    cursor:pointer;
    _cursor:hand;
    vertical-align:top;
    background-position:-429px 0;
    background:none transparent scroll repeat 0% 0%;
    margin:0;
    width:20px;
    height:18px;
    padding:0 0 0 0;
}

.characterList li button span {
    position:relative;
    line-height:normal;
    width:auto;
    height:auto;
    top:0;
    left:0;
    overflow:visible;
    visibility:visible;
    font-size:12px;
    font-style:normal;
    padding:0;
}

#characterDiv * {
    vertical-align:top;
    font-size:12px;
    font-style:normal;
}

#characterDiv p {
    position:absolute;
    top:212px;
    left:7px;
    margin:0;
    padding:0;
}

#characterDiv p label {
    position:relative;
    margin:0 7px 0 0;
    letter-spacing:-1px;
    color:#333;
    top:4px;
    font-size:12px;
}

#characterDiv p input {
    font-family:Dotum, Sans-Serif;
    border:#dadada 1px solid;
    padding:3px 0 0 4px;
    margin:0 4px 0 0;
    width:300px;
    _width:306px;
    _height:20px;
    height:21px;
}

#characterDiv p button {
    position:relative;
    width:38px;
    height:21;
}

#blockquoteDiv ul {
    position:relative;
    float:left;
    overflow:visible;
    top:2px;
    left:2px;
    padding:0 0 1px 0;
    margin:0;
    -webkit-padding-start:0;
}


#blockquoteDiv ul li {
    list-style-type:none;
    position:relative;
    margin:0 1px 1px 0;
    padding:0;
    float:left;
    width:40px;
    height:40px;
    top:1px;
    left:1px;
}

#blockquoteDiv ul li button {
    border:#A1A1A1 1px solid;
    cursor:pointer;
    _cursor:hand;
    vertical-align:top;
    background-position:-429px 0;
    background:none transparent scroll repeat 0% 0%;
    margin:0;
    width:40px;
    height:40px;
    padding:0 0 0 0;
}