/* slot height */
.fc .fc-agenda-body td div {
	height: 5px; 
}

/* Calendar div */ 
div#calendar {
	width : 610px;	
	padding-bottom: 10px;
}

.green_event_div, .green_event_div a{
	background-color: #E4EDB4;
    border-color:#A5C30B;
    color: #A5C30B;
}

.fc-agenda .green_event_div .fc-event-time {
	background-color: #A5C30B;
	color : #fff;
}


.blue_event_div, .blue_event_div a  {
	background-color: #DADCE8;
    border-color:#79839E;
    color: #79839E;
}

.fc-agenda .blue_event_div .fc-event-time {
	background-color: #79839E;
	color : #fff;
}


.yellow_event_div, .yellow_event_div a {
	background-color: #FEEAC5;
    border-color: #F6AC19;
    color: #F6AC19;
}

.fc-agenda .yellow_event_div .fc-event-time {
	background-color: #F6AC19;
	color : #fff;
}


.red_event_div, .red_event_div a {
	background-color: #BBBBBB;
    border-color: #333333;
    color: #333333;
}

.fc-agenda .red_event_div .fc-event-time {
	background-color: #333333;
	color : #fff;
}

.breaker {
  border: medium none;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* Dialogue de création d'évènement */
/* .calendar_edit_content > input { */
/* 	width : 200px; */
/* } */
/* .calendar_edit_content  input#newEvent_otherType { */
/* 	width : 200px; */
/* } */

/* .calendar_edit_content > select { */
/* 	width : 202px; */
/* } */

#newEvent h2 {
	background-image : none;
	width: 300px !important;	
}

#newEvent {
	width : 550px;
}

#newEvent .pop-top-bar h1{
	font-size : 22px;
	margin-top : 10px;
	padding-left: 0;
}

#newEvent input[type="text"] {
	font-size : 12px;
} 
