@charset "utf-8";
.portlet {
	overflow:hidden;
	margin-bottom:3em;
}

.portlet .tl {
	background:url('../../images/portletHeaderTopLeft.gif') top left no-repeat;
	overflow:hidden;
}

.portlet .tr {
	background:url('../../images/portletHeaderTopRight.gif') top right no-repeat;
	float:right;
	width:100%;
	height:100%;
}

.portlet .bl {
	background:url('../../images/portletHeaderBottomLeft.gif') bottom left no-repeat;
	height:3px;
	width:100%;
}

.portlet .br {
	background:url('../../images/portletHeaderBottomRight.gif') bottom right no-repeat;
	float:right;
	width:100%;
	height:3px;
}

.portlet .controls {
	width:100%;
	background-color:#CCCCCC;
	margin-top:2px;
	margin-bottom:2px;
	height:22px;
}

.portlet h1 {
	position:relative;
	left:0;
	float:left;
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	color:#FFFFFF;
	padding:0.5em 0.5em 0.4em 0.5em;
}
.portlet .baseBar {
	height:3px;
	background-color:#999999;
}

.portlet p {
	padding:0.5em;	
}