.portlet-container {
	padding-top:20px;
	display:inline;
	}
.portlet-titlebar-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #596874;
	 white-space: nowrap;
	line-height: 100%;
	float: left;
	text-indent: 15px;
	}
.portlet-titlebar-decoration {
	background-image: url(../_css_/portlet-win-decoration.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	float: left;
	position: relative;
	top: 6px;
	}
.portlet-mode-container {
	float: right;
	}
.portlet-titlebar-left {
	background-image: url(../_css_/portlet-top-left.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 33px;
	background-position: right;
	 min-width: 9px;
	}
.portlet-titlebar-center {
	background-image: url(../_css_/portlet-top-middle.gif);
	background-repeat: repeat-x;
	height: 33px;
	}
.portlet-titlebar-right {
	background-image: url(../_css_/portlet-top-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 33px;
	min-width: 10px;
	}
.portlet-content-left {
	background-image: url(../_css_/portlet-left-vertical.gif);
	height: 100%;
	background-repeat: repeat-y;
	background-position: right;
	width: 9px;
	min-width: 9px;
	}
.portlet-content-center {
	background-color: #f7f7f7;
	background-repeat: repeat;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	}
.portlet-body {
	background-color: #f7f7f7;
	}
.portlet-content-right {
	background-image: url(../_css_/portlet-right-vertical.gif);
	height: 100%;
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
	min-width: 10px;
	}
.portlet-footer-left {
	background-image: url(../_css_/portlet-bottom-left.gif);
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: top right;
	min-width: 9px;
	}
.portlet-footer-center {
	background-image: url(../_css_/portlet-bottom-middle.gif);
	height: 14px;
	background-repeat: repeat-x;
	}
.portlet-footer-right {
	background-image: url(../_css_/portlet-bottom-right.gif);
	width: 10px;
	height: 9px;
	background-repeat: no-repeat;
	min-width: 10px;
	}
.portlet-mode-maximized {
	background-image: url(../_css_/maximize.gif);
	width: 16px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-minimized {
	background-image: url(../_css_/minimize.gif);
	width: 16px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-normal {
	background-image: url(../_css_/normal.gif);
	width: 16px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-help {
	background-image: url(../_img_/help.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-edit {
	background-image: url(../_img_/edit.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	}
	
.portlet-mode-remove {
	background-image: url(../_img_/remove.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-view {
	background-image: url(../_img_/view.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}
.portlet-mode-reload {
	background-image: url(../_img_/reload.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
	}