@charset "utf-8";
/* CSS Document */

div#calendario{
width:265px;
height:300px;
/*background-color:#E8E4CD;*/
font-size:14px;
font-family:Arial, Helvetica, sans-serif, "Lucida Grande";
position:relative;}
div#calendario td{border-right:1px solid #FFF; border-bottom:1px solid #FFF; }
div#calendario table tr{}
table.giorni{ margin:0 auto; border:1px solid #fff;}
.col-giorni{
/*background-color:#F8F7EF;*/
text-align:center; font-size:11px; /*padding:6px;*/
}


.int-giorni{
text-align:center;
background-color:#D0C899;
font-family:Arial, Helvetica, sans-serif, "Lucida Grande"; font-size:12px; padding:6px;}

.oggi{
	background-color:#FFF;
text-align:center;
}

div#tabella-giorni{
height:180px;}

.evento a{
background-color:#333333;
color:#D0C899;
font-weight:bold;
text-decoration:none;}

.evento{
background-color:#333333;
color:#D0C899;
}
div#mesesxdx{
width:100%;
height:25px;
line-height:25px;}

.lista-eventi{
font-size:10px;
color:#666666;
text-align:left;
padding:8px;
display:none;
position:absolute;
top:210px; left:0;
text-align:left;
}
.sx, .dx{display: block; position:absolute; width:19px; height:18px; background-image:url(../img/ar.gif); background-repeat:no-repeat; overflow:hidden; text-indent:-9999px;}
a.sx{ background-position:0 0; left:15px; top:5px;}
a.dx{ background-position:-19px 0; right:15px;; top:5px;}
a:hover.sx{ background-position:0 -18px; left:15px;}
a:hover.dx{ background-position:-19px -18px; right:15px;}


