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