/**********************************************************************************
* 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 -------------------------------------------------------------------- */
div#portlets_middle {
    margin-left: -10px;
}

div#portlets_middle h3{
    padding-left: 0 0 0 10px;
}

div.resource_container.documents{
    margin: 0px;
    padding: 0px;
}

div#content div.documents{
    margin: 0;
    padding: 0px;
}


div.documents h2{
    display: none;
}

div.portlet {
	background: transparent none;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}
h3.portlet-title {
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #eee ;
	color: #000;
	border: 1px solid #000;
}

div#header div.portlet-content {
	background: transparent none;
	padding: 0;
}
div.portlet-content {
	margin: 0;
	padding: 0px 10px 0px 10px;
	border: none;
}
div.portlet p {
	margin: 0;
	padding: 0;
}

h3.portlet-title {
	
}

div.portlet-content, div.portlet ul.controls {
	background: #ddd ;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


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

 

div#portlet_listing_35 h2 {
font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 18px;
}
div#portlet_listing_35 h2, h2 a, div#content div.documents h2{
margin: 0px;
}

div#portlet_listing_35 div.portlet-entry-content
{
    display: none;
}

div.portlet-entry-date
{
float:left;
margin-right: 10px;
}

/* Portlet Quicklinks ---------------------------------------------------------- */
div#portlet_quicklinks {
	margin: 0 0 9px 0;
	padding: 0;
	background: transparent none;
}
div#portlet_quicklinks h3 {
	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;
}

div#portlet_quicklinks a.quicklink {
	background: #eee none;
	color: #0093d1;
}
div#portlet_quicklinks a.quicklink:hover {
	background: #0093d1 none;
	color: #fff;
}
