/* Appearance of the Calendar-Modul */

.calendar
{
	width : 170px;
	height: 180px;
	color: #333333;
}

.calendar .headline {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #006996;
	border:none;
	font-size: 12px;
	height: 10px;
/*	background : url(ice.jpg);*/
}

.calendar .headline A:link {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

.calendar .headline A:visited {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

.calendar .headline A:hover {
	color: #506d91;
	text-decoration: none;
	font-size: 10px;
}

.calendar .headline .today_select  {
	background-color: #76aadc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align : center;
	text-decoration: underline;	
    	font-size: 12px;
		color: white;
		border:none;
}


.calendar .overview {
	background-color: #fffee1;
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border:none;
	height: 50px;
	width: 170px;
}

.calendar .overview A:link {
	text-decoration: none;
	color: #333333;
	
}

.calendar .overview A:visited {
	text-decoration: none;
	color: #333333;

}

.calendar .overview A:active {
	text-decoration: none;
	color: red;
	
}
.calendar .overview A:hover{
	color:#c7342c;
	text-decoration: none;
	
}

.calendar .overview .last_month {
	color: black;
}

.calendar .overview .next_month {
	color: #CCCCCC;
}

.calendar .overview #today {
	color:black;
	background-color: #fefefe;
}

.calendar .overview #selected {
	color:  red;
	font-weight:bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {
	background-color: #fffee1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {
	font-weight: bolder;
	font-size: 10px;
	text-decoration: underline;
	color: #fffee1;
	background: #224c7e;
	padding: 3px;
	
	
}

/* Appearance of the Eventlist */

.event_list_title   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #black;
	
}

.event_list {
	width : 400px;
	height: auto;
	background-color: #fffee1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
	
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #006895;
	background: white;
	text-align:left;
/*	background : url(ice.jpg);*/
}

.event_list .col_status {
	width: 50pt;
}

.event_list .col_date {
	width: 40pt;
}

.event_list .col_event {
	width: 200pt;
}

.event_list .status {
	font-size: 100%;
	color: Red;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
    font-size: 100%;
	color: black;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
}

.event_list .event {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.event_list A  {
  text-decoration: none;
  color:black;
}

.event_list A:hover  {
  text-decoration: underline;
  color: black;
}

.event_list .error_message {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #ffffff;
	}
	
.cal_view_select {
margin: 5px;
}
	

	

/* Appearance for Event-Infos */

.event_info {
	width : 400px;
	height: auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    border : 1pt solid;
		}

.event_info .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #006699;
    padding: 2pt 5pt 2pt 5pt;

}

.event_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
	font-size: 100%;
}

.event_info .date {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 90pt;
	border-bottom : 1pt solid #000000;
	
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 100%;
	background-color: #ffffff;
}

.line_color0 {
	background-color: #fff;
	padding-top:3pt;
	padding-bottom:3pt;
	
}

.line_color1 {
	background-color: #EAF0FF;
	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: 100%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color:black;
	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: #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: 100%;
}

.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; height: 50px;
	width: 140px;
	background-color: red;
	color: white;
}



a:active, a:link, a:visited{
	color:black;
	text-decoration:none;
	}


a:hover{
	color:black:
	text-decoration:underline;
	}
