/* global definitions for the most common tags */
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}
h1   {
	font-size: 16px;
}
h2  {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
/* general definitions for the HTML body tag */
#body {
	text-align:left;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* look and feel of the footer part of the website */
#footer {
	margin-top:10px;
	clear: both;
	float: left;
	height: 90px;
	width: 900px;
	background-image: url(../images/background-footer.png);
	background-repeat: no-repeat;}
/* look and feel of the header part of the website */
#header {
	height: 90px;
	width: 900px;
	background-image: url(../images/background-header.png);
	background-repeat: no-repeat;
}
/* look and feel of the main part of the website */
#main {
	float: left;
	padding: 3px;
	padding-left:7px;
	width: 770px;
	background-color: #ffc;
	overflow: auto;
	height: 494px;
}
#main p {
	font-size: 12px;
}
/* location and size of the menu part of the website */
#menuLeft {
	padding: 3px;
	float: left;
	height: 494px;
	width: 114px;
	background-color: #FFFFDD;
	overflow: auto;

}
/* look and feel of the menu items */
#menu a {
	color: #000000;
	display: block;
	width:85px;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFF00;
	background-color: #000000;
	padding: 2px;
	text-decoration: none;
}
#menu span{
	width: 80px;
	background-color:#FFFF00;
	padding: 2px;
	display: block;
	margin: 10px;
}
#menu span:hover{
	width: 90px;
	background-color:#FFFF00;
	padding: 4px;
	display: block;
	margin: 4px;
}
#middle {
	margin-top:10px;
}
/* dimensions of the main viewport of the website */
#page {
	position: relative;
	width: 900px;
	margin: auto;
}
/* classes for the look of the archive/calendar overview */
.calendar {
	text-align: center;
}
.calendar h1  {
	text-align: center;
	font-size:20px;
	background-color:#CCC;	
}
.calendar table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}
.calendar table td {
	border: 1px solid #000;
	text-align: left;
}
.calendar table th {
	text-align: left;
}
.calendar .tableheader {
	
}
.calendardate {
	width: 10%;
}
.calendartime {
	width: 5%;
}
.calendartitle {
	width: 40%;
}
.calendarplace {
	width: 40%;
}
/* classes for highlighting rows in the archive/calendar overview */
.rowmouseover {
	background-color: #CCC;
	cursor: pointer;
}
.rowmouseoff {
	background-color: #ffc;
}
/* allow dynamic placement of various elements for the detailed view of a calendar/archive item */
/* div headerCalendarItem contains the divs that follow */
.headerCalendarItem { }
.evtDetailDat {
	text-align: center;
	width: 150px;
	border: 10px #ffc solid;
	float:left;
	background-color:#ccc;
	font-size: 16px;
}
.evtDetailTim {
	clear:right;
	float:left;
	text-align: center;
	width: 150px;
	background-color:#ffc;
	border: 10px #ffc solid;
	background-color:#ccc;
	font-size:16px;
}
.evtDetailTit { 
	clear: both;
	text-align: left;
	border-style:solid;
	border-width: 0px 10px;
	border-color: #ffc;
	background-color: #eee;
	font-size: 16px;
}
.evtDetailLoc { 
	text-align: left;
	border: 10px #ffc solid;
	background-color: #ccc;
	font-size: 16px;
}
.evtDetailDesc { 
	text-align: left;
	border: 10px #ffc solid;
	background-color: #ccc;
	height: 330px;
	overflow:auto;
}
.evtDetailCom { 
	text-align: left;
	border: 10px #ffc solid;
	background-color: #ccc;
	height: 130px;
	overflow:auto;
}

/* location and size of the div element containing pictures */
#photos table {
	border: 0px;
}
#photos td {
	border: 3px solid #ffc;
	text-align: center;
}
