/*
    This file contains window-related styles for the "msie" classification. This includes specialized styling
    for titlebar button image rollovers.
*/

/* styles for image rollovers (titlebar buttons) */

.wlp-bighorn-titlebar-button-panel a img.show
{
    display: inline;
}
.wlp-bighorn-titlebar-button-panel a img.hide
{
    display: none;
}

/* Prevent long portlet content from spilling out of window in asyncMode="ajax" portlets */

div.bea-portal-window-content-async
{
    width: 100%;
    overflow: auto;
}
