/* CSS Gevi 2003 Copyright Arianna Pisapia*/

/* ---------- main elements ---------- */

	#TAB_calendario {
	padding: 0px 10px;
	width : 153px;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	border-top : 1px solid #0FA5D1;
	border-bottom : 1px solid #0FA5D1;
	border-left : 1px solid #0FA5D1;
	border-right : 1px solid #0FA5D1;
}

/* ---------- classes ---------- */

    .TAB_calendario_top{
	background-color : #000FFF;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color : #000066;
	text-align : center;
	padding : 2px;
	background-image : url(../Immagini/SfoGri.JPG);
        border-top : 0px solid #0FA5D1;
	border-bottom : 0px solid #0FA5D1;
	border-left : 0px solid #0FA5D1;
	border-right : 0px solid #0FA5D1;
}

	.TAB_calendario_fontprot{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 9px;
	color : #F2570D;
	text-align : center;
        border-top : 1px solid #0FA5D1;
	border-bottom : 1px solid #0FA5D1;
	border-left : 1px solid #0FA5D1;
	border-right : 1px solid #0FA5D1;
	background : White;
}

	.TAB_calendario_fonttext{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 9px;
	color : Gray;
	text-align : center;
        border-top : 1px solid #0FA5D1;
	border-bottom : 1px solid #0FA5D1;
	border-left : 1px solid #0FA5D1;
	border-right : 1px solid #0FA5D1;
	background-image : url(../Immagini/sfumabox.gif);
	background-repeat : repeat-x;
	background-position : top;
	background-attachment : fixed;
	text-decoration : none;
}

	.TAB_currentday{
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 9px;
	color : White;
	text-align : center;
border-top : 1px solid #0FA5D1;
	border-bottom : 1px solid #0FA5D1;
	border-left : 1px solid #0FA5D1;
	border-right : 1px solid #0FA5D1;
	background-repeat : repeat-x;
	background-position : top;
	background-attachment : fixed;
	background-color : #F46F2F;
}

	.TAB_calendario_varia{
	background-color : White;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color : Black;
	text-align : left;
	padding : 2px;
border-top : 1px solid #0FA5D1;
	border-bottom : 1px solid #0FA5D1;
	border-left : 1px solid #0FA5D1;
	border-right : 1px solid #0FA5D1;
}