@charset "utf-8";

.loadImg {
  position: absolute; 
  top: 600px; left: 48%; 
  height: 48px; width: 48px; 
  color: #111111;
  display:none;
}

.videoArchivio #container {
	width:      880px;  	
	margin:     0 auto; 
	text-align: left; 
	background: #111111;
}
 
.videoArchivio #side1 {
	float: left; 
	width: 130px; 
	margin-left:10px;
	margin-top:5px;
}
.videoArchivio #side2 { 
   float:left;
   width: 700px;
   padding: 4px 2px; 
}
.videoArchivio #side3 {
	float: left; 
	width: 17px; 
	padding: 0px 0px 0px 0px; 
}
.videoArchivio #side4 {
	float: left; 
	width: 17px; 
	padding: 0px 0px 0px 0px; 
}
.videoArchivio #sideNews { 
   float:left;
   width: 700px;
   padding: 4px 2px; 
}

#box {
	float:left;
	width:327px;
	height:46px;
	margin-left:5px;
	margin-right:5px;
	padding: 0px 2px 11px 0px;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #999999;
	cursor:hand;
}

#boxNews {
	float:left;
	width:410px;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	padding: 0px 2px 11px 0px;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #999999;
}

.eventi #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Verdana;
	font-size: 13px;
	vertical-align:baseline;
	color: #999999;
	background-color: #111111;
} 

.eventi #container p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.eventi #box1 {
	float:left;
	width:130px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-right-width: 4px;
	text-align: right;
	font-weight: bold;
}

.eventi #box2 {
	float:left;
	width:280px;
	padding: 2px;
	margin: 0px;
}

.eventi #box3 {
	float:left;
	width:150px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-right-width: 4px;
	text-align: right;
	font-weight: bold;
}

.eventi #box4 {
	float:left;
	width:180px;
	padding: 2px;
	margin: 0px;
}

.eventi #box5 {
	float: right;
	width: 700px;
	height: 24px;
	padding: 2px;
	margin: 0px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

