/* Appearance of the Calendar-Modul */

.calendar
{
	width : 180px;
	height: 180px;
}

.calendar .headline { color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #633;
		;border: solid 1pt black;
/*	background : url(ice.jpg);*/
}

.calendar .headline A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: #633;
	text-decoration: none;
}

.calendar .headline .today_select  { color: #633; background-color: #a7b17e; border-top: 1pt solid black; font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; text-align : center; text-decoration: underline; font-size: 65%; }


.calendar .overview {
	background-color: #fff;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-left : 1pt solid black;
	border-right: 1pt solid black;
	border-bottom : 1pt solid black;
	height: 100%;
	width: 100%;
}

.calendar .overview A:link {
	text-decoration: none;
}

.calendar .overview A:visited {
	text-decoration: none;
}

.calendar .overview A:hover{
	background-color: #a7b17e;
	color: #633;
	text-decoration: none;
}

.calendar .overview .last_month {
	color: #ccc;
}

.calendar .overview .next_month {
	color: #ccc;
}

.calendar .overview #today {
	color: #ffffff;
	background-color: #a7b17e;
}

.calendar .overview #selected {
	color: #ffffff;
	background-color: #ccc;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

/* Appearance of the Eventlist */

.event_list_title   {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #633;
/*	background-color: #FFFFFF;	*/
}

.event_list {
	width : 98%;
	height: auto;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 100%;
	background-color: #a7b17e;
/*	background : url(ice.jpg);*/
}

.event_list .col_status {
	width: 50pt;
}

.event_list .col_date {
	width: 100pt;
}

.event_list .col_event {
	width: auto;
}

.event_list .status {
	font-size: 80%;
	color: #633;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
    font-size: 75%;
	color: 000000;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.event_list A  {
  text-decoration: none;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message { font-size: 80%; font-family: Arial, Helvetica, sans-serif; margin-left : auto; margin-right : auto; background-color: #cc9;
	};padding: 10pt;
	
.cal_view_select {
margin: 5px;
}
	

/* Appearance for Event-Infos */

.event_info {
	width : auto;
	height: auto;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
		border-style: none;

		}

.event_info .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #633;
	font-size: 100%;
	background-color: #a7b17e;
    padding: 5pt;
/*	background : url(ice.jpg);*/
}

.event_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		border-style: none;
	border-bottom : 1pt solid #000000;
}

.event_info .date { background-color: #cc9; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 80%; width: 100pt; border-bottom : 1pt solid #000000; border-top-style: none; border-right-style: none; border-left-style: none; }

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 80%;
}

.line_color0 {
	background-color: #cc9;
	padding-top:3pt;
	padding-bottom:3pt;
}

.line_color1 {
	background-color: #a7b17e;
	padding-top:3pt;
	padding-bottom:3pt;
}

.author_info {
	font-family: Arial;
	font-size: xx-small;
	color: #CCCCCC;
}

.author_info A {
	color: #CCCCCC;
}

.next_event_select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color: #cc9;
	background-color: #ffffff;
	text-align : center;
	text-decoration: underline;
}


.qs_months, .qs_prev_years, .qs_next_years {
	zindex : 1000;
	position : absolute;
	width:50px;
	background-color: #a7b17e;
	border: solid 1pt black; 
	padding-left: 5px;
	padding-right: 5px;
	visibility: hidden;
}

.qs_months table, .qs_prev_years table, .qs_next_years table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.qs_months table A, .qs_prev_years table A, .qs_next_years table A {
	display:block; width: 30px;
	text-decoration : none;
	color: black;
}

.qs_months table A:hover, .qs_prev_years table A:hover, .qs_next_years table A:hover {
	display:block; width: 30px;
	background-color: #633;
	color: white;
}

