@charset "utf-8";
/* CSS Document */

body {
	background-color:#ece5db;
	color: #333;
	padding: 5px;
	/*padding: 1em 20px 3em 20px;*/
	margin: 0;
}


#newsservice {
	position:absolute;
	margin: 0 auto;
	left:0px;
	top:1px;
	width:640px;
	height:734px;
	z-index:2;
	background-color:#ece5db;
}
#testata {
	background-color:#FFFFFF;
	margin-bottom: 42px;
}

#titolone {
	width:640px;
	background-color:#ece5db;
	font-size:28px;
	font-weight: bold;
	text-align: center;
	color: #69634D;
	font-family: trebuchet ms;
}
#agendahead {
	width:320px;
	background-color:#ece5db;
	float:right;
	font-family:trebuchet ms;
	font-size:22px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

#topeventshead {
	width:320px;
	color:#FFFFFF;
	float: left;
	background-color:#4b3e36;
	font-family:trebuchet ms;
	font-size:22px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

#topeventshead a {
	text-decoration:none;
	color:#FFFFFF;
}
#agendahead a {
	text-decoration:none;
	color:#000000;
}

#agendacontent {
	background-color: transparent;
}

#agendaperiod {
	text-align:center;
	padding:5px;
	font-size: 14px;
	font-weight: bolder;
	color: #3366CC;
	letter-spacing: 0.2em;
}


/* EVENTI NORMALI - AGENDA */

#eventscontainer {
	width: 600px;
	font-family: trebuchet ms;
	font-size:14px;
	margin-left: 12px;
	background-color: #ece5db;
}
#event {
	margin-bottom: 20px;
	font-family: trebuchet ms;

}
#eventtitle {
	font-size: larger;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#eventperiod {
	font-size: 12px;
	font-weight: bolder;
	color: #3366CC;	/*letter-spacing: 1.2em;*/
}
#eventtext {
	font-size: 12px;
}
#eventtext .full{
	font-size: 12px;
	font-style: italic;
}
#eventextra {
	font-size: 12px;
}
#eventlocation {
	font-size: 12px;
	font-weight: bold;
}
#eventcontacts {
	font-size: 10px;
	font-weight: bold;
}

#eventcat {
	font-size: 14px;
	font-weight: bold;
	font-family: trebuchet ms;
	text-transform: lowercase;
	text-align: right;
}

/* TOP EVENTS */

#topeventscontent {
	background-color: #4b3e36;
}
#topeventscontainer {
	margin-left: 15px;
	margin-right: 15px;
	font-family: trebuchet ms;
	font-size:14px;
}

#topevent {
	padding-top: 20px;
	margin-bottom: 20px;
	color:#FFFFFF;
	font-family: trebuchet ms;
}
#topeventtitle {
	font-size: larger;
	font-weight: bolder;
	border-bottom: 1px solid #FFFFFF;
}
#topeventlocation {
	font-size: 14px;
	color:#FFFFCC;
	font-weight: bolder;
}
#topeventperiod {
	margin-top: 30px;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFCC;	/*letter-spacing: 1.2em;*/
}
#topeventtext {
	font-size: 12px;
	text-align:justify;
	min-height:190px;
}
#topevent .fulltext {
	margin-top: 10px;
	font-size: 12px;
	text-align:justify;
}
#topevent .readon {
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
	cursor:pointer;
}

.btn {
	border:1px solid #CCCCCC;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.btn:hover {
	border:1px solid #FFFFFF;
	background-color:#CCCCCC;

}

/*
#topevent .readon:hover {
	text-decoration:underline;
}
*/

#topeventextra {
	font-size: 12px;
}
#topeventcontacts {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	letter-spacing: 0.1em;
}

