.ces-portalbox-default
{
	font-size: 9pt;
	width: 100%;
	border: 1px solid Silver;
	margin: 0;
}
.ces-portalbox-default TD.ces-portalbox-title
{
	color: #069;
	text-align: left;
	border-bottom: solid 1px silver;
	text-indent: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: pointer;
	background: #e0e6f0;
	font: bold 9pt Verdana;
	background-image: url(/ces_components/v4/images/pbhdr.gif);
	
	
}
.ces-portalbox-default TD.ces-minmaxarea
{
	width: 11px;
	border-bottom: solid 1px silver;
	cursor: pointer;
	background: #e0e6f0;
}
.ces-portalbox-default TD.ces-minmaxarea-maximized
{
	width: 11px;
	border-bottom: solid 1px silver;
	cursor: pointer;
	background: #e0e6f0;
	background-image: url(/ces_components/v4/images/pbhdr.gif);
	
}
.ces-portalbox-default TD.ces-minmaxarea-minimized
{
	width: 11px;
	border-bottom: solid 1px silver;
	cursor: pointer;
	background: #e0e6f0;
	background-image: url(/ces_components/v4/controls/images/toolbar/max_button.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
