/*           CSS Document          */
/*---------------------------------*/
/*   elementi comuni di pagina     */
/*---------------------------------*/
body
{
	background-color: #1D1A18;
	margin: 0;
	height: 100%;
}
.bordipagina
{
	background-color: #000000;
	background-image: url(elementi_interfaccia/quad_bordo_pagina.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.no
{
	background-color: #000000;
}
a:link,a:active,a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #0DB02B;
	text-decoration: underline;
}
.bordodestratd
{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2B2725;
}
.bordosinistratd
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2B2725;
}
.bordogiutd
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B2725;
}
.printable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0DB02B;
	text-decoration: none;
}
.printable a:link,.printable a:active,.printable a:visited {
	color: #0DB02B;
	font-size: 10px;
	text-decoration: none;
}
.printable a:hover {
	color: #2B2725;
	font-size: 10px;
	text-decoration: none;
}
/*---------------------------------*/
/*      Barra di navigazione       */
/*---------------------------------*/
#navlist {
padding-left:10px;
    }
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
line-height: 30px;}

#navlist li
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #CCC;
line-height: 30px;
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 1px 18px 1px 18px;
border: 0;
background-image: url(elementi_interfaccia/nav2.gif);
background-repeat:no-repeat;
/*background-position:0 -7px;*/
color: #999;
}

#navlist a:link, #navlist a:visited
{
color: #999;
text-decoration: none;
}

#navlist a:hover
{
border: 0;
background-image: url(elementi_interfaccia/nav_over.gif);
color: #FFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0;
background-image: url(images/nav2.gif);
color: #333;
}
#navtop ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navtop li
{
display: inline;
list-style-type: none;
margin:0;
padding:0;
line-height:29px;
border-left:#294420 1px solid;
}
#navtop a
{
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 8px 18px 8px 10px;
margin:0;
}

#navtop a:link, #navtop a:visited
{
color: #999;
text-decoration: none;
}

#navtop a:hover
{
color: #FFF;
text-decoration: none;
}
#navmid ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navmid li
{
display: inline;
list-style-type: none;
margin:0;
padding:0;
line-height:29px;
}
#navmid a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 8px 18px 8px 15px;
background-image: url(elementi_interfaccia/navMid.gif);
background-repeat:no-repeat;
background-position:0 1;
margin:0;}

#navmid a:link, #navmid a:visited
{
color: #999;
text-decoration: none;
}

#navmid a:hover
{
background-image: url(elementi_interfaccia/navMid.gif);
background-repeat:no-repeat;
color: #FFF;
}

#first a:link, #first a:visited, #first a:hover
{
background-image: url(elementi_interfaccia/navMidFirst.gif);
background-repeat:no-repeat;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 5px;
	display: block;
	line-height: 30px;
	padding-left: 10px;
}
.nav a:link,.nav a:active,.nav a:visited {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.nav a:hover {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.navHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	line-height: 30px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.navHome a:link,.navHome a:active,.navHome a:visited {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
.navHome a:hover {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
.paginatitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0DB02B;
	text-decoration: none;
}
/*---------------------------------*/
/*      Corpi di pagina            */
/*---------------------------------*/
.menuhome{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 25px;
	padding-top: 10px;
}
.menuhome a:link,.menuhome a:active,.menuhome a:visited {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	display: block;
}
.menuhome a:hover {
	color: #0DAF2B;
	font-size: 18px;
	text-decoration: none;
	display: block;
}
.notiziamenudata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	line-height: 13px;
}
.notiziamenutitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	line-height: 13px;
}
.notiziamenutitolo a:link,.notiziamenutitolo a:active,.notiziamenutitolo a:visited {
	color: #0DB02B;
	font-size: 11px;
	text-decoration: none;
	display: block;
	line-height: 13px;
}
.notiziamenutitolo a:hover {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	display: block;
}
.notiziamenucorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 25px;
}
.notiziatitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.notiziatitolo a:link,.notiziatitolo a:active,.notiziatitolo a:visited {
	color: #CCCCCC;
	font-size: 16px;
	text-decoration: none;
}
.notiziatitolo a:hover {
	color: #2B2725;
	font-size: 16px;
	text-decoration: none;
}
.notiziaocchiello {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.notiziacorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.notiziacorpohome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #14AE28;
	text-decoration: none;
	padding-bottom: 5px;
}
.notiziacorpohome a:link,.notiziacorpohome a:active,.notiziacorpohome a:visited {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.notiziacorpohome a:hover {
	color: #14AE28;
	font-size: 11px;
	text-decoration: none;
}
.newsTitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0DAF2B;
	text-decoration: none;
}
.newsTitolo a:link,.newsTitolo a:active,.newsTitolo a:visited {
	color: #0DAF2B;
	text-decoration: none;
}
.newsTitolo a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.newsOcchiello {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
}
.newsCorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.notiziacorpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.artistititoli{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0DAF2B;
	text-decoration: none;
}
.artistititoli a:link,.artistititoli a:active,.artistititoli a:visited {
	color: #0DB02B;
	font-size: 14px;
	text-decoration: none;
}
.artistititoli a:hover {
	color: #2B2725;
	font-size: 14px;
	text-decoration: none;
}
/*---------------------------------*/
/*      Pič di pagina              */
/*---------------------------------*/
.piedipagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
}
.piedipagina a:link,.piedipagina a:active,.piedipagina a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
.piedipagina a:hover
{
	color: #0DB02B;
	text-decoration: none;
	font-size: 10px;
}
.td10sxbordo {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2B2725;
	padding-left: 10px;
}
.td10sx {
	border-left-style: none;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	vertical-align: top;
}
.testatatitolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.zoom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
}
.zoom a:link,.zoom a:active,.zoom a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
.zoom a:hover
{
	color: #0DB02B;
	text-decoration: none;
	font-size: 10px;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #CCCCCC;
	text-decoration: none;
}
.formCampi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	text-align: left;
}

.back {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0DB02B;
	text-decoration: none;
}
.formInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	text-align: justify;
}
.talentoDivCont{
width:136px;
padding-right:35px;
padding-bottom:25px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.talentoImg{
width:136px;
}
.talentoImg img{
border:0 1px 1px 0;
border-color:#FFFFFF;
border-bottom-style:solid;
}
.talentoNome{
float:left;
}
.talentoFreccia{
float:right;
background-image:url(elementi_interfaccia/selected17.gif)
}
.nonFloat{
float:none;
}
