/* ---------- Wrapper ---------- */

.portlet-layout {
	border-collapse: collapse;
	clear: both;
	display: table;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
}

.portlet-column {
	display: table-cell;
	vertical-align: top;
}

.margin-portlet {
	margin-right: 30px;
}

#main-content .columns-1 {
	width: 490px;
}

.column3 .portlet-boundary.portlet-static.portlet-static-end.portlet-asset-publisher .portlet-topper {
	display: block;
}

#column-2 .portlet-boundary.portlet-static.portlet-static-end.portlet-asset-publisher .portlet-topper {
    display: block;
}

.column2 {
	width: 230px;
}

.column3 {
	width: 230px;
}

.column4 {
	width: 230px;
}

.column5 {
	width: 230px;
}

.imagemChamada img {
	min-height: 136px;
	max-height: 136px;
	min-width: 230px;
	max-width: 230px;
}

.imagem_informes img {
	min-height: 136px;
	max-height: 136px;
	min-width: 230px;
	max-width: 230px;
}

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
	padding-left: 0;
}

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
	padding-right: 0;
}

/* ---------- Column widths ---------- */

.portlet-column-content.empty {
	padding: 50px;
}

#main-content.dragging .portlet-column {
	border: 3px double #828F95;
	height: 100px;
	min-height: 100px;
}

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
		height: 1%;
	}

.ie6 div.portlet-column, .ie7 div.portlet-column {
	float: left;
	overflow: hidden;
	width: 100%;
}

.ie6 div.aui-column-last, .ie7 div.aui-column-last {
	margin-right: -1px;
}

.ie6 .portlet-column-content, .ie7 .portlet-column-content {
	zoom: 1;
}