/* CSS Document */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: -10px;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 5px;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: -20px;
}

[class~="RHS"] {
  margin-right: 10px;
}

body {
  font-family: verdana, sans-serif;
  font-size: 85%;
  margin: 0;
}

img {
  border: 0;
}

.headerleft {
	background-color: #FFFFFF;
	background-image: url(../images/linea.gif);
	background-repeat: repeat-x;
}

.headerright {
	background-color: #FFFFFF;
	background-image: url(../images/linea.gif);
	background-repeat: repeat-x;
}


.headercenter {
	background-color: #FFFFFF;
	background-image: url(../images/headercenter.gif);
	width: 16px;
	background-repeat: no-repeat;
}

.event {
	margin: 0px 10px 0px 10px;
}

.eventtop {
	font-family: verdana, sans-serif;
	font-size: 95%;

	background-color: #FFFFFF;
	background-image: url(../images/eventtop.gif);
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 200px;
}

.eventcenter {
  	font-family: verdana, sans-serif;
  	font-size: 80%;

	background-color: #FFFFFF;
	background-image: url(../images/eventcenter.gif);
	width: 200px;
}

.eventcenter a {
	color: #0000FF;
	text-decoration: none;
}

.eventcenter a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.eventcenter a:visited {
	color: #0000FF;
}


.eventbottom {
	background-color: #FFFFFF;
	background-image: url(../images/eventbottom.gif);
	height: 40px;
	width: 200px;
	background-repeat: no-repeat;
}

.foot {
	font-size: x-small;
	background-color: #000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenuti {
	font-family: verdana, sans-serif;
	font-size: 80%;
	text-align: justify;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #FF9030;
	margin-top: 0mm;
	margin-right: 20em;
	margin-bottom: 5mm;
	margin-left: 12em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	height: 100%;
}

.contenuti p {
  padding-bottom: 2ex;
}

.contenuti a
{
text-decoration: none;
}

.contenuti a:hover
{
text-decoration: underline;
}

.menuleft {
  	font-family: verdana, sans-serif;
  	font-size: 80%;
	width: 140px;
	margin-top: 0mm;
	margin-bottom: 0mm;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.menuleft a, .menuBox span, .menuBox div {
  color: black;
  text-decoration: none;
  line-height: 15px;
  display: block;
  padding: 0ex 0em 0ex 0em;
}

.menuleft a:hover {
	text-decoration: underline;
  	color: black;
  	line-height: 15px;
  	display: block;
  	padding: 0ex 0em 0ex 0em;
}

.boxevent {
	margin-left: 4px;
	height: 28px;
}
.nav , .nav a, .nav:visited 
{
	font-size: 9px;
	color: #CCCCCC;
}
.before, .before a, .before a:hover, .before a:visited {
	font-weight: bold;
}
.now, .now a, .now a:hover, .now a:visited {
	font-weight: bold;
}

.smalltable {
	font-family: Verdana;
	font-size: x-small;
}

