/*
*
*	Styles du calendrier
*
*	Copyright (c) 2006 zepitt.net
*	Date création : 18.9.06
*	Dernière modification : 18.9.06
*
*/

/************* les styles propre au calendrier *********************/
/************* court-circuité BLOCK styles de all_month.tpl ********/

.nrm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000; text-decoration: none}
.nrm_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000;}
a:hover.nrm {color:#B61A1A; text-decoration: underline;}
a:hover.nrm_link {color:#B61A1A; text-decoration: underline;}

.days_in_past
{
	font-size: 10px;
	font-family: arial,helvetica;
	background-color: #EFEFEF;
	color: #999
}

.current_day
{
	font-size: 10px;
	font-family: arial,helvetica;
	background-color: #ffefbd;
	color: #000
}

.t_days
{
	font-size: 10;
	font-family: verdana;
	background-color: #ffefbd;
	color: Black
}

.t_wdays
{
	font-size: 10;
	font-family: arial,helvetica;
	background-color: #EFEFEF;
	color: Black
}

.w_days
{
	font-size: 10;
	font-family: arial,helvetica;
	background-color: #ffefbd;
	color: #999
}

.month
{
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	background-color: #ffefbd;
  color: #000;
}

.prev_next
{
	font-size: ;
	font-family: ;
	background-color: #ffefbd;
  color: #000;
}


.event1, .event2, .event3, .event4, .event5 {
	font-size: 10px;
	font-family: arial,helvetica;
	text-align: center;
  height: 18px;
}
.event1 {
	background-color: #ffefbd;
  color: #000;
}
.event2 {
	background-color: #FF0000;
  color: #fff;
}
.event3 {
	background-color: #ff6600;
  color: #fff;
}
.event4 {
	background-color: #000099;
  color: #fff;
}
.event5 {
	background-color: #0c3;
  color: #fff;
}

.basCalendrier { /* style complémentaire bas du calendrier */
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	width: 250px;
	filter:alpha(opacity=55); /* transparence */
	-moz-opacity:0.55;
	opacity: 0.55;
}
.basCalendrier a:link, .basCalendrier a:visited {
	color: #000;
}
