.separator 
{
   margin-left: 0px; 
   margin-right: 0px; 
   text-align: center; 
   vertical-align: middle
}

.bg-body
{
   background-color: #e0e0e0;
}

.main-panel
{
    width: 100%;
}

.bg-dark
{
   background-color: #e0e0e0;
}

.bg-light
{
    background-color: #efefef;
}

.center
{
   text-align: center;
   margin: 0 auto;
}

.right
{
   text-align: right
}

.left
{
   text-align: left
}

.col-key
{
    text-align: left;
    width: 100px;
}

.col-value
{
    text-align: left;
}

.col-info
{
    padding-left: 8px;
    text-align: left;
}

.header-panel-difoma
{
    background-image: url(gradient.5x30.reversed.png);
    height: 24px;
    width: 100%;
}

.panel-menu-header
{
    background-color: #cacaca;

    background-image: url(minitab_background.jpg);
    background-repeat: repeat-x;

    height: 29px;

    margin-top: 1px;
    width: 100%
}

.panel-menu-version
{
    display: block;

    position: absolute;
    bottom: 4px;

    vertical-align: middle;
    text-align: center;
    
    font-size: 10px;
    width: 100%;

    opacity: 0.5;
    filter: alpha(opacity=50);
}

.header-panel-main
{
    background-image: url(gradient.5x30.png);
    height: 24px;
    width: 100%;
}

.header-panel-30
{
    background-image: url(gradient.5x30.png);
    height: 30px;
    width: 100%;
}

.header-panel
{
    background-image: url(gradient.5x30.png);
    height: 24px;
    width: 100%;
}

.header-text
{
    font-weight: bold;
}

.outer-panel
{
    background-color: #efefef;

    width: 100%;
}

.inner-panel
{
    width: 100%;
}

.inner-panel-left
{
}

.info-msg
{
   color: #007700;
   font-weight: bold;
}