
/**
 * This is the widgets basic CSS. Note that you can change
 * the classes names using the plugin settings. But you can
 * use directly the default classes names, this names.
 */


.widget-place
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.widget-placeholder
{
    border: #000 dashed 1px;
}


.widget
{
    margin: 0px;
    border: #ebebeb solid 1px;
}

.widget-header
{
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #660000;
    padding: 0px;
}

.widget-header img
{
    border: none;
    vertical-align: middle;
}

.widget-menu
{
    /*right:5px;*/
}

.widget-menu a
{
    margin: 0 0 0 2px;
}

.widget-editbox
{
    color: #000;
    margin: 0.2em;
    padding: 0.2em;
    background-color: yellow;
}

.widget-content
{
    /* padding: 0.5em;*/
}

.table_fixed
{
    table-layout: fixed;
    clear: both;
    margin-top: 10px;
}


.widget-right-menu
{
    height: 16px;
    vertical-align: middle;
}

.upgrade
{
    position: absolute;
    font-family: arial;
    color: #808080;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    z-index: 20;
}

