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

/* eventcalendar --------------------------------------------------------------- */

.add_news_events_entry {
	display: none;
}

.news_events_title {
	font-weight: bold;
}

div.news_events_search {
	padding: 0 0 15px;
}
div.news_events_search form p {
	margin: 0;
	padding: 0;
}
div.news_events_search label {
	position: relative;
	top: 2px;
}


.year_nav {
	margin-top: 11px;
}

div#content .news_events_headrow {
	background: url(../img/root_navigation_background.png) repeat-x;
}

div#content table.news_events_table {
	border: none;
}

div#content table.news_events_table th {
	border: none;
	padding: 3px 4px 3px 4px;
	border-color: #b91b26;
	color: white;
}

div#content table.news_events_table td {
	padding: 3px 4px 3px 4px;
	border-color: #b91b26;
}

li.entry span.date {
	display: block;
}

div#content .add_news_events_entry.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background: url("../img/root_navigation_background.png") repeat-x;
    border: 1px solid #7F0815;
    color: white;
}

div#content .add_news_events_entry.button:hover {
	background: #333;
    border: 1px solid black;
}
