body, html {
background: #ffffff;
font-size:14px;
}

/* caption determines the style of
   the month/year banner above the calendar. */

div.cal_title{
font-family:arial,helvetica;
font-size:14px;
color: black;
font-weight: bold;
}

/* .calendar determines the overall formatting style of the calendar,
   acting as the default unless later overruled. */



.calendar{
font-family:arial,helvetica;
font-size:13px;
color: #000000;
background-color: #ffffff; 
border-color: #000000;
border-style: solid;
border-width: 1px;
}


/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header{
background-color: #c0c0c0;
color: #ffffff
border-color: #000000;
border-style: solid;
border-width: 1px;
}

/* .day determines the formatting of each day displayed in the
   calendar. */

td.day{
background-color: #ffffff;
font-size:13px;
border-color: #000000;
border-style: solid;
border-width: 1px;
text-align: center;
width: 120px;
height: 120px;
}

.cal_inputs{
font-size:13px;

}
