/*********************
* Minikalender Modul
**********************/
/*pos*/
.mod_events_table { text-align: center; margin: 0px auto 0.25em auto; width: 100%; min-width:100px!important; }
.mod_events_table td { text-align: center; }
/*fot*/
.mod_events_table { font-style: normal; text-decoration: none; }
/*des*/

/*Tagensnamen ueberschrift*/
/*fot*/
.mod_events_td_dayname { font-weight: bold;}
/*des*/
.mod_events_td_dayname {color: #000;}

/*Tagensnamen Samstag Sonntag*/
/*des*/
.mod_events_td_dayname .sunday, 
.mod_events_td_dayname .saturday { color:#4083AE; }

/*Tage außerhalb des aktuellen Monats*/
/*fot*/
.mod_events_td_dayoutofmonth {font-weight: bold;}
/*des*/
.mod_events_td_dayoutofmonth {color: #e0eaef;}

/*heute ohne Termine*/
/*fot*/
.mod_events_td_todaynoevents {}
/*des*/
.mod_events_td_todaynoevents {background: #fff; }

/*heute mit Terminen*/
/*fot*/
.mod_events_td_todaywithevents {font-weight: bold;}
/*des*/
.mod_events_td_todaywithevents {background: #fff;}

/*tage ohne Termine*/
.mod_events_td_daynoevents { line-height: normal; font-weight: normal;}
/*tage mit Terminen*/
.mod_events_td_daywithevents { font-weight: bold; background-color: #B0C4DE; }

/*Tageszahlen (Links)*/

.mod_events_td_link {}
a.mod_events_link:link {}
a.mod_events_link:visited {}
a.mod_events_link:hover {}

/*Überschriftenzeile*/
/*pos*/
.mod_events_monthyear {margin: 0.25em auto 0px auto; text-align:center; width: 100%; min-width:100px!important; height: 1.5em; border: 0px solid green!important; }
.mod_events_monthyear td {border: 0px solid green!important; }
/*fot*/
.mod_events_monthyear {}
/*des*/
.mod_events_monthyear { border-bottom: 1px solid gray; cursor:pointer; }

.mod_events_monthyear td {text-align:center!important; vertical-align:middle; }

.mod_events_monthyear a.mod_events_link, 
.mod_events_monthyear a.mod_events_link:visited { font-weight: bold; background-color: inherit; text-decoration: none; }

.mod_events_td_title { font-weight: bold; text-decoration: underline; }


/*
	module Latest Events

	Classes:

	mod_events_latest_first	- the table cell that contains the first event listed
	mod_events_latest	- the table cell that contains an event besides the first

	mod_events_latest_date	- the html span that contains the date for the event on the
				  first line of the table cell.

	mod_events_latest_content - the html span that contains the event title.

	mod_events_latest_content a:{link|visited|hover}  - controls the formatting
		of the event title links if enabled thru the module parameters. See the
		Readme.txt file to get info on parameters.

	mod_events_latest_callink - the html div that contains the link to the full calendar component.

*/
table.mod_events_latest_table {font-family:@font-family-base;
}


/*erster eintrag in der liste*/
.mod_events_latest_first {}


.mod_events_latest_date {}

.mod_events_latest_content a:link {}

.mod_events_latest_content a:visited {}

.mod_events_latest_content a:hover {}

div.mod_events_latest_callink { margin-top: 8px; }
div.mod_events_latest_callink a { background: #E0E0E0; }

.mod_events_latest_rsslink a {text-decoration:none; line-height:24px; }
.mod_events_latest_rsslink img { border:0px; margin-right:10px;}


