
.main-portlet {
	border: 1px black solid;
	background-color: #FFFFFF;
	margin: 15px 0px 0px 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.main-portlet-heading-red {
	text-align: center;
	background-color: #4d0a0a;
	color: #ffffff;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 3px 0px 3px;			
}

.main-portlet-heading-blue {
	text-align: center;
	background-color: #003366;
	color: #ffffff;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 3px 0px 3px;		
}

.main-portlet-main {
	text-align: left;
	font-size: 11px;
	margin: 0px;	
	padding: 8px;		
    margin-left: auto;
    margin-right: auto;			
	background: url( "/ows/images/common/portlet_bg_yellow.jpg" ) repeat-x bottom;
}

.side-portlet {
	border: 1px black solid;
	text-align: center;	
	background-color: #FFFFFF;
	margin: 15px 0px 0px 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
}

.side-portlet-heading-red {
	text-align: center;
	background-color: #663300;
	color: #FFFFFF;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 3px 0px 3px;
}

.side-portlet-heading-blue {
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 3px 0px 3px;
}

.side-portlet-main {
	text-align: left;
	font-size: 11px;
	margin: 10px;	
	padding: 8px;		
    margin-left: auto;
    margin-right: auto;			
}