/**
*calendar CSS 
*(actually holding all css for now)
*
*/

.calendar_table
{
width:120px;
border: 0px;
display:block;
float:left;
margin-right:10px;
}

.calendar_td
{
background-color:lightyellow;
text-align:right;
width:30px;
}

.calendar_today_content
{
background-color:pink;
}

.calendar_today_no_content
{
background-color:lightblue;
}

.week_day_cell
{
text-align:center;
width:30px;
}


