#viewer {
	display: none;
}

/* Calendar module print */

.cartouche, .maindiv .menu, .maindiv .ariane, #calendar_descriptor_fieldset, #calendar .fc-header-left, #calendar .fc-header-right {
	display: none;
}
.fc-content > div > div:last-child > div:last-child {
	height : auto ! important;
}
.fc-view {
	overflow: visible ! important; 
}

.fc-button {
    display: none;
}

table.titre_page {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    font-size: 16px;
}

.fc-center h2 {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: normal;
    font-size: 1.2em;
}
td.titre_icon,
#calendar_descriptor_titlerow {
    display: none;
}

body {
    font-family: arial,sans-serif;
}
div#calendar {
    font-size: 0.8em;
    max-width: 29.7cm;
    margin-top: 14px;
}
.fc-timeline th {
    vertical-align: top;
    height: 30px;
}
.fc-timeline .fc-cell-text  {
    padding: 0px;
    font-size: 10px;
}
.fc-timeline .fc-head .fc-cell-content  {
    padding: 0px;
    font-weight: normal;
}

.printer {
    padding-left: 100px;
    font-size: 12px;
}
.printer a {
    font-weight: bold;
    border: solid 1px #aaaaaa;
    background-color: #dddddd;
    padding: 0px 4px;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 3px;
}
.printer a#plus {
    margin-right: 20px;
}
.printer a#minus {
    margin-left: 10px;
}
.printer #zoom,
.printer #slot_width {
    font-size: 12px;
    border: solid 1px #aaaaaa;
    width: 30px;
    height: 16px;
    padding: 0px;
    text-align: center;
    border-radius: 2px;
}

.printer a:hover {
    background-color: #eeeeee;
}

/* display full event title */
.fc-day-grid-event .fc-content,
.fc-timeline-event .fc-content {
    white-space: normal;
    overflow: visible;
}

@media print {
    .printer {
        display: none;
    }
}