/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/* JCG MOD -  MOIS AVANT  MOIS APRES CHANGEMENT DE COULEUR DE FOND*/
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

/* JCG MOD - MOIS AVANT  MOIS APRES CHANGEMENT HAUTEUR DE CELLULE  */
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center !important;
    color: #606F79 !important;
    font-weight: bold;
  	margin-top : 10px;
  	margin-bottom : 10px;
}

/* JCG MOD -  */
#jevents_body .cal_today a.cal_daylink {
    background-color: #ff6600;
    padding: 4px;
    border-radius: 10px;
    color: #FFFFFF;
}

/* JCG MOD - CELLULES DU TABLEAU - SANS EVENT */
#jevents_body .cal_daysnoevents {
    background-color: #FFF;
    padding: 4px;
    height: 120px;
    vertical-align: top;
    width: 14%;
    border: 1px solid #ddd;
}

/* JCG MOD - CELLULES DU TABLEAU - AVEC EVENT */
#jevents_body .cal_dayshasevents {
    background-color: #FFFFCC;
    padding: 4px;
    vertical-align: top;
    height: 120px;
    width: 14%;
    border: 1px solid #ddd;
}

.cal_daysoutofmonth {
    background-color: #cfcfcf;
    padding: 4px;
}

/* JCG MOD - LINKS VERS CAT EN BAS AVEC PADDING EN HAUT */
#jevents_body .event_legend_container {
    border: none;
   	padding-top :30px;
}

/* JCG MOD -  ESPACE SOUS EN TETE TITRE AGENDA EN H2 */
.contentheading {
  	padding-bottom :40px;
}

