body{
	background-color: #FDFFD3;
	font-family: Garamond, Verdana, Arial, Sans;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

.menu{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 52px;
	clear:both;
	margin: 0px;
}

.mainpage{
	background-image: url(repository/style/mainpage.jpg);
	background-repeat: repeat-y;
	height: 745px;
	min-height: 445px;
	height: auto !important;
	width:940px;
	margin: 0 auto;
}

.separator-top{
	background-image: url(repository/style/separator-top.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 43px;
	margin: 0 auto;
}

.logo{
	background-image: url(repository/style/logo.jpg);
	background-repeat: no-repeat;
	width: 347px;
	height: 136px;
	margin: 0 auto;
}

.content{
	width:900px;
	height: auto;
	margin: 0px 20px;
}

.buttons{
	width: 940px;
	height: 240px;
	margin: 0 auto;
	padding: 20px;
}

.box_corsi, .box_appuntamenti, .box_pubblicazioni{
	height: 170px;
	border: 2px solid #5C1415;
	margin:5px;
	float:left;
}

.box_corsi{
	width: 200px;
}

.box_appuntamenti{
	width: 420px;
}

.box_pubblicazioni{
	width: 240px;
}

.boxtitle{
	background-image: url(repository/style/boxtitle.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	color: #ffffff;
	text-align: center;
	padding-top:5px;
	font-size: 14px;
}

.boxbody{
	width: 100%;
	height: 145px;
	font-size: 11px;
	overflow: hidden;
}

.footer{
	background-image: url(repository/style/footer.jpg);
	background-repeat: no-repeat;
	width:940px;
	height: 56px;
	color: white;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.cmshorizmenu{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 52px;
	clear:both;
	margin: 0px;

	font-family: Garamond, Verdana;
	font-size: 13px;
}

.cmshorizmenu li{
	list-style-type: none;
	float:left;
	width: 100px;
	width:auto !important;
	min-width: 100px;
	height: 52px;
	padding-top: 24px;
	margin-left:15px;
}

.cmshorizmenu a{
	color: white;
}
.cmshorizmenu a:hover, .cmshorizmenu a.selected{
	color: #CCCC00;
}

.cmssubmenu a{
	width: 200px;
	color: white;
	background-color: #5c1415;
	/*background-image: url(image/menu_top.jpg);
	background-repeat: repeat-y;*/
	padding: 4px 5px;
	border-bottom: 1px solid #333333;
	font-family: Garamond, Verdana;
	font-size: 13px;

}
.cmssubmenu a:hover{
	color: #CCCC00;
}

.cmsbw a{
	background: white;
}
.cmsbw a:hover{
	background: black;
	color: white;
}

.calendar_month_mini_backfwd{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	border: 0px;
}


.calendar_month_mini_monthname{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	color: white;
	margin: 0px;
	border: 0px;
}

.calendar_month_maxi_backfwd{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	border: 0px;
}


.calendar_month_maxi_monthname{
	background-image: url(repository/style/menu.jpg);
	background-repeat: repeat-x;
	color: white;
	margin: 0px;
	border: 0px;
}

.calendar_daylist_maxi_listitemhour{
/*	width: 0px;
	visibile: hidden;
	display: none;*/
}

.calendar_month_mini_days{
	padding: 5px;
}

.calendar_month_day_mini_withschedules{
	background-color:#892525;
}

.calendar_month_day_maxi_withschedules{
	background-color:#892525;
}

.calendar_month_day_mini_current{
	background-color:fdffd3;
}

.calendar_month_day_maxi_current{
	background-color:fdffd3;
}
.calendar_month_day_mini_current_withschedules{
	background-color:#892525;
}

.calendar_month_day_maxi_current_withschedules{
	background-color:#892525;
}

