BODY,td,tr,font,select,input, option,textarea,form
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma;
    
}
.RightAlign
{
	text-align:right;
}
.TDbianco
{
    COLOR: #ffffff;
	FONT-SIZE: 12px;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A
{
    COLOR: #0081c7;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #79552D;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
TD.piccgrigio
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif
}
TD.piccbianco
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif
}
A.linkbianco
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
A:hover.linkbianco
{
    COLOR: #0081c7;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none;
}
A:visited.linkbianco
{
    TEXT-DECORATION: none
}
/*
	Css per il Calendario dell' Amministrazione
*/
.DayCalendarCellStyle
{
	vertical-align:top;
}
.CalendarDayStyle
{
    width:120px;
    height:100px;
}
.DayTextHeader
{
    background-image: url(../Amministrazione/Images/Calendar/BgDay.gif);
    height:14px;
    text-align:right;
    vertical-align:middle;
    background-color:#ebebeb;
}
.DayTextBody
{
    height:75px;
    text-align:Left;
    vertical-align:top;
    background-color:#FFFFFF;
    padding:1px;
    height:100%;
}
.DayTextHeaderOtherMonth
{
    background-image: url(../Amministrazione/Images/Calendar/BgDayOtherMonth.gif);
    height:14px;
    text-align:right;
    vertical-align:middle;
    background-color:#ebebeb;
}
.DayTextBodyOtherMonth
{
    height:75px;
    text-align:Left;
    vertical-align:top;
    background-color:#EFEBEF;
    padding:1px;
    height:100%;
}
.DivBody
{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
    padding:2px;
    margin:1px;
    color: Black;
    cursor:pointer;
    cursor:hand;
}
.DivHeader
{
    cursor:pointer;
    cursor:hand;
}
/*
	Fine css per calendario
*/
