/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window
{
    /* pperister : changed this from 5px to 0px to make it beautiful */
    /*margin-left: 15px;*/
    padding: 0px;
    /*border-style: solid;
    border-width: 2px;
    border-color: #333366; */
    background-color: #FFFFFF;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
}

.bea-portal-window-myview
{
    /* pperister : changed this from 5px to 0px to make it beautiful */
    /*margin-left: 15px;*/
    padding: 0px;
    /*border-style: solid;
    border-width: 2px;
    border-color: #333366; */
    /* background-color: #e4e7cc;*/
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
}

.bea-portal-window-content
{
    margin-left: 0px;
    margin-bottom: 0px; // vertical spacerakia :)
    padding: 0px;
    scrollbar-base-color:#f0f0f0;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window-titlebar
{
    padding: 0px 0px;
    margin: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #9999b2;
    background-image: url('../images/window-titlebar-background.gif');
    font-size: small;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-window-titlebar-title
{
    vertical-align: middle;
}

.bea-portal-window-icon
{
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
}

.bea-portal-window-buttonbar
{
    padding: 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccce5;
    height: 14px;
    background-color: #f0f0f0;
}

.bea-portal-window-buttonbar-layout
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.bea-portal-window-buttonbar-layout-standard
{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.bea-portal-window-buttonbar-layout-extensions
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
