div.evento-lista {
	width: 760px;
	margin: 10px auto;
}

div.evento {
	color: #444;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 0px 10px 10px 10px;
}

div.evento-lista h4, div.evento h4 {
	color: #9e141c;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
}

div.evento-lista h4 div, div.evento h4 div {
	vertical-align:middle;
	line-height: 22px;
}

div.evento-lista h4 div a, div.evento h4 div a {
	color: #9e141c;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	border: 0 !important;
}

div.evento-lista h4 div a:hover, div.evento h4 div a:hover {
	color: #444;
	background: none !important;
}

div.evento p.evento-descrizione {
	color: #444;
	font-size: 14px;
}

div.evento span.evento-titolo, div.evento p.evento-titolo {
	color: #9e141c;
}

div.evento div a {
	color: #444;
	text-decoration:none;
	line-height: 18px;
	height:18px;
	display: block;
	padding: 2px 3px;
	border-bottom:1px dotted #d8dfea;
}

div.evento-menu div span {
	color: #9e141c;
	line-height: 18px;
	height: 18px;
	display: block;
	padding-bottom: 2px;
	border-bottom:1px dotted #d8dfea;
}

div.evento div a:hover {
	background: #9e141c;
	color: #fff;
}

div.evento ul {
	margin: 0;
	padding-left: 0px;
}

div.evento ul li {
	list-style: none;
	display: inline;
}

div.evento-content {
	width: 60%;
	float: left;
}

div.evento-menu {
	width: 40%;
	float: left;
}

div.evento-campo {
	margin-bottom: 5px;
}

div.evento-campo input, div.evento-campo textarea, div.evento-campo select {
	border: 1px solid #ccc;
	padding: 4px;
}

div.evento-campo input:focus, div.evento-campo textarea:focus, div.evento-campo select:focus {
	border: 1px solid #9e141c;
}

div.evento-campo span.evento-titolo {
	padding-bottom: 5px;
}

div.evento-campo-nowrap {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

div.evento-campo-nowrap input, div.evento-campo-nowrap textarea, div.evento-campo-nowrap select {
	border: 1px solid #ccc;
	padding: 4px;
}

div.evento-campo-nowrap input:focus, div.evento-campo-nowrap textarea:focus, div.evento-campo-nowrap select:focus {
	border: 1px solid #9e141c;
}

div.evento-campo-nowrap span.evento-titolo {
	padding-bottom: 5px;
}

div.evento-alert {
	border: 2px solid #ffd324;
	background: #fff6bf;
	color: #987134;
	padding: 10px;
}

div.evento-alert b {
	color: #111;
}

div#titlebar {
	background-color: #555555;
	clear:both;
	margin: 10px 0;
	padding: 7px 0 6px;
}

div#titlebar div.titlebar-center {
	width: 960px;
	margin: 0 auto;
}

div#titlebar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: auto;
	height: auto;
	color: #FFF;
	margin:0 auto;
	outline:0 none;
	padding:0;
}
a.extlnk{color:#318FD3;text-decoration:none;}
a.extlnk:hover{color:#9e141c;}
a.extlnk > img{padding-right:5px;}
