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

a:hover{
	color: #FF3000;
	text-decoration: underline;
} 

a{
	color: #006DAD;
	text-decoration: none;
} 

a:hover{
	color: #FF3000;
	text-decoration: underline;
} 


.bea-portal-window
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    border-color: #ffffff;
    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
{
    FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana, Geneva;
    font-size:12px;
    margin: 0px;
    padding: 0px;
    scrollbar-base-color:#2D71B0;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// 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 0px 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: #2D71B0;
}

.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;
}
