/*********************
* Calendar module style
**********************/
.bloc-agenda-bg {
	background: url(/templates/mdpertuis/img/bg-agenda.png) repeat-x;
	width: 166px
	padding: 0 10px;
	margin: 10px auto 0 auto;
	border-bottom: 5px #FFB400 solid;
}
.mod_events_table
{
	width: 166px!important;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin:0 auto 8px auto;
	background: url(/templates/mdpertuis/img/bg-agenda-interne.png) no-repeat 0px 19px;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_table td {
	height: 19px;	
}

.mod_events_table td.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
	vertical-align:top;
}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	color: #999999;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #ffffff;
	background-color: #C10013;
}

.mod_events_td_todaynoevents a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #ffffff;
	background-color: #C10013;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #000;
	background-color: #FBEA94;
}

.mod_events_td_daywithevents a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.mod_events_td_daynoevents a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.mod_events_td_todaywithevents a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.mod_events_td_daynoevents a:link, .mod_events_td_daynoevents a:visited, 
.mod_events_td_todaywithevents a:link, .mod_events_td_todaywithevents a:visited {
	display: block;
	height: 19px;
	line-height: 19px;	
}
.mod_events_td_daynoevents a:hover, .mod_events_td_daynoevents a:active, 
.mod_events_td_todaywithevents a:hover, .mod_events_td_todaywithevents a:active {
	display: block;
	height: 19px;
	line-height: 19px;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color: #C10013;
}
/*
.mod_events_td_daynoevents:hover a,
.mod_events_td_todaywithevents:hover a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.mod_events_td_daynoevents:hover,
.mod_events_td_todaywithevents:hover {
background-color: #C10013;
}
*/
/*a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: blue;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Silver;
	text-decoration: none;
}*/
.mod_events_td_link
{
	background-color: Background;
}
/*a.mod_events_link:link
{
	color: #ffffff;
}
a.mod_events_link:visited
{
	color: #ffffff;
}
a.mod_events_link:hover
{
	color: #ffffff;
}*/
.mod_events_monthyear
{
	height: 24px;
	margin:3px auto 0 auto;
	width: 166px;
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
