/* Appearance of the Calendar-Modul */

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

.calendar .headline {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0D8442;
	border-bottom : 1pt solid Black;
	border-left : 1pt solid Black;
	border-right: 1pt solid Black;
	border-top : 1pt solid Black;
}

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

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

.calendar .headline a:hover {
	font-weight:bold;
	text-decoration: none;
	
}

.calendar .headline .today_select  {
	background-color: #27CC72;
	border-top: 1pt solid Black; 
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
}


.calendar .overview {
	background-color: #FFFFFF;
	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;
	color:#000000;
}

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

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

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

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

.calendar .overview #selected {
background-color: #158749;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

.calendar .overview #selected a {
background-color: #158749;
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
.calendar .overview #today {
color:red;
font-size:14pt;
}

.calendar .overview .dayname {
	background-color: #FEFADE;
	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   {
color:#0D8442;
letter-spacing: .10em;
}

.event_list {
}

.event_list .headings {
	font-weight: bold;
	color:#0D8442;
}

.event_list .col_status {
}

.event_list .col_date {

}

.event_list .col_event {

}

.event_list .status {
}

.event_list .date {
	color: #666666;
	font-size:8pt;
}

.event_list .event {
	vertical-align : top;
	padding-left:30px;
	font-size:8pt;
	font-weight:bold;
	padding-bottom:10px;
}

.event_list a  {
  text-decoration: none;
  font-weight:bold;
  font-size:9pt;
}

.event_list .error_message {
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #FEFADE;
	}
	
.cal_view_select {
margin: 5px;
}
	

/* Appearance for Event-Infos */

.event_info {
	height: auto;
	background-color: #FFFFFF;
		}

.event_info .headings {
	font-weight: bold;
	color: #0D8442;
    padding: 5pt 5pt 5pt 5pt;
}

.event_info .title {
	font-weight: bold;
	border-bottom : 1pt solid #CCCCCC;
		padding-left:30px;
}

.event_info .date {
	color: #0D8442;
	border-bottom : 1pt solid #CCCCCC;
}

.event_info .description {
	border-bottom : 1pt solid #CCCCCC;
	padding-bottom:10px;
	padding-left:25px;
}

.line_color0 {
	background-color: #FEFADE;
	padding-top:7px;
	padding-bottom:7px;

}

.line_color1 {
	background-color: #FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
}

.author_info {
	font-family: Arial;
	font-size: xx-small;
	color: #CCCCCC;
	text-align:center;
	clear:both;
}

.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: #82C4F4;
	background-color: #FFFFFF;
	text-align : center;
	text-decoration: underline;
}


.qs_months, .qs_prev_years, .qs_next_years {
	position : absolute;
	width:50px;
	background-color: #77AADD;
	border: 1pt solid 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: red;
	color: white;
}


