#header_mondiali{
	width: 100%;
	background: white;
	color: orange;
	font-weight: bold;
	font-size: 1.5em;
	height:60px;
	text-align: center;
	vertical-align: middle;
}
#header_mondiali a{
	color: orange;
	font-weight: bold;
}

.mondiali{
	border: 1px solid #DBD8D8;
	margin-top:5px;
	margin-left:20px;
	padding: 0 10px;
	background-color: #F3F3F3;
}

#foto_arbitro{
	float:left; 
	border:1px solid black; 
	padding:10px; 
	margin:5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow: 5px 5px 7px #333;
	-moz-box-shadow: 5px 5px 7px #333;
	-webkit-box-shadow: 5px 5px 7px #333; 
	
}

#titolo {
	background-image: url("{T_THEME_PATH}/images/sfondo_verde_sfumato.gif");
	height: 80px;
	position:relative;
/*	margin-bottom: 6px; */
}


#pallone{
	background: url("{T_THEME_PATH}/images/pallone.png") no-repeat scroll center top transparent;
	position: absolute;
	top:0;
	height:600px;
	width:100%;
	margin: -450px 0 0;
	/* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
	opacity:0.50;
	z-index:50;
	
	-webkit-animation-name: ballRotation;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 500s;
}
@-webkit-keyframes ballRotation {
from {
	-webkit-transform: rotate(0deg);
	}
to {
	-webkit-transform: rotate(360deg);
	}
}

img.bgimg {
	/* regole per riempire la pagina con lo sfondo prescelto */
	min-height: 100%;
	min-width: 990px;
	
	/* regole per ridimensionare l'immagine proporzionalmente */
	width: 100%;
	height: auto;
	
	/* posizonamento dello sfondo */
	position: fixed;
	top: 0;
	left: 0;
	/* for IE */
  	filter:alpha(opacity=30);
  	/* CSS3 standard */
	opacity:0.3;
}

@media screen and (max-width: 1024px){
	img.bgimg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* regola importante per mostrare il contenuto sopra lo sfondo */
	position: relative; 
	
	
	/* formattazione del div, non ha effetti sullo sfondo */
	width: 100%;
	margin: 0 auto;
}

#menu_orizzontale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FFF;
	height: 40px;
	
}

#menu_orizzontale a{
	font-size: 14px;
	font-weight: bold; 
	text-align: right;
	color: white;
	height: 50px;
	background: none repeat scroll 0 0 rgb(47, 240, 83);
	background: none repeat scroll 0 0 rgba(47, 240, 83, 0.50);
	border-left: 1px solid #387433;
	padding: 5px 5px;
	line-height: 15px;
	text-align: center;
	behavior: url("http://www.arbitri.com/forum/styles/GreenChampion/theme/PIE.php");
}
#menu_orizzontale a:hover{
	background: none repeat scroll 0 0 rgba(47, 240, 83, 0.75);
}


#login-links {
	position:absolute;
	top:10px;
	right:5px; 
	color: yellow;
	font-weight: bold;
	text-align: right;
}
#login-links a:link,#login-links a:visited,#login-links a:hover{
	color: yellow;
	font-weight: bold;
	text-align: right;
}

table.table1 td.mia_classifica {
	color: blue;
	font-weight: bolder;
	
}
table.table1 td.giusto {
	color: green;
	font-weight: bold;
	
}
table.table1 td.sbagliato {
	color: red;
	
}
table.table1 td.in_attesa {
	font-style: italic;
}

.titoletto{
	font-size: 12px;
}

h2.big{
	font-size: 2.5em;
	line-height: 1.2em;
	margin-top: 0;
}

a.link_black_underlined{
	font-style: normal;
	text-decoration: none;
	color: black;
	}
	
a.link_black_underlined:hover{
	font-style: normal;
	text-decoration: underline;
	color: black;
	}
	
dl.classic{width:450px;background: #E1EAFE;
    border:solid #CCC;border-width:0 1px 1px}
dl.classic dt{font-weight:bold;border-top:1px solid #CCC;
    padding: 10px 10px 0}
dl.classic dd{margin:0;padding: 0 10px 10px} 

ul.flashnews li{
	list-style-type: none;
	font-size: 14px;
}
ul.flashnews li dt{
	font-weight: bold;
	padding: 5px 0;
}

ul.listaTitoloGrande li, ul.listaTitoloGrande li a {
	list-style-type: disc;
	list-style-position: inside;
	color: orange;
	font-size: 14px;
	line-height: 25px;
}

table.orange{
	background-color: rgb(255,66,14);
	background-color: rgba(255,66,14,0.8);
}

