/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window
{
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #333366;
    //background-color: #edece5;
    background-color: #ffffff;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
    width: 100%;
}

.bea-portal-window-content
{
    margin: 0px;
    padding: 0px;
    scrollbar-base-color:#d8d8e5;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window-titlebar
{
    background-color: #FFFFFF;
    width: 100%;
}

.bea-portal-window-titlebar-custom
{
    background-color: #FFFFFF;
    /*width: 99%;*/
    /*margin-bottom:20px;*/
}

.bea-portal-window-titlebar-container
{
    background-color: #FFFFFF;
    width: 100%;
    
}

.bea-portal-window-titlebar-container-custom
{
    background-color: #FFFFFF;
    width: 100%;
    /*background-image: url(../../../../resources/images/lfs/bg_which_vehicle.gif);*/
}

.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
{
    font-family: century gothic;
	font-weight: bold;
	font-size: 14px;
	color: #233A50;
	padding: 5px 5px 5px 5px;
    background-color: #ABABAB;
}

.bea-portal-window-titlebar-title-custom
{
    font-family: century gothic;
	font-weight: 550;
	font-size: 24px;
	color: #333333;
	padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #000000;
    
}

.bea-portal-window-titlebar-buttons
{
    text-align: right;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}
