.calendar {
  float:left;
  margin-top:1%;
  width:78.5%;
  overflow:hidden;
	margin-top:1%;
	height:619px;
	font-size:1em;
	margin-left:1%;
	min-height:300px;
	border:6px solid #dc2725;
	-moz-border-radius:10px 10px 10px 10px ;
		-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-moz-box-shadow:2px 2px 4px grey;
	-webkit-box-shadow:2px 2px 4px grey;
  cursor:move;
}
.calendar.still {
  cursor:default;
}
.months {
  width:2300px;
}
.month {
  float:left;
  width:131px;
}
.days {
  border-right:1px solid #BBB;
  height:590px;
}
.monthname {
  display:block;
  text-transform:uppercase;
  height:30px;
  line-height:30px;
  border-right:1px solid white;
  text-align:center;
  color:white;
  background-color:black;
  font-weight:bold;
}

.days li {
  border-top:1px solid #BBB;
}
.weekend {
  background-color:gray;
}
.days li:last-child {
  border-bottom:1px solid #BBB;
}
li .prepend {
  display:block;
  float:left;
  width: 10%;
  height: 18px;
  min-width: 16px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  background-color: #EEE;
  font-size:0.8em;
}
.vevent {
  display:none;
}
.event-type {
  font-size:0.8em;
  text-align:center;
  float:left;
  width:93px;
}
.location {
  margin-top:10px;
}
.dtstart span.value, .dtend span.value {
  font-weight:bold;
}

.day.active {
  cursor:pointer;
  background-color:#DA2625;
}
.daily-agenda {
  position:relative;
  height:290px;
  overflow-y:scroll;
  overflow-x:hidden;
}
.daily-agenda-days li[data-date] {
  float:left;
}

.daily-agenda.left {
  float:left;
}
.daily-agenda-event {
  position:absolute;
  width:90px;
  background-color:#DA2625;
  cursor:pointer;
  color:white;
  font-weight:bold;
  font-size:1.1em;
  text-align:center;
  border:1px solid #A81615;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.daily-agenda-legend {
  float:left;
  padding:5px;
}
.daily-agenda-legend li {
  height:30px;
  color:grey;
}
.daily-agenda-periods {
  float:right;
  width:90px;
  margin-top:11px;
  margin-right:10px;
}
.daily-agenda-periods li {
  position:relative;
  border-top:1px gainsboro solid;
  line-height:30px;
  height:29px
}
.events-infos.right {
  float:right;
}
.map_canvas {
  width:200px;
  height:200px;
}
