#Dhtml_portal {
	margin: 0px auto;
}

#Dhtml_portal_header {
	background-color: white;
	border: 0px;
}

.Dhtml_portal_column {
	border: 0px;
	float: left;
	min-height: 150px;
	padding-bottom:25px;
	margin: -7px 0 0 3px;
}

.Dhtml_portal_column_hover {
	border: 0px;
	float: left;
	min-height: 150px;
	background-color: #fffeb6;
}

.Dhtml_portal_empty_column {
	height: 100px;
	float: left;
}

.Dhtml_portal_moving_column {
	height: 20px;
	display: block;
	background: url(/img/fond20px.gif);
}


.Dhtml_portlet_header_cell {
	vertical-align: middle;
	padding: 0 5px;
}


.Dhtml_portlet_content {
	font-family: sans-serif;
	font-size: 11px;
	width: 98%;
	height: 95%;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.Dhtml_portlet_content a {
	font-size: 11px;
	color: #0000A1;
	text-decoration: none;
}

.Dhtml_portlet_content a.viewed {
	font-size: 11px;
	font-weight: normal;
	color: #0000A1;
	text-decoration: none;
}

.Dhtml_portlet_content  a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.Dhtml_portlet_header_title {
	
}

.emptyPlaceMarker {
	position: relative;
	z-index: 1000;
	border-right: orange 1px dashed;
	border-top: orange 1px dashed;
	border-left: orange 1px dashed;
	border-bottom: orange 1px dashed;
	background-color: Transparent;
}

.Dhtml_portlet_content ul {
	list-style: none;
	padding-left: 10px;
	margin-right:10px;
}

.Dhtml_portlet_content hr {
	border: 1px solid #0057BA;
	width: 95%;
}

.Dhtml_portlet_header_title {
	text-align:center;
	cursor: move;
	line-height: normal;
	padding: 7px 30px 7px 12px;
}

.DHTMLSuite_pane p.info {
	color: blue;
	font-style: italic;
	font-weight: bold;
}

.DHTMLSuite_pane p.error {
	color: red;
	font-style: italic;
	font-weight: bold;
}