/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/
.bea-portal-theme-pollnew .bea-portal-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-theme-pollnew .bea-portal-window-content
{
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
	color: #323233;
	border: 1px solid #bababa;
	padding: 5px 8px;
	line-height: 130%;

    
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-theme-pollnew .bea-portal-window-titlebar
{
    padding: 0px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
    
}

.bea-portal-theme-pollnew .bea-portal-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.bea-portal-theme-pollnew .bea-portal-window-icon
{
    text-align: center;
    margin: 0px;
}
/* mfec 
.bea-portal-theme-pollnew .bea-portal-window-titlebar-title
{
    color: #666666;
    text-align: left;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    
}*/

.bea-portal-theme-pollnew .bea-portal-window-titlebar-title 
{
	width: 3px;
	height: 22px;
	font-size: 12px;
	background: url(../../images/potlet1_tl.gif) no-repeat top left #c5c6c7;
	border-collapse: collapse;
}
.bea-portal-theme-pollnew .bea-portal-window-titlebar-title2 {
	background: url(../../images/potlet1_t.gif) repeat-x #c5c6c7;
	color: #37363a;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	border-collapse: collapse;
}
.bea-portal-theme-pollnew .bea-portal-window-titlebar-title3 {
	font-size: 1px;
	background: url(../../images/potlet1_t.gif) repeat-x #c5c6c7;
	height: 22px;
	border-collapse: collapse;
	width: 40px;
	text-align: right;
}
.bea-portal-theme-pollnew .bea-portal-window-titlebar-title4 {
	width: 3px;
	font-size: 1px;
	background: url(../../images/potlet1_tr.gif) no-repeat top right #c5c6c7;
	height: 22px;
	border-collapse: collapse;
}

.bea-portal-theme-pollnew .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-pollnew a
{
    display: inline;
    color: #666666;
    text-decoration: none;
}

.bea-portal-theme-pollnew a:hover
{
    color: #000000;
    text-decoration: underline;
}