/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-theme-bodytext .bea-portal-window
{
	width: 500px;	/* Unspecified for Maximizability - width: 500px;	width: 415px;	*/
    margin: 5px;
    padding: 0px;
    border-style: solid;
    /* This border width places only one line on body side --> border-width: 1px; */
    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-theme-bodytext .bea-portal-window-content
{
	/* margin: 4px; */
    margin: 4px;
    padding: 0px;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-theme-bodytext .bea-portal-window-titlebar
{
	/* padding 2px; */
    background-color: #ffffff;	
    padding: 2px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
}

.bea-portal-theme-bodytext .bea-portal-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.bea-portal-theme-bodytext .bea-portal-window-icon
{
    text-align: center;
    margin: 0px;
}

.bea-portal-theme-bodytext .bea-portal-window-titlebar-title
{
    color: #777777;
    text-align: left;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-theme-bodytext .bea-portal-window-titlebar-buttons
{
    white-space: normal;
    padding: 0px;
    margin: 0px;
    font-size: x-small;
    vertical-align: middle;
    text-align: right;
}

.bea-portal-theme-bodytext a
{
	/*     color: #666666; */
    display: inline;
    text-decoration: none;
}

.bea-portal-theme-bodytext a:hover
{
    color: #000000;
    text-decoration: underline;
}