
/* - FCKEditorCustom.css - */
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

#text___Frame body {
    background:transparent repeat scroll 0 0;
}

div.SC_Panel {
    height: auto !important;
    width: 180px !important;
    overflow: auto !important;
    background-color: white !important;
}
.ForceBaseFont {
    margin-left: -12px !important;
    margin-top: -12px !important;
    height: auto !important;
}

.fieldUploadFile {
display:block !important;
}


/*  */


