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


/* PORTLETS -------------------------------------------------------------------- */


/* Portlets -------------------------------------------------------------------- */
div.portlet {
	background: transparent none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
h1.portlet-title {
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}
div#header div.portlet-content {
	background: transparent none;
	padding: 0;
}
div.portlet-content {
	margin: 0;
	padding: 4px 10px 7px 10px;
	border: none;
}
div.portlet p {
	margin: 0;
	padding: 0;
}


/* 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;
}
