/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-webboardnew-window
{
    margin: 5px;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #666666;
    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
}

.bea-portal-webboardnew-window-content
{
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
	color: #323233;
	border: 1px solid #bababa;
	padding: 5px 8px;
	line-height: 130%;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-webboardnew-window-titlebar
{
    padding: 0px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
}

.bea-portal-webboardnew-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.bea-portal-webboardnew-window-icon
{
    text-align: center;
    margin: 0px;
}

.bea-portal-webboardnew-window-titlebar-title
{
	width: 2px;
	height: 31px;
	font-size: 1px;
	background: url(../images/potlet2_tl.gif) no-repeat top left;
	border-collapse: collapse;
}
.bea-portal-webboardnew-window-titlebar-title2
{
	background: url(../images/potlet2_t.gif) repeat-x top right #bbbbbc;
	color: #37363a;
	font-size: 14px;
	font-weight: bold;
	border-collapse: collapse;
}
.bea-portal-webboardnew-window-titlebar-title3
{
	font-size: 12px;
	background: url(../images/potlet2_t.gif) repeat-x #dfdfe1;
	border-collapse: collapse;
	width: 40px;
	text-align: right;
}
.bea-portal-webboardnew-window-titlebar-title4
{
	width: 5px;
	font-size: 1px;
	background: url(../images/potlet2_tr.gif) no-repeat top left;
	border-collapse: collapse;
}
.bea-portal-webboardnew-window-titlebar-buttons
{
    text-align: right;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}
