
.Hidden{
	display:none;
}

.dropdown {
    position: relative;
}

.dropdown .popup {
    width: 120px;
    display: none;
    position:absolute;
    top: 12px;
    right: 0px;
    border: solid 1px #868686;
    background: #FAFAFA;
	color: #003399;

}

.dropdown .popup a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    white-space: nowrap;
    padding: 4px 18px 4px 10px;
    text-decoration: none;
	color: #003399;
}

.dropdown .popup a:hover {
    background: #ffe6a0;
    border: solid 1px #d2b47a;
    color: #003399;
}
.blockEditor {
    border: solid 1px #ad9090;
}

.blockEditorHeader {
    padding: 0 4px 0 6px;
    font-weight: bold;
    font-size: 11px;
    background: #e0d1d1;
    border-bottom: solid 2px #ad9090;
    height: 14px;
    line-height: 14px;
    position:relative;
    text-align: left;
}

.blockEditorHeaderTitle {
    float: left;
    width: 100%;
    height: 12px;
    vertical-align: middle;
    line-height: normal;
    padding-right: 26px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #003399;
}

.blockEditorHeaderMenuDiv {
    position: absolute;
    line-height: 14px;
    top: 0px;
    right: 2px;
}

.blockEditorHeaderButton {
    padding-top: 0;
    float:right;
    margin-right: 2px;
    cursor: pointer;
    height: 12px;
    vertical-align: middle;
}

.blockEditorHeaderButton input[type=image] {
    vertical-align: top;
}

/* Add a marker to the top block to stop people accidentally adding blocks to the header */

#mainHeader > .blockEditor{
border-bottom:2px dotted red;
}
.PoweredBy{display:none;}
/* The navbar overlays the dropdown on the megamen, so hde when in edit mode */

.blockEditor .navbar-static-top {
    z-index: 9!important;
}