.mainSheet{
	padding:0px;
	height:400px;
	width:550px; 
	
	margin-top:10px;
	
}

.week{
	background-color:#DEDCDF;
	cursor:pointer;
	color:white;
}

#weekZone{
	font: 9pt sans-serif;
	text-align:left;
	
	
}

#dayZone{
	font: 9pt sans-serif;
	text-align:left;
	
	
}

.navBar{
	padding:1px;
	border:1px solid #efefef;	
	float:left;
}

#navigationBar{
	padding-left:25%;
}



#container
{
	
	margin: 0px auto;
	width: 90%;
}



#container_all
{
	
	margin: 0px ;
	width: 100%;
	display:none;
}
#trHeader{}

#trMonthHeader{}

#trDayHeader{}

.trBody{}

.month, .nav{
	background-color: #DEDCDF;
	color: #666;
	font: 10pt sans-serif;
}
.nav{
	cursor: pointer;
}
.dayHeader{
	color: black;
	font: 10pt sans-serif;
	font-weight: bold;
}
.empty{
	background-color: white;
	
}

.casella{
	width:80px;
	height:80px;
	overflow:hidden;	
}

.days{
	color: black;
	background:#FFFFFF url(../images/bg.png) repeat-x scroll center bottom;
	border-color:#EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#666666;
	font: 9pt sans-serif;
	cursor: pointer;
	overflow:hidden;
}

.monthEl{
display:block;
float:left;
height:20px;
margin:0px 12% 1px 10%;
overflow:hidden;
width:12px;
cursor:move;	
}

.monthList{
	margin: 0px;padding:0px;height:80px;width:80px;
}




#sipario {width:100%;height:3000px;margin: 0px ;color:#ababab;font-weight:bold;z-index:1000;}

#calContainer{
	width:900px;float:left;
}


.mainSheetMini{
	padding:0px;
	height:200px;
	float:left;
	margin-top:10px;
	
}

.navBarMini{
	padding:1px;
	border:1px solid #efefef;	
}

#navigationBarMini{
	
}



#containerMini
{
	
	margin: 0px auto;
	width: 90%;
}



#container_allMini
{
	width: 100%;
	display:none;
}
#trHeaderMini{}

#trMonthHeaderMini{}

#trDayHeaderMini{}

.trBodyMini{}

.monthMini, .navMini{
	background-color: #DEDCDF;
	color: black;
	font-weight:bold;
	font: 8pt sans-serif;
}
.navMini{
	cursor: pointer;
}

.weekMini{
	background-color:#DEDCDF;
	color:white;
}


.dayHeaderMini{
	color: black;
	font: 6pt sans-serif;
	font-weight: normal;
}
.emptyMini{
}

.casellaMini{
	width:20px;
	height:20px;
	
}

.daysMini{
	color: black;
	border-color:#EEEEEE #DDDDDD #DDDDDD #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#666666;
	font: 6pt sans-serif;
	cursor: pointer;
}

.monthElMini{
background:#CCFFCC none repeat scroll 0 0;
border:1px solid gray;
display:block;
float:left;
height:5px;
margin:0px;
overflow:hidden;
width:5px;
cursor:move;	
}

.monthListMini{
	margin: 0px;padding:0px;height:10px;
}

.dateMini{
	font: 6pt sans-serif;
	color: #CC6666;
	background:#ffffff;
	border-bottom: 1px #333 inset;
	border-left: 1px #333 inset;
	border-right: 1px #333 inset;
	cursor: pointer;
}


#calContainerMini{
	float:left;
	height:100%;overflow:auto;display:block;margin:0px;padding:0px;
}
/** DAY */

.cella1 {
color:#000000;
font:8pt sans-serif;
margin-left:50px;

text-align:center;
vertical-align:middle;
width:50px;
}

.cella2 {
left:100px;

width:80%;
}

.container_ora {

}

.cella3 {
border-bottom:1px solid #DCDCDC;
margin-left:0px;

width:100%;
}

.evTop{
	background:#88AA88;
	width:100px;
	height:17px;
	color:white;
	padding:0px;
	cursor:move;
	text-align:center;
	border-top:0px solid green;
	border-left:0px solid green;
	
}

.evRes{
	background:#CCAACC;
	border:0px outset green;
	width:100px;
	height:16px;
	color:white;
	padding:0px;
	margin-bottom:0px;
	margin-right:0px;
	cursor:s-resize;
	text-align:right;
}


.evdesc{
text-align:left;
padding:0px;
}

.evCont{
	
position:absolute;
width:100px;

z-index:10;
font-size:7pt;
text-align:left;
padding:0px;
margin-left:0px;
margin-top:70px;
margin-right:20px;
}
.evBody{
	

background:#AAFFAA;
overflow:auto;
}

.hourOdd{
	background:#EEFFEE;
}
.weekOdd{
	background:#DDEEDD;
}
.selectedEl{
	background: #EEFFEE;

}


a { 
        color: #666666;
        font-weight: bold ;
        text-decoration: none;
}



 a:hover {
        background: #CFEFCF;
		color:#333333;
}

.download{
			background:  #ddd url(../images/disk.png) 6px 50% no-repeat;
			border: 1px solid #555;
			display: block;
			margin: 6px;
			width:200px;
			padding: 8px;
			padding-left: 40px;
			color: #333;
			font-size: 1.4em;
		}
		.download:hover{
			background: url(../images/disk.png) 6px 50% no-repeat;
			background-color: #CFEFCF;
			color:#888;
		}