/********************** Calendar module style**********************/


/*//////////////////////////////////////////////////////////////////////////////  Tabellen-Stil                                    */
.mod_events_table {
	border: 1px solid #006699;
	width: 160px;
	height:160px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}


/*//////////////////////////////////////////////////////////////////////////////  Tabellen-Kopf-Styles                             */
.mod_events_monthyear  {
	 border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;

	width: 160px;
	height: 20px;
	background-color: #006699;
	/*background-image: url( "../components/com_events/images/evback.jpg" );*/
}



/*//////////////////////////////////////////////////////////////////////////////  Kalender-Style                                   */
.mod_events_td_dayname {
  font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .saturday {
}
.mod_events_td_dayname .sunday {
	color: #C03;
}

.mod_events_td_dayoutofmonth {
	color: #666;
	background-color: #CCC;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////  Event-Spezifische Styles                         */
td.mod_events_td_daywithevents {
  font-size:12px;
  height:20px;
  font-weight: bold;
  background-color: #069;
}
.mod_events_td_todaywithevents {
height:20px;
  font-size:12px;
  font-weight: bold;
  background-color: #C03;
}
.mod_events_td_todaynoevents {
height:20px;
  font-size: 12px;
  border: 1px solid;
  border-color: #C03;
}
.mod_events_td_daynoevents {
height:20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/*//////////////////////////////////////////////////////////////////////////////  Link-Styles                                      */
.mod_events_link:link {
font-size:12px;
	color: #FFF;
	text-decoration: none;
}
.mod_events_link:visited {
font-size:12px;
	color: #FFF;
	text-decoration: none;
}
.mod_events_link:hover {
	color: #C03;
	font-size:12px;
	text-decoration: underline;
}


a.mod_events_daylink:link, a.mod_events_daylink:visited {
	color: #069;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.mod_events_daylink:hover, a.mod_events_daylink:active {
  color: #C03;
  font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.mod_events_daylink:link b, .mod_events_daylink:visited b {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.mod_events_daylink:hover b, .mod_events_daylink:active b {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
	text-decoration: none;
}



.mod_events_monthyear a:link {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.mod_events_monthyear a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.mod_events_monthyear a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

