/* Raimondo Meli Lupi */

/*Classes for specified tags*/
html, body{
	margin: 0px;
	padding: 0px;
	scrollbar-base-color : #665C52;
	overflow: hidden;
	background-color:#1F150F;
}

/*Identificators*/
#contenitore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	height: 570px;
	width: 955px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-477px;
	margin-top:-285px;
	padding: 0px;
	background-color:#4A4036;
}
#contenitoreWelcome{
	height: 570px;
	width: 955px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-477px;
	margin-top:-285px;
	padding: 0px;
	background-color:#1F150F;
}
#header{
	position:absolute;
	left:0px;
	top:0px;
}
#main{
	position: absolute;
	left: 0px;
	top: 90px;
	height: 350px;
	width: 955px;
}
#player{
	position:absolute;
	right:0px;
	top:40px;
}
#contatti{
	position:absolute;
	left:0px;
	top:40px;
}
#profiloMenu{
	position:absolute;
	left:0px;
	top:20px;
}
#titoliMenu{
	position:absolute;
	right:30px;
	top:135px;
}
#profiloSvolgimento{
	overflow:auto;
	position:absolute;
	left:30px;
	top:170px;
	height: 170px;
	width: 900px;
}
#news{
	position:absolute;
	height: 280px;
	width: 900px;
	left: 30px;
	top: 60px;
	border: 1px solid #333333;
	background-color:#82786E;
}
#tabellaNews{
	height: 80px;
	width: 850px;
}
#svolgimentoNews{
	position:absolute;
	height: 300px;
	width: 550px;
	right: 30px;
	top: 20px;
	border: 1px solid #333333;
	background-color:#82786E;
	padding: 5px;
}
#imgSvolgimento{
	position:absolute;
	left: 30px;
	top: 20px;
}
#allegati{
	position:absolute;
	left: 30px;
	top: 235px;
	width: 300px;
}
#titoloMenu{
	position:absolute;
	left:30px;
	top:25px;
}
#footer{
	position:absolute;
	left:0px;
	bottom:1px;
	height: 126px;
	width: 955px;
}
/*Pseudo Classes*/
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}

/*Custom classes for undefined elements */
.tdImmagineNews{
	width: 130px;	
}
.tdDescrizioneNews{
	width: 720px;	
}
.tabelleAllegato{
	width: 300px;
	height:40px;
}
.tdAllegatoTesto{
	width: 250px;
}
.tdAllegatoImmagine{
	width:50px;
}

