/*
// --------------------------------------------------------------------------------------------------------------------
// Window
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-linkportlet-window
{
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-right: 3px;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
    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-linkportlet-window-content
{
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding: 0px;
    background-color: #ffffff;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// Window Titlebar
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-linkportlet-window-titlebar
{
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
}

.bea-portal-linkportlet-window-titlebar-container
{
    padding: 0px;
    width: 100%;
}

.bea-portal-linkportlet-window-icon
{
    text-align: center;
    margin: 0px;
}

.bea-portal-linkportlet-window-titlebar-title
{
    color: #663333;
    text-align: left;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bea-portal-linkportlet-window-titlebar-buttons
{
    text-align: right;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.outerTable1-link{
	width: 900px;
	text-align: left;
}
.outerTable2-link{
	width: 800px;
	text-align: left;
}
.categoryTable-link-BULE {
	background-color: #3366CC;
	border-width:0px;
	width: 100%;
	height: 25px;
}
.categoryTable-link-RED {
	background-color: #FF6600;
	border-width:0px;
	width: 100%;
	height: 25px;
}
.categoryTable-link-YELLOW {
	background-color: #C3C3C3;
	border-width:0px;
	width: 100%;
	height: 25px;
}
.categoryTable-link-GREEN {
	background-color: #00821C;
	border-width:0px;
	width: 100%;
	height: 25px;
}
.categoryTable-link-PURPLE {
	background-color: #E2A8EE;
	border-width:0px;
	width: 100%;
	height: 25px;
}
.categoryName-link{
	color: #FFFFFF;
	font-weight: bold;
}

TABLE.topTitleTable-link-BULE
{
	background-color: #3366CC;
	width: 800px;
	height: 50px;
}
TABLE.topTitleTable-link-RED
{
	background-color: #FF6600;
	width: 800px;
	height: 50px;
}
TABLE.topTitleTable-link-YELLOW
{
	background-color: #C3C3C3;
	width: 800px;
	height: 50px;
}
TABLE.topTitleTable-link-GREEN
{
	background-color: #00821C;
	width: 800px;
	height: 50px;
}
TABLE.topTitleTable-link-PURPLE
{
	background-color: #E2A8EE;
	width: 800px;
	height: 50px;
}

TD.topTitle-link {
	padding-left: 20px;
	font-size: 150% ;
	color: white;
	text-align: left;
    font-weight: bold;
}
TD.topComment-link {
	padding-left: 50px;
	font-size: 80%;
	font-weight: bold;
	color: white;
	text-align: left;
}
