/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window
{
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    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-content
{
    margin: 0px;
    padding: 0px;
    scrollbar-base-color:#d8d8e5;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window-titlebar
{
    background-color: #969696;
	font-family: Verdana, Times New Roman;
	font-weight: bold;
	font-size: 13px;
	color: White;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
    height:1em;
}

.bea-portal-window-titlebar-custom
{
    background-color:#E8E8E8
	font-family: Verdana, Times New Roman;
	
	color: White;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 5px;
    
}

.bea-portal-window-titlebar-container
{
    padding: 0px;
    width: 0%;
}

.bea-portal-window-icon
{
    text-align: center;
    padding: 0px 4px 0px 0px;
    margin: 0px;
    width: 1%;
}

.bea-portal-window-icon img
{
    padding: 0px;
    margin: 0px;
}

.bea-portal-window-titlebar-title
{
    color: white;
    text-align: left;
    font-family: Verdana, Times New Roman;
	font-weight: bold;
	font-size: 13px;    
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-window-titlebar-buttons
{   background color:#969696;
    text-align: right;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Added by Ajoy
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window-titlebar-title-tohide
{
    background-color: #969696;
    color: #969696;
    text-align: left;
    font-family: Verdana, Times New Roman;
	font-weight: bold;
	font-size: 13px;    
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}
