/*
 * events
 */

/* view_month */
#month {
	border-collapse : collapse;
	margin          : 5px;
}
#month th, #month td {
	border : 1px solid #000;
}
#month thead {
	background-color : #006AAE;
	color            : white;
}
#month td {
	width          : 6em;
	height         : 6em;
	padding        : 0.2em;
	vertical-align : top;
	overflow       : auto;
}
td .day {
	font-size  : 0.8em;
	width      : 6em;
	min-height : 5em;
	overflow   : hidden;
	margin-top : 0;
}
#month tbody .weekend {
	background-color : #CFE2EF;
}
#month tbody .next, #month tbody .previous {
	background-color : #C8C8C8;
}

/* view_list */
.expandor {
	text-decoration: none;
}

/*
 * widgetsContainer
 */

ul.containedWidgets {
	margin  : 0;
	padding : 0;
}
.containedWidgets > li {
	list-style : none;
}

/*
 * sitemap
 */
.sitemap {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}
.sitemap ul {
	margin: 4px 0 4px 1em;
	border-left: dotted 1px black;
	padding: 0 0 0 1em;
	list-style: none;
}
.sitemap li {
	padding: 8px 0 0;
}

/*
 * search
 */
.searchResults ul {
	margin: 0 1em 0 0;
	padding: 0;
	list-style: none;
}

/*
 * gallery
 */

/* display-slides */
#pics img {
	padding: 15px;
	border:  1px solid black;
	background-color: #eee;
	width:  400px;
	height: 400px;
	top:  0;
	left: 0;
}

/* display-g-view */
#galleryView .panel-content-text {
	margin    : 10px 0;
	height    : 80px;
	color     : white;
	font-size : 80%
}
#galleryView .panel-content-text > div {
	float:right;
	width:20%;
	text-align:center;
}
#galleryView .panel-content-text > div:first-child {
	float:left;
	width:80%;
}
#galleryView .pointer {
	visibility : hidden; /* display:none screws up the filmstrip! */
}
