/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2013 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* Portlets -------------------------------------------------------------------- */
div.portlet {
	background: transparent none;
	color: #58585a;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 18px;
	height: auto;
}
h3.portlet-title,
div#contentframe h3.portlet-title a {
	margin: 0;
	color: #58585a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: none;
	text-decoration: none;
}
h3.portlet-title {
	padding: 0 0 15px 0;
}
div#header div.portlet-content {
	background: transparent none;
	padding: 0;
}
a.portlet_content_link,
div.portlet_content_description {
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
}
div.portlet-content img {
	max-width: 198px;
}
div.portlet a.resource_link { 
	border: none;
}
div.portlet p {
	margin: 0;
	padding: 0;
}
a.add_portlet_link {
	padding: 10px 0;
}
div#content div.logged_in div.portlet, div.portlet.logged_in {
	position: relative;
	margin: 22px 0 30px 0 !important;
}

div.portlet div.resource:not(:first-child) {
	display: none;
}


/* Portlet Controls ------------------------------------------------------------ */
div#content div.portlet ul.controls {
	top: -20px;
	right: 2px;
}


/* Portlet Listing ------------------------------------------------------------- */
div#content_right a.portlet-entry {
	text-decoration: none;
}


/* Portlet Quicklinks ---------------------------------------------------------- */
div#portlet_quicklinks {
	margin: 0 0 9px 0;
	padding: 0;
	background: transparent none;
}
div#portlet_quicklinks h1 {
	display: none;
	margin: 0;
	padding: 0;
}
div#portlet_quicklinks div.portlet-content {
	margin: 0;
	padding: 0;
	background: transparent none;
}
div#portlet_quicklinks a.quicklink {
	text-decoration: none;
	margin: 0 0 1px 0;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border: none;
}