﻿.calendar_oggi
{
	background-color:#FFFFFF;
}

.title
{
  font-weight:bold;
  background-color:#FF7F00;
  color:#FFFFFF;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  background-color:#DFDFDF;
}

.selectedday
{
    width: 25px;
    background-color: #FBE694;
    color: #000000;
    font-weight: bold;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}
