/**********************************************************************************
* 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)  *
**********************************************************************************/

.module-content {
	overflow: hidden;
}

/* News Events -------------------------------------------------------------------- */
.news_events_headrow {
    background-color: #fff;
	border-bottom: 1px solid #CBCBCB;
	color: #666;
	text-transform: uppercase;
}
tr.news_events_headrow th,
table.news_events_table tr td {
	padding: 4px;
}
.old_entry .news_events_event,
.news_events_eventidth:  {
	padding: 3px 5px 2px 3px;
}
div.picture_in_table div.resource.picture {
    margin: -2px 10px -2px 0;
}
div.news_events_search {
	margin: 0 0 20px;
}
div.news_events_search label {
    display: block;
    padding: 2px 0 0;
    width: auto;
}
a.news_events_clear_button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    margin: 0;
    padding: 0;
}
.popup,
.old_entry .popup {
	border: none;
    background-color: #FFFFFF;
    color: #000000;
    display: none;
    height: 470px;
    margin: -235px -358px 0 0;
    position: fixed;
    right: 50%;
    text-align: left;
    top: 50%;
    width: 716px;
    z-index: 99;	
}
.popup .popup_header div.title,
.old_entry .popup .popup_header div.title {
    color: #333333;
    font-family: "FrutigerBlack",Arial,Verdana,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.popup .popup_header {
    background-color: #D4D2D1;
    color: #000000;
    min-height: 15px;
    padding: 13px 20px;
}
.popup div.resource_container.documents {
	margin: 0 0 12px 0;
	padding: 13px 0 0 0;
	border-top: 1px solid #EEE;
}
div.news_events_search input#search {
    width: 367px;
}
div.popup_body div.resource_container.pictures {
	border-top: 1px solid #EEE;
	padding: 15px 0 0 0;
	
}
tr.news_events_headrow th,
table.news_events_table tr td.news_events_month {
	background-color: #fff;
	color: #FFF;
	padding-top: 15px;
	color: #333;
}
tr.news_events_headrow th {
	color: #888;
}
.popup .resource.picture {
    height: 50px;
	margin: 0 3px 3px 0;
	overflow: hidden;
	position: relative;
}
.popup .resource.picture.picture_7,
.popup .resource.picture.picture_15,
.popup .resource.picture.picture_23,
.popup .resource.picture.picture_31,
.popup .resource.picture.picture_39,
.popup .resource.picture.picture_47 {
	margin-right: 0;
}
div.popup_body h2 {
    color: #757575;
    font-family: 'FrutigerBlack',Arial,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 9px;
    padding: 0;
    text-decoration: none;
}
body div.popup div.popup_body {
	min-height: 41px;
    height: 400px !important;
	position: relative;
	top: 0;
}
div.popup div.description div.description {
    border-top: 1px solid #EEEEEE;
    padding: 13px 0 0 0;
	margin: 10px 0 10px 0;
}
div.popup div.description div.description.no_labels {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
img.tcalIcon {
    border-color: #A5A6A5;
    border-left: 3px solid #A5A6A5;
    border-right: 3px solid #A5A6A5;
    border-style: solid;
    border-width: 5px 3px 4px;
    cursor: pointer;
    margin: -2px 0 0 -6px;
    vertical-align: middle;
}
div.news_events_search input#date_from,
div.news_events_search input#date_to,
div.news_events_search input#date_from:hover,
div.news_events_search input#date_to:hover {
	border: 1px solid #A5A6A5;
}
input.news_events_search_button {
    margin: -3px 0 0 0;
}
.news_events_search_date_container {
	margin: 0 0 0 10px;
}

/* Listings -------------------------------------------------------------------- */

div#module_listing a.resource_link {
	border: none;
	padding: 0;
}
div#module_listing .resource.picture {
	margin: 0 10px 0 0;
}
div#module_listing div.resource_container.pictures {
	margin: 0;
	padding: 0;
}
div#module_listing h2, 
div#module_listing h2 a,
div#module_listing h2 a:link,
div#module_listing h2 a:visited {
	margin: 0 0 2px 0;
	color: #000;
	text-decoration: none;
}
div#module_listing h2 a:hover,
div#module_listing h2 a:active,
div#module_listing h2 a:focus {
	text-decoration: underline;
}
div#module_listing div.listing_entry {
    border-top: 1px solid #E2E1E1;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
div#module_listing div.listing_index_0 {
	border: none;
	margin: 0;
	padding: 0;
}
div#module_listing div.listing_entry div.resource.picture {
	display: none;
}
div#module_listing div.listing_entry div.resource.picture.picture_0 {
	display: block;
}
div#module_listing div.listing_entry h2 {
	padding: 0;
	margin: 0 0 10px 0;
}
div#module_listing {
    margin: 0 0 14px;
	padding: 0;
}
a.search_item:hover h2 {
	color: #999;
} 
div.listing_entry_with_picture div.listing_content_container {
	overflow: hidden;
	padding-left: 15px;
}
div.listing-content-text p:last-child {
	margin-bottom: 0;
}