@charset "utf-8";
/* CSS Document */

.calendario{
	width:238px;
	background-color:#fff;
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:3px solid #CCC;
}

.tebellaCELLE{
	width:250px;
}

.fondoMESE{
	color:#FFF;
	text-transform:uppercase;
	height:24px;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	
	background-image:url(../img/menu/fondoSOTTOMENU.png);
	background-repeat:repeat-x;
	background-position:0px -3px;
	
	background-color:#3eab30;
	text-shadow: 0px 1px 1px #6ad15d , 0px -1px 1px #0a5900;
	
}

.fondoMESE img{
	cursor:pointer;
}


.calendario div{
	height:13%;
	width:13%;
	margin:1px;
	float:left;
	line-height:23px;
	text-align:center;
}


.GIORNOsettimana{
	color:#999;
}

.NUMERO{
	color:#666;
	font-weight:bold;
	cursor:pointer;
	
	background-color:#ddd;
	text-shadow: 0px 1px 1px #fff , 0px -1px 1px #ddd;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
}

.NUMEROdisattivo{
	color:#bbb;
	font-weight:bold;
	
	background-color:#eee;
	text-shadow: 0px 1px 1px #fff , 0px -1px 1px #ddd;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #f5f5f5,  #eee); /* for firefox 3.6+ */
	
	
}


.NUMEROattivo01{
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	
	background-color:#3eab30;
	text-shadow: 0px 1px 1px #6ad15d , 0px -1px 1px #0a5900;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3eab30', endColorstr='#0f7c01'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#3eab30), to(#0f7c01)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #3eab30,  #0f7c01); /* for firefox 3.6+ */
}	
.NUMEROattivo02{
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	
	background-color:#e7309a;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7309a', endColorstr='#b8016b'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#e7309a), to(#b8016b)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #e7309a,  #b8016b); /* for firefox 3.6+ */
}
.NUMEROattivo03{
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	
	background-color:#598cda;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#598cda', endColorstr='#2a5dab'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#598cda), to(#2a5dab)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #598cda,  #2a5dab); /* for firefox 3.6+ */
}

.NUMEROattivo03:hover, .NUMEROattivo02:hover, .NUMEROattivo01:hover, .NUMERO:hover {
	background-color:#333;
	color:#FFF;
	text-shadow: 0px 0px 0px #fff , 0px 0px 0px #fff;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #444444,  #222222); /* for firefox 3.6+ */
	}
	
	
.pannelloNEWS{
	background-color:#ccc;
	padding:10px;
	padding-bottom:15px;
}	

.pannelloNEWS img{
	margin-top:15px;
}
	
.aggiungiNEWS{
	background-image:url(../img/iconcine/add2-16.png);
	background-position:130px 2px;
	background-repeat:no-repeat;
	
	padding-left:5px;
	padding-top:2px;
	height:18px;
	width:145px;
	background-color:#FFF;
	border:1px solid #aaa;
	cursor:pointer;
	float:left;
	margin-right:55px;
	margin-top:10px;
}
.aggiungiNEWS:hover{
	background-color:#666;
	color:#FFF;
}

.modificaNEWS{
	background-image:url(../img/iconcine/application16.png);
	background-position:180px 2px;
	background-repeat:no-repeat;
	
	padding-left:5px;
	padding-top:2px;
	height:18px;
	width:195px;
	background-color:#FFF;
	border:1px solid #aaa;
	cursor:pointer;
	margin-bottom:3px;
}
.modificaNEWS:hover{
	background-color:#666;
	color:#FFF;
}