			/* This CSS sets the default styles for portlets. */
			/* This CSS sets the default styles for portlets. */

			.portlet {				
				margin: 0;
				text-align: left;
				border: #e2e1e1 1px solid;
			}

			.portlet-topper {
				padding-top: 7px;
				padding-bottom: 3px;
				height: 23px;
				background: url(images/content/portlet_head_bg.gif) left top repeat-x;
			}
			.portlet-title {
				display: block;
				font-weight: bold;
				min-width: 50%;
				margin: 0 0 0 10px;
			}
			.portlet-content {
				background: url(images/content/portlet_bg.gif) left bottom repeat-x;
			}
			
			.portlet-borderless-container {
				padding: 0 0 10px 0;
			}
			   
			.columns-1-2 .lfr-column.thirty {
			   width: 240px;
			   padding: 0 30px 0 0;
			}
			.columns-1-2 .lfr-column.seventy {
			   width: 640px;
			   padding: 0 20px 80px 0;
			   border-top: 1px solid #e2e1e1;
			}			
