﻿.popupCalendarContainer
{
    position:absolute;
    width:200px;
    background-color:white;
    border:1px solid black;
    padding:2px;
    z-index:500;

}
.calendarioHeaderMese
{
    text-align:center;
    font-weight:bold;
    color:Black;
}
.calendarioPubblicazioni 
{
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a8a9a9;
	border-right-color: #a8a9a9;
	border-bottom-color: #a8a9a9;
	border-left-color: #a8a9a9;
	width:100%;
}
.calendarCell
{
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
    border-left-style: solid;
	border-right-color: #a8a9a9;
	border-bottom-color: #a8a9a9;
	border-left-color: #a8a9a9;
	text-align:center;
	vertical-align:middle;
	color:#c0bfbf;
	font-size:8.5pt;
}
.calendarHeaderDay2
{
    background-image:url('../images/calendar-day-bar.png');
    height:24px;
    text-align:center;
    vertical-align:middle;
    color:White;
    border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	font-weight:bold;
}
.calendarHeaderDay
{
    background-color:#4f81bd;
    height:24px;
    text-align:center;
    vertical-align:middle;
    color:white;
    border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	font-weight:bold;
}
.calendarioPubblicazioni tr td a 
{
    color: #385d8a;
    text-decoration:none;
    font-weight:bold;
}

.calendarioPubblicazioni tr td a:visited
{
    color: #385d8a;
    text-decoration:none;
    font-weight:bold;
}
.calendarioPubblicazioni tr td a:hover
{
    color: #385d8a;
    text-decoration:underline;
    font-weight:bold;
}

