#editor-tabs li {
    margin: 0 5px 0 0;
    padding: 0;
}
#editor-tabs {
    margin: 10px 0 0 10px;
    padding: 0;
}
#wiki-editor .tab-navigation .tab a {
    height: 1em;
}

.loading {
    background: url(../../../images/icons/wait.gif) no-repeat 50% 50%; 
    text-indent: -9999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    visibility: hidden; /* hidden, but affecting layout by default */
}

.editor-settings {
    font-size: .8em;
    font-weight: bold;
    color: #666;
}

#wiki-editor .editor-panel {
    border:1px solid #d3d3d3;
    background-color: white;
    padding: 10px;
}
#wiki-editor .editor-panel, #wiki-editor .input-section {
    margin: 0 0 10px 0;
}
#wiki-editor .captcha {
    text-align: right;
	border:1px solid #d3d3d3;
    background-color: white;
}

#wiki-editor {
    border: 1px solid #d3d3d3;
    background: #f0f0f0;
    padding: 10px;
    margin-right: 10px;
    overflow: auto;
}

.pagetitle {
    font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.newpagetitle {
    color: #ccc;
}

h1 #content-title {
    margin: 0;
    padding-left: 5px;
    width: 100%;
}

h1 #content-title-div.inputSection {
    margin-bottom: 0;
    padding: 2px 0 10px 0;
    overflow: hidden;
}

h1 #content-title-div.inputSection input {
    padding: 1px 5px;
}

.inlinecommentform, .threadedcommentform {
    width: 720px;
}

#preview {
    border: 1px solid #ccc;
    background-color: white;
    clear: left;
}
#previewArea {
    margin: 0;
    padding: 0 10px;
}
#previewArea iframe {
    border: none;
    margin: 0;
    width: 100%;
    height: 465px; /* Default height of the editor */
}
.remove-control {
    float: right;
}

#linkinserters {
    clear: left;
    background: #d6d6d6;
    border: 1px solid #ccc;
    border-bottom: none;
}
#wiki-editor .submit-buttons {
    float: right;
}
#wiki-editor div.bottom {
    float: none;
    display: block;
    text-align: right;
}
#wiki-editor div.minor-edit {
    float: right;
}
#wiki-editor .mceEditor {
    width: 100%;
}
#markup {
    padding: 5px 0 0 5px;
    background: #fff;
    border: 1px solid #ccc;
}
#editor-tabs {
    list-style-type: none;
}

#editor-tabs li a {
    border-bottom: none;
    padding-bottom: .5em;
    line-height: 1.3;
}

#markup textarea {
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
}

#draft-status {
    display: inline;
    float: right;
    padding: 0.3em 2em;
    color: #777;
}
#draft-status.error {
    background-color: transparent;
    color: #c44;
}
