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


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


/* Portlets -------------------------------------------------------------------- */
div.portlet,
div.documents {
	background: url(../img/portlet_bottom.gif) no-repeat center bottom #e5e5e5;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}
div#content_right div.documents {
	border: 0;
}
h1.portlet-title,
div#content_right div.documents h2 {
	margin: 0;
	padding: 9px 10px 2px;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
	font-size: 18px;
	color: #003c58;
	background: url(../img/portlet_top.gif) no-repeat center top #e5e5e5;
	font-family: EllipsoideogramRegular, Arial, Verdana, sans-serif;
}
div#content_right div.documents h2 {
	margin: -9px -8px 5px;
}
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;
}

div#content_right div.portlet a.portlet_content_link,
div#content a.special_button,
div#header a.special_button,
input.mailform-submit {
	display: block;
	float: right;
	display: inline;
	padding: 0 18px 0 0;
	background: url(../img/button_right.png) no-repeat right top;
	font-family: EllipsoideogramRegular, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
div.portlet a.portlet_content_link span,
div#content a.special_button span,
div#header a.special_button span,
input.mailform-submit {
	display: block;
	padding: 14px 2px 20px 20px;
	background: url(../img/button_left.png) no-repeat left top;
}
div#content_right div.portlet a.portlet_content_link {
	margin: 3px -10px -8px 0;
}
div#content_right div.portlet a.portlet_content_link:hover,
div#content a.special_button:hover,
div#header a.special_button:hover {
	background-position: right bottom;
	color: #003c58;
}
div.portlet a.portlet_content_link:hover span,
div#content a.special_button:hover span,
div#header a.special_button:hover span {
	background-position: left bottom;
}


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