#editor-tabs li {
    margin: 0;
    margin-right: 5px;
    padding: 0;
}
#editor-tabs {
    margin: 0;
    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 {
    background: #f9f9f9;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari */
    border-radius: 3px; /* CSS3 (Opera?) */
    padding: .9em;
    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%;
}

#content-title-div.inputSection {
    margin-bottom: 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%;
}

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

#wiki-editor #heartbeat-div,
#wiki-editor div.error,
#wiki-editor .infoMacro {
    margin-bottom: .9em;
}
#wiki-editor div.error {
    padding: .9em;
}