﻿.tinyMceEditor 
{
    border: solid 1px silver;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    overflow: auto;
    display: table;
    width: 100%;
    height: 100px;
    background-color: transparent !important; 
}
.popImage img
{
    display: inline-block !important;
}
.popIframe img
{
    display: inline-block !important;
}
.ui-draggable 
{
    z-index: 1;
}

/*.mce-edit-area*/
.mce-panel 
{
    background: transparent !important; 
}

.mce-toolbar-grp 
{
    background: #fff !important; 
}

.mce-toolbar 
{
    background: #fff !important; 
}

/*.mce-toolbar-grp 
{
    background: #f0f0f0 !important;
}

.mce-toolbar 
{
    background: #f0f0f0 !important;
}*/

.mce-reset, 
.mce-stack-layout,
.mce-floatpanel 
{
    background: #fff !important; 
}

