.afisare_tab_index {
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.tab_big_box 
{
    margin-top: 25px;
}

.tab_big_box h3 {
    color: #006699;
    font-size: 18px;
    margin-bottom: 5px;    
    text-align: center;
}

table.calendar
{
	border:1px solid #004080;
	text-align:center;
}

table.calendar.legend td
{
    padding: 0px 20px;
}

.navigateYear
{
	background-color:#B1B7D1;
	color:white;
}

td.month
{
	background-color:#B1B7D1;
	text-align:center;
	width: 200px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
}

tr.daysOfTheWeek
{
	background-color:silver;
	font-weight: bold;
}
tr.daysOfTheWeek td {padding: 10px;}

.normalDate
{
	background-color:white;
	color:black;
	width: 50px;
	height: 50px;
}

.currentDate
{
	background-color:#FF8040;
	color:white;
}

.selectedDate
{
	background-color:blue;	
	color:white;
}

.bestTime
{
	background-color:#625C59;
	color:white;
	width: 50px;
	height: 50px;
}

.goodTime
{
	background-color:#938A88;
	color:white;
	width: 50px;
	height: 50px;
}

.poorTime
{
	background-color:#DCE4DF;
	color:#000000;
	width: 50px;
	height: 50px;
}