/**
 * Style sheet eolea_calendrier
 */
div.mod_calendar
{
	width:800px;
	margin:35px auto;
	padding:6px 9px;
	background-color:#F1EAF8;
	border:2px solid #D6C2EA;
	color:#450585;
}

#main div.mod_calendar h1
{
	padding-top:16px;
	padding-bottom:16px;
	text-align:center;
	font-size:1.4em;
	letter-spacing: 8px;
}

#main table.calendar
{
	margin:10px auto 20px auto;
	border-collapse:collapse;
}

#main table.calendar a
{
	display:block;
	background-color:#c0a1e0;
	border:1px #D6C2EA #solid;
	font-weight:bold;
	color:#fff;
}

#main table.calendar a:link, #main table.calendar a:visited
{
	padding:8px 3px;
	font-weight:normal;
	text-decoration:none;
}

#main table.calendar a.active:link
{
	color:#9562ca;
}

#main table.calendar a:hover, #main table.calendar a:active
{
	background-color:#9562ca;
	text-decoration:none;
	color:#ffffcc;
}

#main table.calendar th.current
{
	text-align:center;
}

#main table.calendar th.label
{
	padding-top:18px;
	padding-bottom:6px;
	text-align:center;
	color:#8658b5;
}

#main table.calendar th.previous, #main table.calendar th.next
{
	text-align:center;
}

#main table.calendar th.previous a, #main table.calendar th.next a
{
	background-color:#F1EAF8;
	color:#450585;
}

#main table.calendar th.previous a:hover, #main table.calendar th.previous a:active, #main table.calendar th.next a:hover, #main table.calendar th.next a:active
{
	background-color:#9562ca;
	color:#ffffcc;
}

#main table.calendar tr
{
	line-height:18px;
}

#main table.calendar td.days
{
	width:135px;
	height:80px;
	padding:2px 6px;
	text-align:center;
	border-bottom:1px #fff #solid;
}

#main table.calendar td.active div.header
{
	background-color:#8658b5;
	color:#fff;
}
