/* Appearance of the Calendar-Modul */

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

.calendar .headline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		/* font-size: Neu */
	font-size: 16px;
	background-color: #006699;
	border-bottom : 1pt solid Black;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-top : 1pt dashed Black;
/*	background : url(topcell.jpg);  */
	height: 25px; 
	width : 140px;
}

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

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

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

.calendar .overview {
	background-color: #FEFADE;
	/* font-size: 70%; */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-bottom : 1pt dashed Black;
	height: 70%;
	width: 100%;
}

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

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

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

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

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

.calendar .overview #today {
	color: Black;
	background-color: Silver;
	/*background-color: #FF9933;
	*/
}

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

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

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

.calendar .today_select  {
	background-color: #000000;
	text-align : right;
	text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
}

 .calendar .today_select A {
	/* font-size: 80%; */
	font-size: 13px;
	color: #82C4F4;
	background-color: #000000;
	text-align : center;
	text-decoration: underline;
}

/* Appearance of the Eventlist */

.event_list_title {
	color: #006699;
	background-color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size: 18px;
	font-weight: bold;
}

.event_list {
	width : 570px;
	height: auto;
	background-color: #000000;
	/* background-color: #FEFADE;
	*/
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 100%;
	*/
	font-size: 13px;
	/*border-bottom : 1pt dashed Black;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-top : 1pt dashed Black;
	*/
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	/* font-size: 100%; */
	font-size: 15px;
	height: 25px;
	background-color: #006699;
 	background : url(topcell.jpg); 
}

.event_list .col_status {
	width: 50pt;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
}

.event_list .col_date {
	width: 70pt;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px; 
}

.event_list .col_event {
	width: auto;
    padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px; 	
}

.event_list .status {
	/* font-size: 80%; */
	font-size: 13px;
	color: #FF9933;
	font-weight: bold;
	vertical-align : middle;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
}

.event_list .date {
   /*  font-size: 75%; */
	font-size: 12px;
	color: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : middle;
    padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px; 
}

.event_list .event {
	/* font-size: 80%;
	*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : middle;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 2px;
}

.event_list A  {
  text-decoration: none;
  color: White;
}

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

.event_list .error_message {
	/* font-size: 100%; */
	font-size: 14px;
	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: #EAF0FF;
	}

/* Appearance for Event-Infos */

.event_info {
	width : 500px;
	height: auto;
	background-color: #FEFADE;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 100%; */
	font-size: 14px;
    border : 1pt solid;
		}

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

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

.event_info .date {
	background-color: #EAF0FF;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 80%; */
	font-size: 13px;
	width: 100pt;
	border-bottom : 1pt solid #000000;
	padding: 2pt 5pt 2pt 5pt;
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
    color: black;
	padding: 10pt 10pt 10pt 10pt;
	/* font-size: 80%; */
	font-size: 13px;
}

.event_info A  {
	text-decoration: none;
	color: Blue;
}

.event_info A:hover  {
	font-weight: normal;
	text-decoration: underline;
	color: Blue;
}

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

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

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


.next_event_select  {
	font-family: Arial, Helvetica, sans-serif; 
	/* font-size: 80%; */
	font-size: 13px;
	color: #D0D0D0; 
	background-color: #000000;
	text-align : left;
}

.next_event_select A {
	/* font-size: 100%;
	*/
	font-size: 14px;
	/*color: #82C4F4;
	*/
	color: #FFFFFF;
	background-color: #000000;
	text-align : center;
	text-decoration: none;
}

.next_event_select A:hover  {
	font-weight: normal;
	text-decoration: underline;
}

.extract_next_event_select  {
/* Neue Funktion - KPL 10.2003 */
	font-family: Arial, Helvetica, sans-serif; 
	/* font-size: 80%; */
	font-size: 13px;
	color: #D0D0D0; 
	background-color: #000000;
	text-align : left;
}

.extract_next_event_select A {
	/* Neue Funktion - KPL 10.2003 */
	/* font-size: 100%;
	*/
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	text-align : center;
	text-decoration: none;
}

.extract_next_event A:hover  {
	font-weight: normal;
	text-decoration: underline;
}
