/*
 * ----------------------------------------------------------------------------
 * 'gumax' style sheet for extensions used in this wiki.
 *
 * @Version 0.1
 * @Author Gilbert Laganne, <info@sypap.com>
 *
 * ----------------------------------------------------------------------------
 */

/* Extension "SimpleCalendar" */
table.calendar  { margin: 0; padding: 10px; }
table.calendar td { margin: 0; padding: 2px; vertical-align: top; }
table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; }
table.month .dow td  { color:#aaa; text-align:center; font-size:110%; }
table.month td.today { background-color:#ddd; }
table.month td { border: none; margin: 0; padding: 1pt 1.5pt; font-weight: bold; font-size: 8pt; text-align: right; background-color: #eee; }
#bodyContent table.month a { background:none; padding:0; }
.day-active { color: #cc0000; background:#ffffc0;}
.day-empty  { color:#0000cc }

.fomec {display: none;}
.divfomec {display: inline-block; display: none;}
.reference-text {font-size: smaller;}
/* The end
-----------------------------------------------------------------------------*/
