/***********************************************
* CONTENIDO STYLE
*
* NAME - calendar.css
*
* Für das Layout des Monatskalenders (Modul/Plugin)
*
* Author:       Vivien Lindemann 
* E-Mail:        vivien@gfz-potsdam.de
* Created:     29-09-2005
* Modified:     29-09-2005
************************************************/
/* allgemeine Festlegungen Monatskalender */
.calendar {
   font-family: Arial, Helvetica, sans-serif;   
   font-size:0.65em;
   border: 1px solid #666666;
}

/* aktueller Monatsname */
.headline {
   background-color: #CCCCCC;
   color: #660000;  
   font-size: 1.4em;   
   padding: 5px 5px 5px 5px;   
   font-variant:small-caps;
}

/* Pfeile bzw. Links zum Monate-Weiterschalten */
.headline_item {
   color: #660000;
   background-color: #CCCCCC;
}

/* Namen der Tage */
.dayname {
   background-color: #CCCCCC;
   color: #666666;  
   border-top: 1px solid #666666;
   border-bottom: 1px solid #666666;
}

/* Tage des nächsten bzw. vergangenen Monats */
.next, .last {
   color: #CCCCCC;
}

/* aktueller Tag */
.today {
   border: 1px solid #660000;  
}

/* Tage mit Terminen */
.selected {
   text-decoration:underline;
   color: #660000;
}

/* aktueller Tag mit Termin */
.today_selected {
   border: 1px solid #660000;  
   text-decoration:underline;
   color: #660000;
}


/* HEUTE-Anzeige */
.footer {
   border-top: 1px solid #666666;
   background-color: #CCCCCC;
   color: #660000;
}

/* kalenderspezifische Farbgebung der Links */
.calendar a:link, .calendar a:visited, .calendar a:hover, .calendar a:active {
   color: #660000;
   text-decoration: underline;
}

/* allgemeine Festlegungen Terminuebersicht*/
.event_list {
   font-family: Arial, Helvetica, sans-serif;   
   font-size:0.8em;
}

.col_date,.col_event {
   font-variant: small-caps;
   color: #660000;
   background-color: #CCCCCC;
   border: 1px solid #666666;
}


.event_list a:link, .event_list a:visited, .event_list a:hover, .event_list a:active, .event_info a:link, .event_info a:visited, .event_info a:hover, .event_info a:active {
   color: #660000;
} 

.event_info {
   font-family: Arial, Helvetica, sans-serif;   
   font-size:0.8em;
}

.event_info .date,.event_info .title {
   border-top: 1px solid #666666;
   border-bottom: 1px solid #666666;
   background-color: #CCCCCC;
   color: #333333;
}   

h1.event_list_title {
   text-align: center;
   margin-bottom: 10px;
}

.cal_view {
   background-color: #cccccc; 
   font-size: 0.8em; 
   color: #660000; 
   font-variant:small-caps;
}

.cal_view_select {
   margin: 0px 30px 0px 30px;

}
