/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window
{
    margin: 0px;
    padding: 0px 0px 0px 10px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #e9e9ea;
    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: 10px 5px 0px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9ea;
    font-size: 8pt;
    /* scrollbar-base-color:#d8d8e5; */
}

.left-menu-portal-window
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    height: 100%;
}

.main-portal-window
{
    margin: 0px;
    padding: 0px 0px 3px 12px;
    background-color: #ffffff;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    height: 100%;
}

.left-menu-portal-window-content
{
    margin: 0px;
    padding: 0px;
    /* scrollbar-base-color:#d8d8e5; */
}

.main-portal-window-content
{
    margin: 0px;
    /*begin - code changed by offshore team */
    /* padding: 0px 0px 2px 2px; */
    padding: 0px 0px 0px 0px;
    /*end - code changed by offshore team */
    font-size: 8pt;
}
/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-window-titlebar
{
    background-color: #e9e9ea;
    font-size: 11px;
    font-weight: bold;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    color: #333333;
    text-align: left;
    padding: 6px 7px 7px 7px;
    white-space: nowrap;
    overflow: hidden;
}

.main-portal-window-titlebar
{
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    color: #d40019;
    text-align: left;
    padding: 0px 0px 16px 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.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
{

}

.bea-portal-window-titlebar-buttons
{
    text-align: right;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}


/*
// --------------------------------------------------------------------------------------------------------------------
// Highlight Theme
// --------------------------------------------------------------------------------------------------------------------
*/

span.bea-portal-theme-highlight div.bea-portal-window
{
    margin: 8px;
    padding: 0px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #eaf1f7;
}

span.bea-portal-theme-highlight .bea-portal-window-titlebar
{
    background-color: #eaf1f7;
}

span.bea-portal-theme-highlight .bea-portal-window-titlebar-title
{
    color: #000000;
}

span.bea-portal-theme-highlight .bea-portal-window-content, span.bea-portal-theme-highlight .portlet
{
    margin: 4px;
    padding: 0px;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Plain Theme
// --------------------------------------------------------------------------------------------------------------------
*/

span.bea-portal-theme-plain div.bea-portal-window
{
    padding: 8px;
    margin-top: -12px;
}

span.bea-portal-theme-plain .bea-portal-window-titlebar
{
    background-color: #cadceb;
}


/* added by Ramesh T for eaglefinancing */

.main-portal-window-eaglefinancing
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    height: 100%;
}

.main-portal-window-content-eaglefinancing
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 8pt;
}

/* added by Anindita Roy for regulationab */
.main-portal-window-regulationab
{
    margin: 0px;
    padding: 1px 0px 0px 2px;
    background-color: #ffffff;
    height: 100%;
}

.main-portal-window-content-regulationab
{
    margin: 0px;
    padding: 1px 0px 0px 2px;
    font-size: 8pt;
}


/* added for career-campus */

.main-portal-window-career
{
    margin: 0px;
    padding: 0px 0px 7px 3px;
    background-color: #ffffff;
    height: 100%;
}

.main-portal-window-content-career
{
    margin: 0px;
    padding: 0px 0px 7px 3px;
    font-size: 8pt;
}

