
/* --------------------------- Portlets -----------------------------*/

div.portlets div.portlet {
	margin: 0 0 16px 20px;
	padding: 0;
	color: #666;
	font: normal 13px/20px 'OpenSans', Verdana, Arial, sans-serif;
}

div.portlets div.portlet h3.portlet-title {
	margin: -4px 0 3px 0;
	padding: 0;
}

div.portlets div.portlet h3.portlet-title a {
	font: bold 18px/20px 'OpenSans', Verdana, Arial, sans-serif;
	color: #5e5e5e;
}

div.portlets div.portlet div.portlet-content p {
	margin: 0 0 7px 0;
}

div.portlets div.portlet div.portlet-content a.portlet_content_link {
	font-weight: bold;
	font-size: 14px;
	color: #4a5eb3;
	background: url(../img/portlet-link-arrow.png) no-repeat 5px 5px;
	margin: -2px 0 0 0;
	padding: 0 0 0 30px; 
	float: right;
}

div.portlets div.portlet div.portlet-content a.portlet_content_link:hover {
	color: #666;
	background-position: 5px -10px;
}

div.portlets div.portlet div.resource_container div.picture a {
	margin: 0;
	border: none;
}

div.portlets div.portlet div.resource_container {
	margin: 0 0 10px 0;
}

div.portlets div.portlet div.resource_container div.picture {
	margin: 0 0 10px 0;
}

a.add_portlet_link {
	padding: 0 0 0 15px;
}

div.portlets ul.controls {
	background: none;
}

form.add_portlet {
	margin: 10px 0 0 15px;
}

