@import url(jquery.css);
@import url(https://fonts.googleapis.com/css?family=Raleway);
/*aggiunta classi per modulo iscrizione*/
.titoloRosso {
	color:#FF0000;
	font-size: 1.3em;
	font-weight: bold;
}

.obbligatorio {
	color:#FF0000 !important;
}

.larghezza {
	width:400px;
}

.altezza {
	height:0px;
}

.nascondi {
	visibility:hidden;
	height:0px;
}

.visualizza {
	visibility:visible;
}

table.iscrizioneTornei {
	font-size: 90%;
	background-color: white;
	opacity: 0.92;
	padding: 5px;
	margin-left: 10%;
	width: 80%;
}

table.iscrizioneTornei strong {
	color: #2222ff;
}

/*Tabella elenco generico*/
table.elenco {
	width: 100%;
	margin-top: 2px;
}
table.elenco caption {
	background-color: white;
	margin-top: 20px;
	color: blue;
	font-size: 1em;
	text-align: left;
}
table.elenco th {
	background-color: #eeeeee;
	color: black !important;
}
table.elenco tr.pari {
	background-color: #f8fffc;
}
table.elenco tr.dispari {
	background-color: #f1fff5;
}
table.elenco tr:hover {
	color: red;
	background-color: #c8ffc8 !important;
}
table.elenco td {
	text-align: center;
}
div.elenchi {
	width: 50%;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 20%;
	background-color: white;
	opacity: 0.92;
}
div.elenchi h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	text-align: center;
}
span.iscritti_ora {
	padding: 3px 7px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #006600;
	color: #006600;
	background-color: white;
}
html {
	height: 100%;
}
body {
	font-family: raleway,sans-serif;
	background-size: cover;
	background-position: center bottom;
	background-repeat: repeat-y;
	background-image: url('images/sfondo_chiampogiovani.jpg');
}
div.mostra_nascondi {
	display: none;
	padding-top: 10px;
}
button.mostra_nascondi{
	margin-left: 10px;
	font-size: 0.8em !important;
	color: black !important;
}
div.messaggio {
	margin-top: 30px;
	margin-left: 10px;
	color: blue;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 2px 2px #eeeeee;
}