/* CSS Document */

.event_line {
	line-height:1.8;
	text-align:left;
}

.agenda_principale {
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#ABABAB;
	border-style:solid;
}

.agenda_bottom {
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#ABABAB;
	border-style:solid;
}

.agenda {
	background-color:#EFEFEF;
}

.sub_link {
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.sub_link:hover {
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.content {
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align:justify;
}

.title {
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.news {
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#E6E6E6;
	border-style:solid;
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.news_title {
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-color:#C4CDD7;
}

.selezione {
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-align:justify;
	position:absolute;
	overflow: auto;
	left: 5px;
}

.year {
	border-style: outset;
	border-width: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 8px;
	font-weight: normal;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #e4e4e4;
	color: #000000;
	border-style: none;
	border-width:0px
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border-style: outset;
	border-width:0px
}
.yearnavigation {
	font-size: 8px;
}
.datepicker {
	background-color: #FFFFFF;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana;
}
.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 8px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:20px;
	width:20px;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E6E6E6;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.myevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #e6e6e6;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
	font-size:10px;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	font-size:10px;
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

.modify {
	background-color: #FFFFFF;
	float: left;
	}