/*
------------------------------------------------------------------
Visualizza il calendario nella Home Page
------------------------------------------------------------------
CSS SCREEN
------------------------------------------------------------------
*/

#col_dx .box_calendar {

	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	/*padding: 0.2em;*/
	background-color: #f2f2ea;
	background-image: url(../resources/bg_news.jpg);
	background-repeat: repeat-x;
	border-color: #f2f2ea;
	border-style: solid;
	border-width: 1px;

}

.calendar-table{
	width:100%;
}

.calendar-table a{
	text-decoration:none;
}

.calendar-table a:hover {
	text-decoration:underline;
}

.calendar-table TD, .calendar-table TH{
	font-size: 0.8em;
	padding:0.1em;
	text-align:center;
}

.calendar-table TH{
	color:#333333;
	border-top: 1px solid #b2a690;
	border-bottom: 1px solid #b2a690;
	/*border-bottom: 1px solid #7b5933;*/
}

.calendar-table caption{
	/*color:#333333;*/
	text-transform:uppercase;
}

.linked_today{
	padding:0.1em;
	color:#ffffff;
	background-color:#CC9900;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #ffffff;
}


.linked_today_nolink{
	/*padding:0.2em;*/
	color:#333333;
	background-color:#C7D5FE;
}

.linked_day{
	padding:0.1em;
	color:#4D381F;
	background-color:#c7c1b1;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #ffffff;
}

.bottomMonthLink{
	border-top:1px solid #b2a690;
}

/*
.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #7e7e7e;
    background: #EAE8E3;
    padding:2px;
    z-index:10;
    width:200px;
}

.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:underline;
    background-color:#C7D5FE;
    color:#333333;
    border:1px solid #7E7E7E;
}

.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:underline;
    color:#333333;
    background-color:#cccccc;
    border:1px solid #7E7E7E;
}

.rcMenuItemText {
    font-size:130%;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background: #7e7e7e;
    text-align:center;
}

.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 

.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}

.rcImage {
	padding-right:4px; 
}
*/