
#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	
	
	
	background: url('images/calWaiting.gif') no-repeat center;
	
}

#calendar {
	
	width: 99.6%;

}

.cal {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}

calendar a {
	color: #033f74;
	text-decoration: none;
}

calendar a:hover {
	color: #3a8ed9;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: white;
	font-size: 20px;  
	background: url('images/calBack.gif') repeat center left;
	background-color: #477ba9;
	padding-right:5px;
	border: 1px solid #DDD;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
	
}
.calhead .currentmonth{
	
	color: #214C73;
	font-weight:bold;
}
.calhead a {
	
	
}

.toolbar
{
	background-color:#8bacc9;
	width:160px;
	text-align:center;
	position:relative;
	border: 1px solid #DDD;
	

}

.labelBoutonCal{
font-size:.5em;	
color:white;
}

.dayhead {
	height: 25px;
	background-color: white;
	/*background: url('images/calBack.gif') repeat center left;*/
}

.dayhead td {
	text-align: center;
	color: #214C73;
border: 1px solid #DDD;
}

.dayrow {
	background: #FFF;
	height: 100px;
	
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
	

}

.day {
	height:100px;
	float: left;
	margin-right:3px;
}
.daycontainer{
	height:100px;
	overflow:auto;
}

.dayover {
/*	background: #F4F4F4; */
}

.dayout {
	background: #FFF;
}

#events_list_background{
	background-color: white;
}

.event {
	font-family: Arial, sans-serif;
	width: 100%;
	background-color: white;

}

.event .heading {
	padding:5px;
	/*position: relative;*/
	background: url('images/calBack.gif') repeat-x top left;
	background-color:#ffd700;

}

.event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

.event .posted {
	color: #8C8C73;
	font-size: 10px;
}

.event .back {
	
	text-align:right;
	position: relative;
	top: 0px;
	right: 10px;
	
}
/*
.event .back a, .event .eventlink a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

.event .back a:hover, .event .eventlink a:hover {
	color: #0E0;
}
*/
.event .eventlink{
	text-align: right;
	margin:10px;

}


.event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

.calevent{
	
	border:1px solid white;
	cursor: pointer;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	
	border-bottom:1px solid white;
	
}
.caleventover{

	border:1px solid #C70000;
	cursor: pointer;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	opacity:0.5;

}

.calevent .dotcom{
	font-size:0.5em;
	margin-top:-4px;
}