/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-theme-sidebar .bea-portal-window
{
	/*	width: 210px;	width: 150px;	width: 98%;*/
	/* Self Contain Quicklink with border by removing --> margin: 0px; */

    /*	Ear3: margin: -1px 1px -1px 1px; */
    padding: 0px;
/*
    border-style: solid;
    border-width: 1px;

    border-color: #666666;
*/
    background-color: transparent;
/* Ear 5    background-color: #ffffff; */	 /*	Ear3:dddddd	*/
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
	height: 100%; /*	Ear3:538px	height: 100%;	height: 533px; */
}

.bea-portal-theme-sidebar .bea-portal-window-content
{
    margin: 0px;
    padding: 0px;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-theme-sidebar .bea-portal-window-titlebar
{
    background-color: #EA8C1B;
    padding: 2px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
}

.bea-portal-theme-sidebar .bea-portal-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.bea-portal-theme-sidebar .bea-portal-window-icon
{
    text-align: center;
    margin: 0px;
}

.bea-portal-theme-sidebar .bea-portal-window-titlebar-title
{
    color: #777777;
    text-align: left;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-theme-sidebar .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-sidebar a
{
    display: inline;
    color: #666666;
    text-decoration: none;
}

.bea-portal-theme-sidebar a:hover
{
    color: #000000;
    text-decoration: underline;
}