/* Calendriers */

#roundCalendar{ 
width:800px;
margin:0 auto;
padding:0;
background-color:#D0D0D0;
}

table.calendar{
width:100%;
margin:5px auto;
padding:10px 20px;
}

table.calendar td{
padding:2px 0 2px 4px;
width:96px;
}

#calendar-title{
height:80px;
margin:0px;
padding:0px;
font-size:1.7em;
}

#calendar-title h2{
	font-size:2.2em;
	color:#003366;
}

#calendar-title h2:before{
content:"";
}

th.othermonths a{
	color:#003366;
}

th.othermonths a:before{
content:"\00BB \0020";
}

#calendar-days{
margin:0px;
}

#calendar-days td{
border-left:2px solid #9D9ED7;
}

table.calendar td.event{
cursor:pointer; 
background:#9D9ED7;
border-right:2px solid;
width:94px;
}

#calendar-events{
width:800px;;
margin:0px auto;
}

.calendar-event{ /* padding must be set in a div inside the smenu ones, not here. background must be set here and in the function, see mycalendar.php lines 130 to 138 and menu_script.js*/
	margin:0;
	margin-top:10px;
	background-color:#CCCCCC;
	color:#003366;
}

.calendar-event h3{
	color:#000000;
}
