﻿/* CALENDARIO */
.calendar_oggi
{
	background-color:#FFFFFF;
}

.title
{
  font-weight:bold;
  background-color:#ffff87;
  color: /*#FFFFFF*/ black;
}

.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:#FBD878;
  color:#000000;
  border-color:#BB5503;
  border-style:1px solid;
  font-weight:bold;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}