/*** Définition des styles d'affichage pour le calendrier des événements.  */
.calendarMonth 
{ 
	cursor		: default; 
	width		: 100%;
}

.calendarHeader1
{ 
	font-size	: 12px;
	background-color: #D1BE90; 
	height		: 20px;
	border		: 1px outset #FFFFFF; 
}

.calendarHeader2 
{ 
	background-color: #EEEEEE; 
	text-align	: center;
}

.calendarToday 
{ 
	height		: 22px; 
	width		: 18px; 
	padding		: 2px; 
	background-color: #EEEEEE; 
	text-align	: center;
	border		: 1px outset #EEEEEE; 
}

.calendarWeekend 
{ 
	height		: 22px; 
	width		: 18px; 
	padding		: 2px; 
	background-color: #D1BE90; 
	text-align	: center;
	line-height	: 14px; 
	border		: 1px outset #D1BE90; 
}

.calendar 
{ 
	height		: 22px; 
	width		: 18px; 
	padding		: 2px; 
	background-color: #F0E6CF; 
	text-align	: center;
	line-height	: 14px; 
	border		: 1px outset #F0E6CF; 
}

.empty 
{ 
	height		: 22px; 
	width		: 18px; 
	line-height	: 14px; 
}

.event 
{ 
	border		: 1px outset red; 
    font-size: 10px; 
    color: #000000; 
    background-color: #FFFFFF; 
    text-decoration: none; 
    border: 0px solid #656872; 
}
.event_header   
{ 
    font-size: 16px; 
    font-weight: bold;
    line-height: 1.5; 
    text-decoration: none; 
    color: #000000; 
    background-color: #D1BE90; 
} 

.event_header_dates
{
font-size: 10px; 
color: #000000; 
background-color: #FFFFFF; 
text-decoration: none; 
border: 1px inset #F2F4F7;
}

/* used for list number */
.event_header_zahl    
{ 
    font-size: 19px; line-height: 1.5; color: #FFFFFF; background-color: #000099; text-decoration: none; 
} 

.event_description
{ 
    font-size		: 11px; 
    line-height		: 1.5; 
    color		: #000000; 
    border-bottom	: 1px solid #D1BE90; 
    text-decoration	: none; 
} 

.yearHeader
{
	font-size		: 18px;
}

.calendar A,
.calendarWeekend A
{
    color: #800000; 
}

.event_on A,
.calendar A:link,
.calendar A:visited,
.calendarWeekend A:link,
.calendarWeekend A:visited,
.yearHeader A:hover 
{
    text-decoration: none;
}

.calendar A:hover,
.calendar A:visited:hover,
.calendarWeekend A:hover,
.calendarWeekend A:visited:hover 
{
    text-decoration: underline;
}

.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover 
{
    text-decoration: underline;
}

