.adminButtonSmall {
    width: 17px;
    margin: 2px;
}
.clearer {
    width: 100%;
    clear: both;
}

#enigma {
    font-family:  tahoma;
    width: 100%;
    height: 40px;
    background-image: url(../_images/bg.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: silver;
    font-size: 11px;  
}
#enigma .left {
    width: 221px;
    height: 40px;
    background-image: url(../_images/logo.jpg);
    background-repeat: no-repeat-x;
    float: left;  
}
#enigma .middle {
    width: 270px; 
    height: 40px;
    float: left;
    padding-top: 12px; 
}
#enigma .middle span {
    color: orange;
    font-weight: bolder; 
}
#enigma .right {
    width: 100%; 
    height: 40px;
    padding-top: 7px;
    padding-right: 4px;   
}
#enigma .right table {
    float: right; 
}
#enigma .right table input {
    border: 1px solid silver;
    background-color: #F0F0F0; 
}

.textarea_mce {
    width: 100%;
    height: 100%;
}