.calendarTop    {font-size: 13px; font-style: normal; color: #000000; font-weight: bold; text-align: center; line-height: 30px;}
.calendarToday  {font-size: 10px; font-weight: bold; color: #990000; background-color: yellow;}
.calendarDays   {font-size: 10px; font-style: normal; color: #000000; width: 14px; height: 20; background-color: #DDFFDD; text-align: center; border: 0}
.calendarNoDays {font-size: 10px; font-style: normal; color: #000000; width: 14px; height: 20; background-color: #FFFFFF; text-align: center}
/* booked */
.calendarHL     {font-size: 10px; font-style: normal; color: #000000; width: 14px; height: 20; background-color: #FA7A7A; text-align: center}
/* closed */
.calendarHL2    {font-size: 10px; font-style: normal; color: #000000; width: 14px; height: 20; background-color: #E6C9A0; text-align: center}
/* negociation */
.calendarHL3    {font-size: 10px; font-style: normal; color: #000000; width: 14px; height: 20; background-color: #AEB4FE; text-align: center}
.calendarHeader {font-size: 10px; background-color: #A9B4B3; color: #FFFFFF; text-align: center; border: 0}
.calendarDispo  {font-size: 10px; font-style: normal; color: #000000; font-weight: bold; background-color: #DDFFDD; text-align: center; height: 24px;}
.calendarIndspo {font-size: 10px; font-style: normal; color: #000000; font-weight: bold; background-color: #FA7A7A; text-align: center; height: 24px;}
.calendarFerme  {font-size: 10px; font-style: normal; color: #000000; font-weight: bold; background-color: #E6C9A0; text-align: center; height: 24px;}
.calendarBlank  {font-size: 10px; font-style: normal; color: #000000; background-color: #FFFFFF; text-align: center}

#calendarTable
    {
    border: solid 0px;
    border-color: #000000;
    border-collapse: collapse;
    text-align: center;
    width: 600px;
    padding-bottom: 200px;
    margin-left: 100px;
    }
#datetable li
    {
    display: inline;
    width: 100px;
    }

#headertable
    {
    width: 600px;
    margin-left: 100px;
    margin-top: 20px;
    margin-left: 100px;
    }
#headertable td
    {
    font-size: 10px;
    font-style: normal;
    color: #000000;
    text-align: left;
    width: 140px;
    }


