/* EVA 2004 Florence */

body, td, th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #FFF;
	margin: 0;
}

h2 {
	font-size:100%;
	border-bottom:1px solid #FF9999;
	padding-bottom:10px;
}

p { padding-bottom:5px;}
ul { margin:5px 0; padding:0 0 0 20px; }

.wrapper { padding:0 20px;}
.pink { color:#FF0080; font-weight:900; }

ul.pink li, ul.pink li a {font-size:1.1em;}
ul.pink li {margin:5px 0; font-weight:normal; color:#666;}

.note {
	font-size: 9px;
	color:#999;
	border: none;
	margin-top:0;
	padding-top:0;
}

.date {
	font-size: 11px;
	color: #ff0080;
}
.giorno {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #FF0080;
}
.evento{
	font-size: 12px;
	font-weight: bold;
	color: #FF0080;
}

.subevento {
	font-size: 12px;
	font-weight: bold;
	color: #ff0080;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #ff0080;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ff0080;
}

.where {
	font-size: 12px;
	font-weight: bold;
	color: #ff0080;
}

a, a:visited, a:active {
	font-size: 11px;
	color: #ff0080;
	text-decoration: underline;
}

img { border: 0px solid #fff; }

a:hover {
	font-size: 11px;
	color: #ff0080;
	text-decoration: none;
}

td.label { text-align:right;}
label { text-transform:uppercase; font-weight:bold;}

input, textarea {
	font-size: 11px;
	background-color: #fff;
	text-align: left;
	text-indent: 2px;
	border: thin solid #f0f0f0;
}
input.submit {
	background-color:#FF0080;
	color:#FFF;
	padding:2px;
	text-align:center;
	cursor:pointer;
}