body { 
font-family: "Courier New", Courier, monospace;
line-height: 1.2;
color: #2c2c2c;
/*padding: 3% 3%;*/
margin: 0;
text-align:justify;
} 

a.link:link { color: grey; text-decoration: none}
a.link:visited { color: grey; text-decoration: none; }
a.link:hover { text-decoration: none;}

ul{ list-style: none;} 

p.testo_ds {text-align:right;}
p.testo_centro {text-align:center; color:white; background: #424242; height:28px;
}
.noback { background:none !important; padding:0px !important;}
.pers { height:30px !important}
td.grigio {color:grey;}

#box-content-externo {
/*display: block;*/
margin: auto;
border: solid white 5px;
/*width: 1350px;*/
background-color: blu;/*grigio chiaro*/
}

#box-header {
/*width: 1350px;*/
background-color:bianco; /*colore bianco*/
}

#img-header {
max-width: 100%;
}


#nav{
  background-color: white;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}

#nav li{
  display:inline;
}

#nav a{
  font-weight:bold;
  text-decoration:none;	
  display:inline-block;
  padding:10px 50px;
  font-family: font-family: "Courier New", Courier, monospace;
  color: #2c2c2c;
  }
  
#nav a:hover{
background-color: #f2f2f2;
}

#box-content{
background-color: white;
line-height: 2;
padding:5% 390px;
} 

#box-content a:link { color: white; background-color: #424242; text-decoration: none; padding: 5px;}
#box-content a:visited { color: white; background-color: #424242ray; text-decoration: none; padding: 5px; }
#box-content a:hover { color: white; background-color: grey; padding: 5px;}


#box_gif a:link {background-color: white; text-decoration: none; }


#box-content h1{
text-align: center;
font-family: "Courier New", Courier, monospace;
}

#box_tabella {
padding: 5%;
text-align:left;
}

#box_about {
padding-top: 5%;
}


#box-footer {
width: 1020px;
margin: 150px auto 0;

} 

#box-footer {
  font-size:8px;
  color: grey;
}

table.tablesorter {
	padding: 1%;
	margin: 0 auto;
}



table.tablesorter th { 
    padding: 1px 1px 50px 1px; 

}
table.tablesorter td { 
    padding: 7px 10px 5px 5px; 

}

/*
table.tablesorter thead tr .header {
	background-image: url(media/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

*/


.player { cursor:pointer;}
.player:hover { font-weight:default;}


#playButton, #pauseButton, #stopButton {
background: url(/media/buttons.png) no-repeat left top;
width: 72px;
height: 72px;
display: inline-block !important;
}

#playButton 	{ background-position: left -87px; cursor: pointer;}
#pauseButton 	{ background-position: -94px -87px;margin-left: 22px;}
#stopButton 	{ background-position: -187px -87px; margin-left: 21px;}

.play  {background-position: -0px 0px !important;}
.pause {background-position: -94px -0px !important;}
.stop  {background-position: -187px -0px !important;}

.anteprima {background: #424242;
padding: 2px;
color: #fff;
padding-left: 25px;
padding-right: 25px;
}

.anteprima:hover { background-color: grey; font-weight:none; }

.navigation {
	background: #424242;
	width: 100%;
	height: 28px;
	padding-top: 1px;
	padding-bottom:1px;
}

#left_nav {
	width: 49%;
	height: 28px;
	position: relative;
	float: left;
}

#right_nav {
	color: #fff;
	height: 28px;
	margin-top: 7px;	
}

.item_nav {
	border-left: 2px solid #fff;
	padding: 8px;
	cursor:pointer;
}

.noCursor {
	cursor:default;
}

.font-grey { color:#424242;}