.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
}

#loginStatus {
    padding: 5px;
    border-bottom: solid #4491dd 1px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #8FCEE9;
    text-align: right;
}

#loginStatus FORM {
    display: inline;
}

.cmsWrapper {
    position: relative;
}

.cmsWrapper .cmsListTools {
    position: absolute;
    top: 35px;
}

.cmsWrapper .cmsTools {
    position: absolute;
    top: 35px;
}

.cmsWrapper .smallCmsTools {
    position: relative;
}

.cmsWrapper .smallCmsTools.pageCmsTools A.fe {
    position: absolute;
    left: 0px;
    top: -10px;
}

.cmsWrapper .smallCmsTools.textCmsTools A.fe {
    position: static;
}

.cmsWrapper .smallCmsTools.textCmsTools.short {
    position: absolute;
    left: -27px;
    top: 5px;
}

.cmsWrapper .smallCmsTools.imageCmsTools A.fe {
    position: absolute;
    top: 5px;
    left: 5px;
}

.cmsWrapper .smallCmsTools A.fe {
    display: block;
    width: 20px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: -4px;
    padding: 0px;
    background-position: 2px;
}

.cmsWrapper .smallCmsTools A.feedit {
    left: -50px;
}
.cmsWrapper .smallCmsTools A.fedelete {
    left: -29px;
}
.cmsWrapper .smallCmsTools A.fesort {
    left: -71px;
}

A.feedit, A.feadd, A.fedelete, A.fesort {
    display: block;
    text-decoration: none;
    width: 130px;
    height: 17px;
    padding-top: 4px;
    padding-left: 26px;
    border: solid #4491dd 1px;
    -moz-border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: 1px;
    background-color: #8FCEE9;
}

ul.feMenu {
    float: left;
    width: 768px;
}

A.feadd {
    background-image: url('../icons/page_add.png');
}
A.feedit {
    background-image: url('../icons/page_edit.png');
}
A.fedelete {
    background-image: url('../icons/page_delete.png');
}
A.fesort {
    background-image: url('../icons/arrow_updown.png');
}

.cmshover {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #8FCEE9;
    border: 1px solid #4491DD;
    padding: 15px;
    width: 502px;
    -moz-border-radius: 5px;
    display: none;
    z-index: 2000;
}

.cmshover .close {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 15px;
    height: 15px;
    background: transparent url('../icons/cross.png') no-repeat;
}

.cmshover .binder {
    position: absolute;
    background-color: #8FCEE9;
    border-top: solid #4491dd 1px;
    border-bottom: solid #4491dd 1px;
    top: -1px;
    left: -7px;
    width: 7px;
    height: 21px;
}

.cmshover .loader {
    background: transparent url('../img/loadbar.gif') no-repeat;
    height: 20px;
    display: none;
}

.fehoverform label {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}

.fehoverform label:first-child {
    margin-top: 0px;
}

.fehoverform .textinput,
.fehoverform .textareainput,
.fehoverform .tinyinput {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 2px 5px;
    width: 400px;
    display: block;
}

.fehoverform .textareainput,
.fehoverform .tinyinput {
    width:  492px;
    height: 300px;
}

.fehoverform .submit {
    margin-top: 20px;
}


.fehoverform .containerWidget {
    border: solid #4491dd 1px;
    width: 498px;
    background-color: #fff;
}

.fehoverform .containerWidget .tools {
    padding: 6px 10px 5px 10px;
}

.fehoverform .containerWidget A.addSlot {
    background: url('../icons/page_add.png') no-repeat;
    background-position-x: 2px;
}

.fehoverform .containerWidget A.delete {
    background: url('../icons/cross.png') no-repeat;
}

.fehoverform .containerWidget li {
    padding: 5px;
    clear: both;
    border-bottom: solid #ccc 1px;
}

.fehoverform .containerWidget .icon {
    display: block;
    width: 22px;
    height: 22px;
}

.fehoverform .containerWidget table {
    border-collapse: collapse;
    width: 100%;
}

.fehoverform .containerWidget .sortHandle {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../icons/arrow_updown.png') no-repeat;
}

.fehoverform .containerWidget td {
    vertical-align: top;
    padding: 5px 5px;
    border-top: solid #CCC 1px;
    border-bottom: solid #8FCEE9 1px;
    background-color: #fff;
}

.fehoverform .containerWidget A {
    color: blue;
    text-decoration: underline;
}

.fehoverform .containerWidget .fileWidget TD{
    margin: 5px 0px;
}

.fehoverform .containerWidget .fileWidget .filepreview IMG {
    max-width: 100px;
}

.fehoverform .containerWidget .downloadEntry .filepreview {
    float: left;
    margin-right: 14px;
}

.fehoverform .multiSelectWidget {
    
}

.fehoverform .multiSelectWidget label {
    display: inline;
}


.fehoverform .datePickerWidget {
    position: relative;
}

.fehoverform .datePickerWidget .textinput {
    width: 100px;
}

.fehoverform .datePickerWidget .picker {
    float: left;
    display: block;
    position: absolute;
    top: 25px;
    left: 97px;
    width: 16px;
    height: 16px;
    background: url('../icons/page_add.png') no-repeat;
}

.feimagecropper .cropbox {
    margin: 10px 0;
}

.feimagecropper .loader {
    display: block;
}


.fehoverform .error {
    color: red;
    font-weight: bold;
    margin: 3px 0px;
}


.feImagePlaceHolder {
    background-color: #ccc;
    color: #fff;
    width: 150px;
    padding: 50px 0;
    text-align: center;
}

.filepreview IMG {
    max-width: 596px;
}
