/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-borderless-window
{
    margin: 5px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #333366;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
    
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-borderless-window-titlebar
{
    background-color: #d8d8e5;
    padding: 2px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
    display: none;
	
}

DIV.bea-portal-borderless-window A.bea-portal-button, DIV.bea-portal-borderless-window A.bea-portal-button-delete, DIV.bea-portal-borderless-window A.bea-portal-button-float
{
	display: none;
}


